Package kawa.standard

Class Summary
and_or The Syntax transformer that re-writes the Scheme "and" and "or" primitives.
append Implement the Scheme standard function "append".
apply Implement the standard Scheme function "apply".
ashift  
ass  
atan Implement the standard Scheme procedure "atan".
begin Implement the re-writer for the "begin" primitive.
call_with_input_file  
call_with_output_file  
call_with_output_string  
call_with_values  
callcc Implement the Scheme standard function "call-with-current-continuation".
car  
cdr  
ceiling Implement the standard Scheme procedure "ceiling".
char_ci_equal_p The char-ci=? procedure
char_ci_greater_equal_p  
char_ci_greater_p  
char_ci_less_equal_p  
char_ci_less_p  
char_equal_p  
char_greater_equal_p  
char_greater_p  
char_less_equal_p  
char_less_p  
char_ready_p  
constant_fold Implements the "constant-fold" transformer.
convert  
cxr Implement the standard Scheme procedures "c[ad]*r".
define The Syntax transformer that re-writes the "define" Scheme primitive.
define_alias  
define_class  
define_member_alias  
define_syntax  
define_variable "define-variable" is like define, but ignored if variable already bound.
divide_oper Implement the Scheme standard function "/".
eq_p Implement the standard Scheme function "eq?".
equal_oper Implement the Scheme standard function "=".
equal_p Implement the standard Scheme procedure "equal?".
eqv_p Implement that standard Scheme function "eqv?".
exact_p  
exact2inexact Implement the standard Scheme procedure "exact->inexact".
expt Implement the standard Scheme procedure "expt".
floor Implement the standard Scheme procedure "floor".
fluid_let The Syntax transformer that re-writes the Scheme "fluid-let" primitive.
force Implement the Scheme standard function "force".
format  
gcd Implement the Scheme standard function "gcd".
greater_oper Implement the Scheme standard function ">".
greaterequal_oper Implement the Scheme standard function ">=".
ifp The Syntax transformer that re-writes the "if" Scheme primitive.
inexact_p  
inexact2exact Implement the standard Scheme procedure "inexact->exact".
instance  
integer_p  
lcm Implement the Scheme standard function "lcm".
less_oper Implement the Scheme standard function "<".
lessequal_oper Implement the Scheme standard function "<=".
let The Syntax transformer that re-writes the Scheme "let" primitive.
let_syntax Implementation of he standard Scheme let-syntax and letrec-syntax forms.
letrec The Syntax transformer that re-writes the Scheme "letrec" primitive.
LispFormat A representation of a parsed Common Lisp-style format.
list_p Implement the standard Scheme function "list?".
list_ref  
list_tail  
list_v Implement the Scheme standard function "list".
list2string Implement the Scheme standard function "list->string".
load  
location The Syntax transformer that re-writes the Kawa "location" primitive.
logand  
logior  
logxor  
make  
make_future  
make_quantity  
map Implement the Scheme standard functions "map" and "for-each".
max Implement the Scheme standard function "max".
mem  
min Implement the Scheme standard function "min".
minus_oper Implement the Scheme standard function "-".
modulo Implement the standard Scheme procedure "modulo".
multiply_oper Implement the Scheme standard function "*".
not Implement the standard Scheme procedure "not".
number2string  
object  
ObjectFormat  
open_input_file  
open_output_file  
ParseFormat  
plus_oper Implement the Scheme standard function "+".
positive_p Implement the standard Scheme procedure "positive?".
prim_method  
prim_throw  
quantity2number Implements the standard DSSSL procedure "quantity->number".
quantity2unit Implements the extended DSSSL procedure "quantity->unit".
quasiquote The Syntax transformer that re-writes the "quasiquote" Scheme primitive.
rationalize Implement the standard Scheme procedure "rationalize".
read  
read_line  
readchar  
require  
reverse  
round Implement the standard Scheme procedure "round".
Scheme  
scheme_env Implements the R5RS procedure "scheme-report-environment".
ScmEnv An Environment that does special handling for names of the form "".
set_b The Syntax transformer that re-writes the Scheme "set!" primitive.
setter  
sleep Implements the extended procedure "sleep".
sqrt Implement the standard Scheme procedure "sqrt".
string_append Implement the Scheme standard function "string-append".
string_ci_equal_p Implement the standard Scheme procedure "string-ci=?".
string_ci_greaterequal_p Implement the standard Scheme procedure "string-ci>=?".
string_ci_greaterthan_p Implement the standard Scheme procedure "string-ci>?".
string_ci_lessequal_p Implement the standard Scheme procedure "string-ci<=?".
string_ci_lessthan_p Implement the standard Scheme procedure "string-ci
string_greaterequal_p Implement the standard Scheme procedure "string>=?".
string_greaterthan_p Implement the standard Scheme procedure "string>?".
string_lessequal_p Implement the standard Scheme procedure "string<=?".
string_lessthan_p Implement the standard Scheme procedure "string
string_v  
string2list Implement the Scheme standard function "string->list".
string2number  
synchronizd  
syntax_case  
syntax_error Implements the Kawa extension "%syntax-error".
syntax_rules Implement the standard Scheme "syntax-rules" form.
throw_name  
TracedProcedure A TracedProcedure is a Procedure wrapper that writes trace output.
truncate Implement the standard Scheme procedure "trunctate".
try_catch The Syntax transformer that re-writes "try-catch".
try_finally The Syntax transformer that re-writes "try-finally".
vector_append Implement the Scheme extended function "vector-append".
vector2list Implement the Scheme standard function "vector->list".
with_input_from_file  
with_output_to_file  
write  
writechar