-
Notifications
You must be signed in to change notification settings - Fork 136
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
[feature] anaphoric cl-callf(*) #352
Comments
FTR the lambda has to be more complex otherwise
would work too. |
I guess you mean "anaphoric." ;) Yes, this would be a useful macro. |
Yes, fixed :) |
Yes, or you could use
Sorry, I fail to see the relation between CL macros and a list processing library whose whole motto is "no CL needed". The anaphoric macros that Dash provides are indeed handy and efficient shorthands, but that doesn't make Dash a library that provides anaphoras for everything under the sun. |
There is no relation, I used CL as an example. AFAICS macro can be implemented without CL dep.
There are
I guess it is fine to reject the feature request. |
You mean by using
I never said I was a fan of those. ;)
I'm not going to because it's up to the maintainers. It's just that to me, wrapping generalised variables in anaphora sounds both out of scope of efficient and pure list processing, and like it could potentially be a can of worms or slippery slope. |
here it is what you can do now:
here it is what it can be with
dash
:The text was updated successfully, but these errors were encountered: