- R Is A Scripting Language This Has An Impact On The Language That Is Different Than Java That Has Something To Do With 1 (68.69 KiB) Viewed 27 times
R is a scripting language. This has an impact on the language that is different than Java that has something to do with
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
R is a scripting language. This has an impact on the language that is different than Java that has something to do with
R is a scripting language. This has an impact on the language that is different than Java that has something to do with sequence. What is it? So long as a method is declared somewhere in the script, this is enough for the code to recognize how to handle the method when encountered A method is slave to sequence, but only within itself - the method's instructions will be executed in the order in which they are encountered with the generic exceptions tied to selection and iteration as normal A method is slave to sequence in the context of the entire code - the method must be run through the interpreter before any line can invoke it R interprets the name of the method and intuitively understands what you want it to do, independent of the sequence in which you write its instructions - that's why it is a growing language of importance because it is somewhat telepathic