首页 > 代码库 > Clojure学习资料
Clojure学习资料
以下大部分收藏自博客:http://blog.csdn.net/ithomer/article/details/17225813
官方文档:
http://clojure.org/documentation
API-Index *
中文资料(强烈推荐):
1. clojure入门教程 *
http://xumingming.sinaapp.com/302/clojure-functional-programming-for-the-jvm-clojure-tutorial/
2. clojure文档翻译
http://code.google.com/p/clojure-doc-en2ch/w/list
3. clojure手册(低版本) *
http://qiujj.com/static/clojure-handbook.html
4. clojure中文社区:
http://blog.clojure.cn/
5. Lisp中文社区:
http://www.lispchina.com/
英文资料(强烈推荐):
http://clojure-doc.org/articles/content.html
clojure 开源工具:
clojure工具箱汇总:
http://www.clojure-toolbox.com/
ring server:
https://github.com/ring-clojure/ring/wiki
compojure:
https://github.com/weavejester/compojure/wiki
noir web框架:
http://www.webnoir.org
sandbar session框架:
https://github.com/brentonashworth/sandbar/wiki
clojureQL连接数据库:
http://www.clojureql.org/
datomic数据库:
http://www.datomic.com/
fleetdb数据库:
http://fleetdb.org/
https://github.com/mmcgrana/fleetdb-client
pdf处理:
https://github.com/yogthos/clj-pdf
csv处理:
https://github.com/clojure/data.csv
json库:
https://github.com/dakrone/cheshire
https://github.com/mmcgrana/clj-json
mail库:
https://github.com/clojurewerkz/mailer
https://github.com/MayDaniel/clj-mail
图形处理库:
https://github.com/mikera/clisk
https://github.com/ztellman/penumbra/wiki/Applications
https://github.com/quil/quil
音频处理库:
https://github.com/overtone/overtone
报表工具库:
http://incanter.org/
定时任务框架:
http://clojurequartz.info
webservices
http://clojure-liberator.github.com
Clojure学习资料