Skip to content
New issue

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

Special forms like with-open-input-file and block eval their arguments #5

Closed
wasamasa opened this issue May 5, 2018 · 1 comment
Closed
Labels

Comments

@wasamasa
Copy link

wasamasa commented May 5, 2018

Not sure whether it's a systematic issue, but I found that neither of these simple examples work correctly:

>>> (with-open-input-file (in "/etc/hostname") (read-line in))
#<DOMAIN-ERROR {IRIS.OBJECT: IN, EXPECTED-CLASS: <STRING>, IRIS.CONTINUABLE: NIL}>
>>> (block foo (return-from foo 42))
#<UNDEFINED-VARIABLE {NAME: FOO, NAMESPACE: VARIABLE, IRIS.CONTINUABLE: NIL}>

Both examples work fine with OpenLisp and return the hostname and 42 respectively. I'm using the latest Iris installed with go get github.com/asciian/iris on Arch Linux.

@tani
Copy link
Collaborator

tani commented Jul 22, 2021

After two years passed, I finally close this issue. Thanks!

@tani tani closed this as completed Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants