Bython is a programming language created in 2016.
#814on PLDB | 8Years Old |
git clone https://github.com/mathialo/bython
Python with braces. Because python is awesome, but whitespace is awful.
def print_message(num_of_times) {
for i in range(num_of_times) {
print("Bython is awesome!");
}
}
if __name__ == "__main__" {
print_message(10);
}
print("Hello, world!")
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ |