Re: Hiccup 0.2.1 release

2010-03-08 Thread James Reeves
On Mar 9, 3:27 am, Wilson MacGyver wrote: > where is the library? I followed the linkhttp://gist.github.com/326028 > > but it says it's been deleted. D'oh! Telling people where the library is would be kinda a good idea. The library can be found on GitHub: http://github.com/weavejester/hiccup An

Re: Hiccup 0.2.1 release

2010-03-08 Thread Wilson MacGyver
where is the library? I followed the link http://gist.github.com/326028 but it says it's been deleted. On Mon, Mar 8, 2010 at 8:44 PM, James Reeves wrote: > Hiccup is a library for generating a string of HTML from a tree of > Clojure vectors. It supports dynamically generating HTML, but since >

Hiccup 0.2.1 release

2010-03-08 Thread James Reeves
Hiccup is a library for generating a string of HTML from a tree of Clojure vectors. It supports dynamically generating HTML, but since 0.2.0 it statically compiles and optimizes where possible. This makes Hiccup very, very fast. Under some circumstances, it even outperforms clj-html. Here are some