Skip to content

Some more consistency changes to builtins

Michael Aaron Murphy requested to merge drosseau:master into master

Created by: drosseau

We don't need the Box<Fn(...)> anymore in the builtins. The only thing this new Builtin doesn't allow is closures that capture an environment.

I'm going to start working on changing builtins to accept stdin, stdout, and stderr as parameters now.

Merge request reports