Uncle Stats Wants You

This page summarizes the projects mentioned and recommended in the original post on /r/Common_Lisp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • plot

    A vega-lite DSL for Common Lisp (by Lisp-Stat)

  • If you want to learn Lisp using a real-world problem, consider enhancing the stem-and-leaf plots. This is a good way to learn Common Lisp basics. It uses looping, printing and other basic programming constructs with text output. Specifically we need split stems and back-to-back stem plots.

  • xls-archive

    Statistics routines in Common Lisp and XLispStat

  • Port pca.lsp to common lisp. This is a simple teaching example of Principal Component Analysis, using the old 'flavors' (message passing style) of object orientation. Essentially this is updating it to use CLOS.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • cheatsheets

    Posit Cheat Sheets - Can also be found at https://posit.co/resources/cheatsheets/. (by rstudio)

  • Develop 'cheatsheets' for plotting, statistics, data-frames, akin to those in the tidyverse.

  • data-frame

    Data frames for Common Lisp

  • Improve the statistical summaries based on your favorite summarisation package. See data frame issue #4 for the background on this task.

  • numerical-utilities

    Utilities for numerical programming

  • Refresh the histogram code. Tamas Papp has a lot of good code that needs dusting off. The histogram code has a some bitrot that can be easily cleaned up and would make a nice addition. See the bottom of the statistics.lisp file.

  • magicl

    Matrix Algebra proGrams In Common Lisp.

  • I think what the magicl team has done is brilliant - allowing multiple implementations is awesome.

  • cephes.cl

    Wrapper for the Cephes Mathematical Library

  • At the moment cephes.cl is available, and this is the same library SciPy uses.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cl-statistics

    Updated (somewhat) version of Larry Hunter's CL-Statistics library

  • I don't know if it would be helpful in making this new statistics library, but I have just taken my (slightly) updated copy of Larry Hunter's cl-statistics library and put it on Ghithub here: https://github.com/rpgoldman/cl-statistics

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts