Replies: 1 comment
-
I don't know, this is more like documenting the Python language, which is a large task and already done well by others elsewhere. I think Processing does this in a way to try to present "Processing" as a programming language and they want the documentation to be complete, even though it really is just Java. We don't really do the same with py5, so it might not be as important. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today, looking at very old attempts at translating the Processing reference to Portuguese (instead of doing what I was supposed to be doing) it dawned on me that it contains nifty examples of things like
if
(conditional execution),for
(iteration),=
(attribution) and==
(equality testing).Should I do something about it? I could be outside the py5 documentation, I'm just a bit surprised that I missed this when I worked at the Reference Summary, and I'm trying to figure out what to do.
Beta Was this translation helpful? Give feedback.
All reactions