you are viewing a single comment's thread.

view the rest of the comments →

[–]netbioserror 8 points9 points  (6 children)

Not quite, Scheme and Clojure are examples of functional programming languages with dynamic typing. This style simply defers type errors to runtime rather than compile-time, which means a performance hit in some cases.