Changeset 13709


Ignore:
Timestamp:
12/22/11 11:37:34 (12 years ago)
Author:
Mark Evenson
Message:

Spellcheck README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/README

    r13635 r13709  
    6565* Use the Ant build tool for Java environments.
    6666
    67 * Use the Netbeans 6.x IDE to open ABCL as a project.
     67* Use the NetBeans 6.x IDE to open ABCL as a project.
    6868
    6969* Bootstrap ABCL using a Common Lisp implementation. Supported
     
    105105--------------
    106106
    107 Obtain and install the [Netbeans IDE][2]. One should be able to open
     107Obtain and install the [NetBeans IDE][2]. One should be able to open
    108108the ABCL directory as a project in the Netbeans 6.x application,
    109109whereupon the usual build, run, and debug targets as invoked in the
     
    127127step is to have Lisp special variable '*JDK*' point to the root of the
    128128Java Development Kit.  Underneath the directory referenced by the
    129 value of '*JDK*' there should be an exectuable Java compiler in
     129value of '*JDK*' there should be an executable Java compiler in
    130130'bin/javac' ('bin/java.exe' under Windows).
    131131
     
    176176behavior should be reported as a bug.
    177177
    178 ABCL now has a manual stating its confomance to the ANSI standard,
    179 providing a compliant and practicalCommon Lisp implementation.
     178ABCL now has a manual stating its conformance to the ANSI standard,
     179providing a compliant and practical Common Lisp implementation.
    180180Because of this,
    181181
     
    183183### Tests
    184184
    185 ABCL 0.28.0 now fails only 18 out of 21708 total tests in the ANSI CL
    186 test suite (derived from the tests orginally written for GCL).
     185ABCL 1.0.0 now fails only 18 out of 21708 total tests in the ANSI CL
     186test suite (derived from the tests originally written for GCL).
    187187
    188188Maxima's test suite runs without failures.
    189189
    190 ### Deficencies
     190### Deficiencies
    191191
    192192The MOP implementation is incomplete.
Note: See TracChangeset for help on using the changeset viewer.