[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Determining programatically whether the interpreter is Guile or Clis
From: |
Andy Wingo |
Subject: |
Re: Determining programatically whether the interpreter is Guile or Clisp or Emcs |
Date: |
Sat, 07 Sep 2013 11:31:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
On Mon 29 Jul 2013 10:36, Nala Ginrut <address@hidden> writes:
> If you just want to check whether a symbol was defined, try:
> (module-defined? (current-module) 'function-lambda-expression)
Alternate spelling: (defined? 'foo)
Andy
--
http://wingolog.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Determining programatically whether the interpreter is Guile or Clisp or Emcs,
Andy Wingo <=