Hacker News new | ask | show | jobs
by b5n 2071 days ago
Yes, but types not required.

  from numba import jit

  @jit
  def jitted_fn():
https://numba.readthedocs.io/en/stable/user/jit.html
1 comments

So, does that mean Numba performs some sort of type inference on Python?