go-lisp
go-lisp copied to clipboard
Error on running example.lsp
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)
.
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 [email protected]:
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 https://github.com/janne/go-lisp/issues/2#issuecomment-147528021.
Any updates?