Actions

Difference between revisions of "Packages"

From Gambit wiki

 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
[[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]].
 
[[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]].
  
== Scheme Spheres ==
+
== Spheres ==
[http://schemespheres.org Spheres] Spheres - A set of tools and libraries for real-life Scheme. Multiplatform and Mobile. Check out the [https://github.com/fourthbit/spheres code] for updated instructions, or visit the [http://schemespheres.org project page].
+
[http://schemespheres.org Spheres] - A set of tools and libraries for real-life Scheme. Multiplatform and Mobile. Based on Snow2 and R7RS libraries. Check out the [https://github.com/fourthbit/spheres code] or visit the [http://schemespheres.org project page].
  
 
== Dumping grounds ==
 
== Dumping grounds ==
 
There is an informal listing of Gambit libraries and code samples on the [[Dumping Grounds]].
 
There is an informal listing of Gambit libraries and code samples on the [[Dumping Grounds]].

Latest revision as of 11:40, 17 April 2015

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.

Spheres

Spheres - A set of tools and libraries for real-life Scheme. Multiplatform and Mobile. Based on Snow2 and R7RS libraries. Check out the code or visit the project page.

Dumping grounds

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