Quote: Originally Posted by
iamgnat 
Edit: Ok I just just looked at Facespan's website site and all I can say is, huh? It looks like it does the exact same thing that XCode and IB do, but they want you to pay for it? They don't really make any advantages (over XCode & IB, if there are any) stand out either. Jirka, can you enlighten us?

Well, it is true, that with A-S-S/Xcode, the advantages of FaceSpan are not as great as they used to be (I wrote quite a few rather large apps in it back in OS 9 days).
FaceSpan gives you the "form-based" approach, similar to for example Delphi, which is usually easier and faster to learn than Xcode/Interface builder with its rather strict separation of GUI and code and emphasis on the MVC. Although I do not like the form-based approach, it is in my opinion more in line with the idea of AppleScript as an easy language for the "common people".
A-S-S/Xcode is overkill for someone who just wants to make an easy thing like a window with a few buttons to control iTunes. If this is all you need, I do not see a reason you should have to learn about interface builder and project management within Xcode. Just drop a few buttons on a form, double click them, enter the few lines of code needed and you are done. Ugly, primitive, but sometimes efficient.