Re: GUI language for beginners

2003-11-17 Thread Beni Cherniavsky
Shlomi Fish wrote on 2003-11-03: Now, for the choice of language: Perl - my favourite language (;-)). There's more than one way to do it. Very flexible. A lot of different ways to accomplish the same thing. Some people love it. Some people hate it. You can't know until you've tried. Python

Re: GUI language for beginners

2003-11-17 Thread Shlomi Fish
On Mon, 17 Nov 2003, Beni Cherniavsky wrote: Shlomi Fish wrote on 2003-11-03: Now, for the choice of language: Perl - my favourite language (;-)). There's more than one way to do it. Very flexible. A lot of different ways to accomplish the same thing. Some people love it. Some people

RE: GUI language for beginners

2003-11-09 Thread Iftach Hyams
Python,perl,tcl/tk,qt,gtk+ Are you looking for a language or a toolkit ? You have FLTK, vxWindows and GLUI (over OpenGL). This e-mail message has been sent by Elbit Systems Ltd. and is for the use of the intended recipients only. The message may contain privileged or confidential

Re: GUI language for beginners

2003-11-06 Thread Shlomi Fish
On Wed, 5 Nov 2003, Micha Feigin wrote: On Tue, 2003-11-04 at 11:03, Behdad Esfahbod wrote: On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3sounds cool. I put

Re: GUI language for beginners

2003-11-06 Thread Micha Feigin
On Wed, 2003-11-05 at 21:40, Shlomi Fish wrote: On Wed, 5 Nov 2003, Micha Feigin wrote: On Tue, 2003-11-04 at 11:03, Behdad Esfahbod wrote: On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote:

Re: GUI language for beginners

2003-11-05 Thread Micha Feigin
On Tue, 2003-11-04 at 11:03, Behdad Esfahbod wrote: On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach.

Re: GUI language for beginners

2003-11-05 Thread Oron Peled
On Wednesday 05 November 2003 20:39, Micha Feigin wrote: Although I believe that if you use dynamic linking you can still mix GPL and closed source (as you are not actually including the source in you program). The type of linking is irrelevant, the determining factor is if it's derived work.

Re: GUI language for beginners

2003-11-05 Thread Micha Feigin
On Wed, 2003-11-05 at 22:02, Oron Peled wrote: On Wednesday 05 November 2003 20:39, Micha Feigin wrote: Although I believe that if you use dynamic linking you can still mix GPL and closed source (as you are not actually including the source in you program). The type of linking is

Re: GUI language for beginners

2003-11-04 Thread Ely Levy
On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no oop language) * looks funkey on win32 qt: * not free in win32 Actually it is

Re: GUI language for beginners

2003-11-04 Thread Shlomi Fish
On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no oop language) * looks funkey on win32

Re: GUI language for beginners

2003-11-04 Thread Behdad Esfahbod
On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build

Re: GUI language for beginners

2003-11-04 Thread Ely Levy
Well it's a bit weird, for once I remember it was fully GPLed few month ago now they seem to change it so although there is GPLed version of QT for windows only academic people can download it but since it's fully GPLed I don't see how they how they can stop anyone who isn't academic from copying

Re: GUI language for beginners

2003-11-04 Thread Oded Arbel
On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no oop language) I beg your pardon? Gtk+ is Object-Oriented. And you can do OOP in

Re: GUI language for beginners

2003-11-04 Thread Ely Levy
btw if you want to even get more confuzed http://www.trolltech.com/download/index.html notice the educational version is under the GPL section if you look on the licence part of the page it would tell you it's under educational license so I guess their webpage is a bit not updated to one side

Re: GUI language for beginners

2003-11-04 Thread Oded Arbel
On Sun, Nov 02, 2003 at 07:07:05PM -0500, Behdad Esfahbod wrote: Was waiting for someone else to mention that, but no one did. Perhaps PyGTK (Python + GTK bindings) is the best to go these days. There are thousands of small and large examples out there to copy from ;-). Ruby + GTK seems

Re: GUI language for beginners

2003-11-04 Thread Oded Arbel
Well it's a bit weird, for once I remember it was fully GPLed few month ago now they seem to change it so although there is GPLed version of QT for windows only academic people can download it but since it's fully GPLed I don't see how they how they can stop anyone who isn't academic from

Re: GUI language for beginners (fwd)

2003-11-04 Thread Shlomi Fish
Mackall on OFTC.net #offtopic. -- Forwarded message -- Date: Tue, 4 Nov 2003 12:22:50 +0200 (IST) From: Shlomi Fish [EMAIL PROTECTED] To: Oded Arbel [EMAIL PROTECTED] Subject: Re: GUI language for beginners Hi! Did you mean to send this E-mail to the list? On Tue, 4 Nov 2003, Oded

Re: GUI language for beginners

2003-11-04 Thread Yedidyah Bar-David
On Tue, Nov 04, 2003 at 04:03:02AM -0500, Behdad Esfahbod wrote: On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each

Re: GUI language for beginners

2003-11-04 Thread Shlomi Fish
On Tue, 4 Nov 2003, Behdad Esfahbod wrote: On Tue, 4 Nov 2003, Shlomi Fish wrote: On Tue, 4 Nov 2003, Ely Levy wrote: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk:

Re: GUI language for beginners

2003-11-03 Thread Shlomi Fish
On Sun, 2 Nov 2003, Shachar Shemesh wrote: Hi Aviad, I've decided that a lot of voices make for a more interesting conversation. I'm therefor forwarding your email to a mailing list I read (and occasionally even write to). I'm sure the good people here will have plenty to say. You may want

Re: GUI language for beginners

2003-11-03 Thread Shlomi Fish
On Sun, 2 Nov 2003, Diego Iastrubni wrote: Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no oop language) I beg your pardon? Gtk+ is Object-Oriented. And you can do OOP in C

Re: GUI language for beginners

2003-11-02 Thread Diego Iastrubni
Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no oop language) * looks funkey on win32 qt: * not free in win32 * does not compile with mingw or friends on win32 java: * funky

Re: GUI language for beginners

2003-11-02 Thread Ariel Biener
On Sun, 2 Nov 2003, Shachar Shemesh wrote: A good begginer's GUI tool for a univ. project. Which would be best? tcl/tk probably. --Ariel Shachar aviad wrote: i wonder if you could help me choose between several languages to develop gui based application i gotlost between

Re: GUI language for beginners

2003-11-02 Thread Ariel Biener
On Sun, 2 Nov 2003, Diego Iastrubni wrote: Heh, you programmers, never pragmatical, always aiming at the overkill. --Ariel Here is my opinion: any one of this 3 sounds cool. I put here only the downsides of each approach. gtk: * not object oriented (looks un-natural to build gui's in no

Re: GUI language for beginners

2003-11-02 Thread Diego Iastrubni
you can always claim i was aiming for language... :) , 2 2003, 23:45,Ariel Biener: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Heh, you programmers, never pragmatical, always aiming at the overkill. --Ariel Here is my opinion: any one of this 3 sounds cool. I put here only the

Re: GUI language for beginners

2003-11-02 Thread Daniel Freedman
Hi, On Sun, Nov 02, 2003, Ariel Biener wrote: On Sun, 2 Nov 2003, Shachar Shemesh wrote: A good begginer's GUI tool for a univ. project. Which would be best? tcl/tk probably. personal bias Ugghh. Tcl/Tk's sorta dying, IMHO.../personal bias How about Ruby? Fully OO. Now with Gui hooks

Re: GUI language for beginners

2003-11-02 Thread Official Flamer/Cabal NON-Leader
Quoth Shachar Shemesh: aviad wrote: Python,perl,tcl/tk,qt,gtk+ SNOBOL/TK! -- ---OFCNL This is MY list. This list belongs to ME! I will flame anyone I want. Official Flamer/Cabal NON-Leader [EMAIL PROTECTED]

Re: GUI language for beginners

2003-11-02 Thread Official Flamer/Cabal NON-Leader
aviad wrote: i wonder if you could help me choose between several languages to develop gui based application i got lost between : Python,perl,tcl/tk,qt,gtk+ i need a language that will help me to develop a small gui that will communicate with a non gui linux program (send parameters via

Re: GUI language for beginners

2003-11-02 Thread Official Flamer/Cabal NON-Leader
Quoth Ariel Biener: On Sun, 2 Nov 2003, Diego Iastrubni wrote: Heh, you programmers, never pragmatical, always aiming at the overkill. Note, also, that these are NOT languages ;-)... gtk: * not object oriented (looks un-natural to build gui's in no oop language) * looks funkey on

Re: GUI language for beginners

2003-11-02 Thread Oleg Kobets
Kylix rulez ! :-))) - Original Message - From: Shachar Shemesh [EMAIL PROTECTED] To: Linux-IL mailing list [EMAIL PROTECTED] Cc: aviad [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 11:18 PM Subject: GUI language for beginners Hi Aviad, I've decided that a lot of voices make

Re: GUI language for beginners

2003-11-02 Thread Behdad Esfahbod
Was waiting for someone else to mention that, but no one did. Perhaps PyGTK (Python + GTK bindings) is the best to go these days. There are thousands of small and large examples out there to copy from ;-). Ruby + GTK seems good too, but Ruby is not a language I bother myself learning, when I

Re: GUI language for beginners

2003-11-02 Thread Yedidyah Bar-David
On Sun, Nov 02, 2003 at 07:07:05PM -0500, Behdad Esfahbod wrote: Was waiting for someone else to mention that, but no one did. Perhaps PyGTK (Python + GTK bindings) is the best to go these days. There are thousands of small and large examples out there to copy from ;-). Ruby + GTK seems