summaryrefslogtreecommitdiff
blob: fbc3cab5d1ad2a2a943e89ce387ff6ee0a19a1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ChangeLog for dev-lisp/mzscheme
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/ChangeLog,v 1.2 2002/08/01 19:40:14 karltk Exp $

*mzscheme-103_pre1 ( 17 Feb 2002 )

  01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog mzscheme-103_pre1.ebuild :

  Added LICENSE, SLOT and KEYWORDS.

  17 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog files/digest-mzscheme-103_pre1 mzscheme-103_pre1:
  
  MzScheme is an implementation of the Scheme programming language for 
  Windows 95/98/NT/2000, MacOS, Unix, and BeOS. MzScheme is R4RS-compliant 
  (including the full numerical tower) and nearly R5RS-compliant (some macro 
  support is lacking). MzScheme also provides:

    * Pre-emptive threads for all platforms
    * Generative structures (a.k.a. record datatypes)
    * Built-in exceptions; each primitive error raises a specific exception
    * First-class compilation units (modules) for organizing program components
    * A class-based object system reminiscent of C++/Java
    * Built-in regular expression matching tools
    * Simple TCP communication support on all platforms
    * Portable filesystem access procedures
    * Platform-specific process control, including AppleEvent support

  This ebuild does not pre-compile the standard-library, which is untested.