DEV Community

Christian Himpe
Christian Himpe

Posted on

One Minute: Chicken Scheme

CHICKEN Scheme is an open-source Scheme implementation.

Design: Cheney on the MTA
Modes: Interpreter, Compiler
Standards: R5RS, R7RS
Platforms: x86, x86-64, ARM, ARM64, MIPS, SPARC64, PowerPC
Systems: Linux, MacOS, BSD, Windows
License: BSD-3-Clause
Written In: C

Website: http://call-cc.org
Manual: http://wiki.call-cc.org/manual/index
Wiki: http://wiki.call-cc.org/
Repository: https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary
Standard Libraries: http://wiki.call-cc.org/man/5/Included%20modules
Extension Repository: http://eggs.call-cc.org/5/

Wikipedia: https://en.wikipedia.org/wiki/Chicken_(Scheme_implementation)
Open Hub: https://www.openhub.net/p/chicken

Top comments (0)