Changes between Version 27 and Version 28 of Clojure Client Tutorial


Ignore:
Timestamp:
Aug 4, 2011 3:29:14 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v27 v28  
    300300
    301301{{{
    302 client.core=> (defn get-location-of [quagent] (client->server send-and-get quagent :now :current-location nil data->doubles))                           
     302client.core=> (defn get-location-of [quagent] 
     303                (client->server send-and-get
     304                                quagent
     305                                :now
     306                                :current-location
     307                                nil
     308                                data->doubles))                           
    303309#'client.core/get-location-of
    304310}}}