Skip to content

Releases: nerima-lisp/cl-cc-runtime

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:39
v0.1.0
4ff5a82

Added

  • Initial extraction of the runtime library from the cl-cc monorepo as a
    standalone ASDF system: the cl-cc/runtime package, the generational
    garbage collector, heap and allocator, NaN-boxed value representation,
    register frames, images, FFI, and the concurrency primitives.