-
### Check for existing issues
- [X] Completed
### Describe the feature
### Feature Request: Integration of Clojure REPL for Enhanced Development Experience
**Title:** Add Support for Cloju…
-
I made a big dataset of shape:
[4 3724776]
and "printing" in the repl of even small parts fails:
```
(ds/head ds)
; Error printing return value (ArithmeticException) at java.lang.Math/toIntEx…
-
in my .java file i do:
```java
import clojure.java.api.Clojure;
import clojure.lang.IFn;
import java.lang.instrument.Instrumentation;
import java.util.Collections;
...
IFn require…
-
Hi,
When trying to unquote a `deftype` defined in namespace B from namespace A in a macro, the following error occurs:
```NameError: name 'TypeOther' is not defined```
To reproduce
1. Create…
-
**Is your feature request related to a problem? Please describe.**
When working in VSCode with Python, Jupyter, F#, Clojure, I can hit a keyboard combo (usually CMD + Enter on Mac)
and the code is…
-
**Is your feature request related to a problem? Please describe.**
While working in a running REPL, Clojure will happily accept your circular dependencies. It's first when you restart the REPL or m…
-
I'm currently trying to see if I can make the Fennel nREPL server [JeeJah](https://gitlab.com/technomancy/jeejah) work with Calva Connect to REPL.
But:
- Calva's handshake is very Clojure-centric.…
-
When I run a log form that follows a certain pattern from the debugger, the debugger terminates and the function appears to return “QUIT”.
The log runs successfully outside of debugging.
I can r…
-
### 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:…
-
Following the wiki to install krell in an existing AwesomeProject, when execute the following command in CLI,
got an error.
MacBookPro:AwesomeProject $ clj -M -m krell.main -co build.edn -c -r
…