Hacker News new | ask | show | jobs
by anc84 3489 days ago
That only works with JavaScript though or am I overlooking something?
1 comments

Currently, yeah, just JS. It's aimed more at non-technical folks - the "clever graphing" stuff should work without writing much code, if any.

  > Currently, yeah, just JS.
How do they plan to make it support multiple languages without having a backend service?
There are a number of projects for transpiling X language into JavaScript. Most aren't super robust, but generally good enough for basic purposes. I feel once WebAssembly gets more steam, this will get even more robust.

Not claiming this is a good solution, but definitely would be one possible route.