chibi-scheme/include/chibi
Alex Shinn 66bd9a52bb no more globals!
Each contexts keep a link to the heap which it is a part
of (when using the native GC), as well as a vector of
special globals that it needs quick access to (e.g. the
`quote' and `quasiquote', etc. symbols.  You can use this
to manage multiple completely unrelated VMs in the same
application, and everything will be thread-safe.

The old behavior is still available by editing config.h,
which now includes somewhat better descriptions of all
the settings.
2009-11-23 01:13:42 +09:00
..
bignum.h adding bignum support for 64-bit machines 2009-11-01 18:53:32 +09:00
config.h no more globals! 2009-11-23 01:13:42 +09:00
eval.h no more globals! 2009-11-23 01:13:42 +09:00
sexp.h no more globals! 2009-11-23 01:13:42 +09:00