i've just published an update to my 2019 blog post about conjure (back when it was prepl-oriented): https://blog.djy.io/conjuring-clojure-in-vim-2020-edition/
:thumbsup:
Did I remember something, somewhere that a file could be autoeval'ed when something like this happens:... (foo.bar/ <----- autoeval of the
foo.bar` namespace happens on pressing the /
)`
hm, having some issues with folding longer results
noticed it with longer results
this code:
#_(println (apply str (repeat 1000 "conjure\n")))
should end up with a sea of:
; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure
and it does, but every so often there's this:
; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure
; }%~~~
; ~~~%{ ; (out) conjure ; (out) conjure ; (out) conjure ; (out) conjure ; (out) con...
; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure
looks to be somewhat regular, so I'm guessing it's running over a buffer or something