whacky-macros


deleted-page

Moved to syntax-unicode-lambda.

 ;;This ain't so whacky, waiting for inspiration... 
 (define-syntax  λ 
   (syntax-rules () 
     ((_ . _) (lambda . _)))) 

Jorgen-Schäfer

What exactly is "whacky"? Anyone find a better name for this page? :-) (edit-hint)


Riastradh

Might I ask what the point of this page is at all?


r2q2

Who knows? But since nothing here is really that interesting maybe we should consider this page to be deleted??


Jorgen-Schäfer

The point might be "hey, look, I can use unicode chars as Scheme names in my implementation!" or so :-) I thinkt he syntax above is funny, so we shouldn't delete it - but maybe move it?


pitecus

If you think it's funny but not whacky, maybe move it to funny-macros? ;).



category-code