Hollywood (programming language): Difference between revisions

Content deleted Content added
m Added a new external link: VAMP
Updated information for version 6.0
Line 6:
| latest release version=6.0
| latest release date= {{Start date and age|2015|02|22}}
| operating system= [[AmigaOS]] (68k), [[AmigaOS 4]] (PPC), [[MorphOS]], [[WarpOS]], [[AROS]], [[Microsoft Windows|Windows]]. Partly: [[Mac OS X]], [[Linux]], [[Android (operating system)|Android]]
| genre= [[Programming language]]
| license= [[Proprietary software|Proprietary]]
Line 12:
}}
 
'''Hollywood''' is a commercially distributed programming language developed by Andreas Falkenhahn (Airsoft Softwair) which mainly focuses on the creation of multimedia-oriented applications. Hollywood is available for [[AmigaOS]] (68k), [[AmigaOS 4]] (PPCPowerPC), [[MorphOS]], [[WarpOS]], [[AROS]] and, [[Microsoft Windows|Windows]]. There are currently no versions for, [[Mac OS X]] and(i386, PowerPC), [[Linux]] but(i386, thePowerPC, softwarearm), isand already[[Android]] capable(player of compiling executables for these platformsonly). Hollywood has an inbuilt [[cross compiler]] that can automatically save executables for all platforms supported by the software. The generated executables are completely stand-alone and do not have any external dependencies, so they can also be started from a [[USB flash drive]].<ref>Features of Hollywood, http://www.hollywood-mal.com/features.html</ref>
 
The Hollywood Designer is an add-on for Hollywood with which it is possible to use Hollywood also as a presentation software and an [[authoring system]].
Line 29:
 
== Development environment ==
There is no [[integrated development environment]] for the Amiga compatible version of Hollywood. On these systems, [[Cubic IDE]] and [[Codebench]] can be used to develop with Hollywood as these have support for the Hollywood language through plugins.<ref>Hollywood plugin for Cubic IDE, http://code.google.com/p/hw4c/</ref><ref>Codebench IDE with Hollywood support, http://codebench.co.uk/</ref> On Windows, Hollywood comes with an integrated development environment that can be used to create Hollywood scripts. The [[Mac OS X]] and [[Linux]] versions of Hollywood don't come with an IDE either and can be controlled from the console or they can integrated into other IDEs.
 
== Hello World program ==