File: index.html

package info (click to toggle)
drscheme 1%3A352-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 71,608 kB
  • ctags: 55,284
  • sloc: ansic: 278,966; cpp: 63,318; sh: 32,265; lisp: 14,530; asm: 7,327; makefile: 4,846; pascal: 4,363; perl: 2,920; java: 1,632; yacc: 755; lex: 258; sed: 93; xml: 12
file content (71 lines) | stat: -rw-r--r-- 4,081 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>SRFI documents inside PLT</title>
  </head>

  <body>
    <h1>SRFI documents inside PLT</h1>

    <h1>Scheme Requests for Implementation</h1>

    <p>The "Scheme Requests for Implementation" (<em>SRFI</em>) process
    is a new approach to helping Scheme users to write portable and
    yet useful code.  It is a forum for people interested in
    coordinating libraries and other additions to the Scheme language
    between implementations.</p>

    <p>This manual includes the <em>original</em> documentation of all
    the SRFIs already ported to PLT Scheme.  For more information on
    the SRFI process, please <a href="http://srfi.schemers.org">follow
    this link</a>.</p>


    <h2>Ported SRFIs: original documents</h2>

    <ul>
      <li><a href="srfi-1.html">SRFI 1: List Library</a></li>
      <li><a href="srfi-2.html">SRFI 2: AND-LET*: an AND with local bindings, a guarded LET* special form</a></li>
      <li><a href="srfi-4.html">SRFI 4: Homogeneous numeric vector datatypes</a></li>
      <li><a href="srfi-5.html">SRFI 5: A compatible let form with signatures and rest arguments</a></li>
      <li><a href="srfi-6.html">SRFI 6: Basic String Ports</a></li>
      <li><a href="srfi-7.html">SRFI 7: Feature-based program configuration language</a></li>
      <li><a href="srfi-8.html">SRFI 8: RECEIVE: Binding to multiple values</a></li>
      <li><a href="srfi-9.html">SRFI 9: Defining Record Types</a></li>
      <li><a href="srfi-11.html">SRFI 11: Syntax for receiving multiple values</a></li>
      <li><a href="srfi-13.html">SRFI 13: String Libraries</a></li>
      <li><a href="srfi-14.html">SRFI 14: Character-set Library</a></li>
      <li><a href="srfi-16.html">SRFI 16: Syntax for procedures of variable arity</a></li>
      <li><a href="srfi-17.html">SRFI 17:  Generalized set!</a></li>
      <!-- SRFI 18 is partially supported.  I'm not moving the document so as not to give false hopes! -->
      <li><a href="srfi-19.html">SRFI 19: Time Data Types and Procedures</a></li>
      <li><a href="srfi-23.html">SRFI 23: Error reporting mechanism</a></li>
      <li><a href="srfi-25.html">SRFI 25: Multi-dimensional Array Primitives</a></li>
      <li><a href="srfi-26.html">SRFI 26: Notation for Specializing Parameters without Currying</a></li>
      <li><a href="srfi-27.html">SRFI 27: Sources of Random Bits</a></li>
      <li><a href="srfi-28.html">SRFI 28: Basic Format Strings</a></li>
      <li><a href="srfi-29.html">SRFI 29: Localization</a></li>
      <li><a href="srfi-30.html">SRFI 30: Nested Multi-line Comments</a></li>
      <li><a href="srfi-31.html">SRFI 31: A special form rec for recursive evaluation</a></li>
      <li><a href="srfi-34.html">SRFI 34: Exception Handling for Programs</a></li>
      <li><a href="srfi-38.html">SRFI 38: External Representation for Data With Shared Structure</a></li>
      <li><a href="srfi-39.html">SRFI 39: Parameter objects</a></li>
      <li><a href="srfi-40.html">SRFI 40: A Library of Streams</a></li>
      <li><a href="srfi-42.html">SRFI 42: Eager Comprehensions</a></li>
      <li><a href="srfi-43.html">SRFI 43: Vector Library</a></li>
      <li><a href="srfi-45.html">SRFI 45: Primitives for Expressing Iterative Lazy Algorithms</a></li>
      <li><a href="srfi-48.html">SRFI 48: Intermediate Format Strings</a></li>
      <li><a href="srfi-57.html">SRFI 57: Records</a></li>
      <li><a href="srfi-59.html">SRFI 59: Vicinity</a></li>
      <li><a href="srfi-60.html">SRFI 60: Integers as Bits</a></li>
      <li><a href="srfi-61.html">SRFI 61: A more general cond clause</a></li>
      <li><a href="srfi-63.html">SRFI 63: Homogeneous and Heterogeneous Arrays</a></li>
      <li><a href="srfi-66.html">SRFI 66: Octet Vectors</a></li>
      <li><a href="srfi-67/srfi-67.html">SRFI 67: Compare Procedures</a></li>
      <li><a href="srfi-69.html">SRFI 69: Basic hash tables</a></li>
      <li><a href="srfi-74.html">SRFI 74: Octet-Addressed Binary Blocks</a></li>
    </ul>

    <hr>
  </body>
</html>