D语言编译工具 GDC

fmms 12年前
     GDC 是 D 编程语言的 GCC 前端编译工具。    <br />    <br />    <a href="http://www.open-open.com/lib/view/open1326963059124.html" target="_blank"><strong>GCC</strong></a>(    <strong>GNU Compiler Collection</strong>,    <strong>GNU编译器套装</strong>),是一套由 GNU 开发的    <span class="mw-redirect">编程语言</span>    <span class="mw-redirect">编译器</span>。    <br />    <a href="/misc/goto?guid=4959517456516661940" target="_blank"><br /> D语言</a>(Dlang)是由Digital Mars公司开发的编程语言,起因是为了改进C++。它与C二进制兼容(不完全),可编译为本地码,有GC也可手动管理内存,语法上借鉴多种语言,模板则 在C++的基础上做了相当大的扩充。D 语言既有 C 语言的强大威力,又有 Python 和 Ruby 的开发效率。它是一种集垃圾回收、手工内存操作、契约式设计、高级模板技术、内嵌汇编、内置单元测试、Mixin 风格多继承、类 Java 包管理机制、内置同步机制、内建基本运行时信息的系统级编程语言。    <br />    <br />    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326978261077" target="_blank">http://www.open-open.com/lib/view/home/1326978261077</a></p>