The more I look at Dylan, the more I like it. It has many of the Common Lisp features I like, and avoids some I don't like. No eval though.
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!
