Skip to content

santanche/program2learn

Repository files navigation

program2learn

Learning programming paradigms

Running these labs

Examples and exercises in this lab are presented as Jupyter Notebooks.

Jupyter and GNU Guile Scheme

The links below run the Jupyter platform with the GNU Guile Scheme kernel:

  • Latest version available launch @ mybinder.org
    • mounts the latest commit - has the latest repository updates, but sometimes still needs a test.
  • Latest stable/tested version launch @ mybinder.org

Install a Local Guile over Jupyter

  • setup.md: to set the Guile over Jupyter for the first time;
  • run.md: to run the server as the setup is configured.