Chibi Scheme icon
Chibi Scheme icon

Chibi Scheme

Chibi-Scheme is a very small library with no external dependencies intended for use as an extension and scripting language in C programs. In addition to support for lightweight VM-based threads, each VM itself runs in an isolated heap allowing multiple VMs to run simultaneously...

Cost / License

  • Free
  • Open Source

Application type

Alerts

  • Discontinued

Platforms

  • Mac
  • Linux
  • BSD
  • Cygwin
Discontinued

Website is no longer available.

2likes
0articles

Features

  1.  Embeddable
  2.  Support for regular expressions

Chibi Scheme News & Activities

Highlights All activities

Recent activities

No activities found.

Chibi Scheme information

AlternativeTo Category

Development

Popular alternatives

View all
Chibi Scheme was added to AlternativeTo by dbohdan on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Chibi Scheme?

Chibi-Scheme is a very small library with no external dependencies intended for use as an extension and scripting language in C programs. In addition to support for lightweight VM-based threads, each VM itself runs in an isolated heap allowing multiple VMs to run simultaneously in different OS threads. The default language is R7RS Scheme, including first-class continuations and low-and-high-level hygienic macros.