cljs-noderepl icon indicating copy to clipboard operation
cljs-noderepl copied to clipboard

A ClojureScript REPL running on Node.JS

Results 6 cljs-noderepl issues
Sort by recently updated
recently updated
newest added

When i tried to go through the readme instructions Exception in thread "main" java.lang.IllegalArgumentException: No single method: _setup of interface: cljs.repl.IJavaScriptEnv found for function: -setup of protocol: IJavaScriptEnv, compiling:(cemerick/piggieback.clj:148:5)

cljs.user> (def http (js/require "http")) "Error evaluating:" (def http (js/require "http")) :as "cljs.user.http = require(\"http\");\r\n" Error: parsers,STATUS_CODES,IncomingMessage,OutgoingMessage,ServerResponse,Agent,globalAgent,ClientRequest,request,get,Server,createServer,_connectionListener,Client,createClient is not ISeqable at seq (cljs/core.cljs:39:9) at cljs.core.map.map__2 (cljs/core.cljs:11:120) at cljs.core.LazySeq.sval (cljs/core.cljs:43:23) at...

Hi hi! I just hit the following: ``` clojure (core-dev)[venantius@ziz:circleci] 15:57:23 $ lein trampoline noderepl Retrieving org/bodil/lein-noderepl/0.1.11/lein-noderepl-0.1.11.pom from clojars Retrieving leinjacker/leinjacker/0.4.2/leinjacker-0.4.2.pom from clojars Retrieving leinjacker/leinjacker/0.4.2/leinjacker-0.4.2.jar from clojars Retrieving org/bodil/lein-noderepl/0.1.11/lein-noderepl-0.1.11.jar from...

Hi @bodil, I see that you merged some interesting fixes here #19. Any reason for holding the release of a new version with those updates?

i have noderepl in my project.clj, ran `lein deps` if i run `lein trampoline noderepl`, i get ``` ClojureScript:cljs.user> (def http (js/require "http")) "Error evaluating:" (def http (js/require "http")) :as...

Trying start a noderepl via "lein trampoline noderepl" yields "Building Clojurescript." and then returns to the shell without an error code. Starting the cljs repl manually via a clojure repl...