common-lisp-stat VS lisp-stat

Compare common-lisp-stat vs lisp-stat and see what are their differences.

common-lisp-stat

Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statistics for a mailing list. (by blindglobe)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
common-lisp-stat lisp-stat
2 6
170 137
- 2.2%
0.0 4.5
over 4 years ago about 1 month ago
Common Lisp Common Lisp
GNU General Public License v3.0 or later Microsoft Public License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

common-lisp-stat

Posts with mentions or reviews of common-lisp-stat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-31.

lisp-stat

Posts with mentions or reviews of lisp-stat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • Between Two Lisps (2020)
    5 projects | news.ycombinator.com | 26 Oct 2022
    It's nice to see the CL ecosystem evolving. SBCL sees regular updates with new optimizations. The editor support is getting better: [Vim, Atom, Sublime, VSCode… have good to very good support](https://lispcookbook.github.io/cl-cookbook/editor-support.ht...), & Jupyter notebook, the Lem editor… and a new lisper started a CL editor based on Tauri: [Parrot](https://github.com/fonol/parrot). Cool projects emerge ([lisp-stats](https://github.com/Lisp-Stat/lisp-stat/), the [Sento / cl-gserver](https://github.com/mdbergmann/cl-gserver) actors library, the Kons-9 3D graphics library, the CLOG web-gui…)

    > 50MB

    With compression (zstd now), SBCL binaries weigh ±25MB. Start-up time is super fast. I built a standalone binary for my web app, it is straightforward to start it on the background and access it from an Electron window.

  • How difficult would it be to create charts with Common Lisp and GTK?
    3 projects | /r/lisp | 30 Mar 2022
    Check out [lisp-stat](https://github.com/Lisp-Stat/lisp-stat)! It's a kind of R-like environment with data frames and plotting that might save you a bunch of time.
  • help installing a package (data-frame)
    2 projects | /r/learnlisp | 15 Apr 2021
    Github discussion, for anything code or developer related
  • Support for vectorized mathematical operations and a comprehensive set of statistical methods
    1 project | /r/Common_Lisp | 7 Apr 2021
  • Lisp-stat: An environment for Statistical Computing
    4 projects | news.ycombinator.com | 31 Mar 2021
    On a quick scour of the source code at https://github.com/Lisp-Stat/lisp-stat, I can see that there's a `Copyright (c) 1991 by Luke Tierney` on `base/variables.lisp` in the initial commit. Interestingly, the code is released under the Microsoft Public License, which includes the text: "Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create" which would imply that the answer to the GP's question needs to be "yes".

    Note: I have no idea who Luke Tierney is or what his contributions to this area might be, which is a failing on my part.

What are some alternatives?

When comparing common-lisp-stat and lisp-stat you can also consider the following projects:

april - The APL programming language (a subset thereof) compiling to Common Lisp.

Measurements.jl - Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.

cepl - Code Evaluate Play Loop

cl-gserver - Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

physical-quantities - A common lisp library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.

XLS-compat - XLISP-STAT compatibility library

cl-geometry - Common Lisp package for simple two dimensional computational geometry.

xv6-public - xv6 OS

polisher - Infix notation to S-expression (Polish notation) translator for Common Lisp

janet - A dynamic language and bytecode vm

clem - A matrix library for common lisp

cl-heredoc - Common Lisp reader heredoc dispatcher