Strip trailing ? on whats command.
Remove things from sandbox metadata instead of replacing.
Wipe out fennel.metadata in compiler sandbox.
Add check make target; address most linting concerns.
The linter still doesn't like certain case nil checks, because it
can't tell that they are in fact being used.
Add back in the jam command for calculating lisp game jam start.
Bump to fennel 1.3.1 for the main version.
Comma prefix only works in first channel.
Wups; get-term needs the capability passed in!
Rewrite the capabilities wrapping module to be declarative.
When creating a capabilities table you now must pass in your current
_G or current capabilities because the capabilities you construct can
only be a subset of what you currently have.
Explain capabilities in the readme.
Add luajit compatibility to capabilities loading with setfenv.
This is getting ugly, but it works!
Get sandboxing working with --require-as-include (but at what cost?)
Don't clone when the checkout already exists.