guile-user
[Top][All Lists]
Advanced

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

Re: tagged string builder


From: Marius Vollmer
Subject: Re: tagged string builder
Date: 25 Mar 2001 04:18:24 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Keisuke Nishida <address@hidden> writes:

> This is a simple tagged string builder:
> 
>   guile> (display #[html #[head #[title title ] ]
>                          #[body #[a #:href url title ] ] ] )
>   <html><head><title>Guile Home Page<\title>

First thought: why not use `#<' as the hash sequence?



reply via email to

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