What is Expressiveness in a Computer Language

Andreas Rossberg rossberg at ps.uni-sb.de
Tue Jun 20 05:29:58 EDT 2006


Chris F Clark wrote:
> 
> A static
> type system eliminates some set of tags on values by syntactic
> analysis of annotations (types) written with or as part of the program
> and detects some of the disallowed compuatations (staticly) at compile
> time.

Explicit annotations are not a necessary ingredient of a type system, 
nor is "eliminating tags" very relevant to its function.

   - Andreas



More information about the Python-list mailing list