Created
August 22, 2018 09:10
-
-
Save theodesp/814fbffddf76781b9cd875fd9004def5 to your computer and use it in GitHub Desktop.
Basic R6RS scheme template #scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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