>
On 8/22/06, Yariv Sadan <> wrote: > This may not be as powerful as quasiquoting, but I have found it > useful in my current project. Hi, Just an observation: smerl is targeting dynamic (run-time) handling of code, while quasiquoting is a way to do most of the work at compile-time. (The latter could of course use smerl to do the work) regards, Vlad