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

Improve inline caching performance for bootstrap cljs #94

Open
nathanmarz opened this issue May 28, 2016 · 1 comment
Open

Improve inline caching performance for bootstrap cljs #94

nathanmarz opened this issue May 28, 2016 · 1 comment

Comments

@nathanmarz
Copy link
Collaborator

Bootstrap has eval, so the same strategy as used in the clj implementation can be used for bootstrap environments. Currently it uses the "all possible params wrapped in no-arg functions" strategy used by cljs.

@nathanmarz
Copy link
Collaborator Author

Note that in order to achieve this the cljs macroexpand-all implementation will have to be changed to have the same functionality as riddley.walk/macroexpand-all. Specifically, &env needs to be correctly set for nested macroexpansions.

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

No branches or pull requests

1 participant