Re: the need for qindir
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.general,gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
>>> "EB" == Eric Blake <[email protected]> writes: >> Something like a new primitive "eval and return quoted" would fill >> the gap. > Yes, m4 has a TODO item about adding the qindir builtin (and which > I will probably do for m4 1.6). Why forcing the requirement that the argument is a macro name instead of a full m4-expression to evaluate? The user must define a macro first. A bit like forbidding anonymous lambda-expressions in a function language.