tvl-depot/third_party/lisp/asdf-flv
2020-02-21 13:54:53 +00:00
..
.gitattributes
.gitignore
asdf-flv.lisp
default.nix chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
Makefile
net.didierverna.asdf-flv.asd
package.lisp
README.md

ASDF-FLV provides support for file-local variables through ASDF. A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to LOAD and COMPILE-FILE: a new dynamic binding is created before processing the file, so that any modification to the variable essentially becomes file-local.

In order to make one or several variables file-local, use the macros SET-FILE-LOCAL-VARIABLE(S).