checking if a list is empty
Gregory Ewing
greg.ewing at canterbury.ac.nz
Fri May 13 22:32:06 EDT 2011
harrismh777 wrote:
> ... and I'm also lumping two other languages into this 'category'...
> namely, Scheme, and Erlang.
Scheme isn't really a functional language, though. You can
use a subset of it in a functional way, but it doesn't have
the sort of built-in support for pattern matching and case
analysis that true functional languages tend to have.
As families of languages go, Scheme has more in common with
Python than Haskell.
--
Greg
More information about the Python-list
mailing list