Tagged Questions
11
votes
3answers
465 views
How does a static type system affect the design of a prototype-based language?
The Wikipedia article on prototype-based languages contains the following paragraph:
Almost all prototype-based systems are based on interpreted and dynamically typed languages. Systems based on ...