Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
How do I define a symbol-macro in Scheme?
1
Name:
Anonymous
2011-11-19 21:27
(require mzlib/defmacro)
(define-macro 16-bit-mask #xFFFF)
doesn't work.
7
Name:
Anonymous
2011-11-20 16:45
(define-syntax bit-mask (identifier-syntax #xFFFF))
Identifiers can't begin with a digit.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List