Results 33 issues of Matt Bierner

The way it is used in khepri-compile, this is degrading performance without any benefit But `DContT` may need to wrap.

[Bennu](https://github.com/mattbierner/bennu) currently defines two parser `late` and `rec` that would be useful as a more general solution for Akh monads Late resolves the content of function only when a computation...

enhancement

Creates an npm packages for this shader so that it can be consumed more easily. I've tried to preserve the existing functionality by using the global `THREE` if it is...

Requires mattbierner/hashtrie#1 to replace `getOwnPropertyNames`

enhancement
Performance

Language currently create a new environment for each invocation. This is not necessary, the function should just construct the environment when it is declared, save this environment, and then push...

Performance

``` var f = function(){'use strict'; var eval; }; ``` should throw immediately during semantic mapping, not when `f` is run.

bug

Builtins implemented in hosted code are leaking some details: If they make function calls, these are visible in the stack. Also, some objects have properties they shouldn't ``` Math.min.prototype; //...

Builtin

This is an external api but will require changes be made to the interpreter. I think the timeout should be potentially executed after the execution of a statement. There is...

External Code

It is not currently possible to define a builtin in hosted code if this builtin must be called from host code. Part of the problem is that changes to the...

Code Quality