Re: [Readable-discuss] Guile meta-commands
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: John C. <co...@me...> - 2014-07-01 18:44:13
|
Alex Rozenshteyn scripsit: > There seems to be no way to get an input equivalent to ",h -c a" (note > the lack of parentheses) into the guile repl using guile-sweet. Yes. Alas, in Guile the ,commands are special-case hacks in the reader, rather than (as in Chicken and Gambit) special handling of the "unquote" form by the REPL loop. That is, at the Chicken repl it is the same to type > ,l foo and > (unquote l) foo -- John Cowan http://www.ccil.org/~cowan co...@cc... Time alone is real the rest imaginary like a quaternion --phma |