Measures Concepts
GitHub icon

Bython

Bython - Programming language

< >

Bython is a programming language created in 2016.

Source code:
git clone https://github.com/mathialo/bython
#1344on PLDB 8Years Old

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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout