Re: [Factor-talk] Number to String

2010-12-20 Thread Chris Double
On Tue, Dec 21, 2010 at 12:28 PM, beo wulf beow...@intamp.com wrote:   how do I convert a number to a string? The intuitive try is string, but this appears to only be seq - string, rather than a generic of: anything - string There's a 'numberstring' in math.parser. Chris. --

Re: [Factor-talk] Number to String

2010-12-20 Thread beo wulf
Nice, much better than my current solution of: [ 20 . ] with-string-writer On Mon, Dec 20, 2010 at 3:32 PM, Chris Double chris.dou...@double.co.nzwrote: On Tue, Dec 21, 2010 at 12:28 PM, beo wulf beow...@intamp.com wrote: how do I convert a number to a string? The intuitive try is