lilypond-user
[Top][All Lists]
Advanced

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

Re: book-predicate / mail delay


From: David Kastrup
Subject: Re: book-predicate / mail delay
Date: Mon, 05 Mar 2012 09:45:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Jan-Peter Voigt <address@hidden> writes:

>>> So AFAICS there are at least 3 different ways to create a module to
>>> use in a header:
>>> 1: (eval-string "(define-module (a b))")
>> What's with the eval-string nonsense?  Why don't you just use
>> (define-module (a b)) instead?
> because: "define-module can only be used at the top level"

Ugh.  Still (primitive-eval '(define-module (a b))) would be nicer since
you at least don't need the Scheme reader at runtime.

-- 
David Kastrup




reply via email to

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