Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created August 22, 2018 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/814fbffddf76781b9cd875fd9004def5 to your computer and use it in GitHub Desktop.
Save theodesp/814fbffddf76781b9cd875fd9004def5 to your computer and use it in GitHub Desktop.
Basic R6RS scheme template #scheme
(import (rnrs (6)))
(use-modules ((rnrs) :version (6)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment