Hello,
I am asked by a client to port a small app made with FPC/Lazarus to MAC OSX. This application displays JPEG images.
- What machines specs would you recommend to comfortably develop with a Mac ?
Any Intel Mac from the last two years with 2GB ram should be fine (1GB is also quite workable -- my MacBook has 1GB --, but can be a bit limiting from time to time).
- Would you say that FPC/Lazarus is ready for the job (not trying to start a war, just asking a plain, honest question)
FPC definitely is. I think Darwin/Mac OS X is currently the best maintained FPC platform.
Lazarus is hard to say for me. I only use it as a text editor/code navigator, and have no experience at all in developing GUI applications (with Lazarus or anything else). Lazarus-developed apps, especially if ported from Windows, tend to look/behave not 100% like most other Mac apps, but it's certainly possible to make high quality Mac apps with it. E.g.
http://www.earmaster.com/ was ported to the Mac with Lazarus, and looks/behaves ok.
The more custom your interface is, the less problems probably. On the other hand, it'll also blend in less with other apps, which is generally fairly important in the Mac consumer market.