vs:r7rs
-- vonuvoli
Category quote
;quasiquote
;unquote
;unquote-splicing
;_
;...
;=>
;else
;begin
;and
;or
;if
;when
;unless
;cond
;case
;do
;guard
;let
;let*
;letrec
;letrec*
;let-values
;let*-values
;define
;define-values
;set!
;define-record-type
;lambda
;parameterize
;not
;null?
;boolean?
;number?
;complex?
;real?
;rational?
;integer?
;exact-integer?
;exact?
;inexact?
;char?
;symbol?
;string?
;bytevector?
;pair?
;vector?
;error-object?
;file-error?
;read-error?
;proper-or-empty-list?
;procedure?
;port?
;input-port?
;output-port?
;binary-port?
;textual-port?
;eof-object?
;promise?
;zero?
;positive?
;negative?
;finite?
;infinite?
;nan?
;even?
;odd?
;char-numeric?
;char-alphabetic?
;char-upper-case?
;char-lower-case?
;char-whitespace?
;abs
;floor
;ceiling
;round
;truncate
;exact
;inexact
;square
;sqrt
;exact-integer-sqrt
;exp
;log
;sin
;cos
;tan
;asin
;acos
;atan
;floor/
;floor-quotient
;floor-remainder
;truncate/
;truncate-quotient
;truncate-remainder
;expt
;+
;-
;*
;/
;gcd
;lcm
;min
;max
;equivalent-by-identity?
;equivalent-by-value-strict?
;equivalent-by-value-strict-recursive?
;boolean=?
;<
;<=
;=
;>=
;>
;char<?
;char<=?
;char=?
;char>=?
;char>?
;char-ci<?
;char-ci<=?
;char-ci=?
;char-ci>=?
;char-ci>?
;string<?
;string<=?
;string=?
;string>=?
;string>?
;string-ci<?
;string-ci<=?
;string-ci=?
;string-ci>=?
;string-ci>?
;symbol=?
;car
;cdr
;caar
;cdar
;second
;second-tail
;length
;reverse
;cons
;set-car!
;set-cdr!
;list-ref-cons
;list-ref-car
;memq
;memv
;assq
;assv
;list-set-car!
;make-list
;list
;append
;list-copy
;member
;assoc
;vector-length
;vector-ref
;vector-set!
;make-vector
;vector
;vector-append
;vector-fill!
;vector-copy!
;vector-copy
;vector->list
;list->vector
;bytevector-length
;bytevector-u8-ref
;bytevector-u8-set!
;make-bytevector
;bytevector
;bytevector-append
;bytevector-copy!
;bytevector-copy
;string-length
;string->symbol
;symbol->string
;char->integer
;integer->char
;string-upcase
;string-downcase
;string-foldcase
;char-upcase
;char-downcase
;char-foldcase
;string-ref
;string-set!
;make-string
;string
;string-append
;string-fill!
;string-copy!
;string-copy
;string->list
;list->string
;string->vector
;vector->string
;string->utf8
;utf8->string
;string->number
;number->string
;digit-value
;call-with-values
;apply
;map
;for-each
;vector-map
;vector-for-each
;string-map
;string-for-each
;values
;command-line
;get-environment-variables
;current-second
;current-jiffy
;jiffies-per-second
;raise
;error-object-message
;error-object-irritants
;get-environment-variable
;error
;make-parameter
;exit
;emergency-exit
;current-input-port
;current-output-port
;current-error-port
;eof-object
;open-input-bytevector
;open-input-string
;get-output-bytevector
;get-output-string
;open-binary-input-file
;open-binary-output-file
;open-input-file
;open-output-file
;call-with-port
;call-with-input-file
;call-with-output-file
;with-input-from-file
;with-output-to-file
;open-output-bytevector
;open-output-string
;input-port-open?
;output-port-open?
;close-port
;close-input-port
;close-output-port
;u8-ready?
;peek-u8
;read-u8
;char-ready?
;peek-char
;read-char
;read-bytevector!
;read-bytevector
;read-string
;read-string-line
;read
;write-u8
;write-bytevector
;write-char
;write-string
;write
;write-shared
;write-simple
;display
;newline
;flush-output-port
;file-exists?
;fs-file-delete
;caaar
;caaaar
;caaadr
;caadr
;caadar
;caaddr
;cadar
;cadaar
;cadadr
;caddr
;caddar
;cadddr
;cdaar
;cdaaar
;cdaadr
;cdadr
;cdadar
;cdaddr
;cddar
;cddaar
;cddadr
;cdddr
;cdddar
;cddddr
;delay
;delay-force
;case-lambda
;cond-expand
;define-syntax
;let-syntax
;letrec-syntax
;syntax-rules
;syntax-error
;import
;include
;include-ci
;make-promise
;force
;eval
;environment
;null-environment
;interaction-environment
;scheme-report-environment
;load
;features
;rationalize
;numerator
;denominator
;make-rectangular
;real-part
;imag-part
;make-polar
;angle
;magnitude
;call-with-current-continuation
;dynamic-wind
;with-exception-handler
;raise-continuable
;