-
Clojure is a functional, dynamic language, a dialect of Lisp that runs on the JVM. Because it is a functional language, it has some aspects we can talk about:
- Immutable data
- Higher-order functio…
-
## Description
Cursive appears to have an issue with correctly compiling ahead-of-time settings
when unquoting the expression. This results in an inconsistency between Cursive
and `lein uberjar`…
-
I know you just got a Lisp request (Common Lisp specifically), but support for clojure would be appreciated as well =]
I'm hoping it won't be that hard to add, but it does require you have java con…
-
## Expected behavior
```clojure
;; cider-pprint-eval-defun-to-comment twice, with cursor on 1
(inc 1)
;; => 2
;; => 2
```
## Actual behavior
```clojure
;; cider-pprint-eval-defun-to-com…
-
**Describe the bug**
With code lens disabled sometimes I observe `...` popping up in the right side of all views after I edit code.
**To Reproduce**
Prepare a file that defines a symbol (a func…
-
From what i understand prybar-clojure uses clojure-cli tools and deps.edn, would upm support clojure librarie either using deps.edn or lein(using project.clj). I see that as my primary limiting factor…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/134.
There are tests that fail because of imprecise 'let' spec:
```
fa…
-
looking at functions below, they don't refer/call other functions like parse-string/emit-expr etc...when I just run the example in readme, it simply return nil...please advise.
(defn compile-fn [ar…
-
-
```
Basically port the Common Lisp version to Clojure.
```
Original issue reported on code.google.com by `jgran...@gmail.com` on 14 Oct 2009 at 9:11