Eric Christopherson wrote:
> Speaking of conlang software, does anyone have any software that does sound
> changes? I have tried Langmaker and Phono and I've found Phono to work
well,
> for the most part, but it's for DOS only and somewhat hard to use. I'd
> rather have something in standard C/C++ or Perl that's portable and can
work
> with simple text files. Anyone know of such a beastie?
I would suggest "Just Plain Perl." I wrote several programs that did
simple sound changes which were less than five lines each. Each
operated on an input file of words and produced an output file of
sound-changed words.
Learning the subset of Perl which would allow you to do this would
probably be as easy as learning how to use any program that did it for
you.