Three months of rust

from blog Scattered Thoughts, | ↗ original
I work on Eve, a functional-relational programming language and environment. Since the Eve editor has to run in a browser we built the first few versions entirely in javascript. This has been pretty painful, so a little over three months ago we started looking at other options. The only hard requirements for the runtime are a) we need control over memory layout and b) we need to safely execute untrusted Eve...