Slice is an experimental not-production-ready web library for writing and
composing snippets of html, css, and js that are written in Clojure.

The motivation is that I wanted the html, css, and js for a slice of a
webpage to be next to each other in the source, not in three separate files,
and that I wanted these slices to be functions that could be composed. The
hope is that this will lead to higher-level widgetish code.

See https://github.com/scottjad/slice for an overview and
https://github.com/scottjad/slice/blob/master/src/slice/example.clj for an
example.

And yes, I realize designers would hate this. Target is solo developers.

Feedback welcome.

Some of you may have seen an old version (https://gist.github.com/518689)
several months ago that used it's own scoping rules and lots of macros. This
is a complete rewrite.

Cheers,
Scott

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to