We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Python: http://www.python.org
快速开发,庞大的标准库,大量支持,很棒解释器,很棒的脚本语言。
Perl:我真的需要说更多吗?
Ruby:http://www.ruby-lang.org
另一种很棒的脚本语言,非常强大,面向对象核心但仍务实。现在非常流行,有很多插件库。
Lua:http://www.lua.org
一种小型、快速的脚本语言,旨在嵌入其他应用程序中。小型标准库,具有一组合理的基本内容和附加库/C 扩展来执行其他操作。在游戏中非常流行 - 魔兽世界客户端 UI 是用 Lua 构建和扩展的。
Python: http://www.python.org
Fast to develop in, huge standard library, lots of support, great interpreter, great scripting language.
Perl: Do I really need to say more?
Ruby: http://www.ruby-lang.org
Another great scripting language, very powerful, OO to the core but still pragmatic. Very popular right now, with lots of addon libraries.
Lua: http://www.lua.org
A small,fast scripting language designed to be embedded in other applications. Small standard library with a reasonable set of basic stuff and additional libraries / C extensions to do other stuff. Very popular in games - the World of Warcraft client UI is built and extended in Lua.
语言:Java (OpenJDK) - http://openjdk.java.net/
IDE:Eclipse、Netbeans
Language: Java (OpenJDK) - http://openjdk.java.net/
IDE: Eclipse, Netbeans
C++:最本质的 OOP 编程语言。大量的库可以满足您的任何想象。一些 IDE 包括 Code::Blocks、Dev-C++、Netbeans 和 Eclipse。
C++: The quinessential OOP programming language. Massive number of libraries to do just about whatever you could imagine. Some IDE's include Code::Blocks, Dev-C++, Netbeans, and Eclipse.