From: Eli Barzilay <eli@barzilay.org> To: plt-scheme@list.cs.brown.edu Date: Tue, 12 Aug 2003 01:32:36 -0400 Subject: [plt-scheme] PLT Scheme v205 available PLT Scheme v205 is now available from http://download.plt-scheme.org/ Highlights: * DrScheme v205 provides a test case coverage tool. It is on by default in teaching languages. Its purpose is to warn programmers of code that hasn’t been exercised during execution or during interactive expression evaluations. An integration of this feature with the test suite tool (see v204) is pending. * This release also includes a hierarchy of syntacically restricted variants of Java, designed for teaching Java just like the HtDP languages are designed for teaching Scheme. (The tool is not supported for MacOS Classic.) * v205 is the last release that we plan to support for MacOS Classic. * Anti-aliased fonts are now supported. * PNG files are now fully supported (including alpha channels). * Better OpenGL support; download the `sgl’ addon for a higher-level interface. * Add-ons install into a user-specific directory by default. For more detailed changes, see the "notes" subdirectory of the installation. We encourage all users to upgrade to v205. Feedback welcome. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!