Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Allow additional parameters to Chibi binary | Lockywolf | |
2019-08-20 | Rewrite geiser:eval in order to make it compatible with org-babel. | Lockywolf | |
* Add an additional guard construction to geiser:eval in order to catch unexpected I/O errors. | |||
2019-08-14 | geiser-chibi: allow passing custom argument list to chibi scheme process | Lukas Lao Beyer | |
2016-09-30 | Use (car (process-lines ...)) instead of (shell-command ...) | Jordan 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-04-30 | Clean-up elisp code | Peter | |
2016-04-30 | Add preliminary support for Chibi Scheme | Peter | |