codon
codon copied to clipboard
A high-performance, zero-overhead, extensible Python compiler using LLVM
The [Python decorator part](https://docs.exaloop.io/codon/interoperability/decorator) mentions the codon library can be installed via pip install. The example only shows a workaround on macOS via `python3 -m pip install codon-0.13.0-cp39-cp39-macosx_12_0_arm64.whl` It doesn't...
After I successfully compiled a test python program using `codon build `, on macOS Monterey (intel), I checked the dependencies as per the following: ```bash $ otool -L demo demo:...
Hi, thanks for your awesome work. I followed the example in https://docs.exaloop.io/codon/#codon-at-a-glance and got an error. ``` $ codon run -release fib.py terminate called after throwing an instance of 'fmt::v9::format_error'...
I have a Python script which runs fine when using Python 3.8.5: ``` from typing import Tuple def combine(a: int, b: int) -> Tuple[int, int]: return (a, b) print('Tuple from...
Hi, downloaded using specified command from readme: `/bin/bash -c "$(curl -fsSL https://exaloop.io/install.sh)"`. But getting this error while building fibonacci program(from project readme): ``` ➜ tmp codon build -release -exe fib.py...
The output of the generator example is the other way round.
When I run the following code: ```py print(int("3\n")) ``` The expected output is 3, as it is when run with the regular python interpreter. However, when run with codon, I...
text.codon does not exist: codon run text.codon libc++abi: terminating with uncaught exception of type fmt::v9::format_error: argument not found [1] 15634 abort codon run text.codon