This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home.

Source for wiki SrfiInteroperability version 2

author

WillClinger

comment


    

ipnr

127.11.51.1

name

SrfiInteroperability

readonly

0

text


Some SRFIs export identifiers that are exported by ``(scheme base)`` or by another SRFI.  When the libraries that export an identifier give it the same or a compatible semantics, the conflict can be resolved by arranging for all libraries that export the identifier to export the same binding, with its most general semantics.  When two libraries export the same identifier with truly incompatible semantics, the conflict is real cannot be resolved without renaming.

In the table below, an identifier whose SRFI semantics generalizes its R7RS semantics is counted as a real conflict.  When an identifier's R7RS semantics generalizes its SRFI semantics, the conflict is counted as superficial.

||'''SRFI'''||'''real conflicts with R7RS'''||'''real conflicts with R6RS'''||'''real conflicts with SRFIs'''||'''superficial conflicts with R7RS'''||
||SRFI 0|| || || || `cond-expand` ||
||SRFI 1|| || `assoc` `member` `for-each` `map` `make-list` `list-copy` || || `cons` `list` `make-list` `list-copy` `pair?` `null?` `car` `cdr` ... `cddddr` `list-ref` `length` `append` `reverse` `map` `for-each` `member` `memq` `memv` `assoc` `assq` `assv` `set-car!` `set-cdr!` ||
||SRFI 2|| || || || ||
||SRFI 4|| extends lexical syntax || extends lexical syntax || || ||
||SRFI 5|| `let` || `let` || || ||
||SRFI 6|| || || || ||
||SRFI 7|| || || || ||
||SRFI 8|| || || || ||
||SRFI 9|| || `define-record-type` || || `define-record-type` ||
||SRFI 10|| extends lexical syntax || extends lexical syntax || || ||
||SRFI 11|| || || || ||
||SRFI 13|| `string-downcase` `string-upcase` `string-for-each` `string-map` || (many) || `string-hash` `string-hash-ci` || `string?` `make-string` `string` `string->list` `list->string` `string-length` `string-ref` `string-copy` `string-copy` `string-set!` `string-fill!` `string-append` ||
||SRFI 14|| || || || ||
||SRFI 16|| || || || ||
||SRFI 17|| `set!` || `set!` || || ||
||SRFI 18|| || || `current-time` `time?` || `with-exception-handler` `raise` ||
||SRFI 19|| || || `current-time` `time?` || ||
||SRFI 21|| || || `current-time` `time?` || `with-exception-handler` `raise` ||
||SRFI 22|| extends lexical syntax || extends lexical syntax || || ||
||SRFI 23|| || || || `error` ||
||SRFI 25|| `equal?` || `equal?` || `equal?` `make-array` `array-rank` `array-ref` `array-set!` || ||
||SRFI 26|| || || || ||
||SRFI 27|| || || || ||
||SRFI 28|| || || `format` || ||
||SRFI 29|| || || `format` || ||
||SRFI 30|| || || || ||
||SRFI 31|| || || || ||
||SRFI 34|| || || || `with-exception-handler` `guard` `raise` ||
||SRFI 35|| || (??) || || ||
||SRFI 36|| || (??) || || ||
||SRFI 37|| || || || ||
||SRFI 38|| || || || ||
||SRFI 39|| || || || `make-parameter` `parameterize` ||
||SRFI 40|| || || (deprecated by SRFI 41) || ||
||SRFI 41|| || || || ||
||SRFI 42|| || || || ||
||SRFI 43|| `vector-copy` || `vector->list` `vector-fill!` || || `make-vector` `vector` `vector-append` `vector?` `vector-ref` `vector-length` `vector-map` `vector-for-each` `vector-set!` `vector-fill!` `vector-copy!` `vector->list` `list->vector` ||
||SRFI 44|| `equal?` `string-set!` `vector-set!` || `equal?` `string-set!` `vector-set!` || `set?` `set-contains?` `set-delete` `set-delete!` `set-union` `set-union!` `set-intersection` `set-intersection!` `set-difference` `set-difference` (etc) || `make-list` `list` `list?` `list-ref` `make-vector` `vector` `vector-copy` `vector->list` `vector?` `vector-ref` `vector-set!` `make-string` `string` `string-copy` `string->list` `string?` `string-ref` `string-set!` ||
||SRFI 45|| || `delay` `force` || || `delay` `force` ||
||SRFI 46|| || `syntax-rules` || || `syntax-rules` ||
||SRFI 47|| `equal?` || `equal?` || `equal?` `array?` `make-array` `array-rank` `array-ref` `array-set!` || ||
||SRFI 48|| || || `format` || ||
||SRFI 49|| alternative lexical syntax || alternative lexical syntax || (yes) || ||
||SRFI 51|| || || || ||
||SRFI 55|| || || || ||
||SRFI 57|| `define-record-type` || `define-record-type` || `define-record-type` ||
||SRFI 58|| extends lexical syntax || extends lexical syntax || || ||
||SRFI 59|| || || || ||



time

2015-06-05 19:39:11

version

2