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

Javascript wasn't good enough, so we built our own language #9603

Open
andyvan-ph opened this issue Oct 14, 2024 · 0 comments
Open

Javascript wasn't good enough, so we built our own language #9603

andyvan-ph opened this issue Oct 14, 2024 · 0 comments
Labels

Comments

@andyvan-ph
Copy link
Contributor

andyvan-ph commented Oct 14, 2024

Via Marius

Cool. At some point we could do some series of articles around the question of why we had to build our own programming language, and the process of building it.

What we want to get ahead of is people asking "is there an actual reason I have to use this new language, why couldn't you have done this with the JS/Python/COBOL that I know?".

There are many strong reasons why we did it, the two main ones being 1) an extremely light overhead allowing us to run thousands of different pieces of code each second with no bootup cost, and 2) the VM execution model that lets us pause the world and resume on a different machine when we make a fetch call.

Explaining all of that can generate many words of content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant