xxxxxxxxxx
xxxxxxxxxx
<p>If you have programmed before but are new to Scheme, you should <button onclick="UI.follow(event,'basic');">start the tutorial</button> to get to know the language better.
<p>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.</p>
<p>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. "<code><b>/</b></code>". The files will persist in the browser between sessions. Use the "<code><b>+</b></code>" tab in the editor area to create new files and open existing files.</p>
<h2>Basic keybindings</h2>
<table class="g-right-justify">
<tr><th colspan="2" style="text-align:left">in REPL:</th></tr>
<tr><td><kbd>Enter</kbd></td><td>send the current line to the REPL</td></tr>
<tr><td><kbd>Ctrl</kbd> <kbd>L</kbd></td><td>clear transcript</td></tr>
<tr><td><kbd>↑</kbd> / <kbd>↓</kbd></td><td>move back/forward in REPL history</td></tr>
<tr><th><br></th></tr>
<tr><th colspan="2" style="text-align:left">in editor:</th></tr>
<tr><td><kbd>Ctrl</kbd> <kbd>S</kbd></td><td>save file</td></tr>
<tr><td><kbd>Ctrl</kbd> <kbd>Enter</kbd></td><td>save file and load it from the REPL</td></tr>
<tr><th><br></th></tr>
<tr><th colspan="2" style="text-align:left"><button onclick="UI.follow(event,'keybindings');">More keybindings</button></th></tr>
</table>
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.
in REPL: | |
---|---|
Enter | send the current line to the REPL |
Ctrl L | clear transcript |
↑ / ↓ | move back/forward in REPL history |
in editor: | |
Ctrl S | save file |
Ctrl Enter | save file and load it from the REPL |