Rust 1.16 has a slew of compiler usability improvements: https://blog.rust-lang.org/2017/03/16/Rust-1.16.html (IMO rustc is pushing the state of the art in some cases!)
miniblog.
Related Posts
Git repositories have the lovely properties that deletes aren't propagated. Shared/cloud storage sync deletes across devices.
Accidentally deleting content in a local git repo, and even pushing it, is a safe operation.
I've always written dumb lisp parsers in the past: a list is just "(" EXPR* ")". Checking came later.
I'm trying something different in my current project, pushing special forms into the parsing logic.
This means that e.g. (if) is a parse error. It has a different vibe.
I'm curious to see what impact Microsoft's purchase of GitHub has on the long term prospects of Atom.
Atom is a lovely editor pushing the boundaries of web tech amd editor design in several areas, but its usecase is similar to VS Code. Would MS want to fund three editor teams?