From 72abd66f589964166572a99aa0fa7951079e14de Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 30 Sep 2016 00:21:23 -0400 Subject: [PATCH] Initial file --- docs/api/builtins.md | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 docs/api/builtins.md diff --git a/docs/api/builtins.md b/docs/api/builtins.md new file mode 100644 index 00000000..a959c2af --- /dev/null +++ b/docs/api/builtins.md @@ -0,0 +1,82 @@ +# Built-ins + +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. + +placeholder: +- [`*`](#*) + +#* + ++ +- +/ +< +<= += +> +>= +apply +boolean? +bytevector +bytevector-append +bytevector-length +bytevector-u8-ref +bytevector-u8-set! +bytevector? +car +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! +set-global! +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?