Support for Chibi Scheme in Geiser
- Scheme 68.7%
- Emacs Lisp 31.3%
|
Eliza Velasquez
2502fed134
Miscellaneous fixes for chibi
I don't necessarily think this PR brings chibi up to par with the other scheme implementations, but it does improve quite a few things. - (analyze) was sometimes causing hangs and throwing warnings, but it doesn't seem to be necessary for calling (eval), so I removed it. - I got autodoc back to a somewhat working-ish state which throws fewer exceptions overall. - I removed the default extra command line parameters, since they didn't seem to be necessary. |
||
|---|---|---|
| src/geiser | Miscellaneous fixes for chibi | |
| geiser-chibi.el | Miscellaneous fixes for chibi | |
| license | license and readme | |
| readme.org | typo | |
Chibi and Geiser talk to each other
This package provides support for using Chibi Scheme in Emacs with Geiser.
Provided geiser-core is installed in your system, if this package's
directory is in your load path, just add (require 'geiser-chibi) to
your initialisation files and then M-x run-chibi to start a REPL.