bitey
bitey copied to clipboard
One of bitey dependencies - llvm-py (https://github.com/llvmpy/llvmpy) is now deprecated and is replaced with llvmlite (https://github.com/numba/llvmlite). Are there any plans to migrate bitey from llvm-py to llvmlite? Thanks!
I was working on an IPython extension which provides a cell magic for running C code via bitey, e.g.: ``` py In [4]: %load_ext biteymagic In [5]: %%bitey ...: int...
## The question is: which versions of the libs are required? I've tried to install things in "dumb user" way (in Ubuntu 12.04): ``` sh sudo apt-get install clang llvm-dev...