BASIC-256 is an easy BASIC language interpreter designed to assist center and high-school college students study the basics of programming.

The core of the language follows the standard BASIC type. Instructions are entered sequentially on numbered traces; For/ Subsequent and Do/ Till deal with your looping wants; there’s If/ Then/ Else for conditional testing, with GoSub and GoTo for circulation management (though you do get Features, too).

BASIC-256 is not just a few historical GW-BASIC clone, although. There’s the basic “OnError” command for error dealing with, however you additionally get the extra structured Attempt/ Catch/ EndTry. Start Case/ Case/ Finish Case constructions make for very readable conditional testing. Array parts might be assigned in a single line, like this:

dim z(5)
z = {1, 2, 3, 4, 5}

There are some surprisingly highly effective extras, too. BASIC-256 supplies a set of instructions to work with SQLite databases, for instance, processing a SQL assertion and returning the outcomes. You possibly can create packages to speak throughout your community, or the web. There’s even a easy (and protected) method of saving configuration knowledge to the Registry, and studying it later.

That is nonetheless only a easy BASIC interpreter. There is no help for objects, no skill to name exterior code, no type designer, no output choices past scrolling textual content and intensely primary graphics. It’s going to assist customers to study basic management constructions, however nothing extra.

BASIC-256 does provide sufficient performance to be helpful, although, as a really first programming language, whereas some bundled examples and on-line tutorials make it straightforward to study.

Verdict:

BASIC-256 is an easy, stripped-back language which makes it straightforward for novices to study the basics of laptop programming. It is also very restricted – for those who’ve any earlier growth expertise then the package deal will frustrate you in a short time – however for those who simply need one thing your children can play with, to see in the event that they’re desirous about programming or not, then it is a affordable selection.

  • Score:
  • (0)

    (0)

  • Working Methods:
  • Linux, Home windows 10, Home windows 7 (32 bit), Home windows 7 (64 bit), Home windows 8, Home windows Vista, Home windows XP
  • License:
  • Open Supply
  • Developer:
  • Jim Reneau

  • Software program Value:
  • Free
  • Class
  • Developer & Programming

  • Date Up to date:
  • 23 October 2016
  • Downloads To Date:
  • 5113
  • Languages:
  • English