clojure-学习资料汇总

来源:互联网 发布:计算机培训内容c语言 编辑:程序博客网 时间:2024/05/20 11:36
官方文档: 
http://clojure.org/documentation 

中文资料(强烈推荐): 
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/ 

英文资料(强烈推荐): 
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
0 0