Skip to content

Commit

Permalink
Add scheme setup to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Oct 16, 2021
1 parent 39f8c1c commit 87020c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ ENV PATH=$PATH:/root/factor/factor
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'

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

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

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

0 comments on commit 87020c6

Please sign in to comment.