Talk:Scheme (programming language): Difference between revisions

Content deleted Content added
Ideogram (talk | contribs)
strongly typed?
Line 189:
 
how is scheme strongly typed (infobox)? [[User:Ideogram|Ideogram]] 17:43, 30 May 2006 (UTC)
 
: The terminology wrt. strongly/weakly typed and statically/dynamically typed is somewhat confusing and not used consistently among different authors. As far as I can see, most contemporary authors that care about terminology at all would call Scheme strongly, dynamically typed. [[Haskell programming language|Haskell]] would be an example of a programming language that is strongly, statically typed, and [[C programming language|C]] would be an example of a programming language that is weakly, statically typed. — [[User:Tobias Bergemann|Tobias Bergemann]] 21:34, 30 May 2006 (UTC)