Re: Ken's abrasiveness
- Posted by c.k.lester <euphoric at cklest?r.c?m> May 29, 2008
- 715 views
Jeremy Cowgar wrote: > Kat wrote: > > Jason, CK is adding repeat_str() to Eu, and Eu doesn't have a string type. > Eu does not have a string type, but it certainly has strings. repeat_str() > sounds > like a nice function to have in the standard library: > > }}} <eucode> > ? repeat('A', 2) -- "AA" > ? repeat("ABC", 2) -- {"ABC","ABC"} > ? repeat_str("ABC", 2) -- "ABCABC" > </eucode> {{{ I had simply asked about this functionality being currently available in 4.0 alpha alpha, then suggested it be added if not. Derek agree it was a potentially valuable addition. Where she got that I was adding it to Eu- phoria is beyond me.