Is there any means to redirect macro time printed output into a file for instance ? My tests seem to show that it can only print into the console. What a pity if it is the case. But perhaps I missed something.
Is there any means to redirect macro time printed output into a file for instance ? My tests seem to show that it can only print into the console. What a pity if it is the case. But perhaps I missed something.
see <http://www.lisp.org/HyperSpec/Body/mac_time.html>.
TIME prints to *trace-output*, so you can bind that.
note that mailing list clisp-list is the preferred medium of user communications.
Log in to post a comment.