Results 1 to 6 of 6

Thread: New Palm Pascal Compiler Coming from Philippe Guillot

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    New Palm Pascal Compiler Coming from Philippe Guillot

    Some of you may know Philippe Guillot as the creator and head of the Palm Pascal Compiler project. Well he has already made one of the first open source native Pascal compilers for the PalmOS handhelds. Now, he's going back to the drawing board and writing a newer and better compiler with the ISO Standard Pascal syntax for the PalmOS platform. In an announcement in late September he stated the following goals of this new compiler to be written with the existing PP Compiler.

    :arrow: ISO Standard Pascal compiler, rewritten in PP Pascal and souce code available
    :arrow: Full ARM native code generation that leads to more than 10 x faster code
    :arrow: 64 bits reals
    :arrow: Integrated ARM assembler
    :arrow: Documentation with code samples


    Just this last Wednesday, Mr. Guillot just announced the release of the new 'Native ARM Palm Pascal Compiler' that is currently availible on their website which is now at version 3.04.


    Many may not know this but this team has also translated the Official Palm OS SDK and released it on the PPCompiler.org site. More information about that is availible at this thread.


    For more information about the Palm Pascal compiler project or just PalmOS development in general, visit PPCompiler.org!
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    New Palm Pascal Compiler Coming from Philippe Guillot

    Nice.. but only if palm platform didn't stagnate that much. he should rather focus to symbian or windows ce..
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    Re: New Palm Pascal Compiler Coming from Philippe Guillot

    Quote Originally Posted by WILL
    :arrow: ISO Standard Pascal compiler, rewritten in PP Pascal and souce code available
    Though Standard complaince is good, the problem here is that Delphi *is* the Pascal standard and it does not conform to the ISO Pascal standard. GNU Pascal is very ISO compliant, but it is falling out of favour with many Pascal developers.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    New Palm Pascal Compiler Coming from Philippe Guillot

    If you look a bit broader, the standard is UCSD Pascal. Both Borland and Apple implemented their compilers compatible to UCSD.

    UCSD and ISO standard Pascal are not mutually exclusive, i.e. the Mac Pascal dialect is both ISO and UCSD compliant. However, the trouble starts with ISO extended Pascal: You cannot implement UCSD and ISO extended at the same time. By publishing Extended Pascal, ISO made itself irrelevant, since all compilers in use were UCSD compatible. Companies weren't happy to switch to ISO; implementing ISO extended would mean all code in existance would be useless. Borland went their own way, inventing their own extensions.

    IMO it is not wrong that PP compiler implements ISO standard Pascal. But also make sure you understand the UCSD dialect, and if you have that then go for the Borland dialect. Ignore ISO extended Pascal, if PP compiler goes that way, it is a dead born child.

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    New Palm Pascal Compiler Coming from Philippe Guillot

    Does anyone here actually own a Palm?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6

    New Palm Pascal Compiler Coming from Philippe Guillot

    Quote Originally Posted by WILL
    Does anyone here actually own a Palm?
    Yes, I have a M515 (and another PDA, a Zaurus SL5500). But this is a m68k Palm, not an arm one. Most of the cheap (and older) Palms are m68k.

    I'm not going to waste my time on something not Delphi compat though in this day and age. Maybe FPC will support it again some day.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •