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

Support for Scala.js #57

Closed
mucahitkantepe opened this issue Mar 22, 2018 · 4 comments
Closed

Support for Scala.js #57

mucahitkantepe opened this issue Mar 22, 2018 · 4 comments

Comments

@mucahitkantepe
Copy link

I think this library can support Scaka.js because Shapeless supports it.

I am not sure if thats possible but it would be very nice

@DanielaSfregola
Copy link
Owner

Hi @mucahitkantepe,
I think so too! Just not sure where to start, we'll look into it!

In the meanwhile, PRs are always welcome ;)

@mucahitkantepe
Copy link
Author

Hi @DanielaSfregola, I'm going to start the issue in this week.

@DanielaSfregola
Copy link
Owner

Thanks @mucahitkantepe!

@mucahitkantepe
Copy link
Author

mucahitkantepe commented Apr 25, 2018

This doesn't seem easy as I guessed, because current implementation uses scala reflections that scala.js does not have support for it (https://groups.google.com/forum/#!topic/scala-js/xY4Iuq8PVvA).

We need a different approach. I think, things must be done at compile time therefore macros can be used. Since I don't have any experience with scala macros, I need to do some research about it.

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

2 participants