资源说明:Dale 是一个系统编程语言,使用 S- 表达式作为语法,支持语义宏。基本语言类似 C,提供如下额外特性:local type deduction;overloaded functions;anonymous functions;function structs;reference parameters;object lifetime operations;namespaces;modules;concepts; andcompiler introspection.示例代码:(import cstdio)
(def main (fn extern-c int (void)
(printf "hello, world\n")))
标签:Dale
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。