Get the latest tech news
From Languages to Language Sets
GitHub Gist: instantly share code, notes, and snippets.
The tradeoff between them is clear: The interpreted languages have a faster development cycle because they don’t require the programmer to wait for a compilation step. The only gap between them is that interpreted languages can include “eval” and dynamic meta-programming (modification of program structure at runtime). RustGC is our workhorse, with great async support, decent performance thanks to a modern garbage collector, but without the mental overhead of fighting the borrow checker.
Or read this on Hacker News