3 ms·
I am yet to get truly repl-pilled, currently I just use files for bigger pieces of code, if there's a way to move functions and stuff into a file via SLIME I'm
by KSPAtlas 4y ago
I am yet to get truly repl-pilled, currently I just use files for bigger pieces of code, if there's a way to move functions and stuff into a file via SLIME I'm interested
- LesZedCB 4y agoclojure with Calva in VSCode is pretty amazing!
- mikelevins 4y agoThe way I work (and have worked for years) is I just always work in a file buffer and use SLIME keystrokes to send expressions to Lisp for evaluation. Actually typing text in the repl buffer is very much the exception, not the rule.