1
0
Fork
You've already forked chibi
1
Support for Chibi Scheme in Geiser
  • Scheme 68.7%
  • Emacs Lisp 31.3%
Find a file
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.
2024年05月21日 15:52:42 -07:00
src/geiser Miscellaneous fixes for chibi 2024年05月21日 15:52:42 -07:00
geiser-chibi.el Miscellaneous fixes for chibi 2024年05月21日 15:52:42 -07:00
license license and readme 2020年07月20日 19:59:47 +01:00
readme.org typo 2020年07月20日 20:44:08 +01:00

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.