Actions

Difference between revisions of "Packages"

From Gambit wiki

(Moved package and module system information here from Documentation)
Line 1: Line 1:
This is where the Gambit package repository will be made available.
+
== The Snow package system ==
 +
[http://snow.iro.umontreal.ca/ Snow] is a package management system for R4RS and R5RS Scheme.  Nearly
 +
all Snow packages run on Gambit.  Users can simply download and install
 +
[http://snow.iro.umontreal.ca/?tab=Packages existing packages]. For those who want
 +
to develop new packages, Snow has its own
 +
[http://snow.iro.umontreal.ca/?tab=Documentation documentation].
  
In the meantime check the Gambit code [[Dumping Grounds]].
+
== Black Hole module system ==
 +
[[Black Hole]] is a module system for incremental development and easily sharing code. It is bundled with a set of general purpose libraries, including several popular [[SRFI:s | SRFIs]].
 +
 
 +
== Dumping grounds ==
 +
There is an informal listing of Gambit libraries and code samples on the [[Dumping Grounds]].

Revision as of 20:15, 17 January 2010

The Snow package system

Snow is a package management system for R4RS and R5RS Scheme. Nearly all Snow packages run on Gambit. Users can simply download and install existing packages. For those who want to develop new packages, Snow has its own documentation.

Black Hole module system

Black Hole is a module system for incremental development and easily sharing code. It is bundled with a set of general purpose libraries, including several popular SRFIs.

Dumping grounds

There is an informal listing of Gambit libraries and code samples on the Dumping Grounds.