Chez_Scheme

Chez Scheme

Chez Scheme

R6RS Scheme compiler and run-time


Chez Scheme is a programming language, a dialect and implementation of the language Scheme which is a type of Lisp. It uses an incremental native-code compiler to produce native binary files for the x86 (IA-32, x86-64), PowerPC, and SPARC processor architectures.

Quick Facts Paradigms, Family ...

History

The first version of Chez Scheme was developed by R. Kent Dybvig and completed in 1984.[3] Some copies of the original version were distributed in 1985.

Cadence Research Systems developed Chez Scheme until the company was purchased by Cisco Systems in 2011.[4] Cisco open-sourced Chez Scheme in 2016.[5]

It has supported the R6RS standard since version 7.9.1.[6] It is free and open-source software released under an Apache License, version 2.0. It was first released in 1985, by R. Kent Dybvig, originally licensed as proprietary software, and then released as open-source software on GitHub on 2016-05-13 with version 9.4.[7]

Petite Chez Scheme

Petite Chez Scheme is a sibling implementation which uses a threaded interpreter design instead of Chez Scheme's incremental native-code compiler. Programs written for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do not depend on using the compiler (for example foreign function interface is only available in the compiler). Petite Chez Scheme was originally freely distributable[8] and is now distributed open-source as part of Chez Scheme.[9]

Performance

In one series of benchmarks,[10] Chez Scheme was among the fastest available Scheme implementations on the Sun SPARC processor architecture, while Petite Chez Scheme was among the slowest implementations on the more common x86 (Pentium 32-bit) processor architecture.

Libraries

Chez Scheme has a windowing system and computer graphics package called the Scheme Widget Library, and is supported by the portable SLIB library.[citation needed]. However the widget library is no longer maintained.[11]


References

  1. "Release 10.0.0". Retrieved 8 February 2024.
  2. "Chez Scheme Version 9.5.2 Release Notes" (PDF). Retrieved 31 August 2019.
  3. "Cisco/ChezScheme". GitHub. 11 February 2022.
  4. "Chez Scheme". GitHub. Retrieved 2019-04-06.
  5. "cisco/ChezScheme". Github. Cisco Systems. 29 October 2021. Retrieved 29 October 2021.
  6. Clinger, William D. (2007-07-05). "Twobit: Benchmarks". Retrieved 2008-08-05.
  7. "Scheme Widget Library". (chez (chez scheme)). Retrieved 29 August 2019.

Share this article:

This article uses material from the Wikipedia article Chez_Scheme, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.