C is a general-purpose programming language. It was created in the 1970s by Dennis Ritchie and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.
Cost / License
- Free
- Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- BSD
- Self-Hosted

Comments about C (programming language) as an Alternative to OCaml


C (programming language) is the most popular Windows, Mac, Linux & Self-Hosted alternative to OCaml.
C (programming language) is the most popular Open Source & free alternative to OCaml.
- C (programming language) is Free and Open Source


























C is far more low level and not garbage collected compared to OCaml. C also uses a different syntax family (C is Algol, OCaml is ML). C is also imperative (procedural), while OCaml is declarative (functional).