Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread Florian Klaempfl
OCTAGRAM schrieb: >>> Assembler integration UCSD? Turbo?AT&T and Intel > Should it be considered as idea? > >>> External references UCSD? Turbo?- > This one as well. A very basic feature. > >>> Operator overloadingPascal-XSC - >> Ideas from C++ > C++ originated

Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread OCTAGRAM
>> Assembler integrationUCSD? Turbo?AT&T and Intel Should it be considered as idea? >> External references UCSD? Turbo?- This one as well. A very basic feature. >> Operator overloading Pascal-XSC - >Ideas from C++ C++ originated in 1991 or so. Operator overloading w

Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread leledumbo
I see there are quite a lot of differences from my guessing, I'll fix them up. When I have time, I'll also add it to the wiki. Thanks for all your replies. -- View this message in context: http://www.nabble.com/Origin-of-FPC-features-tp21927731p21951053.html Sent from the Free Pascal - General m

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Luca Olivetti
En/na Florian Klaempfl ha escrit: Bitpacked StructuresNative FPC - Mac Pascal dialects TI Pascal for the 9995 had bitpacked structures (packed array of booleans or packed record). I'm not sure it was available before the mac, but probably it was. Bye -- Luca _

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Ken G. Brown
From: re: Pascal It was originally designed, by one man, Nicholas Wirth, for teaching structured programming. Ken G. Brown At 8:56 PM -0800 2/9/09, leledumbo apparently wrote: >I'm writing a paper about FPC and I need refere

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Frank Peelo
Florian Klaempfl wrote: leledumbo schrieb: I'm writing a paper about FPC and I need references where each language feature comes from. So far, these are my what I know (some are guessing though): Feature Original DialectAdditional Information Separate compilationUCSD Pascal

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Marco Ciampa
On Mon, Feb 09, 2009 at 08:56:34PM -0800, leledumbo wrote: > > > I'm writing a paper about FPC and I need references where each language > feature comes from. So far, these are my what I know (some are guessing > though): > PLEASE write down a page/table on the fpc/lazarus wiki. I think this cou

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Gerhard Scholz
used, it was done by PACKED) GPC also has bitpacked stuctures. Greetings Gerhard - Original Message - From: leledumbo To: fpc-pascal@lists.freepascal.org Sent: Tuesday, February 10, 2009 5:56 AM Subject: [fpc-pascal] Origin of FPC features I'm writing a paper about

Re: [fpc-pascal] Origin of FPC features

2009-02-10 Thread Jonas Maebe
On 10 Feb 2009, at 05:56, leledumbo wrote: Thread Programming Native FPC? Delphi? Bringing threads to language level Apart from the "threadvar" keyword, thread support is not part of the language. Jonas ___ fpc-pascal ma

Re: [fpc-pascal] Origin of FPC features

2009-02-09 Thread Florian Klaempfl
leledumbo schrieb: > I'm writing a paper about FPC and I need references where each language > feature comes from. So far, these are my what I know (some are guessing > though): > > Feature Original DialectAdditional Information > Separate compilation UCSD Pascal Unit based, not

Re: [fpc-pascal] Origin of FPC features

2009-02-09 Thread Krishna
On Tue, Feb 10, 2009 at 10:26 AM, leledumbo wrote: > I'm writing a paper about FPC and I need references where each language > feature comes from. So far, these are my what I know (some are guessing > though): > > Feature Original Dialect Additional Information Separate compilation UCSD > Pascal

[fpc-pascal] Origin of FPC features

2009-02-09 Thread leledumbo
I'm writing a paper about FPC and I need references where each language feature comes from. So far, these are my what I know (some are guessing though): Feature Original Dialect Additional Information Separate compilation UCSD Pascal Un