Machete – A scripting runtime for .NET

chaospandion has opensourced one of his  longtime project Machete which is his own dialect of the ECMAScript 5 standard .
Some of the feature include

  • Cleaner lambda expressions
  • First class iteration support with the foreach loop and generators.

The Compiler was written in F# using the FParsec Library and the runtime in c# .

The project is hosted at GitHub .

Visit the author’s blog to know more about the announcement

Share