complex

Loci 是一个多范式的系统编程语言,使用更直观的方式描述,跟 C++ 很类似。Loci 并不是为了弥补 C++ 的某些不足而推出,同时引入全新范式和编程风格,这些对开发者来说非常方便。此外在性能上 Loci 也没有比 C 和 C++ 强。 一段简单的代码示例: class ExampleClass(int a, int b) { // Constructor with default implementation. static create = default; int getA() const { return @a; } int getB() const { return @b; } ...

你要找的是不是: Loci首页 Loci文档 Loci源码下载
加载中
加载中

{{o.href}}

{{o.content | formatHtml}}

{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}

暂无相关内容

返回顶部
顶部