|
|
|
|
|
by krapp
1700 days ago
|
|
> Does not have the footguns of C. > Simple like C. You have to pick one, or give in on both and find a happy medium between the two. The way you get safety in a language is by abstracting over the simplicity. I personally would suggest biting the bullet and going with C++, you can stick to a reasonably sane subset of the language but it definitely won't be C. |
|
I'd say Pascal is simple, and has fewer foot guns than C. It might be too simple - but one can do a lot with freepascal/Lazarus.
Or go with Ada. Also somewhat simple, I'd say.