
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.
ACTIVELY WORKING ON A NEW FAMILY BRANCH OF B++
| Status | Prototype |
| Category | Tool |
| Platforms | Windows |
| Author | MrGuineaBird |
| Tags | No AI, Prototype, Simple, sourcecode, tool |
Development log
- B++ 3.0 - THE MODULE UPDATE93 days ago
- B++ 3.0 - The work so farOct 27, 2025
- B++ 2.0 RELEASEDOct 26, 2025
- B++ 1.0 RELEASEDSep 14, 2025

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