Changes between Version 34 and Version 35 of Clojure Client Tutorial


Ignore:
Timestamp:
Aug 5, 2011 9:10:46 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clojure Client Tutorial

    v34 v35  
    3434* Atoms are your go-to way to manage state.
    3535* If you must define a type, prefer the simplest option.  A decision flowchart: [http://cemerick.com/2011/07/05/flowchart-for-choosing-the-right-clojure-type-definition-form/].
     36* If a future fails silently, try just running your function in a regular thread instead.
    3637
    3738----