v0.6.0
API changes: - The `function` macro now produces function declaration statements instead of function expressions. - For function expressions, use `lambda` instead. Function expressions can now be named using the optional first parameter. See docs.