in reply to What languages to learn?

Another nifty language to learn is ML. It's a well-designed functional language that will help you to understand why having functions as first-class objects is so useful. I would recommend the SML implementation and book "ML for the Working Programmer".

Replies are listed 'Best First'.
Re: Re: What languages to learn?
by hding (Chaplain) on Jun 20, 2001 at 02:35 UTC

    It also provides a nice contrast to Perl since it is statically and strongly typed.