Y
Hacker News
new
|
ask
|
show
|
jobs
by
moonchild
2058 days ago
I've heard good things about jscl[1]; since it's bootstrapped from regular cl, it's probably less javascript-y.
1.
https://github.com/jscl-project/jscl
1 comments
fiddlerwoaroof
2058 days ago
The tradeoff is that it actually has a runtime which means it adds to your bundle size and (potentially) makes interop complicated.
link