I’ve been trying to get luarocks to work on windows, and all it gives is cryptic gcc errors.

How does pip manage to work on most platforms without issues?

  • logging_strict@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    another interesting thing is optimizing runtime using mypyc. This is how our dev toolchain is so quick.

    mypy, flake8, isort, … these kinda packages

    Have never tried using mypyc would appreciate anyone sharing their experience with mypyc or other Python package compilers.