Racket v6.2.1
Racket v6.2.1 is now available from http://racket-lang.org/
Version 6.2.1 patches the recent v6.2 release in three small ways:
- For the How to Design Programs teaching languages, DrRacket offers an option to use the old style for printing the constants true, false, and empty instead of #true, #false, and '().
- The teaching languages come with some additional functions to match the August 2015 stable release of HtDP 2nd edition.
- A repair to the compiler avoids an infinite loop at compile time for certain expressions that should loop forever at run time.
3 comments:
did anyone notice that the download page is broken?
when i click download on the home page, it gives a 403 forbidden error with message:
Request forbidden by administrative rules.
Are you still seeing that error? I can't reproduce it on my end.
it's ok now.
cheers
Post a Comment