|
|
|
|
|
by forbiddenvoid
2085 days ago
|
|
I think that's all it takes to make the front page of HN, right? ----- I'm curious to understand the use cases they're trying to solve for. I recognize this is experimental, but it's hard to visualize what this is supposed to be for. |
|
2. The way I see it, re-implementing JS from scratch in a language that is designed to help avoid very common, often compromising programming mistakes around concurrency and memory management makes perfect sense. Eventually this might make it into browsers and web servers; environments that are executing untrusted code in the former case and are publicly exposed in the latter case. Having them be fast-yet-secure is important, isn't it?
Of course, it's early days, but you gotta start somewhere after all...