A downloadable B++ for Windows

B++ Programming Language
B++ is a beginner-friendly, Python-like programming language designed to be simple, readable, and fun to learn. It uses plain English commands and a lightweight interpreter that runs directly in the terminal. B++ strips away complex syntax, focusing instead on natural phrases such as:

  • say "Hello World!" → prints text

  • set x to 5 → creates and updates variables

  • add 1 to x / subtract 2 from x / multiply x by 3 / divide x by 4 → math operations

  • repeat 5 times: ... end → loops

  • if x is 10: ... end → conditional logic

The language comes with its own interactive REPL (Read–Eval–Print Loop), so users can type and run B++ code line by line, experiment with blocks of code, and instantly see results.

ACTIVELY WORKING ON A NEW FAMILY BRANCH OF B++

Download

Download
B++ 1.0 6.7 MB
Download
B++ 2.0 6.7 MB
Download
B++3.0 6.5 MB

Development log

Comments

Log in with itch.io to leave a comment.

neat