Welcome to Lisp-Stat

Learn More Download

A numerical computing environment for Common Lisp

Lisp-Stat provides a statistical computing engine comparable to R, Python, Julia and Matlab. Its major differentiators are a true REPL based development environment, high performance and a single binary image that can be moved through the devops pipeline in a secure, safe and manageable way.

See Lisp-Stat in action

See practical examples of using Lisp-Stat for statistical computation

Read more

Contributions welcome

We do Pull Request contributions workflow on GitHub. New users are always welcome.

Read more

Read the ‘blog

For announcement of latest features, tips, hints and configuration

Read more

Get Started

Install to plotting in five minutes

Read more

Load a R data set

  
    (data :mtcars)
    (head mtcars)

;;   MODEL              MPG CYL DISP  HP DRAT    WT  QSEC VS AM GEAR CARB
;; 0 Mazda RX4         21.0   6  160 110 3.90 2.620 16.46  0  1    4    4
;; 1 Mazda RX4 Wag     21.0   6  160 110 3.90 2.875 17.02  0  1    4    4
;; 2 Datsun 710        22.8   4  108  93 3.85 2.320 18.61  1  1    4    1
;; 3 Hornet 4 Drive    21.4   6  258 110 3.08 3.215 19.44  1  0    3    1
;; 4 Hornet Sportabout 18.7   8  360 175 3.15 3.440 17.02  0  0    3    2
;; 5 Valiant           18.1   6  225 105 2.76 3.460 20.22  1  0    3    1
  




Jupyter-Lab Notebook

Juputer Lab Notebook