cyclone/docs/api/primitives.md
2016-10-01 17:31:26 -04:00

3.9 KiB

Primitives

This section contains all of the primitives and other objects that are included in the Cyclone runtime. These objects are always available regardless of library imports.

For more information see the R7RS Scheme Specification.

#* #+ #- #/ #< #<= #= #> #>= #apply #boolean? #bytevector #bytevector-append #bytevector-length #bytevector-u8-ref #bytevector-u8-set! #bytevector? #caar #cadr #car #cdar #cddr #cdr #cell #cell-get #char->integer #char? #close-input-port #close-output-port #close-port #command-line-arguments #cons #delete-file #eof-object? #eq? #equal? #eqv? #error #exit #file-exists? #integer->char #integer? #length #list->string #list->vector #make-bytevector #make-vector #null? #number->string #number? #open-input-file #open-output-file #pair? #peek-char #port? #procedure? #read-char #real? #set-car! #set-cdr! #set-cell! #string->number #string->symbol #string-append #string-cmp #string-length #string-ref #string-set! #string? #substring #symbol->string #symbol? #system #vector-length #vector-ref #vector-set! #vector?