Saturday, October 27, 2012

ClojureScript and Node.js – an experience report

http://www.pauldee.org/blog/2012/clojurescript-and-node-js-an-experience-report/
> ClojureScript on Node.js is a (potentially) compelling story for writing scripting apps with Clojure.

Posted via email from fnclojure

Monday, October 22, 2012

Spyscope

A clever use of data literal tags for debugging:

https://github.com/dgrnbrg/spyscope

Spyscope A Clojure library designed to make it easy to debug single- and multi-threaded applications.

Usage Add [spyscope “0.1.0”] to your project.clj’s :dependencies.

Posted via email from fnclojure

Wednesday, October 10, 2012

Writing Datomic in Clojure

Rich Hickey introduces Datomic, including architectural and implementation details.

http://www.infoq.com/presentations/Datomic

Posted via email from fnclojure

Sunday, October 7, 2012

Zurb Foundation vs. Twitter Bootstrap

Twitter Bootstrap has the mindshare, but Zurb Foundation is another good choice.

http://designshack.net/articles/css/framework-fight-zurb-foundation-vs-twitte...

Zurb describes it as “an easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.”

Right from that description you can tell that Zurb is putting a lot of emphasis on the cross-device aspect of its layout grid. Interestingly enough, the word “responsive” doesn’t appear anywhere on the Foundation site (that I can find), but the benefits are definitely similar: design one project that works everywhere.

Posted via email from miner49r