GNU Pascal Compiler Released For Mac OS X
MacDaffy writes "Kudos to Adriaan Van Os: He has produced a 'second prerelease' of the GNU Pascal compiler for Mac OS X. Work actively proceeds on porting the Carbon Pascal Interfaces for use with it (longtime Macintosh Pascal guru Peter N Lewis has already gotten a great start on this). Thanks to Adriaan, Peter, and Bill Catambay of Pascal Central for helping take Pascal on Macintosh into the future."
{ firstpost.pas }
var
s : String;
begin
Write('First post');
ReadLn(s);
WriteLn('You typed: ',s);
WriteLn('Hit <Enter> to exit');
ReadLn;
end.
I can remember picking up maintenance on certain Mac apps and being horrified to find them written in a mixture of Pascal, C and 68K Assembler. All compiling under MPW and linking to a fat binary (yeah, with the 68K code).
Anyways - when I read the link, my initial reaction was 'Yeek! Pascal on the Mac again!'
Alison
"It is a miracle that curiosity survives formal education." - Albert Einstein
Archeo-computologists every where will rejoice at this. I'm still holding my breath for the long awaited GNU ENIAC emulator so I can get all my old eniac programms running again. Now if I can just remember where I stored the wiring punch boards...
Some drink at the fountain of knowledge. Others just gargle.
Now i can use all my first year computer science programs from 1992! It's been a long time since my computer said, "hello world!"