Call me Ishmael
Call me Ishmael
(define hello-world
(lambda ()
(begin (write 'Hello-World)
(newline)
(hello-world))))
Benjamin Gleitzman is a tinkerer, artist, and founder.
1 post with this tag
(define hello-world
(lambda ()
(begin (write 'Hello-World)
(newline)
(hello-world))))