Home > Archive > Scheme > August 2007 > PLT Scheme v371
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Eli Barzilay 2007-08-18, 4:40 am |
| PLT Scheme version 371 is now available from
http://download.plt-scheme.org/
This is mostly a bug-fix release.
Changes:
* The debugger now works across multiple files and supports "step
over" and "step out" operations.
* HtDP teachpacks: the world.ss teachpack now exports two add-line
functions: one from image.ss and one for adding lines to scenes.
* ProfessorJ now includes a language level between Intermediate and
Advanced, Intermediate + access, that includes all of Intermediate
and introduces access modifiers and overloading. The language
manuals contain the complete details.
Feedback Welcome,
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
| |
| Matthew Swank 2007-08-18, 7:11 pm |
| On Sat, 18 Aug 2007 04:06:31 -0400, Eli Barzilay wrote:
> PLT Scheme version 371 is now available from
>
> http://download.plt-scheme.org/
>
> This is mostly a bug-fix release.
>
> Changes:
>
> * The debugger now works across multiple files and supports "step
> over" and "step out" operations.
>
> * HtDP teachpacks: the world.ss teachpack now exports two add-line
> functions: one from image.ss and one for adding lines to scenes.
>
> * ProfessorJ now includes a language level between Intermediate and
> Advanced, Intermediate + access, that includes all of Intermediate
> and introduces access modifiers and overloading. The language
> manuals contain the complete details.
>
> Feedback Welcome,
I, for one, welcome our new r6rs overlords.
Matt
--
"You do not really understand something unless you
can explain it to your grandmother." - Albert Einstein.
| |
| Andrew Reilly 2007-08-18, 10:19 pm |
| On Sat, 18 Aug 2007 04:06:31 -0400, Eli Barzilay wrote:
> * The debugger now works across multiple files and supports "step
> over" and "step out" operations.
Whoot! Thank you very much!
--
Andrew
|
|
|
|
|