TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Best language/runtime for desktop app

3 pointsby ssjvackarover 13 years ago
What would people say is the best runtime (i.e. JVM) and language (i.e. java/jython/scala/python/C++) for building a desktop application for scientific data manipulation and visualisation? Ideally the end product should run on at least Windows and Mac (Linux is an added extra)<p>I'm currently considering the pros cons based on: - Runtime performance - Conciseness of code - 3rd Party Libraries (not neccessarily in the order)<p>Ideally something like what adobe was doing with flex would be ideal, as you could write a (client) app and deploy to: - Web (via flash) - Desktop (via Air) - iOS/Android (again via Air runtime)<p>But since Flex may be unsupported now, I don't want to invest heavily in the technology.<p>All comments welcomed.<p>Thanks, Vackar

2 comments

FanGateover 13 years ago
Sounds like haXe is what you are looking for: <a href="http://haxe.org/" rel="nofollow">http://haxe.org/</a>
sidcoolover 13 years ago
I would suggest Adobe Air. It's light weight and simple.