Home  /  Education Apps  / Touch BASIC on Windows Pc

Touch BASIC on Windows Pc

Developed By: Mustafa Hawwash

License: Free

Rating: 3,4/5 - 61 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.1.3
Size 3.4 MB
Release Date December 12, 23
Category Education Apps

App Permissions:
Allows applications to open network sockets. [see more (2)]

What's New:
Support for Unicode, now we can use all languages in Touch BASIC not only English(Japanese, Chinese, Arabic...). More examples to understand how Touch BASIC... [see more]

Description from Developer:
Touch BASIC is a lightweight BASIC interpreter written in standard C. It is a dynamic typed programming language; it makes it flexible and easy to use. Touch BASIC supports structu... [read more]

App preview ([see all 12 screenshots])

App preview

About this app

On this page you can download Touch BASIC and install on Windows PC. Touch BASIC is free Education app, developed by Mustafa Hawwash. Latest version of Touch BASIC is 1.1.3, was released on 2023-12-12 (updated on 2024-04-17). Estimated number of the downloads is more than 10,000. Overall rating of Touch BASIC is 3,4. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 61 users, 18 users had rated it 5*, 30 users had rated it 1*.

How to install Touch BASIC on Windows?

Instruction on how to install Touch BASIC on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Touch BASIC on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Touch BASIC using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Touch BASIC" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Touch BASIC on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Touch BASIC" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.1.3.

Download Touch BASIC 1.1.3 on Windows PC – 3.4 MB

Touch BASIC is a lightweight BASIC interpreter written in standard C. It is a dynamic typed programming language; it makes it flexible and easy to use. Touch BASIC supports structured syntax; implements a style of OOP(Object Oriented Programming) called prototype-based programming paradigm; and it offers a functional programming ability with lambda abstraction. The kernel is written with a C language.

The well-known programming language BASIC is an acronym for Beginner's All-purpose Symbolic Instruction Code; when we mention BASIC today, we often refer to the BASIC family, not any specific one. The BASIC family has a long history since an original BASIC was designed in 1964 by John George Kemeny and Thomas Eugene Kurtz at Dartmouth College in New Hampshire; and BASIC is famous because it is easy to learn and use all the time. Touch Basic (MY-BASIC) has a structured BASIC syntax, and offers many other retro and modern features. It would be familiar to you if you have ever programmed with another BASIC dialect, or other programming languages.

Touch BASIC Features:
+Tow modes: program/shell (command line).
+Multi program and directories support.
+Normal and powerful editor (enter the code directly to the editor).
+Built in help: Wiki, Reference.
+Sample programs provided.
+With both retro and modern BASIC syntax.
+Unicode support.
+Prototype-based programming (OOP) paradigm, with reflection support.
+Lambda abstraction enhanced functional programming.
+Collection construction and manipulation functions for LIST and DICT.
+Automatic releasing of referenced objects benefited from Reference Counting and Garbage Collection.
+Importing multiple source files with the IMPORT statement.

Use Touch Basic:
+Learn programming and modern scripting.
+Apply your programming skills.
+Rapid prototyping.
+Use it as advanced calculator.

Kindly Note: Touch Basic uses MY-BASIC 1.2 standards, so if you hit into undefined function see the alternative for it from the reference.
Support for Unicode, now we can use all languages in Touch BASIC not only English(Japanese, Chinese, Arabic...).
More examples to understand how Touch BASIC works.
System library to make Touch Basic more useful with Android is complete.
New examples to explain how system library works.
Editor with syntax highlighting
Allows applications to open network sockets.
Allows access to the vibrator.