And I just found this: Codon: Python Compiler <https://www.usenix.org/publications/loginonline/codon-python-compiler>, which also uses Python and Python syntax to produce compiled code that runs much faster than the usual Python implementations. It includes a JIT compiler and you can decorate parts of your code to use it.
On Monday, May 8, 2023 at 7:21:08 AM UTC-4 Edward K. Ream wrote: > On Sun, May 7, 2023 at 11:08 AM Thomas Passin <[email protected]> wrote: > >> Here's a more technical blog entry: >> https://docs.modular.com/mojo/why-mojo.html. > > > Thanks for the links! > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/85ba2540-7108-40e5-a4cf-fe91fedb240bn%40googlegroups.com.
