Actions

Difference between revisions of "SRFI:s"

From Gambit wiki

(Removed obsolete SRFI list and dead link)
(Reactivated this page for ease of wiki searching)
Line 1: Line 1:
(This page is obsolete. See the [[Documentation]] page.)
+
==SRFI==
 +
 
 +
Scheme Request For Implementation. See http://srfi.schemers.org/.
 +
 
 +
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].
 +
 
 +
[[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].
 +
 
  
 
[[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.