infinite loop added by rgherdt on Thu Jun 25 21:29:08 2020

(call-with-output-file "/tmp/output.txt"
  (lambda (output)
    (call-with-input-file "/tmp/input.md"
      (lambda (input)
        (current-output-port output)
        (write "test")))))