hylang-hycc icon indicating copy to clipboard operation
hylang-hycc copied to clipboard

A static compiler for Hy

Results 2 hylang-hycc issues
Sort by recently updated
recently updated
newest added

e.g.) scipy.fftpack, matplotlib.pyplot and more... ```python from scipy import fftpack # OK! import scipy as _ fftpack = getattr(scipy, 'fftpack') # AttributeError... ```

bug
wontfix