thraxil.org
  1. thraxil.org
  2. users
  3. anders
  4. posts
  5. 2013
  6. 07
  7. 06

A Quick Meditation on Types

By anders pearson • 2013-07-06

This is valid Java:

But this is not valid Python:

It’s pretty easy to pick them apart and understand exactly why each is what it is, but I think it’s worth meditating on why it is somewhat surprising to most programmers.

Tags: programming java python types