Changes between Version 27 and Version 28 of Clojure Client Tutorial
- Timestamp:
- Aug 4, 2011 3:29:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v27 v28 300 300 301 301 {{{ 302 client.core=> (defn get-location-of [quagent] (client->server send-and-get quagent :now :current-location nil data->doubles)) 302 client.core=> (defn get-location-of [quagent] 303 (client->server send-and-get 304 quagent 305 :now 306 :current-location 307 nil 308 data->doubles)) 303 309 #'client.core/get-location-of 304 310 }}}