BETA 920 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: (regression) changing CheckBox/CommandButton/OptionButton Style property at runtime was failing [ https://github.com//issues/2277 ]
  • fixed: control-array of ComboBox could cause issues due to the internal EDIT subclassing not being activated on runtime loaded elements [ https://github.com//issues/2274 ]