Fork me on GitHub
#conjure
<
2020-10-05
>
dave12:10:11

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/

3
dharrigan15:10:07

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 /)`

nate16:10:32

hm, having some issues with folding longer results

nate16:10:50

noticed it with longer results

nate16:10:05

this code:

#_(println (apply str (repeat 1000 "conjure\n")))

nate16:10:28

should end up with a sea of:

; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure
; (out) conjure

nate16:10:51

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

nate16:10:12

looks to be somewhat regular, so I'm guessing it's running over a buffer or something