Comment by koakuma-chan 2 days ago Well at least you shouldn’t be able to actually dereference a nil, right? 3 comments koakuma-chan Reply Mond_ 2 days ago You'll get a runtime panic.Hey, it's better than lurking undefined behavior and data corruption issues!Doesn't keep your binary from crashing, though. shawabawa3 2 days ago Sadly, and imo almost unforgivably in such a modern language, no koakuma-chan 2 days ago fwiw Go is simple, can be easily translated from TypeScript thanks to how similar it is, and has a GC, so you don’t have to learn what the hell a borrow checker is
Mond_ 2 days ago You'll get a runtime panic.Hey, it's better than lurking undefined behavior and data corruption issues!Doesn't keep your binary from crashing, though.
shawabawa3 2 days ago Sadly, and imo almost unforgivably in such a modern language, no koakuma-chan 2 days ago fwiw Go is simple, can be easily translated from TypeScript thanks to how similar it is, and has a GC, so you don’t have to learn what the hell a borrow checker is
koakuma-chan 2 days ago fwiw Go is simple, can be easily translated from TypeScript thanks to how similar it is, and has a GC, so you don’t have to learn what the hell a borrow checker is
You'll get a runtime panic.
Hey, it's better than lurking undefined behavior and data corruption issues!
Doesn't keep your binary from crashing, though.
Sadly, and imo almost unforgivably in such a modern language, no
fwiw Go is simple, can be easily translated from TypeScript thanks to how similar it is, and has a GC, so you don’t have to learn what the hell a borrow checker is