Changes between Version 26 and Version 27 of Clojure Client Tutorial
- Timestamp:
- Aug 4, 2011 3:28:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v26 v27 200 200 client.core=> (defn get-location-of 201 201 [quagent] 202 (client->server send-and-get quagent :now :current-location nil)) 202 (client->server send-and-get 203 quagent 204 :now 205 :current-location 206 nil)) 203 207 #'client.core/get-location-of 204 208 }}}