-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also get rid of forced newlines? #34
Comments
Maybe mine would work better, if you're still interested |
I'm interested... but executables checked in, multiple ones, differing only in case and where's the source and if it's a derived work, then shouldn't it link to this as the parent and, if it's not a derived work, then shouldn't it have a different name? I see it's four years younger. |
@martindorey The multiple executables where the result of a renaming issue when I pushed the last update and I just made a fix to correct that. The source code for the transpiler is in string.py. It is not a derived work as it was built completely from scratch with nothing taken from this project. The name "bython" has actually been thrown around in the Python community for a while meaning "Braced-Python" so giving it a different name would be pointless as the project is open source and not a product aimed at profit. |
It often turns out that the bulk of the work is somewhere a little unexpected, but "string.py" seems rather too generic and innocuous, where transpiler.py or bython.py wouldn't arouse such suspicion.
I'm no expert but https://packaging.python.org/en/latest/tutorials/packaging-projects/ says:
|
I do agree |
I was trying to use bython for newliners. I found that in addition to #33, there's another problem. Consider the following program:
This only works if m=0 has its own line. Could this limitation be lifted?
The text was updated successfully, but these errors were encountered: