Why has there been no serious research in statistical programming languages for 25 years?
Posted
by
Robert
on Programmers
See other posts from Programmers
or by Robert
Published on 2012-03-22T00:41:12Z
Indexed on
2012/03/22
5:37 UTC
Read the original article
Hit count: 343
programming-languages
|sass
The two main statistical languages today are S (in the form of R) and SAS, which today pretty much have the form they had 25 years ago.
Whatever usability problems or worker productivity problems they had then, they still have today.
I'm a data language designer, and I look at, largely, four aspects:
- Usability (learning curve & readability - here Python scores high)
- Productivity (how long it takes to finish your work)
- Flexibility (SAS and R don't have problems here, but a macro library will)
- Reliability (in the QA/reproducibility sense, usually a PL does better than a GUI here)
By the way, I have a language that can produce complex statistical tables much faster than SAS (like 25 lines of code instead of several hundred lines of code). And I'm going to produce a language for data cleaning that will be great for usability (it'll be my third).
© Programmers or respective owner