Articles tagged Functional Programming

  1. Programming Nirvana, Plan B
  2. Animated pair streams. Another look at the functional programming problem of generating an infinite sequence of pairs. An example of using the Python Imaging Library to generate an animated GIF.
  3. The Maximum Subsequence Problem. A stream-based solution to a classic computer science problem.
  4. Zippy triples served with Python. How do you generate previous, this next, triples from a collection. A stream-based solution in Python.
  5. map, filter, accumulate, lambda