Name: Anonymous 2013-04-10 13:21
When I was a bairn, I learned BBC BASIC.
Now schools teach email and PowerPoint. What the fuck.
Now schools teach email and PowerPoint. What the fuck.
(let* ((yin
((lambda (cc) (display #\@) cc) (call-with-current-continuation (lambda (c) c))))
(yang
((lambda (cc) (display #\*) cc) (call-with-current-continuation (lambda (c) c)))) )
(yin yang))