Stream: beginners

Topic: Compiler releases


view this post on Zulip Martin Stewart (Aug 17 2021 at 18:05):

It looks like for now the only way to get the compiler is to built it from source. Is there an estimate on when an executable or installer will be provided? I'm guessing the reason there isn't one now is just because it's low on the priority list?

view this post on Zulip Lucas Rosa (Aug 17 2021 at 18:14):

not necessarily that it's low on the priority list but more like the compiler isn't even ready for any kind of release yet

view this post on Zulip Lucas Rosa (Aug 17 2021 at 18:15):

I can't give a good timeline on that but maybe richard has an idea

view this post on Zulip Lucas Rosa (Aug 17 2021 at 18:16):

the recent wave of new people revealed some good issues and edge cases, so I suspect there are probably a decent amount still hiding around

view this post on Zulip Richard Feldman (Aug 17 2021 at 18:25):

yeah there's a fairly long list of things I'd want to get done before I think we'd be ready for a release with a version number, but I think we can get to a nightly build sooner than that so building from source isn't the only way to get a binary anymore

view this post on Zulip Richard Feldman (Aug 17 2021 at 18:27):

at the moment, the main thing a nightly build needs is running CI builds on macOS - currently we only run CI on Linux

view this post on Zulip Richard Feldman (Aug 17 2021 at 18:28):

I actually bought a Mac mini for that purpose, but haven't gotten CI set up on it yet

view this post on Zulip Richard Feldman (Aug 17 2021 at 18:28):

we don't support Windows yet, but that's on purpose to prevent duplicated work when we redo how linking works

view this post on Zulip Martin Stewart (Aug 17 2021 at 18:34):

Sorry, release wasn't the right word. But yes, nightly builds would be appreciated! Otherwise I guess I'll just have to stop being lazy and follow the building from source guide.

view this post on Zulip Lucas Rosa (Aug 17 2021 at 19:14):

building from source is fairly straight forward. what OS are you on?

view this post on Zulip Martin Stewart (Aug 17 2021 at 19:18):

I mostly use Windows but I have a Mac as well.

view this post on Zulip Lucas Rosa (Aug 17 2021 at 19:21):

windows might be tricky but it's fairly simple on mac :)

view this post on Zulip Richard Feldman (Aug 17 2021 at 19:25):

yeah unfortunately I don't think building on Windows will work at the moment :big_smile:

view this post on Zulip Brendan Hansknecht (Aug 18 2021 at 04:15):

What's currently missing on the windows front?

view this post on Zulip Richard Feldman (Aug 18 2021 at 11:50):

we don't currently even attempt to invoke a linker :big_smile:

view this post on Zulip Richard Feldman (Aug 18 2021 at 11:52):

we could implement it any time, but then it would just get replaced by the surgical linking approach anyway!


Last updated: Jul 05 2025 at 12:14 UTC