That feeling when you get a segfault in Rust, and you *really* want to blame the language, but because it's Rust you already know you're the one to blame.

Mar 20, 2022 · 8:35 PM UTC

3
1
66
Replying to @gdb
How it feels
While seeking trades remember: JavaScript Python & other squishy languages ``` some_code = ... while true: try: run(some_code) break except e: some_code = stackoverflow(e) ``` Rust ``` some_code = ... compiler: "go type x on line n you fool" ```
1
1
Replying to @gdb
Implementing sentencepiece in Rust?
Replying to @gdb
What do you use Rust for?
2