Racket 8.0
Do you want to code Racket on replit? Do you not have Hacker and Racket exceeds the space limit? Use this template instead. This runs the Racket installation script to install it to /home/runner
, or ~
. ~
gives unlimited space, but it doesn't store data after the container is reset. (Whenever you have to reinstall packages, basically). So it checks if the installation is still there, and if not, it reinstalls it. This is a faster way to run Racket on replit, and it works on the free plan.
lsikora
This is so cool! I didn't know you can run Racket off bash and get unlimited space. Keep up the good work!
doineednumbers
@CodeMaster007 Technically not unlimited space, but unlimited non-persistent hard drive space
lsikora
Yeah, its still pretty cool though! @doineednumbers
tysm!