Earlier quoted context omitted.
The R standard library is kind of weird and hard to use for "general purpose" programming. It's very clearly a domain specific language. Also, it's unbelievably slow for basic operations like looping, function calls, and variable assignment. It's literally orders of magnitude slower than Python (I've tested it). Unlike its fellow C-flavored-Lisp Javascript, R retains an extreme level of homoiconicity, Which apparentl…
Are you aware of Radford Neal’s pqR? https://radfordneal.wordpress.com/
Edit: looks like it's still a full major version behind? To be fair, there weren't many significant changes between R 2.x and 3.x.