awesome-scheme
Scheme resources
A curated collection of resources and materials for learning and working with the Scheme programming language
A curated list of awesome Scheme resources and materials
70 stars
8 watching
7 forks
last commit: over 5 years ago
Linked from 2 awesome lists
awesome-listcurated-listlisp-dialectracketscheme
Awesome Scheme / Languages | |||
Pie | Pie is a little language with dependent types that accompanies | ||
Awesome Scheme / Frameworks | |||
Artanis | GNU Artanis aims to be a web application framework for Scheme | ||
Awesome Scheme / Resources / Books | |||
Structure and Interpretation of Computer Programs 2ed | A prime example of a masterpiece. A great intro to Computer science and a really good practice for learning Scheme. Highly recommended | ||
An Introduction to Scheme and its Implementation | Learn and use Scheme. Great Resource | ||
The Scheme Programming Language 4ed | Prime reference book | ||
Teach Yourself Scheme | Nice Scheme tutorial | ||
Awesome Scheme / Resources / Videos | |||
Structure and Interpretation of Computer Programs | Twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course of Structure and Interpretation of Computer Programs. Must see | ||
Awesome Scheme / Resources / Websites | |||
Schemers | The improper list of Scheme resources. A prime reference site | ||
Community Scheme Wiki | Wiki page for Scheme | ||
SRFI | Scheme requests for implementation | ||
The Adventures of a Pythonista in Schemeland | Tutorial for Scheme targeted for Python Developers | ||
r5rs | The official Scheme language definition and reference | ||
Scheme Repl | Online Scheme REPL | ||
Reddit handle | Reddit page on Scheme | ||
Awesome Scheme / Resources / Implementations | |||
Racket Lang | The most confortable enviroment to start working with Scheme. It offers great documentation and an awesome IDE. Highly Recommended | ||
Chez Scheme | The world's fastest and most reliable implementation of Scheme, originally developed by Kent Dybvig, bought and open-sourced by Cisco. It has built Racket's compiler+JIT & GC too, by project Racket-on-Chez | ||
Chicken Scheme | Portable Scheme Compiler that works well. Has nice documentation and active support | ||
Gambit Scheme | Another complete, portable, efficient and reliable implementation | ||
Schibi Scheme | Minimal Scheme Implementation for use as an Extension Language | ||
Guile Scheme | Gnus Scheme Implementation and Programming environment | ||
Kawa Scheme | Runs on the JVM. Part of the Kawa language Framework |