You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: