clojurescript icon indicating copy to clipboard operation
clojurescript copied to clipboard

In which order should the demo files be loaded, to obtain the repl?

Open pramatias opened this issue 12 years ago • 2 comments

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 avatar May 19 '13 23:05 pramatias

@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 avatar May 20 '13 19:05 kanaka

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

screenshot from 2013-05-20 22 44 49

pramatias avatar May 20 '13 20:05 pramatias