Hacker News new | ask | show | jobs
by stesch 2515 days ago
There are so many standardized languages out there that have many implementations. Some commercial and some free.

Are there other free Ada compilers out there or is the language too complex for simple enthusiasts to implement a compiler themselves?

Ada isn't owned by one company.

1 comments

Ada has around 6 implementations available, only GNAT is open source.

The language is at the same level as Haskell, OCaml, C++ or similar.