Chez Scheme
| Chez Scheme | |
|---|---|
| Paradigms | Multi-paradigm: functional, imperative, meta | 
| Family | Lisp | 
| Designed by | R. Kent Dybvig | 
| Developer | Cadence Research Systems | 
| First appeared | 1985 | 
| Stable release | 10.2.0 
   / 6 May 2025 | 
| Typing discipline | Dynamic, latent, strong | 
| Scope | Lexical | 
| Platform | x86 (IA-32, x86-64) PowerPC, SPARC, ARMv6, AArch64 | 
| OS | Cross-platform | 
| License | Apache License 2.0 | 
| Filename extensions | .ss | 
| Website | www | 
| Influenced by | |
| Lisp, Scheme | |
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, SPARC, and AArch64 processor architectures.