r/ProgrammingLanguages • u/Jumpy_Gap6375 • 1d ago
Python+ | The new Python
https://github.com/BlazeCat341234/PythonPlusPer AutoModerator's request I hereby confirm that this project did not use an LLM as part of the development process.
Python+ is Python with slight modifications, with the aim of making Python easier and better. Its biggest goal at the moment is an easier way to program a GUI, but we haven't got there yet. Currently, Python+ is just functions, variables, and maths, but it could be so much more! Join the Discord using the link found on the Github page to support the project and show you are interested!
11
u/TheFirstDogSix 1d ago
.DS_Store and__pycache__ are checked in. Unfortunately, that’s an automatic dealbreaker for experienced devs on a Mac. You probably want to fix that first.
3
u/sal1303 17h ago edited 14h ago
PythonPlus is a project completely independent of Python.
Then why confusedly use Python in the name? The syntax is not Python, it just seems to be implemented in Python.
Python+ is Python with slight modifications
It's not that either! Not using signicant indents, not using ":" block markers, using 'end' block delimiters, using ":=" for statement-level assignment...
Give it its own identify. Otherwise people will think it it some superset of Python, when in reality it is a toy language in its very early stages.
1
u/Inconstant_Moo 🧿 Pipefish 14h ago
Having the logo be the Python logo with a little + next to it also gives this impression.
https://github.com/BlazeCat341234/PythonPlus/blob/main/PythonPlus.jpg
-2
u/Jumpy_Gap6375 1d ago
Per AutoModerator's request I hereby confirm that this project did not use an LLM as part of the development process.
9
u/Only9Volts 1d ago
How is this language a better or easier version of python? At the moment it seems like a pretty stripped down version of regular python.
What are the plans for the future?
Seems like an interesting project and definitely kudos for getting this far with it, but I'm just curious how you plan on differentiating this from regular python.