X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sun, 17 May 2009 06:20:04 +0300 From: Eli Zaretskii Subject: Re: Python, Perl, Lua, Ruby -- anybody?? In-reply-to: <61f9fc90-2d0d-4db9-baa0-0a26ef663ce3@g20g2000vba.googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <837i0gquu3.fsf@gnu.org> References: <7705c9030905132340u49a2fd15ke564b9ce930c09db AT mail DOT gmail DOT com> <61f9fc90-2d0d-4db9-baa0-0a26ef663ce3 AT g20g2000vba DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rugxulo > Date: Sat, 16 May 2009 15:16:25 -0700 (PDT) > > Perl 5.6.1 was like half the size of 5.8.8. I don't like it when > things double in size in such a relatively short time. Not saying Perl > isn't useful, but it bothers me that everything was Perl 5 forever > (why? was Perl 4 useless?). Perl 6 has been in planning for a long > time, several rough implementations exist, but it's incompatible > (another rewrite). > > perl561 exe 1,192,448 Dec,15,2003 11:03:24pm A... > perl588 exe 4,330,496 May,11,2007 03:03:20am A... Could it be that perl588.exe is unstripped? > GDB 7.0 will include libpython for scripting, and we already have > PythonD 2.4.2 ported to DJGPP, but I've never tested it. However, the > weird thing is that GDB's CVS only shows about 8 files in /python/, so > either they managed to greatly simplify it or maybe it's not as > bloated as it looks. GDB does not include Python itself, the files you see are just the implementation of GDB features that are built on top of libpython. libpython itself should be installed separately. > 207,202 lua-5.1.4.tar.gz > > Now I know why Lua is so popular, it's tiny!! Why they didn't just use > that instead of Python for GDB 7.0 I'll never know. At the time, I tried to convince GDB developers to use Lua, but I failed. You can search the archives of GDB developers' list for the discussions and arguments.