-
Hello,
Several months ago I forked this repo and started working on it. After some additions, I found myself unable to work with such a large codebase with which I was so unfamiliar, so I decided t…
-
Type hinting functions (when appropriate) is much faster than using macros so we should use a type hint when it conforms with existing clojure behavior.
-
Using clojure-lsp and was interested in the clojuredocs integration for a shadow-cljs, and my other nbb projects. However, seems that the exports only reference clojure.core and are not going to be as…
-
Hi,
There seems to be a small issue with vars in clojure.core:
(defn ping [f & args](println "ping" f args)
(apply f args))
(add-hook #'+ #'ping)
(+ 1 1) ;the hook doesn't run
(#'+ 2 2) ;althou…
-
You can ">" into "val"s in the viewer but not the metadata viewer. When viewing clojure data from functions, namespaces, etc, its also useful to navigate through the values of the metadata too. Can yo…
-
`(setq clojure-align-forms-automatically t)` in clojure-mode.el
'indents'
```
{:a 1
:bbbb 2}
```
to
```
{:a 1
:bbbb 2}
```
-
Just starting but the command `lein notebook` cause issues and not sure any way around it
`
Retrieving cider/cider-nrepl/0.10.2/cider-nrepl-0.10.2.jar from clojars
clojure.lang.Compiler$CompilerE…
-
Functions declared using `(prepfn)` are treated by cascalog as vanila clojure funcitons and so behave as regular map/filter functions. If you want to make a prepared mapcat/buffer/aggregator you have …
-
If helper functions (not macros) are used, test markers are shown only at the place where clojure.test/is is present. Like this:
![selection_052](https://user-images.githubusercontent.com/7101189/3…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/150.
This is more of a long-term goal, but there has been a fair bit of …