Release 0.9.11


Important interface changes

New Features

Concurrency

New srfis

Enhancement of types

Now we can have types that can describe certain nature of the values, separate from the class the value is instantiated from. Such types include a union type (e.g. "integer or symbol"), an optional type, or a procedure type that describes argument types and return types.

At this moment, this information isn't much useful. You can use such types in assume-type or of-type? but that's all. Eventually we'll enhance use of type information.

See Types and classes, for the details.

Better test reporting

Miscellaneous features

Improvements

Bug Fixes


Last modified : 2021/12/24 03:39:49 UTC