Results 33 issues of Matt Bierner

Currently returns `'[object Function]'` At the very least, the name should be included. Language functions may also include source.

enhancement

Defining builtins in the hosted language requires that these builtins only on the standard functionality of other builtins. Therefore they must explicitly capture these dependancies to ensure the correct behavior...

Builtin

Things like `Math` in the host should be wrapped in a module and explicitly introduced as a dependancy for modules requiring this functionality. Their functionality should also changed to operate...

Code Quality

Knowledge of how primitive values store their values should be restricted to files in the values directory. Operators should be define to access or modify these values.

Code Quality

The current switch impl works but does a lot of ugly array stuff and duplicates computations in order to support fallthroughs. A better solution would be to add support for...

Code Quality