|
| From: | Linh Dang |
| Subject: | [Chicken-users] (argv) for scripts vs compiled executables |
| Date: | Thu, 08 Apr 2004 14:33:05 -0400 |
| User-agent: | Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Hi I have a script that when compiled, the following code must be changed from
(list-ref (argv) (- x 2))
to
(list-ref (argv) x)
Is there a clean way to handle/detect interpreted vs compiled runtime?
--
Linh Dang
| [Prev in Thread] | Current Thread | [Next in Thread] |