Closed jbboehr closed 6 years ago
The virtual machine implementation does not support lambdas, is more brittle, and, based on my last benchmarks, not significantly faster than the AST interpreter. We should deprecate and or remove it.
See also: #21
cc @adambaratz You aren't using the VM implementation, right?
That’s correct.
The virtual machine implementation does not support lambdas, is more brittle, and, based on my last benchmarks, not significantly faster than the AST interpreter. We should deprecate and or remove it.
See also: #21