Initially I believed it would be a good idea to start the repl upon entry into a scheme file, but this has so far preempted tools that rely on direnv to create ad-hoc environments leading to not all dependencies being availabe for scheme files. I had not realized how annoying this could be because at the time all of my scheme libraries were installed in my user environment. Another reason for this change is it brings the scheme module back into line with the repl based modules for other lisps like clojure. |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
packages.el | ||
README.org |
lang/scheme
Description
Prerequisites
This module requires you to have at least one of the supported schemes, namely:
- Guile 2.2.0 or better
- Chicken 4.8.0 or better
- MIT/GNU Scheme 9.1.1 or better
- Chibi Scheme 0.7.3 or better
- Chez Scheme 9.4 or better
Their executables must be present in your path for geiser to work properly.
Features
Commands
Geiser
command | key / ex command | description |
---|---|---|
+scheme/open-repl |
:repl |
Open the Scheme Repl |