Running Clojure
See original GitHub issueThe default to run Clojure is lein exec
and should be cd $dir && lein run
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Building, Running, and the REPL - Brave Clojure
In this chapter, you'll invest a small amount of time up front to get familiar with a quick, foolproof way to build and...
Read more >Clojure - Getting Started
Clojure is a dynamic development environment where you interact with your program while you write it, growing and adding to it while it's...
Read more >typical way of running clojure programs - Stack Overflow
When I run clojure programs in production at work we just check them out of git and then call lein run in the...
Read more >run! - clojure.core | ClojureDocs - ClojureDocs
Returns a lazy sequence consisting of the result of applying f to the set of first items of each c... Added by mars0i...
Read more >Guide to starting with Clojure | grison.me
Run a REPL from your IDE ... Select Start a REPL server and connect (a.k.a Jack-in), then select Clojure CLI. Like Cursive in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Quick fix is to add
to your user or workspace settings
so I finally found a “working” workaround by hooking up the official clj/clojure tooling instead of leiningen, like this:
and it works like a charm now, well a charm that takes 2.4 seconds to load every single time, but still