We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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).
quote
(display i)
Sorry, something went wrong.
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 #2 (comment).
— Reply to this email directly or view it on GitHub #2 (comment).
Any updates?
No branches or pull requests
After cloning, getting, and building as described in the README, I get the following error when running go-lisp:
Any ideas on why?
The text was updated successfully, but these errors were encountered: