Hacker News new | ask | show | jobs
by humps 1867 days ago
There is a blog post now https://www.scala-lang.org/blog/2021/05/14/scala3-is-here.ht...
1 comments

I grinned a bit looking at that blog post and seeing how the highlighting of contributor names is completely messed up, presumably because of a bad regex.

Feels ironic, since Scala has a very advanced type system that would prevent such bugs, but the page contains the most classic issue of not handling non-ascii characters properly :)