您的位置:首页 > 其它

D programming language v0.166 by Digital Mars

2006-09-01 21:52 267 查看
News:


Improvements to the functionality of std.file.listdir().

Removed the long-deprecated instance keyword.

Ignores first line starting with #!, D/32661.

Added -run command line switch.

Added module statements to all std.typeinfo modules. This may require recompiling library code.

Description:

D is a general purpose systems and applications programming language. It is a higher level language than C++, but retains the ability to write high performance code and interface directly with the operating system API's and with hardware. D is well suited to writing medium to large scale million line programs with teams of developers. D is easy to learn, provides many capabilities to aid the programmer, and is well suited to aggressive compiler optimization technology.

D is not a scripting language, nor an interpreted language. It doesn't come with a VM, a religion, or an overriding philosophy. It's a practical language for practical programmers who need to get the job done quickly, reliably, and leave behind maintainable, easy to understand code.

D is the culmination of decades of experience implementing compilers for many diverse languages, and attempting to construct large projects using those languages. D draws inspiration from those other languages (most especially C++) and tempers it with experience and real world practicality.

http://www.digitalmars.com/d/overview.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: