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

ALL standard exceptions should be globals, not just Exception/Error #86

Closed JarrettBillingsley closed 10 years ago

JarrettBillingsley commented 11 years ago

It's supremely annoying when you forget to import one of the standard exceptions in your module, only to get a "global not found" error when the rarely-executed codepath which throws one is finally run.