Changeset 38771 in project
- Timestamp:
- 06/26/20 13:50:52 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/supported-standards
r37970 r38771 21 21 ===== SRFIs 22 22 23 * [[/manual/ Non-standard macros and special forms#cond-expand|SRFI-0]] Feature-based conditional expansion construct24 * [[/manual/ Non-standard macros and special forms#and-let|SRFI-2]] AND-LET*: an AND with local bindings, a guarded LET* special form23 * [[/manual/Extensions to the standard#cond-expand|SRFI-0]] Feature-based conditional expansion construct 24 * [[/manual/Module (chicken base)#and-let|SRFI-2]] AND-LET*: an AND with local bindings, a guarded LET* special form 25 25 * [[/manual/Module srfi-4|SRFI-4]] Homogeneous numeric vector datatypes 26 * [[/manual/ Unit library#string-ports|SRFI-6]] Basic String Ports (also see [[/manual/Unit ports|Unit ports]] for a generalisation)27 * [[/manual/ Non-standard macros and special forms#receive|SRFI-8]] receive: Binding to multiple values28 * [[/manual/ Non-standard macros and special forms#record-structures|SRFI-9]] Defining Record Types29 * [[/manual/ Unit library#reader-extensions|SRFI-10]] Sharp-Comma External Form30 * [[/manual/ Non-standard macros and special forms#let-values|SRFI-11]] Syntax for receiving multiple values31 * [[/manual/ Exceptions|SRFI-12]] Exception Handling32 * [[/manual/ Non-standard macros and special forms#fluid-let|SRFI-15]] Syntax for dynamic scoping33 * [[/manual/ Non-standard macros and special forms#case-lambda|SRFI-16]] Syntax for procedures of variable arity34 * [[/manual/ Unit library#setters|SRFI-17]] Generalized set! (also see [[/manual/Extensions to the standard|heading 4.1.6 in "Extensions to the standard"]])35 * [[/manual/ Unit library#error|SRFI-23]] Error reporting mechanism36 * [[/manual/ Non-standard macros and special forms#cut|SRFI-26]] Notation for Specializing Parameters without Currying37 * [[/manual/ Unit extras#format|SRFI-28]] Basic Format Strings38 * [[/manual/ Non-standard read syntax#multiline-block-comment|SRFI-30]] Nested Multi-line Comments39 * [[/manual/ Non-standard macros and special forms#rec|SRFI-31]] A special form for recursive evaluation40 * [[/manual/ Parameters|SRFI-39]] Parameter objects (also see [[/manual/Non-standard macros and special forms#parameterize|the parameterize macro]])41 * [[/manual/M acros|SRFI-46]] Basic Syntax-rules Extensions (chicken 4.6.5 and newer)42 * [[/manual/ Non-standard macros and special forms#require-extension|SRFI-55]] require-extension43 * [[/manual/ Extensions to the standard|SRFI-61]] A more general cond clause (see heading 4.2.1)44 * [[/manual/ Non-standard read syntax#expression-comment|SRFI-62]] S-expression comments45 * [[/manual/ Unit library#keywords|SRFI-88]] Keyword Objects46 * SRFI-98 --- [[/manual/ Unit library#get-environment-variable|get-environment-variable]], [[/manual/Unit posix#environment-access|get-environment-variables]]26 * [[/manual/Module (chicken base)#string-ports|SRFI-6]] Basic String Ports (also see [[/manual/Unit ports|Unit ports]] for a generalisation) 27 * [[/manual/Module (chicken base)#receive|SRFI-8]] receive: Binding to multiple values 28 * [[/manual/Module (chicken base)#define-record-type|SRFI-9]] Defining Record Types 29 * [[/manual/Extensions to the standard#external-representation|SRFI-10]] Sharp-Comma External Form 30 * [[/manual/Module (chicken base)#let-values|SRFI-11]] Syntax for receiving multiple values 31 * [[/manual/Module (chicken condition)#srfi-12-specification|SRFI-12]] Exception Handling 32 * [[/manual/Module (chicken base)#fluid-let|SRFI-15]] Syntax for dynamic scoping 33 * [[/manual/Module (chicken base)#case-lambda|SRFI-16]] Syntax for procedures of variable arity 34 * [[/manual/Module (chicken base)#srfi-17-setters|SRFI-17]] Generalized set! (also see [[/manual/Extensions to the standard|heading 4.1.6 in "Extensions to the standard"]]) 35 * [[/manual/Module (chicken base)#error|SRFI-23]] Error reporting mechanism 36 * [[/manual/Module (chicken base)#cut|SRFI-26]] Notation for Specializing Parameters without Currying 37 * [[/manual/Module (chicken format)#format|SRFI-28]] Basic Format Strings 38 * [[/manual/Extensions to the standard#multiline-block-comment|SRFI-30]] Nested Multi-line Comments 39 * [[/manual/Module (chicken base)#rec|SRFI-31]] A special form for recursive evaluation 40 * [[/manual/Module (chicken base)#parameters|SRFI-39]] Parameter objects (also see [[/manual/Non-standard macros and special forms#parameterize|the parameterize macro]]) 41 * [[/manual/Module scheme#syntax-definitions|SRFI-46]] Basic Syntax-rules Extensions (chicken 4.6.5 and newer) 42 * [[/manual/Module (chicken base)#require-extension|SRFI-55]] require-extension 43 * [[/manual/Module scheme#conditionals|SRFI-61]] A more general cond clause (see heading 2.2.1) 44 * [[/manual/Extensions to the standard#expression-comment|SRFI-62]] S-expression comments 45 * [[/manual/Module (chicken keyword)|SRFI-88]] Keyword Objects 46 * SRFI-98 --- [[/manual/Module (chicken process-context)#get-environment-variable|get-environment-variable]], [[/manual/Module (chicken process-context)#get-environment-variables|get-environment-variables]] 47 47 48 48
Note: See TracChangeset
for help on using the changeset viewer.