Created
March 20, 2015 10:51
-
-
Save sergi/99da7464dd31af99ab08 to your computer and use it in GitHub Desktop.
List of Scheme and Chicken Scheme words for autocompletion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abs | |
acos | |
and | |
angle | |
append | |
apply | |
asin | |
assoc | |
assq | |
assv | |
atan | |
begin | |
boolean? | |
caar | |
cadr | |
call-with-current-continuation | |
call-with-input-file | |
call-with-output-file | |
call-with-values | |
car | |
case | |
cdddar | |
cddddr | |
cdr | |
ceiling | |
char->integer | |
char-alphabetic? | |
char-ci<=? | |
char-ci<? | |
char-ci=? | |
char-ci>=? | |
char-ci>? | |
char-downcase | |
char-lower-case? | |
char-numeric? | |
char-ready? | |
char-upcase | |
char-upper-case? | |
char-whitespace? | |
char<=? | |
char<? | |
char=? | |
char>=? | |
char>? | |
char? | |
close-input-port | |
close-output-port | |
complex? | |
cond | |
cons | |
cos | |
current-input-port | |
current-output-port | |
define | |
define-syntax | |
delay | |
denominator | |
display | |
do | |
dynamic-wind | |
else | |
eof-object? | |
eq? | |
equal? | |
eqv? | |
eval | |
even? | |
exact->inexact | |
exact? | |
exp | |
expt | |
floor | |
for-each | |
force | |
gcd | |
if | |
imag-part | |
inexact->exact | |
inexact? | |
input-port? | |
integer->char | |
integer? | |
interaction-environment | |
lambda | |
lcm | |
length | |
let | |
let* | |
let-syntax | |
letrec | |
letrec-syntax | |
list | |
list->string | |
list->vector | |
list-ref | |
list-tail | |
list? | |
load | |
log | |
magnitude | |
make-polar | |
make-rectangular | |
make-string | |
make-vector | |
map | |
max | |
member | |
memq | |
memv | |
min | |
modulo | |
negative? | |
newline | |
not | |
null-environment | |
null? | |
number->string | |
number? | |
numerator | |
odd? | |
open-input-file | |
open-output-file | |
or | |
output-port? | |
pair? | |
peek-char | |
port? | |
positive? | |
procedure? | |
quasiquote | |
quote | |
quotient | |
rational? | |
rationalize | |
read | |
read-char | |
real-part | |
real? | |
remainder | |
reverse | |
round | |
scheme-report-environment | |
set! | |
set-car! | |
set-cdr! | |
setcar | |
sin | |
sqrt | |
string | |
string->list | |
string->number | |
string->symbol | |
string-append | |
string-ci<=? | |
string-ci<? | |
string-ci=? | |
string-ci>=? | |
string-ci>? | |
string-copy | |
string-fill! | |
string-length | |
string-ref | |
string-set! | |
string<=? | |
string<? | |
string=? | |
string>=? | |
string>? | |
string? | |
substring | |
symbol->string | |
symbol? | |
syntax-rules | |
tan | |
transcript-off | |
transcript-on | |
truncate | |
values | |
vector | |
vector->list | |
vector-fill! | |
vector-length | |
vector-ref | |
vector-set! | |
vector? | |
with-input-from-file | |
with-output-to-file | |
write | |
write-char | |
zero? | |
and-let* | |
assume | |
compiler-typecase | |
cond-expand | |
condition-case | |
cut | |
cute | |
declare | |
define-constant | |
define-inline | |
define-interface | |
define-record | |
define-record-type | |
define-specialization | |
define-syntax-rule | |
define-type | |
define-values | |
dotimes | |
ecase | |
fluid-let | |
foreign-lambda | |
foreign-lambda* | |
foreign-primitive | |
foreign-safe-lambda | |
foreign-safe-lambda* | |
functor | |
handle-exceptions | |
import | |
let*-values | |
let-location | |
let-optionals | |
let-optionals* | |
let-values | |
letrec* | |
letrec-values | |
match-letrec | |
module | |
parameterize | |
regex-case | |
require-extension | |
select | |
set! | |
unless | |
use | |
when | |
with-input-from-pipe | |
match | |
match-lambda | |
match-lambda* | |
match-let | |
match-let* | |
receive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment