Christophe Weblog Wiki Code Publications Music
make swank:listener-eval be a bit more like the CL version
authorChristophe Rhodes <csr21@cantab.net>
Mon, 30 Aug 2010 18:55:59 +0000 (19:55 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 30 Aug 2010 18:55:59 +0000 (19:55 +0100)
commit7683b39edd19ab103e711753bffbba3632cc70eb
tree7741b8abe047ebb26f94dac4de03c673920256ca
parent1083f5377e8173da9f6b85e80a7e1b63098005ab
make swank:listener-eval be a bit more like the CL version

don't return (:ok (:values "string")); instead, send a separate
(:write-string "string" :repl-result) and return (:ok ())
swank.R