Re: A tale of a programming conlanger
From: | taliesin the storyteller <taliesin@...> |
Date: | Thursday, August 19, 1999, 19:49 |
* Charles (catty@pacificnet.net) [990819 20:34]:
> taliesin the storyteller wrote:
>
> > > So, where can we download the source? Sounds mighty interesting.
> >
> > I scrapped it all and made a lettercounter (no digraphs) from scratch.
> > I'll probably expand on it, but I have to figure out what it is I really
> > want to use it for first...
>
> OK, I couldn't resist any longer, and spent 5 minutes writing this:
>
> #!/usr/bin/perl -w
/snip perl-script/
> Etc. Python may consider itself hereby challenged ...
Playing chicken are you? :)
<http://www.nuts.edu/~taliesin/conlang/freq.html>
As you can see, I haven't strived after a one-liner, I never do. It is
OOified, which makes the source longer but the use easier.
I'm now working on adding digraph-analysis, with both pre-defined and
guessed digraphs, and maybe later I'll make a config-file and add para-
meters 'n such.
tal.