Changes between Version 47 and Version 48 of Clojure Client Tutorial


Ignore:
Timestamp:
Aug 8, 2011 2:49:59 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v47 v48  
    275275                            {}
    276276                            (fn [prev [_ item-type & pos]]
    277                               (assoc prev item-type pos))
    278 )
     277                              (assoc prev item-type pos)))
    279278{"quagent_item_gold" ("905.141357" "8.130102" "0.569713")... (output truncated)
    280279client.core=> (pp)
     
    427426
    428427=== Controlling Multiple Quagents ===
    429 The simplest way to operate multiple quagents on the REPL is to wrap all commands with "future".
     428The simplest way to operate multiple quagents on the REPL is to wrap all commands with "future".  (This is also the only function that will return directly.)
    430429
    431430{{{