Changeset 13722
- Timestamp:
- 01/06/12 14:32:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/README
r13639 r13722 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 … … 106 106 -------------- 107 107 108 Obtain and install the [Net beans IDE][2]. One should be able to open108 Obtain and install the [NetBeans IDE][2]. One should be able to open 109 109 the ABCL directory as a project in the Netbeans 6.x application, 110 110 whereupon the usual build, run, and debug targets as invoked in the … … 128 128 step is to have Lisp special variable '*JDK*' point to the root of the 129 129 Java Development Kit. Underneath the directory referenced by the 130 value of '*JDK*' there should be an exec tuable Java compiler in130 value of '*JDK*' there should be an executable Java compiler in 131 131 'bin/javac' ('bin/java.exe' under Windows). 132 132 … … 177 177 behavior should be reported as a bug. 178 178 179 ABCL now has a manual stating its confo mance to the ANSI standard,180 providing a compliant and practical Common Lisp implementation.179 ABCL now has a manual stating its conformance to the ANSI standard, 180 providing a compliant and practical Common Lisp implementation. 181 181 Because of this, 182 182 … … 189 189 Maxima's test suite runs without failures. 190 190 191 ### Defic encies191 ### Deficiencies 192 192 193 193 The MOP implementation is incomplete.
Note: See TracChangeset
for help on using the changeset viewer.