(begin (define DESU
(lambda ()
(display "DESU ") (DESU)))
(DESU))
by @rdsathene: run in any Scheme interpreter. Beats hello world by a long shot.
Often boring, sometimes cool, technology pays the bills.
(begin (define DESU
(lambda ()
(display "DESU ") (DESU)))
(DESU))
by @rdsathene: run in any Scheme interpreter. Beats hello world by a long shot.
No comments:
Post a Comment