aartaka / graven-image

Portability library for better interaction and debugging of a running Common Lisp image through text REPL.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Have non-parenthesized commands, like `:eval foo` #16

Closed aartaka closed 1 year ago

aartaka commented 1 year ago

Currently, most Graven Image interfaces only read non-parenthesized commands without arguments, like :next, or parenthesized ones, like (:set x 5). Most of CL implementations have non-parenthesized commands, like :istep foo, which is convenient. While that'd complicate definterface, it's worth it to have such a syntax.