acute icon indicating copy to clipboard operation
acute copied to clipboard

Let's pretend angular was written in ClojureScript

acute

This is an example of how mrhyde can be used for interop with the angularjs library.

Currently there is just a port of the angular tutorial. This version of the tutorial also replaces all json files with edn files so that all phone data is provided by clojurescript container classes. This demo can also be viewed online.

Note: This is just a proof of concept implementation. See clang for a more thought out approach.

Usage

lein cljsbuild auto
cd public && ./web_server.sh
open http://localhost:7878/

License

WTFPL