-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
52 lines (35 loc) · 1.69 KB
/
NEWS
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Rapid Scheme NEWS
History of user-visible changes
07 August 2016
See the end of this file for copyrights and conditions.
See the README file for instructions for reporting bugs.
Version 0.2.0 (07 August 2016)
* Switch to the GNU Build system.
Version 0.1.3 (18 July 2016)
* Use Rapid Scheme's reader in compiled programs. The backend does
not have to provide a read procedure anymore.
* Bug fixes.
Version 0.1.2 (10 July 2016)
* Run a modified version of the algorithm "Fixing letrec (reloaded)"
as described by Dybvig and Ghuloum as the second pass in the
middle-end. This eliminates multiple-values mutually dependent
definitions. Only procedures are bound with letrec, all other values
with let-values.
Version 0.1.1 (07 July 2016)
* Run a simple lambda-lift pass at the first pass in the middle-end.
This pass guarantees that all procedures are bound to identifiers.
Version 0.1.0 (06 July 2016)
* Initial preview release.
-------------------------------------------------------------------------------
Copyright (C) 2016 Marc Nieper-Wißkirchen
This file is part of Rapid Scheme.
Rapid Scheme is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
Rapid Scheme is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.