sharon.tuttle
2020-8-28 04:18:52

@sharon.tuttle has joined the channel


sharon.tuttle
2020-8-28 04:20:01

(1) Can DrRacket be installed on a Chromebook? (2) If so, are there simple instructions somewhere for this that I can send to one of my students who is asking? Thank you for any advice in this!


sorawee
2020-8-28 04:28:02

According to https://lists.racket-lang.org/users/archive/2015-January/065777.html, the following should work:

  1. Open terminal
  2. Run sudo add-apt-repository ppa:plt/racket
  3. Run sudo apt-get update
  4. Run sudo apt-get install racket

sharon.tuttle
2020-8-28 05:29:36

Thank you! I will ask the student to give this a try.