开发者

Suitable compiled language for new project [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the inter开发者_如何转开发net. For help making this question more broadly applicable, visit the help center. Closed 12 years ago.

I'm about to develop some commercial software that will run on OSX and Linux. The program will be doing some heavy string manipulation, base64 encoding, zlib compression and may require http libraries in the future.

Does anyone have a suggestion?

Many thanks in advance, Toby.


I'd suggest Ruby. Its string manipulation isn't quite up to Perl's or ELisp's standards, but reasonably close and base64, ZLib and HTTP are part of the standard library. And it runs on pretty much every platform under the sun, including Windows, OSX, Linux, Unix, JVM, CLI and Objective-C.


C++.

std::string and boost::regex for the string manipulation. zlib has both C and C++ bindings. You might like cURL for no-GUI HTTP stuff. Use a cross-platform GUI toolkit (I suggest wxWidgets or Qt) if you need windows.


Without more information, I'd say Java. It's cross platform and has all the features you require.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜