Changes between Version 34 and Version 35 of Clojure Client Tutorial
- Timestamp:
- Aug 5, 2011 9:10:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v34 v35 34 34 * Atoms are your go-to way to manage state. 35 35 * 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. 36 37 37 38 ----