IOT>> Cmc>> 返回
项目作者: Cm-lang

项目描述 :
:space_invader: the compiler for the Cm programming language
高级语言: C#
项目地址: git://github.com/Cm-lang/Cmc.git
创建时间: 2017-08-22T07:52:00Z
项目社区:https://github.com/Cm-lang/Cmc

开源协议:GNU General Public License v3.0

下载


Cmc

<!— CI Status
Travis CI

—>

Build Status




NuGet
NuGet

license

The compiler for the Cm programming language.

Cm is a statically typed native language (targeting LLVM and GLSL),
with first-class lambdas and powerful type inference.

There are no functions in this language, it treats them as lambda variables.
With compile-time inlining, functional style codes can run as fast as imperative style ones.

This language doesn’t have subtyping,
it organize data with structs and extension methods.

Maybe there will be an optional H-M type system, and hole-oriented programming (like Idris).

Document

Used Project