1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
acl81 -s demo3.lisp
acl81 -s spx.lisp
acl81 -s grouped-layers.lisp
acl81 -s fe.lisp
acl81 -s fe2.lisp
acl81 -s special-slots-1.lisp
acl81 -s special-slots-2.lisp
acl81 -s special-slots-3.lisp
acl81 -s layer-gc.lisp
acl81 -s dynenv.lisp
ccl -l demo3.lisp
ccl -l spx.lisp
ccl -l grouped-layers.lisp
ccl -l fe.lisp
ccl -l fe2.lisp
ccl -l special-slots-1.lisp
ccl -l special-slots-2.lisp
ccl -l special-slots-3.lisp
ccl -l layer-gc.lisp
ccl -l dynenv.lisp
clisp -i ~/.clisprc.lisp -on-error debug demo3.lisp
clisp -i ~/.clisprc.lisp -on-error debug spx.lisp
clisp -i ~/.clisprc.lisp -on-error debug grouped-layers.lisp
clisp -i ~/.clisprc.lisp -on-error debug fe.lisp
clisp -i ~/.clisprc.lisp -on-error debug fe2.lisp
clisp -i ~/.clisprc.lisp -on-error debug special-slots-1.lisp
clisp -i ~/.clisprc.lisp -on-error debug special-slots-2.lisp
clisp -i ~/.clisprc.lisp -on-error debug special-slots-3.lisp
clisp -i ~/.clisprc.lisp -on-error debug layer-gc.lisp
clisp -i ~/.clisprc.lisp -on-error debug dynenv.lisp
lisp -load demo3.lisp
lisp -load spx.lisp
lisp -load grouped-layers.lisp
lisp -load fe.lisp
lisp -load fe2.lisp
lisp -load special-slots-1.lisp
lisp -load special-slots-2.lisp
lisp -load special-slots-3.lisp
lisp -load layer-gc.lisp
lisp -load dynenv.lisp
sbcl --load demo3.lisp
sbcl --load spx.lisp
sbcl --load grouped-layers.lisp
sbcl --load fe.lisp
sbcl --load fe2.lisp
sbcl --load special-slots-1.lisp
sbcl --load special-slots-2.lisp
sbcl --load special-slots-3.lisp
sbcl --load layer-gc.lisp
sbcl --load dynenv.lisp
|