guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eformat


From: thi
Subject: Re: eformat
Date: Thu, 11 Jan 2001 22:48:42 -0800

   From: address@hidden
   Date: Tue, 19 Dec 2000 10:22:49 -0500

   I have written a Perl's "print <<"-like format facility for Guile.
   It can be used as follows:

     guile> (use-modules (eformat))
     guile> (let ((x 1) (y 2) (z 3)) #[#t $x + $y = $z])
     1 + 2 = 3guile> 

     guile> (define ov "ov")
     guile> #[(current-output-port)
     I l${ov}e $(lambda () "Guile").
     ]
     I love Guile.
     guile> 

   Have fun.

cool, thanks for the code.  fyi, i plan to bundle this w/
ttn-pers-scheme (crediting you in AUTHORS and in comments).

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]