Skip to content

Commit 87020c6

Browse files
committed
Add scheme setup to devcontainer
1 parent 39f8c1c commit 87020c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ ENV PATH=$PATH:/root/factor/factor
7272
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
7373
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
7474

75-
# Setup Racket
75+
# Setup Racket and Scheme
76+
# To run scheme files, use `racket -f <file.ss>`
7677
## Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
7778

78-
# Setup Scheme
79-
## Use: https://github.com/ashinn/chibi-scheme
8079

8180
# Setup Scratch
8281
## using 1.x right now.... in future checkout snap or adobe air?

0 commit comments

Comments
 (0)