Skip to content

sakuro/asdf-gauche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Gauche plugin for asdf version manager

Install

asdf plugin-add gauche

Use

Check asdf readme for instructions on how to install & manage versions of Gauche.

Note

SLIB

If you have SLIB installed in one of the following directories:

  • $(brew --prefix slib)/lib/slib (only if you are using Homebrew[*])
  • /usr/local/slib
  • /usr/local/lib/slib
  • /opt/local/lib/slib

the interpreter automatically detects where it is and sets SCHEME_LIBRARY_PATH accordingly.

[*]: The formula of slib is in sakuro/formulae

(sys-getenv "SCHEME_LIBRARY_PATH") #; "..path..to../slib"
(use slib)
(require 'factor) #; #t
(factor 120) #; (2 2 2 3 5)

Source Location

At the time of this writing, sourceforge.net is used for listing versions and fetching source tarballs because tarballs on GitHub releases require additional tool(autoconf) to generate the configure script.

About

Gauche plugin for asdf version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages