We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8c1c commit 87020c6Copy full SHA for 87020c6
.devcontainer/Dockerfile
@@ -72,11 +72,10 @@ 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
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
78
-# Setup Scheme
79
-## Use: https://github.com/ashinn/chibi-scheme
80
81
# Setup Scratch
82
## using 1.x right now.... in future checkout snap or adobe air?
0 commit comments