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?

  • irelephant [he/him]OP
    link
    fedilink
    arrow-up
    3
    ·
    9 days ago

    Lack of windows support for most luarocks modules has stopped me from writing a lot of stuff in lua.

    • logging_strict
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      Who are you writing package for?

      backend stuff need not run on Windows at all.

      • irelephant [he/him]OP
        link
        fedilink
        arrow-up
        1
        ·
        7 days ago

        I was thinking of making a simple SSG (Static Site Generator), and I wanted to make it in lua.
        some other cli tools, like scraping scripts as well.

        • logging_strict
          link
          fedilink
          arrow-up
          2
          ·
          3 days ago

          So web scraping speed is at issue? I believe Python has beautifulsoup for web scrapping.

          Unless it’s for a learning experience, would recommend to not reinvent the wheel. Have been there done that too many times.

          I feel like the village idiot cuz not properly learning that lesson.

          • irelephant [he/him]OP
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            No, speed isn’t the issue. Its installing packages/modules on windows with luarocks, the lua package manager. It doesn’t work half the time on windows.