go-lisp icon indicating copy to clipboard operation
go-lisp copied to clipboard

Error on running example.lsp

Open langston-barrett opened this issue 9 years ago • 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?

langston-barrett avatar Oct 12 '15 21:10 langston-barrett

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).

langston-barrett avatar Oct 12 '15 21:10 langston-barrett

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.

janne avatar Nov 02 '15 10:11 janne

Any updates?

quackduck avatar Nov 03 '21 16:11 quackduck