I can't agree you more...
Linas Vepstas writes:
> 2009/11/11 Changying Li :
>> in the guile manual:
>> -- Scheme Procedure: format dest fmt [args...]
>> Write output specified by the FMT string to DEST. DEST can be an
>> output port, `#t' for
(wrong-type-arg)
it work when I use (format (current-error-port) "hello")
Is there something wrong in the guile manual ?
--
Thanks & Regards
Changying Li
excellent!! I used guile to process a data file yesterday and must make
post-process about unicode by perl. I think I needn't use two
diffrent languages at the same time in the future.
Mike Gran writes:
>> From: Changying Li
>>
>> thanks very much!
>>
>> B
tion: scm_module_public_interface
> ** `scm_stat' has an additional argument, `exception_on_error'
> ** `scm_primitive_load_path' has an additional argument
>
> * Changes to the distribution
>
> ** Guile's license is now LGPLv3+
> ** `guile-config' will be deprecated in favor of `pkg-config'
> ** New installation directory: $(pkglibdir)/1.9/ccache
> ** New dependency: GNU libunistring.
>
>
> You can follow Guile development in the Git repository and on the Guile
> mailing lists. Guile builds from the `master' branch of Git have
> version number 1.9.x.
>
> Guile versions with an odd middle number, e.g., 1.9.*, are unstable
> development versions. Even middle numbers indicate stable versions.
> This has been the case since the 1.3.* series.
>
> Please report bugs to `bug-gu...@gnu.org'. We also welcome reports of
> successful builds, which can be sent to the same email address.
>
>
> Ludovic Court鑣, on behalf of the Guile team.
--
Thanks & Regards
Changying Li