Re: [fpc-pascal] Re: Selective Class Helper

2013-03-14 Thread Mark Morgan Lloyd
Reimar Grabowski wrote: On Thu, 14 Mar 2013 10:48:58 +0200 Juha Manninen wrote: You consider it "magnificent" because you have not written anything complex with it. Please try it yourself. After haunting all the bugs causing crashes and memory leaks it may not feel so magnificent any more. No

Re: [fpc-pascal] Re: Selective Class Helper

2013-03-14 Thread Reimar Grabowski
On Thu, 14 Mar 2013 10:48:58 +0200 Juha Manninen wrote: > You consider it "magnificent" because you have not written anything > complex with it. > Please try it yourself. After haunting all the bugs causing crashes > and memory leaks it may not feel so magnificent any more. No C++ bashing, please

Re: [fpc-pascal] Re: Selective Class Helper

2013-03-14 Thread Juha Manninen
On Thu, Mar 14, 2013 at 2:58 AM, Xiangrong Fang wrote: > ... which was a feature I like in C++, although I have never write a program > more complex than cout << "Hello World" in that magnificent language. :-) You consider it "magnificent" because you have not written anything complex with it. Pl

Re: [fpc-pascal] Re: Selective Class Helper

2013-03-13 Thread Xiangrong Fang
I vote for Traits. This will make FP more flexible... As a matter of fact, I was surprised to see operator overloading being implemented in pascal, which was a feature I like in C++, although I have never write a program more complex than cout << "Hello World" in that magnificent language. :-) 2

Re: [fpc-pascal] Re: Selective Class Helper

2013-03-13 Thread Sven Barth
Am 13.03.2013 17:04 schrieb "leledumbo" : > > That would change the class model to prototyping (as in Lua, JavaScript, > etc.), which is not how it's implemented in Object Pascal... I would more call it "Traits" which is at least a feature I'd like to research. This means that I'll implement it in

[fpc-pascal] Re: Selective Class Helper

2013-03-13 Thread leledumbo
That would change the class model to prototyping (as in Lua, JavaScript, etc.), which is not how it's implemented in Object Pascal... -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Selective-Class-Helper-tp5713531p5713545.html Sent from the Free Pascal - Gener