Hacker News new | ask | show | jobs
by tdk 4029 days ago
Pascal, except for syntax, is similar to C. They are both JAVA (Just Another Version of Algol) languages.

One difference is that Pascal has much better type-safety, which makes it more appropriate for high-integrity software.

I think the only better choice for reliable code would be ADA.