Skip to content

ZSharp v2.0.0-alpha Major

Compare
Choose a tag to compare
@sam-astro sam-astro released this 30 Jan 01:17
· 133 commits to master since this release

Major Update

  • ZSharp (Z#) is the new project name. It is more professional and sounds better than "StuLang", for "Stupid Language". It also pays homage to the language that inspired it, CSharp.

  • Previous programs are incompatible with this newer version, but they can easily be converted like so:

    1. First, just change the script's file extension from .SLG to .ZS. Any file extension will actually work, even .TXT, but the correct .ZS allows for better future-proofing in case that changes.
    2. Next, if you were using any direct "SlangBuiltIn" functions, (ex. SLG.Graphics.Init), then replace the SLG with ZS. This means SLG.Graphics.Init will become -> ZS.Graphics.Init

Full Changelog: v1.2.2...v2.0.0