Clojure
Clojure copied to clipboard
Light Table Clojure language plugin
Both Clojure v1.7 and v1.8 introduced new functions that are not yet marked as part of the builtins functions by codemirror. Functions such as edupe, transduce, completing, cat, volatiles, among...
Hey guys, I was checking around what I thought was normal behavior for clojure and found out that it is probably a Lighttable thing. My problem is that any error...
This was reported initially (or at least most recently) in [this Google Groups topic](https://groups.google.com/d/topic/light-table-discussion/3YejenLOfho/discussion). I confirmed this behavior in LT version 0.8.1 with version 0.3.1 of the Clojure plugin. An...
 Inline evaluation (using Ctrl+Enter) fails on custom tagged literals. As you can see from the screenshot, `*data-readers*` takes the mapping from the `data_readers.clj` file that I put in my...
There are currently 3 repls under consideration: https://github.com/mjmeintjes/boot-react-native, https://github.com/drapanjanas/re-natal and https://github.com/decker405/figwheel-react-native. The first one involves boot and since LightTable's integration so far has been with lein that seems more work...
From https://github.com/LightTable/LightTable/issues/1103. Solution would be to [catch the failed compilation](https://github.com/LightTable/Clojure/blob/2aeab5ca0831b6755b81f408758b8fea850f601d/lein-light-nrepl/src/lighttable/nrepl/cljs.clj#L351-L367) and send a new message :cljs.compile.failed which triggers a new behavior that turns off the working indicator and displays an...
From https://github.com/LightTable/LightTable/issues/1667: I created a minimal project/test-case, built from [this](http://stackoverflow.com/questions/21691514/clojure-example-that-works-with-protobuf) and with the dependencies updated: it works with plain leiningen from the command line, but fails inside LT with `java.lang.VerifyError`...
From https://github.com/LightTable/LightTable/issues/1316: In a new project, just adding `:eval-in :leiningen` to project.clj, I got this error: ``` We couldn't connect. Looks like there was an issue trying to connect to...
From https://github.com/LightTable/LightTable/issues/244: e.g. if your project depends on datomic and you try try to evaluate #db/id[:db/user -1000]
I think it would be great if we could find a way to leverage the great work going on with the cider-nrepl middleware (used by emacs CIDER and vim-fireplace). There...