From: Ivan Boldyrev
Subject: Re: noob question - splicing &rest parameters
Date: 
Message-ID: <1n8n13-ors.ln1@ibhome.cgitftp.uiggm.nsc.ru>
On 9257 day of my life ·············@gmail.com wrote:
> ;; define a function like apply, but where any number
> ;; printed out before it returns will be in octal

(defun octal-apply (fun &rest args)
    (let ((*print-base* 8))
       (applyr #'apply fun args)))

Reread paragraphs about binding dynamic variables.

-- 
Ivan Boldyrev

              "Assembly of Japanese bicycle require great peace of mind."