chibi-scheme/lib
Alex Shinn b10cb94e17 Reset the current parameters in child threads.
This is simple and fast.  Inheriting all threads causes immediate
problems with exception handlers, and in general should use
copy-on-write behavior so that child threads can't affect parents.  If
we make an eager copy of the parameters we can filter out just the
exception handler, but then thread creation is expensive.  The ideal
design might allow selectively enabling parameter inheritance.
2013-05-29 20:40:48 +09:00
..
chibi Conditionally define Complex and Ratio types. 2013-05-28 22:51:02 +09:00
scheme exact-integer-sqrt should continue the babylonian method in scheme. 2013-04-14 04:59:49 +00:00
srfi Reset the current parameters in child threads. 2013-05-29 20:40:48 +09:00
init-7.scm Using non-mutating tree of dynamic-wind state for thread safety. 2013-04-07 23:59:41 +09:00
meta.scm Adding warning to remind people to (import (scheme base)). 2013-04-01 21:55:18 +09:00