JarrettBillingsley / Croc

Croc is an extensible extension language in the vein of Lua, which also wishes it were a standalone language. Also it's fun.
http://www.croc-lang.org
79 stars 12 forks source link

Needs to be a way to instantiate funcdefs #113

Closed JarrettBillingsley closed 10 years ago

JarrettBillingsley commented 10 years ago

You can do this with the native API but not from Croc. We need some kind of "newFunction" function which takes a funcdef and an environment and instantiates it.

JarrettBillingsley commented 10 years ago

Oh, yeah, I did this last night