It is currently Wed Jun 19, 2013 12:38 am Advanced search
(loop with map = (make-instance 'tron-map)
while (peek-char nil *input* nil nil)
for move from 0
do (logmsg "--- move: " move " ---~%")
(parse-map map)
(make-move map))$ sbcl --dynamic-space-size 2000 MyTronBot.lisp < ~/tron/maps/u.txt
This is SBCL 1.0.18.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
*
15
*
15
*
debugger invoked on a SB-INT:SIMPLE-READER-ERROR in thread #<THREAD "initial thread" RUNNING {10023BDD21}>:
SB-INT:SIMPLE-READER-ERROR at 8 (line 2, column 2) on #<SYNONYM-STREAM :SYMBOL SB-SYS:*STDIN* {1000184671}>:
missing label for ##
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-INT:SIMPLE-READER-ERROR
#<SYNONYM-STREAM :SYMBOL SB-SYS:*STDIN* {1000184671}>
"missing label for ##")[:EXTERNAL]
0]
mspang wrote:It doesn't appear to be able to read the provided map files:
$ sbcl --dynamic-space-size 2000 --script MyTronBot.lisp < maps/u.txt
4
Users browsing this forum: No registered users and 1 guest