-
I'd love to be able to use [`rebel-readline`](https://github.com/bhauman/rebel-readline) in shadow-cljs' REPL experience. There's probably some work that needs to be done to enable switching between …
-
Run following in a repl:
```clj
(defn my-fn [] (print "Namae wa? ") (flush) (->> (read-line) (println "Cheers")))
(my-fn)
```
When using rebel frontend `clojure -m closh.zero.frontend.rebel` …
-
Hi, nice people. Would anyone know to tell what I am doing wrong? I'd appreciate it. I got the following script as `$HOME/.lein/profiles.clj`
```
{
:user {:dependencies [[com.bhauman/rebel-readl…
-
In closh jvm
When I type "(ki" and press TAB I get the following exception:
```
(kiApr 11, 2019 12:51:14 PM org.jline.utils.Log logr
INFO: Error while finding completion candidates
java.lang…
-
Hi! It seems that calling `(flush)` adds an extra newline to the output. Is this expected or is there a way to disable this behavior?
Thanks!
```
~ :: clj
Clojure 1.9.0
user=> (do (print \.) …
-
Found this via a [clojure.spec bug](https://clojure.atlassian.net/browse/CLJ-1941):
**Cause:** Malli replaces var values with instrumented functions that will not work with primitive function inter…
-
Rebel-readline was on my list of things to check out and when I've got to it I realised it might benefit from using [MrAnderson](https://github.com/benedekfazekas/mranderson) to inline some dependenci…
-
When a longer running form is evaluated (e.g. `(Thread/sleep 10000)` or `(doseq [i (range 1e6)] (println i))`) and Ctrl+C is pressed then repl quits. Expected behavior is to interrupt current evaluati…
-
I like the syntax colouring rebel does on results, but I also sometimes would like a pretty-printed output. Maybe if the command ends with a "|" you could pprint the results? Or offer your own pprint …
-
Would it be possible to use this with [Babashka](https://github.com/babashka/babashka)?