Hacker News new | ask | show | jobs
by jpolitz 3468 days ago
The type annotations are optional, so

    fun square(n):
      n * n
    end
is a closer direct comparison to the Python program, for contexts that don't use annotations.