BASIC Programming Compiler

BASIC Programming Compiler
BASIC Programming Compiler
Developer: BerylBox
Add to Compare
188.4K installs
646 ratings
8.1K monthly active users
$<10K monthly revenue est.
IAP 40% · Ad 60%
Install Trends
Weekly +161
Steady
Monthly +443
Steady

BASIC Programming Compiler Summary

BASIC Programming Compiler is a free, ad-supported, with in-app purchases Android app in Education by BerylBox. Released in Jun 2019 (7 years ago). It has about 188.4K+ installs and 646 ratings with a 2.86★ (poor) average. Based on AppGoblin estimates, it reaches roughly 8.1K monthly active users and generates around $<10K monthly revenue (40% IAP / 60% ads). Store last updated Aug 5, 2025

Recent activity: 161 installs this week (443 over 4 weeks) showing steady growth , and 1.00 new ratings this week View trends →

BASIC Programming Compiler SDKs Summary

App not yet scanned for SDKs.


2.86★

Ratings: 646

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

Write BASIC codes on your device! 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

Limitations:
- Internet connection is required for compilation
- Only one file can be run at a time
- Maximum program running time is 20s
- Some file system, network and graphics functions may be limited
- 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