@jedbrown @ekuber @cliffle just like ffmpeg & QEMU are compiler test suites that happen to convert videos or emulate systems.
Conversation
Notices
-
Embed this notice
mmu_man (mmu_man@m.g3l.org)'s status on Wednesday, 25-Oct-2023 11:15:24 JST mmu_man - Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice
Jed Brown (jedbrown@hachyderm.io)'s status on Wednesday, 25-Oct-2023 11:15:25 JST Jed Brown @ekuber @cliffle It's so important I use this tweet in academic talks that aren't about Rust at all.
-
Embed this notice
Esteban K�ber :rust: (ekuber@hachyderm.io)'s status on Wednesday, 25-Oct-2023 11:15:26 JST Esteban K�ber :rust: @cliffle virtuous feedbacks beget vituous feedbacks. People expect more, so they simultaneously demand and give more. I hope that it continues spreading to more and more places.
-
Embed this notice
cliffle@hachyderm.io's status on Wednesday, 25-Oct-2023 11:15:27 JST cliffle Here's a subtle thing I like about Rust.
Rustc has what are, in my opinion, best-in-class error messages. Several people have written crates for generating error messages like rustc.
As a result, most Rust tools I'm running into, particularly those that parse a language, have error messages roughly as good as Rustc. Like the (still-experimental) Filament HDL, whose error message are already yards better than Bluespec: https://filamenthdl.com/docs/lang/tutorial.html
I <3 good error messages.