\( \newcommand\D{\mathrm{d}} \newcommand\E{\mathrm{e}} \newcommand\I{\mathrm{i}} \newcommand\bigOh{\mathcal{O}} \newcommand{\cat}[1]{\mathbf{#1}} \newcommand\curl{\vec{\nabla}\times} \newcommand{\CC}{\mathbb{C}} \newcommand{\NN}{\mathbb{N}} \newcommand{\QQ}{\mathbb{Q}} \newcommand{\RR}{\mathbb{R}} \newcommand{\ZZ}{\mathbb{Z}} \)
UP | HOME

Scheme (Lisp)

Table of Contents

1. Introduction

This is a minimal Lisp used for pedagogy. It's beautiful.

Scheme is a Lisp-1, meaning there is exactly one namespace used for variables and functions.

2. Implementations

Since Scheme is minimal, there are many implementations. I will enumerate just a few:

3. References

Last Updated 2022-04-29 Fri 07:34.