Skip to content
Prev 7398 / 15274 Next

Lisp as a Base for a Statistical Computing System

On Wed, Jan 26, 2011 at 10:28 AM, Andrew Piskorski <atp at piskorski.com> wrote:
The solution (Lisp/Scheme) was picked a long time ago and
led to what we call R today. At its core R is still Lisp-based,
with some optimizations like replacing lists with vectors. The
Lisp-based foundation is well-hidden by the R language, a kind
of syntactic sugar for Lisp (according to the original creators of R).

What this paper suggests is that statisticians (and Wall Street
quants) could spend more time solving problems if they didn't have
to spend so much time reinventing the wheel by building and
tweaking a home-grown Lisp-like platform.

They were arguing for an engine replacement, not for a new car.

Dominick