conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
2020-10-05T07:26:24.052700Z

dave 2020-10-05T12:42:11.053200Z

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/

1➕
dharrigan 2020-10-05T15:07:04.053400Z

:thumbsup:

dharrigan 2020-10-05T15:14:07.054300Z

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

nate 2020-10-05T16:33:32.055300Z

hm, having some issues with folding longer results

nate 2020-10-05T16:33:50.055400Z

noticed it with longer results

nate 2020-10-05T16:34:05.055600Z

this code:

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

nate 2020-10-05T16:34:28.055800Z

should end up with a sea of:

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

nate 2020-10-05T16:34:51.056Z

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

nate 2020-10-05T16:35:12.056200Z

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