
B++
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.
| Status | Prototype |
| Category | Tool |
| Platforms | Windows |
| Author | MrGuineaBird |
| Tags | No AI, Prototype, Simple, sourcecode, tool |
Development log
- B++ 3.0 - THE MODULE UPDATE37 days ago
- B++ 3.0 - The work so far81 days ago
- B++ 2.0 RELEASED83 days ago
- B++ 1.0 RELEASEDSep 14, 2025

Comments
Log in with itch.io to leave a comment.
neat