summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-13simple geiser-chez--display-error0.10Chaos Eternal
2017-08-27more reduction on geiser:eval, add testChaos Eternal
2017-08-24rewritten geiser:eval to fix the following bug:Chaos Eternal
when eval (make-violation) it shall return: \#<condition &violation> but previous impletement will treat it as an ERROR.
2017-08-20Alway pretty-print for resultsChaos Eternal
2017-08-18Handle exceptions of ChezScheme and multi-value as wellChaos Eternal
- Capture exceptions of ChezScheme - handles multi-value return
2016-09-30Use (car (process-lines ...)) instead of (shell-command ...)0.9Jordan Brown
`shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user isn't using a Bourne-compatible shell. Instead of futzing about with quoting, we can just use `process-lines` to execute a process and pass it arguments directly.
2016-05-28fix call the chez scheme executable.izuo
2016-05-02Chez: add rudimentary autodoc supportPeter
2016-04-30Clean-up elisp codePeter
2016-04-30Add preliminary support for Chez SchemePeter