Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Created January 9, 2017 02:29
Show Gist options
  • Save paulproteus/fd12f1a04fed48b46c3ec14a906a0941 to your computer and use it in GitHub Desktop.
Save paulproteus/fd12f1a04fed48b46c3ec14a906a0941 to your computer and use it in GitHub Desktop.

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.

@paulproteus
Copy link
Author

Suggestion: Add another sentence to the first paragraph, so that:

The filename that you put the code into does not matter; you can use learning-8sync.scm, for example.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment