Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
Q
 quasiquote, (rnrs base(6))
 quasisyntax, (rnrs syntax-case(6))
 quote, (rnrs base(6))
 quotient, (rnrs r5rs(6))
R
 R5RS compatibility
 raise, (rnrs exceptions(6))
 raise-continuable, (rnrs exceptions(6))
 rational-valued?, (rnrs base(6))
 rational?, (rnrs base(6))
 rationalize, (rnrs base(6))
 read, (rnrs io simple(6))
 read-char, (rnrs io simple(6))
 readdir, (mosh)
 real-part, (rnrs base(6))
 real-valued?, (rnrs base(6))
 real?, (rnrs base(6))
 record-accessor, (rnrs records inspection(6))
 record-constructor, (rnrs records inspection(6))
 record-constructor-descriptor, (rnrs records inspection(6))
 record-field-mutable?, (rnrs records inspection(6))
 record-mutator, (rnrs records inspection(6))
 record-predicate, (rnrs records inspection(6))
 record-rtd, (rnrs records inspection(6))
 record-type-descriptor, (rnrs records inspection(6))
 record-type-descriptor?, (rnrs records inspection(6))
 record-type-field-names, (rnrs records inspection(6))
 record-type-generative?, (rnrs records inspection(6))
 record-type-name, (rnrs records inspection(6))
 record-type-opaque?, (rnrs records inspection(6))
 record-type-parent, (rnrs records inspection(6))
 record-type-sealed?, (rnrs records inspection(6))
 record-type-uid, (rnrs records inspection(6))
 record?, (rnrs records inspection(6))
 Records
 remainder, (rnrs r5rs(6))
 remove, (rnrs lists(6))
 remp, (rnrs lists(6))
 remq, (rnrs lists(6))
 remv, (rnrs lists(6))
 reverse, (rnrs base(6))
 round, (rnrs base(6))
S
 scheme-report-environment, (rnrs r5rs(6))
 serious-condition?, (rnrs exceptions(6))
 set!, (rnrs base(6))
 set-car!, (rnrs mutable-pairs(6))
 set-cdr!, (rnrs mutable-pairs(6))
 set-current-directory!, (mosh)
 set-port-position!, (rnrs io ports(6))
 SHUT_RD, (mosh socket)
 SHUT_RDWR, (mosh socket)
 SHUT_WR, (mosh socket)
 Simple I/O
 simple-conditions, (rnrs exceptions(6))
 sin, (rnrs base(6))
 sint-list, (rnrs bytevectors(6)).bytevector
 sizeof:bool, (mosh ffi)
 sizeof:int, (mosh ffi)
 sizeof:long, (mosh ffi)
 sizeof:short, (mosh ffi)
 sizeof:size_t, (mosh ffi)
 sizeof:void*, (mosh ffi)
 SOCK_DGRAM, (mosh socket)
 SOCK_STREAM, (mosh socket)
 Socket
 socket-accept, (mosh socket)
 socket-close, (mosh socket)
 socket-port, (mosh socket)
 socket-recv, (mosh socket)
 socket-recv!, (mosh socket)
 socket-send, (mosh socket)
 socket-shutdown, (mosh socket)
 socket?, (mosh socket)
 Sorting
 spawn, (mosh process)
 sqrt, (rnrs base(6))
 SRFIs
 standard-error-port, (rnrs io ports(6))
 standard-input-port, (rnrs io ports(6))
 standard-output-port, (rnrs io ports(6))
 string
 string-append, (rnrs base(6))
 string-ci-hash, (rnrs hashtables(6))
 string-copy, (rnrs base(6))
 string-fill!, (rnrs mutable-strings(6))
 string-for-each, (rnrs base(6))
 string-hash, (rnrs hashtables(6))
 string-length, (rnrs base(6))
 string-ref, (rnrs base(6))
 string-set!, (rnrs mutable-strings(6))
 string-split, (mosh)
 string<=?, (rnrs base(6))
 string<?, (rnrs base(6))
 string=?, (rnrs base(6))
 string>=?, (rnrs base(6))
 string>?, (rnrs base(6))
 string?, (rnrs base(6))
 substring, (rnrs base(6))
 symbol, (rnrs base(6)).string
 symbol-hash, (rnrs hashtables(6))
 symbol?, (rnrs base(6))
 syntax
 syntax-case
 syntax-violation, (rnrs syntax-case(6))
 syntax-violation-form, (rnrs exceptions(6))
 syntax-violation-subform, (rnrs exceptions(6))
 syntax-violation?, (rnrs exceptions(6))
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_768
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-13.html#node_idx_1154
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_362
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-20.html#node_idx_1290
The (rnrs r5rs (6)) library provides some functionality of the preceding revision of this report that was omitted from the main part of the current report.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_376
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_378
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_452
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_446
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_536
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_816
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_808
Read directory and returns result as list of string.
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_570
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_450
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_444
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_336
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_332
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_310
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_360
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_338
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_334
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_344
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_308
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_358
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_352
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_346
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_356
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_348
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_354
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_350
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-7.html#node_idx_342
Abstractions for creating new data types representing records.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-20.html#node_idx_1292
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-4.html#node_idx_218
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-4.html#node_idx_216
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-4.html#node_idx_222
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-4.html#node_idx_220
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_636
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_534
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-20.html#node_idx_1308
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_424
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_372
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-18.html#node_idx_1274
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-18.html#node_idx_1276
Set current directory.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_658
The (rnrs io simple (6)) library provides a somewhat more convenient interface for performing textual I/O on ports.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_396
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_546
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_118
sizeof(bool)
sizeof(int)
sizeof(long)
sizeof(short)
sizeof(size_t)
sizeof(void*)
Mosh provides a simple Socket library.
Wait for an incoming connection request, and returns a fresh connected client socket.
Closes a socket.
Returns a fresh binary input/output port associated with a socket.
Receives a binary data block from a socket.
Receives a binary data block from a socket.
Sends a binary data block to a socket.
Shutdowns a socket.
Returns #t when obj is socket.
The (rnrs sorting (6)) library for sorting lists and vectors.
fork and exec.
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_560
Following SRFI libraries are supported.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_732
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_676
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_730
Returns string value at which pointer points.
Read string from a file filename.
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_692
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_714
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_578
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_648
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_196
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_198
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-3.html#node_idx_194
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html#node_idx_630
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_710
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-14.html#node_idx_1222
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_718
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-19.html#node_idx_1282
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_716
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-14.html#node_idx_1220
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_694
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_696
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-19.html#node_idx_1280
Split text with delimiter and return result as list.
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_704
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_708
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_652
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-14.html#node_idx_1224
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_332
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-13.html#node_idx_1134
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-13.html#node_idx_1146
The (rnrs syntax-case (6))library provides support for writing low-level macros in a high-level style, with automatic syntax checking, input destructuring, output restructuring, maintenance of lexical scoping and referential transparency (hygiene), and support for controlled identifier capture.
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-13.html#node_idx_1160
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_484
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_486
See http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-8.html#node_idx_482
Close