Skip to content

mise-plugins/vfox-chezscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfox-chezscheme

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.

Usage with mise

# 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

Usage with vfox

# 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

Requirements

  • C compiler (gcc or clang)
  • make
  • Basic build tools

On Ubuntu/Debian:

apt-get install build-essential

On macOS:

xcode-select --install

About

vfox plugin for Chez Scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •