janne/go-lisp

Error on running example.lsp

Opened this issue · 3 comments

After cloning, getting, and building as described in the README, I get the following error when running go-lisp:

$ go-lisp -file example.lsp 
ERROR: Badly formatted arguments: [Incrementor: 1]

Any ideas on why?

If I delete the incrementor portion of the file, it happens with the decrementor:

$ go-lisp -file example.lsp
ERROR: Badly formatted arguments: [Loop: 5]

It works without the quote statements, if I simply write (display i).

janne commented

Hi, sorry for not getting back earlier on this. Did you ever find out the
reason?

I merged your PR btw.

Regards,
Jan

2015-10-12 23:32 GMT+02:00 Langston Barrett notifications@github.com:

If I delete the incrementor portion of the file, it happens with the
decrementor:

$ go-lisp -file example.lsp
ERROR: Badly formatted arguments: [Loop: 5]


Reply to this email directly or view it on GitHub
#2 (comment).

Any updates?