Changes between Version 36 and Version 37 of Clojure Client Tutorial
- Timestamp:
- Aug 5, 2011 9:32:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v36 v37 58 58 == Client Usage Tutorial == 59 59 60 '''Note: The order of the scheduling and op arguments to client->server has been reversed. Also, the initial data structure passed to the send functions can now be specified by the user.''' 60 '''Note: The order of the scheduling and op arguments to client->server has been reversed. Also, the initial data structure passed to the send functions can now be specified by the user.''' 61 61 62 '''New Note: client->server function has been removed; just call send functions with same args.''' 62 63