
madc v0.82.0: Linux, macOS and Windows now supported
I just released madc v0.82.0, and this is probably the biggest portability milestone for the project so far.
madc already supported Linux, and v0.76.0 added the first public macOS builds. With v0.82.0, Windows joins them, and all three platforms now ship together from the same source tree:
- Linux
- macOS — Apple Silicon and Intel
- Windows 11 / Win64
Public binaries are now available for all three.
A few highlights from this release:
- Three-platform releases from one tree — Linux, macOS and Windows are now built and validated together.
- Headerless operation on Linux, MacOS and Windows — madc can compile programs using its own embedded standard-library corpus even when there are no system headers or development tools installed.
- JIT and native AOT work on all three platforms
- Lots of various bugfixes along the way