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...@ccil.org
Time alone is real
  the rest imaginary
like a quaternion       --phma

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to