@cryptocode I’m quite surprised about the claim of slow compile for Rust code **specifically** written to be fast to compile (like using dyn
instead of impl
). I would love to read more apout what makes Rust intrically slow to compile, even if you are ready to write code in non-idiomatic way.
@cryptocode It was not in direct response to what you wrote, I read the whole motivation post. Something strange on internet, I know ;) It was quite interesting btw.