vfox plugin for Chez Scheme.
Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.
Note: This plugin compiles Chez Scheme from source. You will need a C compiler (gcc or clang) and make installed on your system.
# Install a specific version (compiles from source)
mise install chezscheme@10.0.0
# Use in current shell
mise use chezscheme@10.0.0
# Run scheme
scheme --version# Add the plugin
vfox add chezscheme
# Install a version (compiles from source)
vfox install chezscheme@10.0.0
# Use the version
vfox use chezscheme@10.0.0- C compiler (gcc or clang)
- make
- Basic build tools
On Ubuntu/Debian:
apt-get install build-essentialOn macOS:
xcode-select --install