Closed
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
line
calls in R mode toprocessing.line
in Java andr$line
to standardline
function 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$something
works.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