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

Implement the LOOP Common Lisp macro #1578

Closed
pamoroso opened this issue Mar 13, 2024 · 2 comments
Closed

Implement the LOOP Common Lisp macro #1578

pamoroso opened this issue Mar 13, 2024 · 2 comments

Comments

@pamoroso
Copy link
Contributor

The LOOP macro is a major ANSI Common Lisp feature missing from Medley's implementation of Common Lisp, so it's worth adding. This issue is a place to coordinate the discussion and efforts to implement LOOP.

Some useful resources:

@masinter
Copy link
Member

there was some fiddling with packages, but PR #1579 has the import of the Sacla implementation. I didn't add it to the loadup so you have to load CML-LOOP for now.

@masinter
Copy link
Member

Modulo a bug or two (missing hash-table and package iterator #1584 ) this is completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants