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

CLJS Support #24

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

CLJS Support #24

wants to merge 17 commits into from

Conversation

dazld
Copy link
Contributor

@dazld dazld commented Apr 8, 2021

WIP / very draft. exploring problems presented by running the lib in cljs.

Fixes #9

Rework of #11

problem 1:

https://ask.clojure.org/index.php/10372/is-it-possible-to-get-the-value-of-cljs-var-from-clojure-macro

notes

I'm pretty sure now that the way this library works is almost impossible to replicate in CLJS. CLJS macros don't have access to metadata or var's values at compilation time. A way around it would be to do all the work which the macro does at runtime, but the only way I can see that being possible inside EQL values is via a lookup of some sort. It's annoying that there's so much divergence between the two dialects in this regard.

Will be pausing this for a bit and see if inspiration strikes for another way of doing this.

@dazld dazld added the enhancement New feature or request label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClojureScript support
1 participant