Arc Forumnew | comments | leaders | submitlogin
1 point by waterhouse 4682 days ago | link | parent

I'd suggest just trying to compile it on whatever machine you might have in mind.

  git clone http://git.racket-lang.org/plt.git
  cd plt/src
  ./configure
  make
  make install  # this builds executables and docs in place; takes a longish while