this post was submitted on 23 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think
-b '()'
is enough (word delimiters are parens) but this is more complete:At that point you might want to try cl-repl?
A summary of options: https://gist.github.com/vindarel/2309154f4e751be389fa99239764c363 Like, use
--remember
to tab-complete what was previously defined.Right, thanks for the gist!
I'm not yet using cl-repl because I want to have distinct tools composed to a usable whole or at least try to do that before surrendering to complete setups like cl-repl. But thanks for the recommendation anyway!