| Wow, thank you for that reply! I don't think that C stays alive because people just automatically rejected anything else. There is something to C that I appreciate extremely, and that is the clarity and simple semantics: there is not much hiding and unintentional obfuscation that one can cause when writing C code. Maybe safety and simplicity are mutually exclusive if speed and fine-grained control over memory are the main goals. For Modula, the tools and documentation are not being updated anymore, I could not find a programming environment for eg., emacs and on armv6. Free Pascal and Lazarus are great, until I realized there were no resources to learn modern pascal from. The emacs mode is too basic and doesn't take any advantage of things offered by fpc. But I have to admit, I've never seen anything as good as Lazarus before. D is more like a C++ successor that's aiming at Java than a successor to C. It is complex and does not seem to be making any effort in unifying its concepts: in the same spirit of C++. Cyclone is definitely interesting, but unmaintained and not exactly simple, similarly to Rust but with a C-like syntax. Julia crashes all the time with segmentation faults, sorry, the quality of Julia is super low. I would not use it for anything serious. It has great ideas though. OCaml is super complex with its syntax and semantics. I love Haskell, which makes great efforts to unify its concepts: the language is super simple (its implementation can be arbitrarily complicated). Haskell is where I go to write beautiful things. Fast (like, systems programming fast) Haskell code is ugly and unmaintainable and defeats the purpose of choosing Haskell in the first place. I'll be taking a look at the rest! Thanks! |
We would very much appreciate any bug reports, even if you don't have the time to reduce (if you have filed under another username, thank you!).