Changes between Version 26 and Version 27 of Clojure Client Tutorial


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v26 v27  
    200200client.core=> (defn get-location-of
    201201                [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))
    203207#'client.core/get-location-of
    204208}}}