BASIC Programming Compiler

BASIC Programming Compiler

Learn and code in BASIC

Details about BASIC Programming Compiler

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages

Developer of BASIC Programming Compiler

🙌7
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of BASIC Programming Compiler

1.9

September 12, 2024

Optimized for iOS 18 and iPadOS 18

1.8.1

October 2, 2023

Fixes a crash when opening files

1.8

September 21, 2023

Optimized for iOS and iPadOS 17

1.7

September 14, 2023

Bug fixes and performance improvement

1.6.3

August 21, 2023

Bug fixes and performance improvement

1.6.2

December 26, 2022

Bug fixes and performance improvement

1.6.1

November 25, 2022

Optimized for iOS and iPadOS 16

1.6

June 9, 2022

Optimized for iOS and iPadOS 15

1.5.6

February 4, 2021

Bug fixes and performance improvement

1.5.5

December 29, 2020

Bug fixes and performance improvement

BASIC Programming Compiler In-App Purchases History

$2.99

Upgrade

Upgrade to premium version

Price History of BASIC Programming Compiler

Description of BASIC Programming Compiler

Write BASIC code directly on your iPhone, iPad and iPod Touch! This app is ideal for learning and testing code snippets! BASIC (Beginner's All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use. This app uses the free/open source (GPL) FreeBASIC compiler (https://www.freebasic.net) as backend. FreeBASIC is a high-level programming language supporting procedural, object-orientated and meta-programming paradigms, with a syntax compatible to Microsoft QuickBASIC. Features: - Compile and run your program - View program output or detailed error - Select and run chunk of codes - Custom keyboard for easy input of frequently used characters - Optimized for connecting with external physical/bluetooth keyboard - Advanced source code editor with syntax highlighting and line numbers - Open, save, import and share bas files. - Language reference - Install packages Limitations: - Internet connection is required for compilation - Maximum program running time is 20s - Some file system, network and graphics functions may be limited - Only 1 file can be run at a time - This is a batch compiler; interactive programs are not supported. If your program provides an input prompt, enter the input in the Input tab prior to compilation. See the Reference tab in the app for code examples
Show less

BASIC Programming Compiler: FAQ

Is there an iPad version available for BASIC Programming Compiler?

Yes, the BASIC Programming Compiler software is iPad-compatible.

Who created the BASIC Programming Compiler app?

The BASIC Programming Compiler app was developed by Ketan Appa.

What is the minimum supported iOS version for BASIC Programming Compiler?

The minimum iOS version for the BASIC Programming Compiler app is 11.2.

What is the current app rating of BASIC Programming Compiler?

3.1: The BASIC Programming Compiler app gets mild reviews.

What is the main genre of the BASIC Programming Compiler app?

Education Is The Primary Genre Of The Basic Programming Compiler App.

What is the current version of BASIC Programming Compiler?

1.9 is the latest released BASIC Programming Compiler version.

What is the latest BASIC Programming Compiler update release date?

The date of the last BASIC Programming Compiler update is September 30, 2024.

What is the exact date when BASIC Programming Compiler came out?

The BASIC Programming Compiler app was initially released on February 5, 2023.

What age rating does BASIC Programming Compiler have?

The BASIC Programming Compiler app is rated Ketan Appa: Contains no objectionable material.

Which languages does BASIC Programming Compiler support?

BASIC Programming Compiler currently features the following languages: English.

Is BASIC Programming Compiler part of the Apple Arcade gaming experience?

No, BASIC Programming Compiler is not on Apple Arcade.

Is BASIC Programming Compiler integrated with in-app purchases?

Yes, BASIC Programming Compiler seamlessly integrates in-app purchases for users.

Is BASIC Programming Compiler tailored for Apple Vision Pro compatibility?

Unfortunately, BASIC Programming Compiler is not tailored for compatibility with Apple Vision Pro.

Does BASIC Programming Compiler include ads as part of its experience?

Yes, BASIC Programming Compiler includes ads as part of its experience.

Screenshots of BASIC Programming Compiler

BASIC Programming Compiler screenshot #1 for iPhone
BASIC Programming Compiler screenshot #2 for iPhone
BASIC Programming Compiler screenshot #3 for iPhone
BASIC Programming Compiler screenshot #4 for iPhone
BASIC Programming Compiler screenshot #5 for iPhone
iphone
ipad

Alternatives to BASIC Programming Compiler

More Applications by Ketan Appa

Reviews of BASIC Programming Compiler

Leave a Review BASIC Programming Compiler
  • William Pinson

    This program is poorly constructed. It is slow, doesn’t include key components of a proper BASIC, and doesn’t even maintain the integrity of its variables.
  • Not a proper compiler

    This is not compiler. It will execute lines of basic. But needs all inputs established in advance. So if you wrote a program that gave prompt “this is a+b calculator” “please enter a” “now enter b” “your answer to a+b is c”

    The only thing you’ll see is “ your answer to a+b is c” and won’t display any of the input prompts because it expects all inputs to be predefined in the correct order. Making it impossible to create any fully actualized programs.
    Show less

    Developer Response

    Sorry for your inconvenience. This is a remote batch compiler. Therefore, all input has to be predefined.
  • Potentially could be good ... but ....

    This implementation of Basic is very good for 'noddy' programs, But don't try any serious programming with it, it is totally ruined by the 20 second run time limit .... which is a great pity.
    I have tried several iPad Pro 'apps' for writing Basic Programs, and this certainly has the best 'source' editor. I can't understand why the developers would deliberately limit its execution time. Great shame ... I'll have to keep looking for something suitable ... maybe look at VNC to my main PC running a full features Basic.
    Show less

    Developer Response

    Hello, the limit on execution time is because the codes are run on a shared remote server. The limit ensures that every user gets a reasonable computing time.