Python and generic programming
Hans Nowak
hans at zephyrfalcon.org
Fri Oct 22 11:38:28 EDT 2004
More information about the Python-list mailing list
Fri Oct 22 11:38:28 EDT 2004
- Previous message (by thread): Python and generic programming
- Next message (by thread): Python and generic programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oliver Fromme wrote: > Type checking at compile time does _not_ necessarily require > static typing. > > For a counter example, look at O'Caml. It is a dynamically > typed functional language (using type inference, pattern > matchingetc.) with compile-time type checking. OCaml is statically typed. This from http://caml.inria.fr/ercim.html: """Abstract: Objective Caml is a general purpose programming language that combines functional, imperative, and object-oriented programming. The language is statically typed; its type system ensures the correct evaluation of programs. Types are automatically inferred. The language offers powerful constructions such as user-definable data-types, the ability to define functions by pattern-matching, and an exception mechanism. Programming in the large is facilitated by a full-fledge class-based object-oriented layer and an expressive module system.""" --Hans
- Previous message (by thread): Python and generic programming
- Next message (by thread): Python and generic programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list