Chez Scheme
Browse cluster: JavaScript Standard Style Linting →Chez Scheme is a programming language and implementation that extends the Scheme standard (R6RS) with a compiler, run-time system, and integrated programming environment maintained by Cisco. The implementation compiles source code on-the-fly or ahead-of-time into optimized machine code, supports multiple threads, interfacing with C, garbage collection, and dynamic code generation, and includes tools such as a source-level debugger, profiler, and interactive shell. Chez Scheme runs across numerous platforms including Windows, macOS, Linux, FreeBSD, and mobile systems like iOS and Android, with both native code compilation and a bytecode interpreter available.