Well I tried it. And I was blown away. I first tried it on XP at work. It seemed very similar to delphi. Right down to Ctrl-Space showing possible tags. The windows install is very easy. (almost as easy as emerge
I then tried downloading it and installing it in Gentoo. I got tripped up a bit because I had previously installed fpc under gentoo, so it went to my /usr/bin directory. Installing it myself (with a newer version of fpc) put it into /usr/local/bin
I had to uninstall the previous version of fpc, and then things went fine.
Code: Select all
Pros:
Very fast compile, Very easy to create an executable, cross platform code. Easy language to learn. Point and click form development.
Code: Select all
Cons:
A number of rough edges. If it crashes it crashes fast (no chance to save). It crashes often when adding components to the form. The executables are large (although it might just be my settings).
I tried porting GLScene over to it, but had no luck. I'm not familiar enough with the system to know if it is me or Lazarus that's at fault.
In any case if you are at all interested in Pascal/Delphi/Fast development this project is probably worth looking at.