The Following User Says Thank You to cgarvie For This Useful Post: | ||
![]() |
2009-11-12
, 10:57
|
Posts: 71 |
Thanked: 49 times |
Joined on Sep 2009
@ Espoo
|
#2
|
![]() |
2009-11-12
, 11:07
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#3
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-11-12
, 11:51
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#4
|
I don't know about any serious perl binding for Qt (regardless of N900 or the desktop), the few that were/are available were mostly hobby projects that became abandonware when the original authors lost interest.
Alternatively, you can try Python, it's much less of a jump from Perl than C++ is.
![]() |
2009-11-12
, 11:51
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#5
|
![]() |
2009-11-12
, 12:31
|
Posts: 42 |
Thanked: 25 times |
Joined on Sep 2009
|
#6
|
The Following User Says Thank You to wire-less For This Useful Post: | ||
![]() |
2009-11-12
, 14:08
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#7
|
Hi,
QT is a very complete C++ Library, I think it does not make much sense to use it with another language than C++. It does not only provide Gui-Classes. There are datastructures http://doc.trolltech.com/4.5/containers.html
Networking http://doc.trolltech.com/4.5/qtnetwork.html and a lot of other stuff reducing the c++-code you've to write.
Every QT call is feeded with QT Objects. So if you use it with another language there is a lot conversion work by the binding code. And if using from perl you've the interpreter running which eats your battery before lunch
wire-less
![]() |
2009-11-12
, 14:48
|
Posts: 33 |
Thanked: 48 times |
Joined on Oct 2009
@ Barcelona
|
#8
|
![]() |
2009-11-12
, 14:49
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#9
|
![]() |
2009-11-12
, 14:50
|
|
Posts: 170 |
Thanked: 261 times |
Joined on Feb 2009
@ Gothenburg, Sweden
|
#10
|
Im a mostly perl programmer, and have ordered the N900, and am thinking of trying some app development.
From what ive read here , it seems Qt is the way to go, but im much more familiar with Perl than C++, while there does seem to be some Qt stuff for perl out there, but im guessing(as i cant find refernce to it) that qt support for perl is not available for the N900, is that right?
Or am i able to develop in perl and use (learn) Qt
I have tried googling, but am struggling to find where to start, so if any one has usefull advice for where to start, it would be most appreciated.
If i need to go down the c++ that probably ok long term, but id certainly be more comfortable trying to learn Qt with a language im more familiar with