|
|
|
|
|
by tluyben2
4000 days ago
|
|
Not sure if it will go that fast , but i'm using any language that compiles to JS instead of using JS. That includes C#, but rather ClojureScript, PureScript & Shen. It is definitely already possible to never touch JS, however the debugging side of things is not very nice mostly... You have to dive into the generated JS and then have to think how it translates to your code... With webassembly that should be a lot better. |
|