scheme macro question
17 Oct
2004
17 Oct
'04
11:10 p.m.
Hi, I hope that this list is open to questions, and from beginers. Can anyone give advise on how to define a macro so that there can be a left and a right argument? like: (define-syntax = (syntax-rules () ((a = b) (set! a b)) )) this doesn't work and I really don't understand why. I am using PLT mzscheme. Burlen Loring
8001
Age (days ago)
8001
Last active (days ago)
0 comments
1 participants
participants (1)
-
Burlen Loring