-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Milestone
Description
ref https://forum.processing.org/two/discussion/comment/90750/#Comment_90750
As for those conflict function names such as line, we could pre-pass all
linecalls in R mode toprocessing.linein Java andr$lineto standardlinefunction call in R, because I think R mode users call processing built-in functions more often. And if they need to use same name functions in R standard library,r$somethingworks.Then processing.r has the same behavior as in Java mode, follow the Law of Least Astonishment to more user-friendly, IMO :)
implement the pre-processor to solve the problem