[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq feature: print letters
From: |
Assaf Gordon |
Subject: |
Re: seq feature: print letters |
Date: |
Wed, 2 Jul 2014 18:02:17 -0600 |
> On Jul 1, 2014, at 2:21, Bernhard Voelker <address@hidden> wrote:
>
> Hmm, what about just providing the standard A-Z alphabet,
> and instead leave it up to the user if she needs a different
> set (rolling over if needed)?
I like the idea of seq using user-specified sequence of characters (though this
brings it's own issues),
But my goal was to provide an easy way to generate letters in many languages -
if the user has to type them explicitly, then seq is no better than "printf
'%s\n' " followed by all the letters typed by the user...
What do you think?
I'm still working on an improved patch with much more efficient storage. Hope
to have it in a week or so.
Regards,
- gordon