"I" before "E" except Gleitzman

Posts tagged "Scheme"

1 post with this tag

Call me Ishmael

Call me Ishmael


(define hello-world 
  (lambda () 
    (begin (write 'Hello-World)
      (newline) 
      (hello-world))))