In which order should the demo files be loaded, to obtain the repl?
The web editor Pentadactyl has a feature for eval-ing javascript source files. I tried to eval the files of the demo to obtain the repl but with not luck. Any little bit of documentation about it would be welcome.
@pramatias can you give me a bit more detail about what you are trying to do and what the error is you are encountering?
@kanaka The vim-like web editor Pentadactyl, has among other features, an integrated javascript console with code completion. It helps a lot to browse the web with the keyboard, and i haven't found something in other browsers (it's firefox only) that is so convenient.
I have loaded other javascript files with success, inspecting their values afterwards with success, but when i try to load the 20 .js files used in the demo i do not understand what element do i expect, that can eval cljs code. It may be a little tricky to tune the input-output of it though. <-- newbie inside.
I attached a screenshot of the javascript console.
