Skip to content

minisphere 4.2.3

Choose a tag to compare

@fatcerberus fatcerberus released this 06 Oct 07:01

minisphere 4.2.3 is a maintenance release for minisphere 4.2. This update adds support for the JavaScript ** exponentiation operator and improves the Encoding API (TextEncoder/TextDecoder) implementation.

Changes in This Version

  • Adds support for the new JavaScript exponentiation operator (e.g.
    x ** 2), allowing powers to be calculated without the performance
    impact of a Math.pow() call.
  • term.log() is renamed to term.print().
  • Updates the Encoding API implementation to more closely follow the
    algorithms described in the WHATWG standard.

Installing in Windows

Simply download and run minisphereSetup-4.2.3.exe. The Inno Setup install wizard will walk you through the installation process.

Installing in Linux

For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):

Installing from a PPA is easy. Simply open Terminal and run the following commands:

  • sudo add-apt-repository ppa:fatcerberus/minisphere
  • sudo apt-get update
  • sudo apt-get install minisphere

You only need to do this once. The system will automatically notify you of future minisphere updates.

For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_4.2.3_i386.deb, while 64-bit users should download minisphere_4.2.3_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.