BETA 917 of the twinBASIC programming language and IDE is now released...

Download from here... https://github.com/twinbasic/twinbasic/releases


  • Click on "Assets" for the latest release
  • Download and Extract the 'twinBASIC_IDE_BETA_XYZ.zip' file into a local folder
  • Then run the twinBASIC.exe from that local folder
  • IMPORTANT: Extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

How to install... https://nolongerset.com/how-to-install-twinbasic/

You can also find the twinBASIC IDE download here... https://github.com/twinbasic/twinbasic/tags

Changelog

  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • NOTE: CustomControls are currently broken in this release (e.g. Samples 6 and 8)
  • NOTE: Some regressions are expected due to the significant architectural changes in this release
  • fixed: unused global variables (inc. static module variables) are now stripped from built executables [ Don, discord ]
  • improved: minor tweak to codegen to reduce compiled sizes by approx 1%, YMMV
  • fixed: using [ArrayBoundsChecks(False)] on Win64 builds could crash if the lower bound of the array is negative [ Don, private ]