[Readable-discuss] Guile meta-commands
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: Alex R. <rpg...@gm...> - 2014-07-01 15:58:47
|
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. This makes it more difficult to use guile-sweet as a replacement for the guile repl, since some guile meta-commands are not handled. Also, sweeten suggests that the solution would be ",h\n-c\na\n", but both unsweeten and guile-sweet output before all three lines have been input, and unsweeten does not collapse them onto the same line. I'm not sure how one could work around it or even if it's something one could solve within the spec, but it just bit me, so I thought I'd mention it. -- Alex R |