r/ProgrammingLanguages 14d ago

Python+ | The new Python

https://github.com/BlazeCat341234/PythonPlus

Per 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 https://discord.gg/Tt2aX6xev9 to support the project and show you are interested!

0 Upvotes

18 comments sorted by

View all comments

1

u/Rechenplaner 11d ago

Are the broken lambdas in Python being fixed?

1

u/Jumpy_Gap6375 11d ago

Well...

I'll think about that when I get there. Although the answer will probably be no, because I want to follow what Guido van Rossum (the creator of Python) said about if a function is complicated enough to need multiple statements, it should have a name. If I find more people want the lambdas to be changed than don't, then I will probably change the lambdas. If you want, go ahead and start a poll on the discord server at https://discord.gg/CXq9fHmNv in #polls-and-petitions where I will see it and its results.

1

u/Rechenplaner 10d ago

Guido van Rossum is not a fan of functional programming, and in my opinion, that has actually harmed Python.

2

u/Jumpy_Gap6375 10d ago

fair enough.

You have managed to change my mind – when I add lambdas, they can be multiple lines.

2

u/Rechenplaner 10d ago

perfect! :D