Hacker News new | ask | show | jobs
by julienfr112 1254 days ago
kind of like numba, isn't it ?
1 comments

See https://docs.exaloop.io/codon/general/faq

"While Codon does offer a JIT decorator similar to Numba's, Codon is in general an ahead-of-time compiler that compiles end-to-end programs to native code. It also supports compilation of a much broader set of Python constructs and libraries."

Super neat that it has an FFI as well