How Clang handles the type / variable name ambiguity of C/C++ http://t.co/b5t3M0rV8Z -- avoids the lexer hack in a clever way.
miniblog.
Related Posts
A deep dive on ABI design tradeoffs, and how Swift approached the problems in this space;
https://gankra.github.io/blah/swift-abi/
(Compared with C++/Rust, it avoids monomorphisation and does more boxing, with attention to details that affect performance)
As blog comments become increasingly less fashionable, I've often seen people write "email me instead".
Perhaps there's a compromise between these? A website could have a comment box that emailed the author. This minimises friction for commenters, but avoids spam on the site.
Amazing fast JSON parser in Rust that uses SIMD and avoids tokenisation!
