Ayin

Ayin is supposed to be a very simple, highly efficient programming language. It takes the simplicity of C while adding essential features that are missing in C, such as generic programming. It has built-in dynamic arrays, basic type inference and other neat features that C is lacking. Thanks to the LLVM-Backend, the programs generated by the compiler are as fast. I also tried to get similiar compilation-speeds to C compilers.

GitHub

Tags

  • C++
  • LLVM