@jgomezdans it is not a python compiler. It is a python-like syntax compiler. I.e. not totally compatible and with some quirks and not free, etc. I bet you will prefer the more established numba/pythran/cython/etc options.
@pybonacci thanks, that clears things up. I'm already using nunba, but was considering other options. It's hard to assess how well supported all these projects are.