Evaluating the Design of the R Language | Lambda the Ultimate - 0 views
-
-
Caballo Loco on 01 May 13descripción más detallada del lenguaje y experiencias usándolo.
-
-
R comes equipped with a rather unlikely mix of features. In a nutshell, R is a dynamic language in the spirit of Scheme or JavaScript, but where the basic data type is the vector. It is functional in that functions are first-class values and arguments are passed by deep copy
-
One of our discoveries while working
- ...2 more annotations...