Hacker News new | ask | show | jobs
by wredue 1089 days ago
Rust is basically entirely code gen. It’s no surprise that compiling is slow and speeding up compiling is a troublesome endeavour.

Rust itself might as well be considered a highly constrained macro language at this point.