Re: [fpc-pascal] FPCUp FPC/Lazarus installer/updater: first Linux/Windows version released

2012-02-15 Thread Reinier Olislagers
On 14-2-2012 23:43, stootch wrote: > W dniu 2012-02-14 10:41, reinierolislag...@gmail.com pisze: >> You might try with a newer version; we have found and hopefully fixed >> some problems with lazarus make... > Um... >> Info: make FPC=/home/stootch/fpc/bin/fpc.sh >> --directory=/home/stootch/lazarus

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Juha Manninen
2012/2/15, Jorge Aldo G. de F. Junior : > i once read a textbook about generics (C++ generics) showing how C++ C++ does not have generics, it has templates. Templates syntax is complex, you can do actual programming with it. IMO, using all its capacity leads to over-engineered and unreadable code.

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread ik
On Wed, Feb 15, 2012 at 11:19, Juha Manninen wrote: > 2012/2/15, Jorge Aldo G. de F. Junior : >> i once read a textbook about generics (C++ generics) showing how C++ > > C++ does not have generics, it has templates. Templates syntax is > complex, you can do actual programming with it. IMO, using a

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Sven Barth
Am 14.02.2012 22:28, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Afaik it was the main reason to implement generic constraints in Delphi (like .NET)? Constraints allow the compiler to infer further information on the given types to improve e.g. type checking when pars

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread michael . vancanneyt
On Wed, 15 Feb 2012, Sven Barth wrote: Am 14.02.2012 22:28, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Afaik it was the main reason to implement generic constraints in Delphi (like .NET)? Constraints allow the compiler to infer further information on the given t

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Marco van de Voort
In our previous episode, Sven Barth said: > Let's first implement everything that we need to have full Delphi > compatibilty (generic methods, constraints, inline specializations in > more complicated expressions) and then we can think of optimizing the > generic implementation for cases like cl

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Sven Barth
Am 15.02.2012 14:09, schrieb michael.vancann...@wisa.be: On Wed, 15 Feb 2012, Sven Barth wrote: Am 14.02.2012 22:28, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Afaik it was the main reason to implement generic constraints in Delphi (like .NET)? Constraints allow

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Sven Barth
Am 15.02.2012 14:15, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Let's first implement everything that we need to have full Delphi compatibilty (generic methods, constraints, inline specializations in more complicated expressions) and then we can think of optimizing the

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread michael . vancanneyt
On Wed, 15 Feb 2012, Sven Barth wrote: Am 15.02.2012 14:09, schrieb michael.vancann...@wisa.be: On Wed, 15 Feb 2012, Sven Barth wrote: Am 14.02.2012 22:28, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Afaik it was the main reason to implement generic constraints

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Sven Barth
Am 15.02.2012 15:09, schrieb michael.vancann...@wisa.be: On Wed, 15 Feb 2012, Sven Barth wrote: Am 15.02.2012 14:09, schrieb michael.vancann...@wisa.be: On Wed, 15 Feb 2012, Sven Barth wrote: Am 14.02.2012 22:28, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Afa

[fpc-pascal] Re: FPCUp FPC/Lazarus installer/updater: first Linux/Windows version released

2012-02-15 Thread Reinier Olislagers
On 14-2-2012 23:43, stootch wrote: > W dniu 2012-02-14 10:41, > reinierolislagers-re5jqeeqqe8avxtiumw...@public.gmane.org pisze: >> You might try with a newer version; we have found and hopefully >> fixed some problems with lazarus make... > Um... >> Info: make FPC=/home/stootch/fpc/bin/fpc.sh >>

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > > > Note that I mostly reacted to the sentiment it wouldn't be needed at all. I > > directly agree it is not the highest prio in the generics implementation. > > > > I saw you recently fixed some of my bugs, I'll do a new run. > > Yes, do that please.

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Sven Barth
Am 15.02.2012 15:45, schrieb Marco van de Voort: In our previous episode, Sven Barth said: Note that I mostly reacted to the sentiment it wouldn't be needed at all. I directly agree it is not the highest prio in the generics implementation. I saw you recently fixed some of my bugs, I'll do a n

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Jorge Aldo G. de F. Junior
http://theory.stanford.edu/~amitp/rants/c++-vs-c/ found the thing... its not a book and C++ has no generics but templates (for me both are the same, im no C++ programmer). Now reading it again... The thing is that a quicksort in C can be fast only if used for one single type (at least the compari

Re: [fpc-pascal] Re: TLinkedList

2012-02-15 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > symtable > > > > Mean? > > > > (it is at the end of a method) > > You are accessing a symbol that's defined in the static symtable > (implementation section of the unit). Does that code compile with > Delphi? If so then please report a bug... I was

[fpc-pascal] make clean / distclean leaves some ppu files

2012-02-15 Thread Mattias Gaertner
Hi, It seems make clean leaves ppu files behind: For example: ./packages/fpmkunit/units_bs/x86_64-linux/zbase.ppu Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal