[computer-go] Language
Petr Baudis
pasky at ucw.cz
Wed Nov 21 09:56:58 PST 2007
On Wed, Nov 21, 2007 at 09:11:25AM +0000, Stuart A. Yeates wrote:
> In Perl you can have a line of code that looks like:
>
> @result = (dothis $foo, $bar);
>
> which could be either of:
>
> @result = (dothis($foo), $bar);
> @result = dothis($foo, $bar);
>
> And the correct choice can vary each time the line is executed.
Even worse, if you would like to compile Perl to a stand-alone
executable, it generally has to carry the whole Perl interpreter inside
because of the eval construct.
--
Petr "Pasky" Baudis
We don't know who it was that discovered water, but we're pretty sure
that it wasn't a fish. -- Marshall McLuhan
More information about the computer-go
mailing list