Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 3.11 KB

File metadata and controls

23 lines (14 loc) · 3.11 KB

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.