Macro expansion (1.0.2.3 – 1.0.2.7) |
An important internal change concerning the data format has been made: macro expansions and function applications like
(expand tag arg-1 ...
arg-n)
(apply tag arg-1 ... arg-n)
are now replaced by hard-coded tags
(tag arg-1 ... arg-n)
Moreover, functions have systematically been replaced by macros. The
few built-in functions which may take an arbitrary number of arguments
have been rewritten using the new
The new approach favorites a uniform treatment of macros and functions
and makes the internal representation match with the corresponding
Notice that some perverse errors might arise because of the above changes. Please keep copies of your old files and report any suspicious behaviour to us.