Changes between Version 63 and Version 64 of Clojure Client Tutorial


Ignore:
Timestamp:
Aug 22, 2011 11:25:09 AM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v63 v64  
    2020
    2121While a background in Scheme and Java should be sufficient to immediately start working with the client, an excellent overview of the idiomatic use of Clojure can be found in "Joy of Clojure", by Michael Fogus and Chris Houser.  If you need to quickly look up the documentation on any particular function, just type "(doc <function name>)" in the REPL (This will also work for functions that you define provided that you wrote docstrings or added meta-data).
     22
     23Clojure Resources:
     24* Clojure [http://clojure.org/]
     25* Clojure Docs [http://clojuredocs.org/].
     26* Statistical Computing [http://incanter.org/]
     27* Marginalia (literate computing) [http://fogus.me/fun/marginalia/]
     28* Pattern Matching and Predicate Dispatch [https://github.com/swannodette/match]
     29* Logic Programming [https://github.com/clojure/core.logic]
    2230
    2331Lisp and Scheme resources: