File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,11 @@ ENV PATH=$PATH:/root/factor/factor
72
72
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
73
73
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
74
74
75
- # Setup Racket
75
+ # Setup Racket and Scheme
76
+ # To run scheme files, use `racket -f <file.ss>`
76
77
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D9D33FCD84D82C17288BA03B3C9A6980F827E01E
77
78
RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu focal main'
78
79
79
- # Setup Scheme
80
- # # Use: https://github.com/ashinn/chibi-scheme
81
-
82
80
# Setup Scratch
83
81
# # using 1.x right now.... in future checkout snap or adobe air?
84
82
You can’t perform that action at this time.
0 commit comments