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
  #1 (permalink)  
Old 05-02-2008, 03:15 AM
BBK BBK is offline
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0
BBK is on a distinguished road
Default Help me pick prgramming language for app

Hi, guys, I'm not a programmer myself but I have a project that I would like implemented. It is a desktop installed app which would be a trading front end. So a trader would be using it to input buy/sell for securities. The program would be constantly "talking" to the broker's servers to get data and to submit data.

Several things to take into consideration:

for an open source project
must be extremely stable - rock solid
must be lightening fast - time is money
extremely well-built GUI for user


Which language do you recommend? From preliminary research I'm leaning towards python. But I am open to other suggestions and recommendations. Would appreciate your input, comment, suggestions, etc...

thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-02-2008, 07:39 AM
Victor Victor is offline
Learning Programmer
 
Join Date: May 2007
Posts: 91
Rep Power: 5
Victor is on a distinguished road
Default Re: Help me pick prgramming language for app

Python is a great language, the only drawback is unless the end user has Python installed, the deployment .exe can be rather large (Mac has a built in Python interpreter but it's usually out of date). Personally, I would recommend C++ or Java.
__________________
"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
  #3 (permalink)  
Old 05-02-2008, 09:31 AM
BBK BBK is offline
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0
BBK is on a distinguished road
Default Re: Help me pick prgramming language for app

Thanks Victor. If that is the only drawback... then python is looking good. Something else that is pretty neat with python is that the program would be ok for linux/win/mac environments with no modification. At least that's what I understand, right?

But getting back to the disadvantage you mentioned, how do other installed programs written in python get around this? or they don't and just have a huge file?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-02-2008, 10:35 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Mod
 
Join Date: Jul 2006
Age: 35
Posts: 1,813
Last Blog:
Game software (GURPS)
Rep Power: 25
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default Re: Help me pick prgramming language for app

Most any language can do what you are talking about. The real issue is looking at how steep your learning curve would be.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-02-2008, 10:39 AM
BBK BBK is offline
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0
BBK is on a distinguished road
Default Re: Help me pick prgramming language for app

yeah, maybe I wasn't clear on that, I want to hire programmers to write this, not do it myself :-)

Before I start on the journey though, I'd like to have some assurance that I'm using the "best" language for the job.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-02-2008, 10:49 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,190
Last Blog:
The Windows Registry
Rep Power: 28
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Help me pick prgramming language for app

C++ is a good choice for most purposes, although most modern languages will cope just fine. And besides, we could help you with writing it yourself...
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-05-2008, 04:30 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Rep Power: 5
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default Re: Help me pick prgramming language for app

Go for java. Nothing is better than it for what you want, and it is very logical and high level..so wont be a problem.
__________________
God is real... unless declared an integer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-05-2008, 02:26 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 399
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

If you are looking at cross platform then be careful about what libraries are available. Wxwidgets is probably the best cross platform option for Python but it has it's issues.

Personally I might look towards something like JRuby so you can utilise the Java API. Swing isn't perfect but would be safer than Wxwidgets IMHO (of course you could also use SWT with anything that runs on the JVM which is similar to Wx but better).

There is a Python interpreter for the JVM (Jython) but I picked JRuby because Sun Microsystems have put a huge effort into making it work well with Java.
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-06-2008, 06:59 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 3,190
Last Blog:
The Windows Registry
Rep Power: 28
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Help me pick prgramming language for app

For J+ there is a version of VS2008 available.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-11-2008, 06:47 AM
BBK BBK is offline
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0
BBK is on a distinguished road
Default Re: Help me pick prgramming language for app

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]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
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 02:03 AM.

Contest Stats

dargueta ........ 128.00000
John ........ 127.00000
Xav ........ 107.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

Ads