TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is your prefered language for OS independant developement?

12 点作者 joushx大约 12 年前
Which programming language you`re using for portable application with UI and why? Qt, Java, C#/Mono...?

6 条评论

mindcrime大约 12 年前
At the moment, my primary language of choice is Groovy. Second to that, Java.<p>If I'm using anything else, it's probably chosen because it's purpose specific in some way (like using Prolog for logic programming or R for statistics, etc.).<p>We're not really doing anything that uses a desktop UI interface (ie, it's all web based) but I have some ideas for some things we may do later that we might build on top of SWT (Eclipse).
thejteam大约 12 年前
I've used QT mostly. We use it because all of our code is C++ and so is QT. Also the documentation is among the best I have seen and there are some great books on the topic.
swah大约 12 年前
When possible, make it a web app. Otherwise, I'd love to know more about Sublime Text and Light Table approaches, as they work well enough.
评论 #5761508 未加载
评论 #5756949 未加载
inetsee大约 12 年前
ASM.js is inherently cross-platform and its performance is becoming quite impressive.
sachin0235大约 12 年前
Java
Ologn大约 12 年前
My interest is: * A portable programming framework including UI * The portability includes being portable to Android * Already has a large base of open source code written in it<p>The framework that satisfied all these conditions was Simple DirectMedia Layer, version 1.2. Cross-platform games and applications which have been in development for over a decade can be ported with incredible ease to Android.<p>I have a particular focus on Android though, so your needs may be different in other cases.