RosettaGit

  • Tasks
  • Drafts
  • Languages

Chicken Scheme


  • Edit this page
  • Submit an issue


Contents

  • External Links

Search for this page on
Rosetta Code

'''Chicken Scheme''' is an R5RS compliant compiler for the Scheme programming language. It produces C code as output.

Chicken Scheme is implemented in C, using Henry Baker's "Cheney on the MTA" algorithm which uses the C stack pointer as it's garbage collection allocation pointer.

Chicken Scheme uses libraries called '''eggs''' as well as SRFIs.

External Links

  • Chicken Website
  • Eggs Unlimited (library modules)
  • Henry Baker's article "Cheney on the MTA"

Created by Adrian Sieber and contributors with Zola

Licensed under the GFDL-1.3-or-later