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
According to Scheme spec #f is the only falsy value. Core macros need to be updated.
#f
The text was updated successfully, but these errors were encountered:
break if to accept only #f as false value #87
dd0ae14
breaking and and or to work with #f only #87
and
or
ea76412
make do macro work only with false value #87
4488480
fix do macro + unit tests #87
5fa64cc
No branches or pull requests
According to Scheme spec
#f
is the only falsy value. Core macros need to be updated.The text was updated successfully, but these errors were encountered: