Changes between Version 2 and Version 3 of Clojure Quagents Client


Ignore:
Timestamp:
Aug 24, 2011 3:46:08 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Quagents Client

    v2 v3  
    1 = Code Overview =
    2 
    3 == Project ==
    4 In 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.
    5 
    6 == Core ==
    7 This 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.
    8 
    9 == Protocol One ==
    10 This file contains the code that directly interfaces with the server via protocol zero.
    11 
    12 == Commands ==
    13 See the tutorial for instructions on defining new commands.
    14 
    15 == Graph ==
    16 Basic graph utilities.  Make sure to see http://richhickey.github.com/clojure-contrib/graph-api.html for additional functions available in this namespace.
    17 
    18 == Utilities
     1Refer to ./doc/uberdoc.html for implementation details.