Changeset 13709
- Timestamp:
- 12/22/11 11:37:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r13635 r13709 65 65 * Use the Ant build tool for Java environments. 66 66 67 * Use the Net beans 6.x IDE to open ABCL as a project.67 * Use the NetBeans 6.x IDE to open ABCL as a project. 68 68 69 69 * Bootstrap ABCL using a Common Lisp implementation. Supported … … 105 105 -------------- 106 106 107 Obtain and install the [Net beans IDE][2]. One should be able to open107 Obtain and install the [NetBeans IDE][2]. One should be able to open 108 108 the ABCL directory as a project in the Netbeans 6.x application, 109 109 whereupon the usual build, run, and debug targets as invoked in the … … 127 127 step is to have Lisp special variable '*JDK*' point to the root of the 128 128 Java Development Kit. Underneath the directory referenced by the 129 value of '*JDK*' there should be an exec tuable Java compiler in129 value of '*JDK*' there should be an executable Java compiler in 130 130 'bin/javac' ('bin/java.exe' under Windows). 131 131 … … 176 176 behavior should be reported as a bug. 177 177 178 ABCL now has a manual stating its confo mance to the ANSI standard,179 providing a compliant and practical Common Lisp implementation.178 ABCL now has a manual stating its conformance to the ANSI standard, 179 providing a compliant and practical Common Lisp implementation. 180 180 Because of this, 181 181 … … 183 183 ### Tests 184 184 185 ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL186 test suite (derived from the tests or ginally written for GCL).185 ABCL 1.0.0 now fails only 18 out of 21708 total tests in the ANSI CL 186 test suite (derived from the tests originally written for GCL). 187 187 188 188 Maxima's test suite runs without failures. 189 189 190 ### Defic encies190 ### Deficiencies 191 191 192 192 The MOP implementation is incomplete.
Note: See TracChangeset
for help on using the changeset viewer.