-
Notifications
You must be signed in to change notification settings - Fork 1
Beautiful! #17
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
Comments
Thanks for checking it out, and for the kind words! If you're interested in a language modification that includes functionality like this, you might be interested in coconut. It adds similar syntax, and compiles to python. In general though, I would be hesitant to add this to python itself. I think metafunction behaviour could be quite surprising if you're not expecting it, and the |
Looks neat thank you! I take your word for it since you know much more about it than I do but still would be nice! Could still be explicit while not being repetitive I feel. For instance, something like "make all functions in this script have an |
Just wanted to say that this is one of the most beautiful python libraries I've ever come across. Not only does it simplify a whole lot, reducing a lot of steps, it also brings python that much close to English.
If only this could actually become syntax in Python! I wish this came as a default of the language. Do you know how this might be implemented into Python such that I don't even need to do:
before functions?
The text was updated successfully, but these errors were encountered: