Comment on Layered Design in GoparentComments−politician1yI prefer extremely fast compile times.−homebrewer1yOther languages (Pascal, Ocaml, maybe Zig) have proven that it's possible to implement a very fast compiler that emits efficient machine code while not dumbing down the language to complete brain death.−flavio811yAdd Common Lisp to the list. And even Scala has fast compile times today.−LtWorf1yIt's not fast if it fails every time you commented a line because a variable becomes unused though.
Comments
I prefer extremely fast compile times.
Other languages (Pascal, Ocaml, maybe Zig) have proven that it's possible to implement a very fast compiler that emits efficient machine code while not dumbing down the language to complete brain death.
Add Common Lisp to the list. And even Scala has fast compile times today.
It's not fast if it fails every time you commented a line because a variable becomes unused though.