Actions

Difference between revisions of "SRFI:s"

From Gambit wiki

(Reactivated this page for ease of wiki searching)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
(This page is obsolete. See the [[Documentation]] page.)
+
==SRFI==
  
 +
Scheme Request For Implementation.  See http://srfi.schemers.org/.
  
Gambit has SRFIs [http://srfi.schemers.org/srfi-0/ 0], [http://srfi.schemers.org/srfi-4/ 4], [http://srfi.schemers.org/srfi-6/ 6], [http://srfi.schemers.org/srfi-8/ 8], [http://srfi.schemers.org/srfi-9/ 9], [http://srfi.schemers.org/srfi-18/ 18], [http://srfi.schemers.org/srfi-21/ 21], [http://srfi.schemers.org/srfi-22/ 22], [http://srfi.schemers.org/srfi-23/ 23], [http://srfi.schemers.org/srfi-27/ 27], and  [http://srfi.schemers.org/srfi-39/ 39] built-in.
+
Gambit natively implements the following SRFIs: [http://srfi.schemers.org/srfi-0/ 0],  
 +
[http://srfi.schemers.org/srfi-4/ 4],
 +
[http://srfi.schemers.org/srfi-6/ 6],  
 +
[http://srfi.schemers.org/srfi-8/ 8],  
 +
[http://srfi.schemers.org/srfi-9/ 9],  
 +
[http://srfi.schemers.org/srfi-18/ 18],  
 +
[http://srfi.schemers.org/srfi-21/ 21],  
 +
[http://srfi.schemers.org/srfi-22/ 22],  
 +
[http://srfi.schemers.org/srfi-23/ 23],  
 +
[http://srfi.schemers.org/srfi-27/ 27],  
 +
[http://srfi.schemers.org/srfi-30/ 30],
 +
[http://srfi.schemers.org/srfi-39/ 39],
 +
and [http://srfi.schemers.org/srfi-88/ 88].
  
Other [http://srfi.schemers.org/ SRFI:s] have been, or need to be ported.
+
[[Black Hole]] includes several additional popular SRFIs, including
 +
[http://srfi.schemers.org/srfi-1/ 1],
 +
[http://srfi.schemers.org/srfi-13/ 13],
 +
[http://srfi.schemers.org/srfi-14/ 14],
 +
[http://srfi.schemers.org/srfi-16/ 16],
 +
[http://srfi.schemers.org/srfi-19/ 19],
 +
and [http://srfi.schemers.org/srfi-95/ 95],  
 +
while others may be downloaded from [http://snow.iro.umontreal.ca/?listcat=srfi Snow].
  
A number of SRFI's have been ported, (at least, the barebones implementation) and are available at this SVN repository: http://bunny.jonnay.net/zengarden/trunk/lib/srfi-pack/
 
  
 
[[Category: Code]]
 
[[Category: Code]]

Revision as of 20:15, 17 January 2010

SRFI

Scheme Request For Implementation. See http://srfi.schemers.org/.

Gambit natively implements the following SRFIs: 0, 4, 6, 8, 9, 18, 21, 22, 23, 27, 30, 39, and 88.

Black Hole includes several additional popular SRFIs, including 1, 13, 14, 16, 19, and 95, while others may be downloaded from Snow.