family_tree comment re static/dynamic typing
authorJim Pryor <profjim@jimpryor.net>
Tue, 24 Aug 2010 22:07:43 +0000 (18:07 -0400)
committerJim Pryor <profjim@jimpryor.net>
Tue, 24 Aug 2010 22:07:43 +0000 (18:07 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
family_tree_of_functional_programming_languages.mdwn

index 90db24e..f13929d 100644 (file)
@@ -126,3 +126,9 @@ imperatival code.)
 We'll talk much more about monads, lazy vs strict evaluation, and functional vs
 imperatival code as we proceed.
 
+We won't much discuss static vs dynamic typing; this has to do with lower-level
+implementation details than we'll be concerned with. However, you'll encounter
+the difference in practice as you work with Scheme and OCaml, respectively; and
+you'll see it referred to as you read around. So it's good for you to
+have placed it in your mental map.
+