Code in Your Language.
Think in Bisaya.
The first programming language that speaks Bisaya. Build real applications with familiar words and natural syntax.
@@ This program demonstrates a simple while loop (SAMTANG) that counts from 1 to 5
SUGOD
MUGNA NUMERO x = 1
IPAKITA: "Hello, Bisaya++!" & $
SAMTANG (x <= 5)
PUNDOK{
IPAKITA: x & " "
x++
}
KATAPUSAN
Powerful Features
Everything you need to build real applications
Natural Syntax
Write code using Bisaya keywords. SUGOD to start, KATAPUSAN to end. It feels natural.
Full IDE Support
Syntax highlighting, error detection, and example programs included. Professional development experience.
Complete Language
Variables, operators, conditionals (KUNG), loops (SAMTANG, ALANG SA), and user input (DAWAT).
Ready to Use
Windows MSI installer with bundled JRE. No complex setup required. Install and start coding.
Example Programs
5 sample programs included covering all language features. Learn by example.
Open Source
Built with Java. Fully open source on GitHub. Contribute and make it better.
Download Bisaya++
Choose your installation method
Quick Start Guide
Start coding in minutes
Download & Install
Download the Windows MSI installer and run it. Follow the installation wizard. The installer includes everything you need.
Launch the IDE
Find "Bisaya++ IDE" in your Start Menu and launch it. The IDE opens with syntax highlighting ready.
Try Example Programs
Click "Examples" menu to see 5 sample programs. Open any example to see Bisaya++ in action.
Write Your First Program
Start with SUGOD, write your code, end with KATAPUSAN. Press Ctrl+R to run. See output instantly!