Nikita Prokopov

Results 125 issues of Nikita Prokopov

- What CLJS REPLs exist - What needs changing

help wanted
Open Question

enhancement
Open Question

E.g. start REPL and try to eval plus form in a file like this: ``` (ns abc) (+ 1 2) ``` Command send to nREPL will have `{"ns": "abc"}`, but...

bug
Open Question

Parsing might be done much more efficiently on Clojure side, but it will require sending full file for each command. Worth it?

Open Question