Gauche で hello world!
;;;; Gauche hello (print "Hello, Gauche!!!") (format #t "Hello, ~s!~s\n" 'Gauche '!!) (print (format #f "Hello, ~s!~s\n" 'Gauche '!!)) (display "Hello, Gauche!!!\n") (write "Hello, Gauche!!!")