Hacker News new | ask | show | jobs
by Jack4E4B 3231 days ago
Lazarus is awesome because of the speed of the compiler, the fact that it has a GUI that works, and is OPEN SOURCE.

So one wonders WTH is going on with all the other compiled languages that have nothing like this? And no QT is not the answer, we need a built-in good enough GUI! =)

2 comments

IIRC Delphi compilers are usually single pass and thus really fast
That is correct and it is why all the variables must be declared before the "implementation" section of a unit. The compilation felt instantaneous.
> we need a built-in good enough GUI! =)

what do you call built-in ?