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

destructuring-bind bug #493

Open
hemml opened this issue Apr 26, 2024 · 1 comment
Open

destructuring-bind bug #493

hemml opened this issue Apr 26, 2024 · 1 comment

Comments

@hemml
Copy link
Contributor

hemml commented Apr 26, 2024

CL-USER> (destructuring-bind ((a . b) . (c . d)) '((a . b) . (c . d)) (list a b c d))
ERROR: Variable B is unbound.
@hemml
Copy link
Contributor Author

hemml commented Apr 26, 2024

Seems a dot notation is not working in destructuring-bind

CL-USER> (destructuring-bind (a . b) '(a . b) (list a b))
ERROR: Variable B is unbound.

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

No branches or pull requests

1 participant