Re: Only MONO/WinForms is a way to go - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Only MONO/WinForms is a way to go
Date
Msg-id b42b73150611281300q3e9dcfb5l45949cf2fa2c7c21@mail.gmail.com
Whole thread Raw
In response to Re: Only MONO/WinForms is a way to go  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-general
On 11/28/06, Tony Caduto <tony_caduto@amsoftwaredesign.com> wrote:
> Thomas Kellerer wrote:
> >
> >
> > And who cares if my bytecode knows something about Generics as long as
> > the application runs at a good speed?
> >
> I totally agree about generics, nice to have but not really needed.

I dont like generics as much as c++ templates, but both are far better
than inheritance style oo, imo. c++ with STL, more than any other
language (except for possibily D, which I'm looking at) allows me to
write fast code with minimum effort.

merlin

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: using a sequence as the functional equivalent to Oracle rownum
Next
From: Oisin Glynn
Date:
Subject: Re: using a sequence as the functional equivalent to Oracle