Changes between Version 10 and Version 11 of Clojure Client Tutorial


Ignore:
Timestamp:
Aug 2, 2011 12:31:57 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v10 v11  
    106106client.core=> (come-here :Bob)
    107107[]
     108}}}
     109
    108110Note that control of the terminal does not return until the bot has completed his action.
    109 }}}
    110111
    111112Now 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.