pull down to refresh

Looks like Redis is written in C, so no surprise there...

C is an obsolete language. Stop writing new projects in it, unless you have a very good reason (eg a microcontroller with only C support). Use Rust instead.

reply

Rust really is cool. Coming from a Go eng

reply

Rust isn’t perfect either.

reply

Who said anything about perfect?

It's still far better than C in terms of safety. Similar to how C was far better than assembly (I've done a lot of assembly programming for microcontrollers). And assembly was far better than raw machine code.

reply

deleted by author