fork download
  1. GUI-TEST[19]> (defun window ()
  2. (with-ltk ()
  3. (let ((b (make-instance 'button
  4. :master nil
  5. :text "BUTTON"
  6. :command (lambda () (print "HELLO WORLD")))))
  7. (pack b))))
  8. WINDOW
  9. GUI-TEST[20]> (window)
  10. /bin/sh: line 0: exec: wish: not found
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty