thraxil.org

  • // thraxil.org
  • users
  • anders
  • posts
  • 2013
  • 07
  • 06

A Quick Meditation on Types

By anders pearson 06 Jul 2013

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