Name: Anonymous 2015-10-09 21:19
how the fuck do I use define-syntax and syntax-rules to convert
ANSWER ME THAT, MATH BOYS
"abc"
into (string->list "abc")
?ANSWER ME THAT, MATH BOYS
"abc"
into (string->list "abc")
?shitface
that turns "abc"
into (string->list "abc")
"abc"
and shitface
sees that and dutifully turns it into (string->list "abc")
(string->list "abc")
that contains "abc"
and shitface
sees that and dutifully turns it into (string->list (string->list "abc"))
(string->list (string->list "abc"))
that contains "abc"
and shitface
sees that and dutifully turns it into (string->list (string->list (string->list "abc")))