denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] lily2denemo.scm


From: Richard Shann
Subject: [Denemo-devel] lily2denemo.scm
Date: Wed, 23 Jun 2010 21:17:26 +0100

With a view to a lilypond to denemo parser in scheme:

I have been looking at macros in scheme. There is a module

(use-syntax (ice-9 syncase)) 

which allows hygenic macros (where you can't accidentally polute your
caller's namespace).
And I found this:

http://www.cs.toronto.edu/~gfb/scheme/simple-macros.html

which describes how to make a simpler syntax available for macros.

Richard





reply via email to

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