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
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 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