[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: format ~/function/



sshteingold@cctrading.com writes:

>      format directive ~/function/ seems not to be implemented in clisp.
>      Are there any plans to implement it?

It's not implemented because it's part of the interface between the
FORMAT facility and the XP pretty printer, and in clisp, FORMAT and
pretty printing are separate and independent.

Also, personally I find the idea of putting the names of symbols into
format control strings, to be looked up at run time, disgusting. Hence
I don't plan to implement ~/functionname/.

Bruno