Quantcast
Channel: coder i|o: #generics
Viewing all articles
Browse latest Browse all 59

Wadler's Blog: An experiment about static and dynamic type systems

$
0
0

From wadler.blogspot.com:

If programming language design is to become a science, we need more experiments like this one. The author measured time for 49 subjects to build a simple parser in Purity, a language similar to Smalltalk implemented for this experiment in two variants. Twenty-five subjects implemented the parser in the dynamically-typed variant, and 24 used the statically-typed variant.

Click here to read more

Tagged: #java #testing #parsing #generics


Viewing all articles
Browse latest Browse all 59

Trending Articles