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.

B++ is designed as an educational tool and creative playground: a stepping stone between natural language and real programming. It’s especially useful for beginners, kids, or anyone who wants to quickly learn programming logic without getting bogged down by punctuation and strict syntax rules.

Published 11 days ago
StatusPrototype
CategoryTool
PlatformsWindows
AuthorMrGuineaBird
TagsNo AI, Prototype, Simple, sourcecode, tool

Download

Download
B++ 1.0 6.7 MB

Development log

Leave a comment

Log in with itch.io to leave a comment.