From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0dd26eea2ab28ef6f63e027c70ed8630@plan9.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] s_putc and Runes From: Joel Salomon Date: Mon, 5 Feb 2007 14:52:00 -0500 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 0d312d6e-ead2-11e9-9d60-3106f5b1d025 > I confess that most of the time, when I need to write to a growable > string buffer, I just use fmtstrinit, fmtprint, and fmtstrflush. It's > just easier, and you get all the print verbs! A unification of String and Fmt would be an interesting project, if I had the time. Maybe if someone needs/wants to implement a language with a built-in string type=E2=80=A6 --Joel