Here is the first release of a few app development tools I've been
working on:
Browserific - App development framework for mobile, desktop, and browser
extensions.
https://github.com/greenyouse/browserific
Chenex - New feature expression parser (an alternative to cljx).
https://github.com/greenyouse/chenex
pldb-cache - A persistent, client-side database that uses core.logic's
pldb.
https://github.com/greenyouse/pldb-cache
Most of the software is alpha quality or earlier but it's still
usable. The biggest problem is probably that pldb-cache uses WebStorage
instead of an IndexedDB/WebSQL/WebStorage polyfill. Chenex also can't
handle tagged literals quite yet.
To help get a feel for what these projects offer, I wrote a blog post on
app development stuff (
http://edbabcock.com/app-hacking.html). Between
that and the READMEs I think everything is explained decently well.
Let me know what you think!