Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 05-11-2008, 07:13 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 391
Rep Power: 10
G_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to all
Default Re: Help me pick prgramming language for app

Quote:
Originally Posted by BBK View Post
G_Morgan, afaik python has extensive libraries.
the rest of what you wrote went flying past my head - lol
there are many java open source trading applications in varying degrees of development and at the risk of sounding like a total idiot, I don't like the way they "look" - I mean aesthetics, nothing to do with the guts of the program. I just hate the java "look" know what I mean?

[ducks and runs]
Python has extensive libraries on Unix systems. Getting them to work on Windows is another thing.

You don't like the Swing metal theme then? Swing now has passable native emulation (though you have to specify that you want to use it in the program). If you don't trust it then there's always SWT which actually uses the native widgets on each platform similar to wxwidgets with Python. There are also bindings to most native widget sets directly. Swing is not the only option.

The point is even on Unix the JVM has much better library support than Python and it's libraries will generally work on every platform. There are Java bindings to almost every library imaginable.

The wonderful thing is you can reasonably take advantage of this without subjecting yourself to Java thanks to the wonders of JRuby and various other languages than now run on the JVM.
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 05-14-2008, 08:25 AM
Victor Victor is offline
Learning Programmer
 
Join Date: May 2007
Posts: 86
Rep Power: 5
Victor is on a distinguished road
Default Re: Help me pick prgramming language for app

You can also configure the look and feel of Java applications. You can give it a native look easily:

Code:
try {
    UIManager.setLookAndFeel(
        UIManager.getSystemLookAndFeelClassName());
} catch (UnsupportedLookAndFeelException ex) {
  System.out.println("Unable to load native look and feel");
}
There are also sites that provide look and feels that have been specially written like Home - javootoo.com
I'm not a fan of the default Swing look and feel either
__________________
"How fortunate for governments that the people they administer don't think."
"It is not truth that matters, but victory..."
"If you tell a big enough lie and tell it frequently enough, it will be believed.
"
Homepage
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
TTCN3, The testing language MrJack General Programming 1 01-19-2008 09:48 AM
Language... Games. trivia General Programming 11 10-27-2007 09:48 AM
new C-like programming language kenna Software Development Tools 5 07-20-2007 04:10 PM
D Programming Language. R-G General Programming 2 04-12-2007 11:22 AM
What language to Learn? mevets General Programming 20 12-20-2006 09:04 AM


All times are GMT -5. The time now is 10:33 AM.

Contest Stats

dargueta ........ 93.00000
John ........ 87.50000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads