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
=> () ()
undefined is not an object (evaluating 'cljs.core.List.EMPTYcljs.core') nil
=> 12
(1) is not a function. (In '(1)(2)', '(1)' is 1) nil
=> 'a 'b
Unexpected keyword 'new'. Parse error. nil
The text was updated successfully, but these errors were encountered:
Yep. This is probably an easy fix—having it iterate over reading a form, evaluating it, and then proceeding with the remainder.
As an aside, this kind of stuff is fixed in Planck, and there is actually a patch in queue for the official ClojureScript REPL that would fix the same there http://dev.clojure.org/jira/browse/CLJS-1572
Dunno why I never thought to try this in Replete :)
Errors vary wildly depending on input types.
The text was updated successfully, but these errors were encountered: