Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Bython

< >

Bython is a programming language created in 2016.

#809on PLDB 8Years Old
Download source code:
git clone https://github.com/mathialo/bython
REPL · Source Code

Python with braces. Because python is awesome, but whitespace is awful.


Example from the web:
def print_message(num_of_times) { for i in range(num_of_times) { print("Bython is awesome!"); } } if __name__ == "__main__" { print_message(10); }
Example from Riju:
print("Hello, world!")

Language features

Feature Supported Example Token
Print() Debugging ✓ print
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll