Slashdot Mirror


User: MarioRayMahardhika

MarioRayMahardhika's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:What happened to Pascal, anyway? on Free Pascal Compiler 3.0.0 Is Out; Adds Support For 16-Bit MS-DOS, 64-Bit iOS (freepascal.org) · · Score: 1

    It's isn't fragmented now, because it's dead other than those two non-standard compilers, all the other implementations having vanished along with their communities...

    Let's see... besides those two, there are:

    1. Smart Mobile Studio
    2. AVRco Pascal
    3. MikroPascal
    4. Vector Pascal
    5. paxCompiler

    The first one is I know for sure very much alive as the author is very active in the community and they really have customers. The next four might be less known, but they can be considered active looking at their latest release date.

  2. Re:Pascal in the real world? on Free Pascal Compiler 3.0.0 Is Out; Adds Support For 16-Bit MS-DOS, 64-Bit iOS (freepascal.org) · · Score: 1

    but with the costs of Delphi and that its been around so long and still going means someone is using it.. but who ???

    From Embarcadero: - http://www.embarcadero.com/pro... From Lazarus/FPC wiki: - http://wiki.lazarus.freepascal... - http://wiki.lazarus.freepascal... - http://wiki.lazarus.freepascal...

  3. Re:What happened to Pascal, anyway? on Free Pascal Compiler 3.0.0 Is Out; Adds Support For 16-Bit MS-DOS, 64-Bit iOS (freepascal.org) · · Score: 1

    But it don't support pointer arithmetic

    Seriously, you need to RTFM before stating such a thing: http://www.freepascal.org/docs...

  4. Re:What happened to Pascal, anyway? on Free Pascal Compiler 3.0.0 Is Out; Adds Support For 16-Bit MS-DOS, 64-Bit iOS (freepascal.org) · · Score: 1

    And Free Pascal still isn't even compatible with 1982's standard ISO Pascal.

    Correction: FPC has ISO compatibility mode that gets mature, at this time of writing, as Jonas said in the mailing list, only 1 little bug that didn't get into 3.0.0 and already fixed in trunk. I personally have compiled P5/P6 compiler provided by standardpascal.org and it compiles flawlessly with FPC. I'd like to run it against Pascal Test Suite that should declare whether a compiler is standard compliant or not, but I just told standardpascal.org people and hope that they will do it. They should have the complete package which I can't find anywhere.