-
# Stacktraces
## The big problems
Stacktraces are a problem in Clojure. They are too long (tall) and they are printed in the reverse order they should be printed in and they lack any kind of for…
-
In order to load some components of Incanter, such as incanter.stats, one has to load incanter.core, which loads Swing. This is undesirable in some contexts in which it's nevertheless very useful to …
-
```
According to my understanding of JSR223 and Yoko Harada's post
(http://yokolet.blogspot.com/2008/04/tips-for-jruby-engine-getinterface.html),
there are potentially two ways of integrating Clojur…
-
Clarity should have an `assert` construct that aborts the contract call when an invariant predicate is false.
Assertions are [common](https://rosettacode.org/wiki/Assertions) in programming languag…
-
## Expected behavior
When editing an EDN buffer (file ending .edn), clojure mode should treat all paren forms as lists rather than functions, since EDN is a data format.
Thus if you choose to fo…
-
We need a tutorial covering everything about macros in ClojureScript.
Macros in CLJS are tricky due to their relationship to Clojure and the build process. We need to create a definitive reference on…
-
## Context from #3343:
> > About cider-enable-on-all-existing-clojure-buffers, I'm unconvinced why this function exists at all? Cider users should already have it added to their clojure-mode-hook, ot…
-
Hi,
it doesn't seem to be possible to define and subsequently call a macro inside a try block
```
error occurred during macroexpansion: 'Unbound' object is not callable
```
To reproduce,
ope…
-
I added cljdoc badge for Clojisr.
Build is failing:
https://cljdoc.org/builds/78095
Not sure, if easy fix
-
Thanks for your work developing this!
I am interested in learning how to run the program in order to generate a site for [Endless Sky Delta](https://github.com/endless-sky/Endless-Sky-Delta); eithe…