TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clojure notes

32 pointsby marcusabout 15 years ago

4 comments

gtaniabout 15 years ago
concurrent structures:<p><a href="http://github.com/candera/clojure-concurrency/blob/ae2731d099f8312303fe99505fb73a6ba77a9dcb/concurrency.outline" rel="nofollow">http://github.com/candera/clojure-concurrency/blob/ae2731d09...</a><p><a href="http://raphscallion.com/blog/entries/2009/10/12/concurrency.html" rel="nofollow">http://raphscallion.com/blog/entries/2009/10/12/concurrency....</a><p>--------------------<p>more cheats:<p><a href="http://clojure.org/reader" rel="nofollow">http://clojure.org/reader</a><p><a href="http://bc.tech.coop/blog/docs/clojure-docs.html" rel="nofollow">http://bc.tech.coop/blog/docs/clojure-docs.html</a><p><a href="http://langstroth.net/clojurepedia/cheatsheet.html" rel="nofollow">http://langstroth.net/clojurepedia/cheatsheet.html</a><p><a href="http://lifeofaprogrammergeek.blogspot.com/2009/03/learning-clojure-and-emacs.html" rel="nofollow">http://lifeofaprogrammergeek.blogspot.com/2009/03/learning-c...</a><p><a href="http://hyperpolyglot.wikidot.com/lisp" rel="nofollow">http://hyperpolyglot.wikidot.com/lisp</a>
评论 #1330397 未加载
zephjcabout 15 years ago
this by-example cheat sheet is a lot handier than, say, <a href="http://clojure.org/cheatsheet" rel="nofollow">http://clojure.org/cheatsheet</a> which is just a big list of function/macro names
jacquesmabout 15 years ago
thank you, that's a great set of examples. It would have saved me quite a bit of time when starting out.<p>keep this handy too while learning clojure:<p><a href="http://news.ycombinator.com/item?id=1033503" rel="nofollow">http://news.ycombinator.com/item?id=1033503</a>
mark_l_watsonabout 15 years ago
That is useful, especially because I am spending the weekend getting even more into Clojure (I just accepted a new AI gig and the coding is to be done in Clojure). I have three Clojure books (2 are MEAPS) that I am revisiting this weekend and I hope to be releasing two small open source Clojure projects in the next few days (just AI stuff, so not of general interest). It is very nice to have a good excuse to get deeper into a great (or at least fun to use) programming language.