|
|
| Which language do you prefer for programming GTK+ applications? |
| C |
|
66% |
[ 45 ] |
| C++ |
|
20% |
[ 14 ] |
| Mono (C#) |
|
2% |
[ 2 ] |
| Perl |
|
0% |
[ 0 ] |
| Python |
|
7% |
[ 5 ] |
| Java |
|
1% |
[ 1 ] |
| PHP |
|
0% |
[ 0 ] |
| Ruby |
|
1% |
[ 1 ] |
|
| Total Votes : 68 |
|
| Author |
Message |
|
|
parsifal
Joined: 02 Sep 2007 Posts: 3
|
Posted: Sun Sep 02, 2007 3:54 am Post subject: |
|
|
| Hi guys, fresh member here! I voted for C but I certainly intend to explore PyGTK in the immediate future, since Python is the second programming language after C that I'm most familiar with. Looking forward to get some good hints from all of you experienced coders in this forum. |
|
| Back to top |
|
 |
caracal GTK+ Geek
Joined: 21 Jun 2007 Posts: 75 Location: Wilkes Barre Pa
|
Posted: Thu Sep 13, 2007 4:32 pm Post subject: |
|
|
| C of course but i also like to embed lua in my applications also. |
|
| Back to top |
|
 |
jakh Familiar Face
Joined: 04 Nov 2007 Posts: 12
|
Posted: Tue Nov 06, 2007 6:59 am Post subject: |
|
|
| my choice is C programming language |
|
| Back to top |
|
 |
anjus
Joined: 21 Nov 2007 Posts: 1
|
Posted: Wed Nov 21, 2007 7:22 am Post subject: |
|
|
I prefer "C".
Anju |
|
| Back to top |
|
 |
axpen Familiar Face
Joined: 27 Aug 2007 Posts: 14
|
Posted: Thu Feb 28, 2008 2:16 am Post subject: Long time standard |
|
|
I think C will continue to be the long time standard for GTK+. Not only since C is the fastest of all the options, but since all the libraries out there are C based. Also mixing C++ with C code isn't ideal, since the C code can't benefit from inheritance and the likes without being remapped to C++. Now GTKMM however is ideally suited for C++, however you still have to wrap the native C libs available for GTK+.
So my choice is C ^_^!!! |
|
| Back to top |
|
 |
|