Akuli / jou

Yet another programming language
MIT License
12 stars 4 forks source link

Why we need windows_setup.sh now? #310

Closed littlewhitecloud closed 1 year ago

littlewhitecloud commented 1 year ago

Run jou on windows doesn't need windows_setup.sh before. image And it takes me a long time to download mingw64...

Akuli commented 1 year ago

windows_setup.sh is for developing Jou. The zip files are for using Jou and at most changing a few small things in the standard library.

That said, mingw contains a lot of stuff you don't really need for Jou. Maybe I'll make a smaller version of it that doesn't take 4 hours to download, lol. But it will probably take me more than 4 hours to do so, so you might as well let windows_setup.sh run :)

littlewhitecloud commented 1 year ago

lol, I am looking forward to downloading the mingw doesn't take 4 hours.

Akuli commented 1 year ago

Thanks for still working on Jou despite always having some annoying issue :)