Re: Phil meet y-devel; y-devel meet Phil
Augie Fackler <[email protected]>
| Newsgroups | gmane.comp.graphics.y.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jul 18, 2004, at 2:46 PM, Ulrik Mikaelsson wrote:
> No matter how much you want Y to resemble/differ from Qt, I think we
> all can
> agree on one thing: The protocol MUST be flexible enough to create a
> pure,
> non-X11 based GTK2 backend, as well as a Qt4 backend. I am unsure
> about just
> how Qt4 will work concerning backends, according to Trolltech the
> modularity
> of Qt4 drawing have been completely redesigned and improved, but if
> that
> modularity extends to the Widget level is something left to see.
I'd like to interject that working with languages other than C++ would
be a good thing too. Objective-C comes to my mind first, but also C#
and other weird languages. Obj-C code doesn't mix at all with C++
unless you're on an Apple-modified gcc or you are using disgusting
wrapper functions, as an example.
I'm biased towards Obj-C over other languages, and hope that a native
port of GNUstep will be possible. That's my long-term goal...
AF
---
main(){char ch[7];ch[1]=(ch[4]=((ch[3]=(ch[2]=103)^14)^12))^16;
ch[5]=(ch[6]=(ch[0]=(ch[1]>>1)+7)&42)+10;printf(ch);}