Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Bython

< >

Bython is a programming language created in 2016.

#1035on PLDB 8Years Old
Download source code:
git clone https://github.com/mathialo/bython

Try now: Riju

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 Token Example
Print() Debugging ✓ print

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io