Jayfor 是一个用 C 编写的编程语言,使用 LLVM 后端,目的:
速度 Speed
简单 Simplicity
简洁 Clean
构建方法:
# clone the repository git clone https://github.com/jayfor-lang/jayfor.git # cd into the repository cd jayfor # build make # run a program ./j4 tests/simple.j4