How to use this tutorial
This tutorial includdes scheme code that you can run using GNU Guile. The filename that you put the code into does not matter; you can use learning-8sync.scm
, for example.
If you do not have Guile, you can visit the official Guile installation documentation, where you will find information about system packages and installing from source.
The code samples and discussion are intended to be comprehensible to people with some Scheme background. Feel free to try running the code on your machine; if it works for you, then perfect! Feel free to attempt to understand it by modifying the code on your own system. Keep going. If you want more details about Guile and a Scheme tutorial, you can read a Guile tutorial.
Suggestion: Add another sentence to the first paragraph, so that:
becomes:
The filename that you put the code into does not matter; you can use
learning-8sync.scm
, for example. Run the code with:guilde-2.0 learning-8sync.scm
, for example.