Changeset 14509
- Timestamp:
- 06/04/13 15:02:32 (10 years ago)
- Location:
- branches/1.2.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2.x/README
r14507 r14509 1 Armed Bear Common Lisp README 2 ============================= 1 README for Armed Bear Common Lisp 2 ================================= 3 4 ### Colophon 5 6 <> dc:created "2005" ; 7 a dc:readme ; 8 dc:author "Mark <evenson.not.org@gmail.com>"; 9 dc:revised "03-JUN-2012" ; 10 rdfs:seeAlso <http://abcl.org/releases/1.2.0> . 3 11 4 12 GENERAL INFORMATION 5 13 ------------------- 6 14 7 Armed Bear Common Lisp is a conforming implementation of ANSI Common 8 Lisp that runs in a Java virtual machine. It compiles Lisp code 9 directly to Java byte code. 10 15 Armed Bear Common Lisp (ABCL) is a conforming implementation of ANSI 16 Common Lisp (CL) running in a Java virtual machine (JVM). ABCL 17 features an implementation of CL:COMPILE-FILE that emits operating 18 system neutral byte archives packaged by the zip compression format 19 which contains artifacts whose loading the implementation of CL:LOAD 20 understands. 11 21 12 22 LICENSE … … 35 45 derived from or based on this software. If you modify this software, 36 46 you may extend this exception to your version of the software, but you 37 are not obligated to do so. If you do not wish to do so, delete this 38 exception statement from your version. 39 47 are not obligated to do so. Otherwise, your modified implementation 48 now falls under the terms of the original license minus this 49 exception. If you do not wish to do so, delete this exception 50 statement from your version. 51 52 BUGS 53 ==== 54 55 ABCL is a conforming ANSI Common Lisp implementation. Any other 56 behavior should be reported as a bug. 57 58 ABCL now has a manual stating its conformance to the ANSI standard, 59 providing a compliant and practical Common Lisp implementation. 40 60 41 61 RUNNING FROM BINARY RELEASE … … 174 194 175 195 176 BUGS 177 ==== 178 179 ABCL is a conforming ANSI Common Lisp implementation. Any other 180 behavior should be reported as a bug. 181 182 ABCL now has a manual stating its conformance to the ANSI standard, 183 providing a compliant and practical Common Lisp implementation. 184 Because of this, 196 197 ## Contact 198 199 Please report problems to either the [development mailing list][abcl-smtp]: 200 201 [abcl-smtp]: http://news.gmane.org/gmane.lisp.armedbear.devel 202 203 or the [Trac interface with a suitable OpenID][abcl-trac]. 204 205 [abcl-trac] http://lisp.not.org/trac/armedbear 206 185 207 186 208 187 209 ### Tests 188 210 189 ABCL 1.2.0 now fails only 1[ 4-6] out of 21708 total tests in the ANSI CL211 ABCL 1.2.0 now fails only 1[1-3] out of 21708 total tests in the ANSI CL 190 212 test suite (derived from the tests originally written for GCL). 191 213 192 214 Maxima's test suite runs without failures. 193 215 194 ABCL comes with a test suite , see the output of `ant help.test` for more195 information.216 ABCL comes with a test suite. Please see the output of `ant 217 help.test` for more information. 196 218 197 219 ### Deficiencies 198 220 199 As of abcl-1.2.0, there are no known deficiencies with the MOP. 200 201 # Contact 202 203 Please report problems to the development mailing list: 204 205 <armedbear-devel@common-lisp.net> 221 As of abcl-1.2.0, there are no known deficiencies with the 222 implementation of (A)MOP. 223 224 [Please consult the state of issues][abcl-issues] for detailed 225 information on the state of the implementation with respect to 226 conformance to the ANSI standard. 227 228 [abcl-issues]: http://lisp.not.org/trac/armedbear/report/1 206 229 207 230 Have fun! -
branches/1.2.x/contrib/jss/README.markdown
r14507 r14509 3 3 4 4 Created by Alan Ruttenberg 5 6 ### Colophon 7 8 <> dc:created "2005" ; 9 dc:author "Mark <evenson.not.org@gmail.com>"; 10 dc:revised "-DEC-2012" ; 11 rdfs:seeAlso <urn:abcl.org/release/1.2.0/contrib/jss#3.0.6> . 5 12 6 13 … … 117 124 # API 118 125 119 1.0126 ## 1.0 120 127 Equivalent to Alan Ruttenberg's version included with the original 121 128 [lsw](). 122 129 123 [lsw]: http://mumble.net:8080/svn/lsw/trunk/130 [lsw]: http://mumble.net:8080/svn/lsw/trunk/ 124 131 [lsw2]: let-me-google-that-for-you 125 132 126 133 127 3.0134 ## 3.0 128 135 In the JSS package loaded from [abcl-contrib]() 129 136 130 137 abcl-contrib: http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/ 131 138 132 # Colophon133 134 <> dc:created "2005" ;135 dc:author "Mark <evenson.not.org@gmail.com>";136 dc:revised "06-DEC-2012" ;137 <> abcl:documents <urn:abcl.org/release/1.2.0/contrib/jss#3.0.5" .138 139 139
Note: See TracChangeset
for help on using the changeset viewer.