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

Clojurescript support? #13

Open
thenonameguy opened this issue Mar 31, 2020 · 2 comments
Open

Clojurescript support? #13

thenonameguy opened this issue Mar 31, 2020 · 2 comments

Comments

@thenonameguy
Copy link

thenonameguy commented Mar 31, 2020

Are there any performance improvements for the same cases possible in cljs?
Can some of the files be moved .cljc?

@bsless
Copy link
Owner

bsless commented Apr 1, 2020

Are there any performance improvements for the same cases possible in cljs

I have no idea. Are you interested in running the benchmarks on cljs?

I've only used Clojure until now for backend development, so if you're interested in participating in any way to bring it to cljs as well you're more than welcome.

My guess is, based on what I read here is that all type hinted code currently is useless for cljs.

The unrolling code (lenses, etc) probably has usage, but I don't know if it has performance gains.

@thenonameguy
Copy link
Author

Just passing interest, I considered using this to make the clj-side of Pathom faster. Currently that implementation is in cljc files and then the idea came up that some of these optimizations could be useful in cljs land as well (hopefully most of these are already in stdlib).

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

2 participants