记录一下收集到的clojure相关的东东

https://github.com/plexus/chestnut 一个用来调试clojurescript的工具,解决 Clojure, ClojureScript, and CSS的reload问题

https://github.com/swannodette/om 一个Facebook的react的wrapper,react应该是上次InfoQ上提到的Facebook的immutable的UI框架

https://github.com/edn-format/edn EDN  clojure的一种数据格式

https://github.com/ibdknox/crate create,hiccup在clojure上的实现

https://github.com/swannodette/om/wiki/Basic-Tutorial om的Basic教程,有时间过一下

https://github.com/codemirror/codemirror CodeMirror,javascript的代码编辑器(着色,自动补全等)

http://www.luminusweb.net/docs#guestbook_application clojure framework

http://www.4clojure.com/ clojure学习网站

http://my.oschina.net/wangxuanyihaha/blog/186401 lua中的协程,可以将回调的多层级闭包转换成了平行的多个调用再返回,各个协程通过b.resume(a) a.yield()来控制自己是否挂起,何时通知谁继续,有时间研究下实现

https://github.com/apache/storm 原来storm是用clj实现的,有时间研究下= =

https://github.com/levand/domina clojurescript中类似jquery的东东

原文地址:https://www.cnblogs.com/TLightSky/p/4116670.html