Please enable JavaScript to use CodeHS

Scheme

Scheme is a minimalist language great for teaching the mathematical foundations of programming.


The REPL

A REPL (Read, Eval, Print Loop) is a foundational element of Scheme. Explore Scheme with this REPL!

Excited to start building your own Scheme program?