Changes between Version 47 and Version 48 of Clojure Client Tutorial
- Timestamp:
- Aug 8, 2011 2:49:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v47 v48 275 275 {} 276 276 (fn [prev [_ item-type & pos]] 277 (assoc prev item-type pos)) 278 ) 277 (assoc prev item-type pos))) 279 278 {"quagent_item_gold" ("905.141357" "8.130102" "0.569713")... (output truncated) 280 279 client.core=> (pp) … … 427 426 428 427 === Controlling Multiple Quagents === 429 The simplest way to operate multiple quagents on the REPL is to wrap all commands with "future". 428 The 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.) 430 429 431 430 {{{