Delphi vs. Java or Another OO Language
My company currently develops all their applications in Delphi. The syntax is nothing like I've ever seen, and from what I know (I just graduated college, so not much), barley any tech companies develop their software with Delphi. God knows why, but Delphi doesn't support basic things like garbage collection and, this is the worst, there is no native support for regular expressions. It's probably just a personal bias because I do like C++ which also doesn't have garbage collection and (I think) doesn't support regexes either. I just wrote a program to parse through inconsistent text without regexes; worst experience ever.
Anyway, I want to know from a RAD perspective, is Java or some other OO the language to use instead of Delphi?