Changeset 11494
- Timestamp:
- 12/28/08 16:11:01 (13 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r11485 r11494 36 36 ======== 37 37 38 If you want to build ABCL, you have 2options. The first option39 applies when you come from a lisp background. The second option is more40 appropriate when you come from Java development:38 If you want to build ABCL, you have 3 options. The first option 39 applies when you come from a lisp background. The second and thirds 40 options are more appropriate when you come from Java development: 41 41 42 42 I) Bootstrap ABCL using a Common Lisp implementation -
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r11493 r11494 7882 7882 (HASH-TABLE +lisp-hash-table-class+) 7883 7883 (FIXNUM +lisp-fixnum-class+) 7884 (STREAM +lisp-abstract-stream-class+) 7884 7885 (STRING +lisp-abstract-string-class+) 7885 7886 (VECTOR +lisp-abstract-vector-class+)))
Note: See TracChangeset
for help on using the changeset viewer.