chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Compiler or interpreter?


From: Alex Shinn
Subject: Re: [Chicken-users] Compiler or interpreter?
Date: Mon, 27 Mar 2006 19:47:41 -0600
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Mon, 27 Mar 2006 17:14:15 -0500, John Cowan wrote:
> 
> Is there a procedure that can be invoked to tell a program whether it is
> running in the interpreter or as compiled code?

Not a procedure, but you can

  (cond-expand
    (compiling
     ...)
    (else
     ...))

-- 
Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]