top | item 43918203

(no title)

ivmaykov | 10 months ago

> If you can't stomach Rust for some reason, and I'm one of those people, there are plenty of choices out there without all the pitfalls of C++ or C.

Unless you are doing embedded programming ...

discuss

order

fsloth|10 months ago

I think embedded is one of the specific buckets.

You target the compiler your client uses for their platform. There is very little choice there.

int_19h|9 months ago

Even then you're probably better off using something safer that transpiles to C.