Name: Anonymous 2013-02-26 15:03
I want to
In Chicken,
Your answers (and HMA meme instances) are appreciated.
I hope there's still a programmer or two lurking around...
apply a macro, but obviously that doesn't work because it's syntax. I'm also not very adept with the macro system in general.In Chicken,
amb is a macro. I'd like (apply amb '(1 2 3 4 5)) (or something similar that operates on a list) to function like (amb 1 2 3 4 5). Can it be done (also how?)?Your answers (and HMA meme instances) are appreciated.
I hope there's still a programmer or two lurking around...