-
The zip API has fns:
- `whitespace?` - returns true if Clojure whitespace
- `whitespace-or-comment?` - returns true if Clojure whitespace or comment
All good. But... the zip API also has:
- `s…
lread updated
7 months ago
-
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 other…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/147.
`(let [myNeg (fn [x] (neg? x))] (myNeg "test"))` lists the error as…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
Yeah, it sounds weird, let me give some context:
On [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp), we have a completion code feature, where the user types something and we try to comple…
-
What needs to happen so a lein repl can get new code from a file being edited live? For example, the repl is run in powershell, and the code is editted in notepad.
How can the repl reload the code …
-
Autocompletions work for clojure functions and libraries but Java functions are not being autocompleted. I am connected to the repl and in the repl I get autocompletion for Java stuff.
My editor is…
-
In working on http://github.com/clojure-emacs/inf-clojure I see that we need to take different code-paths depending on which REPL we're interacting with.
example:
```emacs-lisp
(defcustom inf-cloj…
-
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…
-
Inspired by a review of #149 (fix for #148) - a new test was failing based on a (IMHO) poorly constructed state atom in the robot-names exercise example; one of the beauties of Clojure, and, _a fortio…