• #<thread #1 primordial>
  • +
  • README.html
  • +

If you have programmed before but are new to Scheme, you should to get to know the language better.

The first pane, the REPL, is where the user interacts with the interpreter. The REPL is an ideal place to try out code snippets and debug code.

The second pane is the editor area. It allows creating and editing files that are local to the browser and accessible to Scheme code as files in the root directory, i.e. "/". The files will persist in the browser between sessions. Use the "+" tab in the editor area to create new files and open existing files.

Basic keybindings

in REPL:
Entersend the current line to the REPL
Ctrl Lclear transcript
/ move back/forward in REPL history

in editor:
Ctrl Ssave file
Ctrl Entersave file and load it from the REPL