hi @shaunlebron I have started writing a REPL in CLJS
to aid the effort I have updated the parinfer-cljs library to support v3
and made a PR
I would appreciate your thoughts
@raymcdermott cool thanks, I replied: https://github.com/shaunlebron/parinfer-cljs/pull/5
I wonder why my old github repos don’t have me watching them by default anymore
when using parinfer, my biggest mental block is how to process newlines
you suggest processing via parenmode in the docs but it still seems weird
cos the line-number reports back the previous line not the new line
and I don’t want to code around that … so maybe I have something off
BTW I’m trying to code the REPL in a HTML textarea using reframe rather than code mirror
I see people make movies …. is that how you would prefer to understand / review any perceived glitches?
1. smart mode should handle what to do based on when you press Enter if that’s what you mean 2. you will save yourself loads of time if you use the official parinfer-codemirror addon. The integration bits are nontrivial: https://github.com/shaunlebron/parinfer-codemirror
I wasn’t going to use code-mirror - is that a mistake? Does everyone else do that?
i’m not sure what others do, i get little feedback on that kind of thing
i know a couple people use the parinfer-codemirror addon
ok, thanks