Re: Debuggers [was Re: Another Language War [was RE: C vs. Pascal vs. the World [was Re: Edu in linux]]

2003-01-03 Thread Alexander Maryanovsky
Hi Alexander! Next time please delete the rest of the message - it was quite long. Ok. As much as a code can be well-thought and well-designed, there can always be typos and things you did not thought about. A misplaced operator, two consecutive if's instead of one nested in the other or vic

Re: Another Language War [was RE: C vs. Pascal vs. the World [was Re: Edu in linux]]

2003-01-03 Thread Alexander Maryanovsky
[EMAIL PROTECTED] > My Cool Site: HTTP://WWW.My2Nis.Com > * - * - * - * - * - * - * - * - * - * > > WARNING TO SPAMMERS:see at http://members.lycos.co.uk/my2nis/spamwarning.html > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: C vs. Pascal vs. the World [was Re: Edu in linux]

2003-01-03 Thread Shlomi Fish
On 3 Jan 2003, Oleg Goldshmidt wrote: > Shlomi Fish <[EMAIL PROTECTED]> writes: > > > And C is the only language that is expected to bootstrap > > itself.[1] > > > > > [1] - There are a few exceptions. ghc is an Haskell compiler that is the > > only tool capable of compiling its own Haskell code.

RE: C vs. Pascal vs. the World [was Re: Edu in linux]

2003-01-03 Thread Tzahi Fadida
AMMERS: see at http://members.lycos.co.uk/my2nis/spamwarning.html > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oleg Goldshmidt > Sent: Friday, January 03, 2003 9:52 AM > To: [EMAIL PROTECTED] > Subject: Re: C vs. Pascal vs. t

Re: C vs. Pascal vs. the World [was Re: Edu in linux]

2003-01-02 Thread Oleg Goldshmidt
Shlomi Fish <[EMAIL PROTECTED]> writes: > And C is the only language that is expected to bootstrap > itself.[1] > [1] - There are a few exceptions. ghc is an Haskell compiler that is the > only tool capable of compiling its own Haskell code. The GNU Ada compiler > is written in Ada. There's als