Moonscript++

A language as easy as pie, but as powerful as C (or C#, if thats your thing!)

Compiles to C, with automatic support to compile C# libraries for extended functionality. Code looks like this,

 

ArrayHoldingFuncttions = {

func: (str) =>

print str

}

 

ArrayHoldingFunctions\func!
As you can see, the language is dynamically typed, as well as being housed > {} < with tabs or braces{} , your choice!.

 

Moonscript++ is a compiler for the language moonscript(https://moonscript.org/) that creates standalone C executables! So write your program how you want, and also gain access to C# functions. As well as C, natively supported by moonscript. Enjoy!

https://github.com/owenkimbrell/Moonscriptxx