Changeset 14039
- Timestamp:
- 08/02/12 10:32:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r13709 r14039 2 2 =================== 3 3 4 Armed Bear Common Lisp is a n implementation of ANSI Common Lisp that5 runs in a Java virtual machine. It compiles Lisp code directly to 6 Java byte code.4 Armed Bear Common Lisp is a conforming implementation of ANSI Common 5 Lisp that runs in a Java virtual machine. It compiles Lisp code 6 directly to Java byte code. 7 7 8 8 … … 48 48 which should result in output like the following 49 49 50 Armed Bear Common Lisp 0.25.050 Armed Bear Common Lisp 1.1.0-dev 51 51 Java 1.6.0_21 Sun Microsystems Inc. 52 52 Java HotSpot(TM) Client VM … … 65 65 * Use the Ant build tool for Java environments. 66 66 67 * Use the NetBeans 6.x IDE to open ABCL as a project.67 * Use the NetBeans [67].x IDE to open ABCL as a project. 68 68 69 69 * Bootstrap ABCL using a Common Lisp implementation. Supported … … 71 71 CL, LispWorks or CLISP. 72 72 73 In all cases you need a Java 5 or later JDK (JDK 1. 5 and 1.6have been73 In all cases you need a Java 5 or later JDK (JDK 1.[567] have been 74 74 tested). Just the JRE isn't enough, as you need the Java compiler 75 75 ('javac') to compile the Java source of the ABCL implementation. … … 183 183 ### Tests 184 184 185 ABCL 1. 0.0 now fails only 18out of 21708 total tests in the ANSI CL185 ABCL 1.1.0-dev now fails only 1[4-6] out of 21708 total tests in the ANSI CL 186 186 test suite (derived from the tests originally written for GCL). 187 187 … … 190 190 ### Deficiencies 191 191 192 The MOP implementation is incomplete .192 The MOP implementation is incompletel untested. 193 193 194 194 Patches to address any of the issues mentioned above will … … 202 202 203 203 On behalf of all ABCL development team and contributors, 204 Erik Huelsmann 205 Mark Evenson 206 Alessio Stalla 207 Ville Voutilaninen 208 209 October 2011 210 204 205 Mark Evenson 206 Erik Huelsmann 207 Rudi Schlatte 208 Alessio Stalla 209 Ville Voutilaninen 210 211 212 August 2012 213 214
Note: See TracChangeset
for help on using the changeset viewer.