New programming languages with a system-level compile target should choose Rust over LLVM. Targeting Rust can give new languages free package management, a type system, and memory safety while not imposing too many opinions on the language's runtime. With... (more…)
Read more »
Updates to Prism compiler, server side rendering and why frameworks... (more…)
Read more »
Two weeks ago, Alex Crichton’s PR adding a target for
WebAssembly to the Rust compiler was merged. There are many differences
between this target and the Emscripten one, but the important one for me is that
it doesn’t depend on external stuff like the Ems... (more…)
Read more »