Changes between Version 10 and Version 11 of Clojure Client Tutorial
- Timestamp:
- Aug 2, 2011 12:31:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v10 v11 106 106 client.core=> (come-here :Bob) 107 107 [] 108 }}} 109 108 110 Note that control of the terminal does not return until the bot has completed his action. 109 }}}110 111 111 112 Now say you want to define a function on the fly to send an op to the server, the easiest way to do so is the 'client->server' function.