Skip to content

Updating Aniseed, using autoload

Compare
Choose a tag to compare
@Olical Olical released this 25 Apr 12:47
· 32 commits to master since this release
2142a2d

So now we have Fennel 0.9.1 and Aniseed's new autoload function which is a drop in replacement for Lua's require. It delays the require until the time that you look something up in the required module table. Hopefully helps with load times in some cases.