In: lisp, programming, language.

Backlinks: lisp-lang.

Scheme LISP (programming language)

Books

Wiki

Awesome

Video

Implementations

Racket

Racket, the Language-Oriented Programming Language
https://racket-lang.org
https://plt-scheme.org/software/mzscheme – PLT Scheme is now Racket
https://racket-lang.org/new-name.html – DrScheme becomes DrRacket

Chicken Scheme

CHICKEN is a compiler for the Scheme programming language
It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards
http://call-cc.org
http://code.call-cc.org/git/chicken-core.git
https://github.com/alaricsp/chicken-scheme
https://learnxinyminutes.com/docs/CHICKEN - Learn Chicken Scheme

Cisco Chez Scheme

https://scheme.com
https://github.com/cisco/chezscheme
https://github.com/guenchi/Raven – Package manager for Chez
https://github.com/gwatt/chez-exe – Chez Scheme self hosting executable
https://github.com/guenchi/Darkart – Chez Scheme’s forign library interface

Guile

Guile is an implementation of the Scheme programming language
With Guile you can create applications and games for the desktop, the Web, the command-line, and more.
https://gnu.org/software/guile/guile.html
https://github.com/wedesoft/aiscm

Gerbil Scheme

Gerbil is a meta-dialect of Scheme with post-modern features
https://cons.io
https://github.com/vyzo/gerbil

×