Pixie Scheme III Dictionary


Pixie Face

Pixie Scheme III Dictionary

For Pixie Scheme III version 1.12

Copyright © 2007-2011 Jay Reynolds Freeman, all rights reserved.
Personal Web Site: http://web.mac.com/Jay_Reynolds_Freeman
EMail: Jay_Reynolds_Freeman@mac.com.

If you have a big enough dictionary, just about everything is a word. -- Dave Barry


Pixie Scheme III is open-source software under the GNU General Public License.
Please see the Pixie Scheme III Warranty for precise information.

This document has two parts:

As an aid to finding things, here are some alphabetical indexes for entries in the dictionary.

Index for commands that are part of the R5 standard:

Index for commands that are Pixie Scheme III enhancements that begin with "e::":

Index for commands that are Pixie Scheme III enhancements that begin with "c::":


Command Summary:

This portion of the document is a command summary of the procedures, special forms, macros, and the like, that are provided as part of Pixie Scheme III. It includes all of the standard Scheme stuff that Pixie Scheme III provides, and also includes many other items that I have provided as enhancements.

The command summary is a supplement to the "R5 report", but definitely not a substitute for it.

The descriptions herein are specific to Pixie Scheme III. Pixie Scheme III generally follows the "R5" Scheme report, but there are many places in that report where some behavior of Scheme is left undefined, or is allowed to be implementation-dependent. In those cases, this document describes what Pixie Scheme III does. For example, the R5 report often does not define the return values of procedures that are called for side effects: Pixie Scheme III generally returns #t from such procedures, and the descriptions herein so indicate.

The command summary is arranged alphabetically, with a few exceptions. First, procedures that are enhancements -- that is, they are not part of R5 Scheme -- are listed at the very end. Their identifiers all begin with either "e::" or "c::". The procedures that begin with "e::" come before the procedures that begin with "c::".

Second, a few closely-related groups of procedures are presented together. They include:

There are other such groups.

Pixie Scheme III does contain procedures and such that are not documented here; I have omitted many things used internally by the compiler, macro-generator, and so on, because they are complicated and more than likely to change in subsequent releases. I do not personally regard them as secrets. If you find something undocumented that you would like to know more about, send me EMail and ask, but don't count on any undocumented feature continuing to exist in future releases of Pixie Scheme III.

General notes about the command summary entries:

And now, on to the command summary itself ...


*


+


-


/


<


<=


=


>


>***<


>**<


>*<


>+++<


>++<


>+<


>-<


>=


abs


acos


and


angle


append


apply


asin


assoc


assq


assv


atan


begin


boolean?


call-with-current-continuation


call-with-values


car


cdr


caar         cadr         cdar         cddr        

caaar       caadr       cadar       caddr      

cdaar       cdadr       cddar       cdddr      

caaaar     caaadr     caadar     caaddr    

cadaar     cadadr     caddar     cadddr    

cdaaar     cdaadr     cdadar     cdaddr    

cddaar     cddadr     cdddar     cddddr    


case


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?


complex?


cond


cons


cos


current-input-port


current-output-port


define


define-syntax


delay


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-syntax


let*


letrec


letrec-syntax


list


list->string


list->vector


list-ref


list-tail


list?


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?


odd?


or


output-port?


pair?


peek-char


port?


positive?


procedure?


quasiquote


quote


quotient


rational?


read


read-char


real-part


real?


remainder


reverse


round


scheme-report-environment


set!


set-car!


set-cdr!


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


truncate


unquote


unquote-splicing


values


vector


vector->list


vector-fill!


vector-length


vector-ref


vector-set!


vector?


write


write-char


zero?



Enhancement Procedures:
For General Use


e::active-room


e::active-store-size


e::aging-room


e::all?


e::any?


e::atom?


e::bit-and     e::bit-not     e::bit-or    

e::bit-shift-left     e::bit-shift-right-arithmetic    

e::bit-shift-right-logical     e::bit-xor    


e::bound-instance?


e::c-boolean->scheme-boolean?


e::clear-compiler-on!


e::clear-permanent!


e::clear-show-full-precision!


e::closed-port?


e::coerce-to-long-ratnum-if-possible


e::coercible-to-fixnum?


e::coercible-to-long-ratnum?


e::compiler-on?


e::compile-form


e::cons-with-continuation


e::continued-fraction-list->real


e::debug


e::deep-copy


e::define-no-compile


e::derationalize


e::entropy-death


e::error


e::error-port


e::exit


e::expand-macro


e::expand-macros-recursively


e::fixnum?


e::float?


e::forced?


e::forgettable?


e::forgettable-expiration-time


e::forgettable-forgotten?


e::forgettable-object


e::forgettable-remembered?


e::forgettable-remember-probability


e::forgettable-unexpired?


e::full-gc


e::gensym


e::get-tag


e::hide-sense-lights!


e::inf?


e::inspect


e::list-print-depth

e::list-print-length

e::set-list-print-depth!

e::set-list-print-length!

e::set-vector-print-depth!

e::set-vector-print-length!

e::vector-print-depth

e::vector-print-length


e::logic-constant?


e::long-complex?


e::long-ratnum?


e::macro


e::macro-body


e::macro?


e::make-forgettable


e::make-integer-range


e::make-long-ratnum


e::make-simple-class


e::merge


e::merge!


e::money->string


e::multiple-values?


e::nan?


e::ninety-percent-used?


e::non-printing-object?


e::not-null?


e::number->string-with-n-decimals


e::original-cwcc


e::perform-applicative


e::permanent?


e::promise?


e::random


e::read-string-with-prompt


e::reduce


e::real->continued-fraction-list


e::reset


e::room


e::rotate-sense-lights!


e::select


e::sense-light-number?


e::sense-light-illumination-number?


e::set-sense-light-illuminations!


e::set-sense-light-n-illumination!


e::set-sense-light-n-visibility!


e::set-sense-lights-off!


e::set-compiler-on!


e::set-forgettable-expiration-time!


e::set-forgettable-remember-probability!


e::set-permanent!


e::set-show-full-precision!


e::set-tag!


e::show-active-memory


e::show-aging-memory


e::show-dynamic-environment-list


e::show-environment


e::show-environment-list


e::show-full-precision?


e::show-locks


e::show-memory


e::show-room


e::show-sense-lights!


e::sort


e::sort!


e::sorted?


e::srandom


e::stack-depth


e::store-size


e::substitute-new-permanent-symbols


e::time


e::top-loop-code


e::usleep


e::version


e::warning


e::write-continuation


e::write-stack



Enhancement Procedures:
Use with CAUTION


c::compiling?


c::define


c::down-in-flames!!!


c::environment


c::hash-string


c::load-from-string


c::number->string-with-c-format


c::release-locks


c::symeval



Glossary:

Applicative Programming:

Atom:

Binding:

Bitwise Operations:

Bug:

Clarus the DogCow&trade:

Common Lisp:

Compiler:

Consing:

Continuation:

Debugging:

Environment:

Environment List:

Evaluation:

Functional Programming:

Garbage:

Garbage Collection:

Gensym:

Global Variable:

Inf:

Inspecting Scheme Objects:

Internal Definition:

Lexical Scope:

Local Variable:

MacLisp:

Macro:

Metasyntactic Variable:

Nan:

Numerical Accuracy:

Numerical Precision:

Ob-List:

Permanence:

Pixie:

Pixie Scheme:

Pixie Scheme II:

Procedure Application:

Referential Transparency:

Reset:

R5 Report:

SECD Machine:

Shadow:

Special Form:

Tagged Aval:

Tagged-Object Lisp:

Tail Call Optimization:
Tail Recursion:

Transcript File:

World File:

Wraith Scheme:

Wraith:

Pixie Face