All Questions
4 questions
7
votes
3
answers
1k
views
Clojure - start a REPL without a project.clj
I started using Clojure with leiningen (and now boot).
Now I sometimes want to get quickly to a Clojure{Script} CIDER REPL in Emacs to execute just a few instructions. I don't want to create a ...
3
votes
1
answer
2k
views
Starting the ClojureScript browser REPL
I'm trying to start a ClojureScript REPL in a browser. Ideally I'd like not to use Austin yet: I first want to get the simplest REPL possible working.
I tried following various tutorials and so far I ...
0
votes
1
answer
640
views
How to show generated JS in Clojurescript REPL?
In this presentation on core.async Timothy Baldridge connects to a ClojureScript Browser REPL and sends generated JavaScript to a web browser from Emacs.
When I work through the Austin (...
1
vote
1
answer
364
views
Evaluating Compiled ClojureScript Functions at the REPL
Problem Description
I would like to call ClojureScript functions (that I've already written in CLJS, compiled and loaded into the browser) at the REPL and have them execute in the context of my ...