bython
bython copied to clipboard
Python with braces. Because python is awesome, but whitespace is awful.
Is it even possible to use this on Windows? If so, how?
JS can do it. I think if bython cannot support JSON syntax, this will be a major weakness down the road.
I was trying to use bython for newliners. I found that in addition to #33, there's another problem. Consider the following program: ``` m=0; for line in __import__("sys").stdin { m...
This fails in Bython ~~~ a = { 'a', 'b' } print("Works in Python") ~~~ With: ~~~ $ bython test2.py File "python_test2.py.py", line 1 a =:'a', 'b' ^ SyntaxError: invalid...
Here's a python snippet: ``` print("Hello World: !") ``` Running py2by on this snippet results in: ``` print("Hello World !") ``` The documentation explains that py2by is experimental- but I'd...
Bython v0.8 exhibits a problem in which it modifies braces within single and double quotation strings. Code to reproduce: test.by: `print('Hello, world! I have braces {} here.');` `print("Hello, world! I...
Last commit is from 2018, it would be nice to have the improvements implemented
why
Is there any tmLanguage grammar available for the bython language? If there is one let me know
Would havign Bython on VSCode and PyCharm make programming easier?