Re: Perl

Dan Connolly (connolly@w3.org)
Mon, 3 Apr 1995 18:17:34 +0500


Paul Everitt writes:
>
> Take a look at Python as well as Perl:
> http://www.cwi.nl/~guido/Python.html
> There is a comprehensive WWW library, with some newly-written, online
> documentation.

For what it's worth, I second this recommendation. Python is a low-cost
introduction into many modern programming techniques.

Check it out.

Now... what we need is a version of the python bytecode compiler
that writes bytecode for the Java VM...

Dan