bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: choice of implementation language


From: Paolo Bonzini
Subject: Re: choice of implementation language
Date: Mon, 05 Jan 2009 11:28:18 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

> So I conclude that the choices are
> 
>   Perl
>   Python
>   Ruby
> 
> If using Perl, we could easily restrict ourselves to
> features of 5.8 or even older.  With Python and especially Ruby,
> I'd advocate requiring much more recent versions, due to their relative
> immaturity.

Agreed.

Consider that we do not have to use all the fancy unreadable stuff of
Perl (e.g. lists of lists, which I never bothered learning...).  We can
start with a more-or-less direct translation of the shell script,
without all the speed penalties of forking and with the more powerful
Perl regexps.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]