functional programming
Terry Reedy
tjreedy at udel.edu
Thu Feb 24 03:19:09 EST 2000
More information about the Python-list mailing list
Thu Feb 24 03:19:09 EST 2000
- Previous message (by thread): functional programming & tail recursion?
- Next message (by thread): functional programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Jason Stokes" <jstok at bluedog.apana.org.au> wrote in message news:oDSs4.32316$3b6.155642 at ozemail.com.au... > This example exploits lazy evaluation. Since Python is strict, like most > procedural languages, it isn't possible to produce this in Python. If I understand what you are saying, its fairly easy: write a class that memoizes computed answers in a list and extends the list as needed. Posted some time ago. TJ Reedy
- Previous message (by thread): functional programming & tail recursion?
- Next message (by thread): functional programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list