You can edit almost every page by Creating an account. Otherwise, see the FAQ.

MIDletPascal

From EverybodyWiki Bios & Wiki


MIDletPascal
Stable release
3.5 FINAL[1] / February 2, 2013; 11 years ago (2013-02-02)
Written inC, Java
Engine
    Operating systemMicrosoft Windows
    Available inEnglish, Spanish, Arabic, French, Polish, Hungarian and Russian
    TypeIntegrated development environment
    LicenseGNU GPL (compiler), BSD (IDE)
    Websitemidletpascal.sourceforge.net

    Search MIDletPascal on Amazon.

    MIDletPascal is a Pascal compiler and IDE specifically designed to create software for mobiles. It generates Java bytecode that runs on any Java ME device. In September 2009, Niksa Orlic, who wrote MIDletPascal, transmitted the source code to the Russian Boolean.name development community for feature development. MIDletPascal is now open-source, and hosted at SourceForge.

    On 2 February 2013, MIDletPascal 3.5 Final released.

    Features[edit]

    • generates low-level, small and fast Java bytecode
    • full Pascal specification support
    • parts of code can be written directly in Java
    • SMS messaging
    • HTTP connectivity
    • user-interface (forms) support
    • multimedia support
    • user-friendly IDE

    Hello World[edit]

    Because it runs on mobiles that don't have a console, the Hello world program of MIDletPascal is quite different from a normal Pascal "Hello World".

    program HelloWorld;
    begin DrawText ('Hello, World!', 0, 0); Repaint; Delay(2000); end.

    See also[edit]

    References[edit]

    1. "MIDletPascal / Code / [r15]".



    This article "MIDletPascal" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:MIDletPascal. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.