guile-user
[Top][All Lists]
Advanced

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

Re: add printf.scm to ice-9?


From: Marius Vollmer
Subject: Re: add printf.scm to ice-9?
Date: 08 Apr 2002 01:53:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Matthew R Wette <address@hidden> writes:

> Marius Vollmer writes ...
> > Matthew R Wette <address@hidden> writes:
> > 
> > > I have been heavily using guile for an application at here at work.
> > > Guile seems to have everything I need except one item: printf.
> > 
> > Can't you use 'format' (which is the Lisp version of printf)?
> 
> I want formats like %12.5e and %-20s.
> My understanding is that this is not in format.

It is, see Per's post.  However, you need to '(use-modules (ice-9
format))'.  There is also a builtin simple-format that doesn't have
these options.



reply via email to

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