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.
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 complicatedefinterface
, it's worth it to have such a syntax.