Re[2]: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Пётр Косаревский с mail . ru
Hello, Joost, On Tuesday, April 15, 2008, 12:48:46 PM you wrote: JvdS> Those people are getting older and older, we just need a younger JvdS> audience. ;) It's sad you mentioned it. I started using Pascal in University because of ACM-ICPC (while I studied C++ in the school). I participated only

Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 15:43, Seth Grover wrote: What is the version of glibc on the machine that causes a problem? $ /lib/libc.so.6 GNU C Library stable release version 2.6.1, by Roland McGrath et al. I've tested on systems with glibc 2.3.6, 2.5 and 2.7 and all work fine (I don't have acces

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-15 Thread Seth Grover
> > What is the version of glibc on the machine that causes a problem? > $ /lib/libc.so.6 GNU C Library stable release version 2.6.1, by Roland McGrath et al. Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not

Re: [fpc-pascal] XMLRPC in FPC

2008-04-15 Thread syraxes
On Mon, Apr 14, 2008 at 10:53:05AM -0500, Baeseman, Cliff wrote: > http://sourceforge.net/projects/delphixml-rpc/ > > In the cvs you will find where they imported my original 2.0 version and > extended it with > a new one. Not sure what exactly they did to the original but either should > get yo

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Rodrigo Palhano
The original text about this matter. Go To Statement Considered Harmful Edsger W. Dijkstra http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html On Tue, 15 Apr 2008 08:50:43 -0300, Florian Klaempfl <[EMAIL PROTECTED]> wrote: Vinzent Höfler schrieb: Marco

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Florian Klaempfl
Vinzent Höfler schrieb: Marco van de Voort wrote: Ahthe old goto arguinghow many beers have gone with it! Linus is just right, since everyday the purists of the OO languages still can't live without writing a GOTO; they just call it in another "politically correct" way: raise Exce

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Marco van de Voort
> Marco van de Voort wrote: > >> Ahthe old goto arguinghow many beers have gone with it! > >> Linus is just right, since everyday the purists of the OO languages > >> still can't live without writing a GOTO; they just call it in another > >> "politically correct" way: > >> > >> raise Ex

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Vinzent Höfler
Marco van de Voort wrote: Ahthe old goto arguinghow many beers have gone with it! Linus is just right, since everyday the purists of the OO languages still can't live without writing a GOTO; they just call it in another "politically correct" way: raise Exception.Create("TA-DA!")

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Joost van der Sluis
Op dinsdag 15-04-2008 om 10:21 uur [tijdzone +0200], schreef Marco van de Voort: > > Linus also put (traditional) before pascal, just to make this clear. > So > > I don't see this as a 'rant on pascal', but just arguing with some > > examples of older languages that goto's could be good in some ca

Re: [fpc-pascal] Re: The reason why linus torvalds hate-pascal

2008-04-15 Thread Milan Marusinec
Joost van der Sluis wrote: Op dinsdag 15-04-2008 om 10:19 uur [tijdzone +0200], schreef Milan Marusinec: Florian Klaempfl wrote: Who is Linus Torvalds? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinf

[fpc-pascal] isWild bug?

2008-04-15 Thread Luca Olivetti
I'm not sure it is a bug or the intended behaviour, so I'm asking here: IsWild('c','cc*',true) returns true IsWild('ca','cc*',true) returns false The first result seems incorrect to me, I think the original string should start with 'cc' to match 'cc*'. Bye -- Luca ___

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Marco van de Voort
> Op dinsdag 15-04-2008 om 10:18 uur [tijdzone +0300], schreef ik: > > I have read in the Linux Kernel malling list some emails, and I found > > some points made by Linus Torvalds about Pasca; > > > > http://idkn.wordpress.com/2008/04/15/the-reason-why-linus-torvalds-hate-pascal/ > > > > Your st

[fpc-pascal] Re: The reason why linus torvalds hate-pascal

2008-04-15 Thread Milan Marusinec
Florian Klaempfl wrote: Who is Linus Torvalds? ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal http://en.wikipedia.org/wiki/Linus_Torvalds ___ fpc-pa

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Marco van de Voort
> Ahthe old goto arguinghow many beers have gone with it! > Linus is just right, since everyday the purists of the OO languages > still can't live without writing a GOTO; they just call it in another > "politically correct" way: > > raise Exception.Create("TA-DA!") There is a fundamen

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Roberto Padovani
Ahthe old goto arguinghow many beers have gone with it! Linus is just right, since everyday the purists of the OO languages still can't live without writing a GOTO; they just call it in another "politically correct" way: raise Exception.Create("TA-DA!") R# 2008/4/15, Joost van der S

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Joost van der Sluis
Op dinsdag 15-04-2008 om 10:18 uur [tijdzone +0300], schreef ik: > Hi, > > I have read in the Linux Kernel malling list some emails, and I found > some points made by Linus Torvalds about Pasca; > > http://idkn.wordpress.com/2008/04/15/the-reason-why-linus-torvalds-hate-pascal/ > Your statement

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Florian Klaempfl
Who is Linus Torvalds? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread ik
Hi, I have read in the Linux Kernel malling list some emails, and I found some points made by Linus Torvalds about Pasca; http://idkn.wordpress.com/2008/04/15/the-reason-why-linus-torvalds-hate-pascal/ Ido -- http://ik.homelinux.org/ ___ fpc-pascal ma