Changes between Version 1 and Version 2 of Clojure Quagents Client


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Quagents Client

    v1 v2  
    22
    33== Project ==
     4In the top level directory of the client is project.clj.  This file informs leiningen about the organization of your project, any dependencies you might have, and includes any other metadata about the client.
    45
    56== Core ==
     7This namespace is analogous to the java main method, and is a good place to define top-level functions for experimentation.  The leiningen REPL loads this namespace by default.
    68
    79== Protocol One ==
     10This file contains the code that directly interfaces with the server via protocol zero.
    811
    912== Commands ==
     13See the tutorial for instructions on defining new commands.
    1014
    1115== Graph ==
     16Basic graph utilities.  Make sure to see http://richhickey.github.com/clojure-contrib/graph-api.html for additional functions available in this namespace.
    1217
    1318== Utilities