gregarican wrote: > Here are a few languages I recommend most programmers should at least > have a peek at: > (snip) > 2) Lisp - Along with FORTRAN, one of the oldest programming languages > still in use. Pure functional programming model
Err... Even if Lisp is the father of functional programming, it is definitively not a 'pure' FPL. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list