Friday, March 18, 2005

Python.

So far, the things I like about Python:

  • the functional programming stuff: filter/map/reduce
  • ranges
  • list comprehension
  • sets and operations on sets
  • loops and iterators/generators
  • introspection
  • continuations (code invocation context awarness)
Things I like less:
  • Implicit declaration of variables and fields
  • No functions with multiple signatures, unless I'm mistaken

0 Comments:

Post a Comment

<< Home

Home