leafo

Exactly 3 months ago I released MoonScript. The CoffeeScript inspired language that compiles to Lua. Since then I've both written a lot of MoonScript and enhanced the MoonScript compiler.

Today I'm proud to release v0.2.0. I've got a handful of new features and bug fixes:

Thanks for checking it out, follow me on twitter for updates or complaints.

Changes

New Things

The Language

The API

The Tools

Standard Library

I'm now including a small set of useful functions in a single module called moon:

require "moon"

Documentation is available here.

Bug Fixes

Other Stuff

Since the first release, I've written one other project in MoonScript (other than the compiler). It’s a static site generator called sitegen. It’s what I now use to generate all of my project pages and this blog.