Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide update #1903

Merged
merged 3 commits into from
Sep 8, 2024
Merged

Guide update #1903

merged 3 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Add mdbook-admonish

    plajjan committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2fa613e View commit details
    Browse the repository at this point in the history
  2. Guide: explain classes, protocols & dispatch

    This started as an attempt at explaining the differences of method
    dispatch for classes and protocols, but as it's inavoidable to mention
    generics and that in turn touches types a bit, I also expanded some of
    those sections. I have previously deliberately tried not to talk about
    types very early on in the guide to avoid making it intimidating and we
    strive to make it possible to write programs without having to
    explicitly write loads of types.. but ... ehh, well, it's just hard to
    talk about the language without saying a few words about types. Not
    perfect, but I think this is an improvement.
    plajjan committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ccd8aba View commit details
    Browse the repository at this point in the history
  3. Shorten make target for dist/bin/acton

    No longer necessary to take a intermediate step via bin/acton!
    plajjan committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    321d682 View commit details
    Browse the repository at this point in the history