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

ANSI-compliant DEFSETF. #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidmullen
Copy link
Contributor

Resolves #38. This implementation probably needs more testing, but at least it does pass the ANSI test suite.

As a bonus, this allows the use of &environment in defsetf, which most Common Lisp implementations don't:

Refer to ANSI: 3.4.7 Defsetf Lambda Lists.

@jcbeaudoin jcbeaudoin self-requested a review May 18, 2024 07:16
@jcbeaudoin jcbeaudoin self-assigned this May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long-form defsetf doesn't support multiple values
2 participants