We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a869114 commit cee1270Copy full SHA for cee1270
.devcontainer/Dockerfile
@@ -72,13 +72,11 @@ ENV PATH=$PATH:/root/factor/factor
72
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
73
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
74
75
-# Setup Racket
+# Setup Racket and Scheme
76
+# To run scheme files, use `racket -f <file.ss>`
77
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D9D33FCD84D82C17288BA03B3C9A6980F827E01E
78
RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu focal main'
79
-# Setup Scheme
80
-## Use: https://github.com/ashinn/chibi-scheme
81
-
82
# Setup Scratch
83
## using 1.x right now.... in future checkout snap or adobe air?
84
0 commit comments