Chibi Scheme

 2 likes

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...

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Linux
  • BSD
  • Cygwin
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Embeddable
  2.  Support for regular expressions

 Tags

Chibi Scheme News & Activities

Highlights All activities

Recent activities

Show all activities

Chibi Scheme information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about Chibi Scheme, and it has gotten 2 likes

Chibi Scheme was added to AlternativeTo by dbohdan on Sep 19, 2014 and this page was last updated Mar 18, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

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.