Hacker News new | ask | show | jobs
by lobster_johnson 4532 days ago
Nimrod does indeed look very much inspired by Object Pascal (it even uses the classic Borland "T" and "P" prefixes for types and pointers, respectively, something I honestly never liked).

Object Pascal was a fine language, but I don't see the point of using it today, not without removing a lot of the historical Pascal warts (begin/end, the weird semicolon rules, somewhat poor integration with C, etc.), and then you pretty much end up with Java.

1 comments

Actualy C# I would say. ;)
Indeed! C# seems like the bastard child of Java and Delphi.

To be honest, I don't think I could ever go back to a language where method names started with an upper case letter. What were we thinking!