Clojure icon indicating copy to clipboard operation
Clojure copied to clipboard

Light Table Clojure language plugin

Results 27 Clojure issues
Sort by recently updated
recently updated
newest added

[The Clojure runner project](https://github.com/LightTable/Clojure/tree/master/runner) Magnus commented on Gitter: > It has tripped me up several times that the runner part of the clojure plugin is actually invoked from "deploy/plugins/Clojure/runner" in...

I would suggest we take the same route as: - [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) - [cider-nrepl](https://github.com/clojure-emacs/cider-nrepl) I.e source-inlining dependencies using [mranderson](https://github.com/benedekfazekas/mranderson) That way I think we should be able to avoid many pesky...

This is a meta issue to consider some features Colin [demoed](https://www.youtube.com/watch?v=vt1y2FbWQMg&list=PLZdCLR02grLoc322bYirANEso3mmzvCiI) for Cursive at the Conj. Interesting features include: - [ ] When writing a fn from a new namespace,...

enhancement

Recently came across an issue trying to right-pad a string using the clojure.core/format function and evaluating results inline. Evaluating (format "%-9s" "12345") displays as "12345 " (6 characters) and appears...

bug

See [this issue](https://github.com/LightTable/LightTable/issues/1774) in the LightTable repository. The user that reported the issue [wrote](https://github.com/LightTable/LightTable/issues/1774#issuecomment-76042631): > I noticed that the clojure plugin depends on an old version of leiningen so tried...

My user name on Windows 7 has a space char in it. When I attempt to evaluate a form I get the following error: ``` Error: Unable to access jarfile...

windows

It would be nice to have a support for executing cljs in the node context.

enhancement