Skip to main content
  1. Notes/

Dynamic Typing

  • is slow
  • only catches type errors in executed code
  • more permissive and (sometimes) convenient
  • mostly useful (if at all) in scripting languages