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
The Emacs Devs seem to frown upon CL. They're are ok with (eval-when-compile (require 'cl)) but not run time usage.
Should we convert egg to NOT use CL constructs? Many stuffs are easily replacable but destructuring-bind is hard....
What do you guys think?
The text was updated successfully, but these errors were encountered:
I think we convert egg to not use CL constructs. Because using CL on runtime has some risk not to run future version.
Sorry, something went wrong.
No branches or pull requests
The Emacs Devs seem to frown upon CL. They're are ok with (eval-when-compile (require 'cl)) but not
run time usage.
Should we convert egg to NOT use CL constructs?
Many stuffs are easily replacable but destructuring-bind is hard....
What do you guys think?
The text was updated successfully, but these errors were encountered: