cl-mustache
cl-mustache copied to clipboard
Load order of files and *mustache-output*
On some lisp implementations, you will get a compiler warning regarding *mustache-output*
. It is defvar'ed in compat-api-v1.lisp, which loads after mustache.lisp. The warning can occur when compiling #'%output
in mustache.lisp, which comes before the defvar.