W# 0.1.1

The tour

Eight short programs, each showing one thing W# does differently.

Every program on these pages is a real file in the compiler’s repository, run by its test suite on every commit, and quoted here in full rather than trimmed. You can follow along:

git clone https://github.com/sinisterMage/WSharp
cd WSharp
wsharp run examples/status.ws

The order matters a little. Dispatch and Inference are the two ideas the rest of the language is arranged around, so read those first. After that the pages are largely independent.