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

🪟 Windows Installer

~40 MB • Recommended

Full IDE with bundled JRE. No Java installation needed.

Download MSI

☕ CLI JAR

~5 MB • Java Required

Command-line interpreter. Requires Java 21+.

Download JAR

💻 Source Code

GitHub • For Developers

Build from source. Contribute to development.

View on GitHub
System Requirements: Windows 10+ (for MSI) • Java 21+ (for JAR/source)

Quick Start Guide

Start coding in minutes

1

Download & Install

Download the Windows MSI installer and run it. Follow the installation wizard. The installer includes everything you need.

2

Launch the IDE

Find "Bisaya++ IDE" in your Start Menu and launch it. The IDE opens with syntax highlighting ready.

3

Try Example Programs

Click "Examples" menu to see 5 sample programs. Open any example to see Bisaya++ in action.

4

Write Your First Program

Start with SUGOD, write your code, end with KATAPUSAN. Press Ctrl+R to run. See output instantly!

📖 Language Keywords

SUGOD - Start program
KATAPUSAN - End program
MUGNA - Declare variable
IPAKITA - Print output
DAWAT - Get user input
KUNG - If statement
PUNDOK - Code block
SAMTANG - While loop
ALANG SA - For loop