This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: simple question


BTW, the following code works as you want:

#!/usr/local/bin/guile \
-s
!#
(define-module (my-module)
  :use-module (ice-9 slib))
(require 'format)
(format #t "Hello ~a~%" "bill")

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]