fricas VS axiom

Compare fricas vs axiom and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fricas axiom
8 3
286 352
0.7% -
9.3 0.0
8 days ago 9 months ago
Clojure PostScript
BSD 3-clause "New" or "Revised" 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.

fricas

Posts with mentions or reviews of fricas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.

axiom

Posts with mentions or reviews of axiom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.
  • Sile: A Modern Rewrite of TeX
    8 projects | news.ycombinator.com | 3 Nov 2022
    The literate macro is just standard latex. The command line extraction functions are:

    Lisp program to extract latex chunks: https://github.com/daly/axiom/blob/master/books/tangle.lisp

    C program to extract latex chunks: https://github.com/daly/axiom/blob/master/books/tanglec.c

    Note that the C program is just a hand translation of the Lisp code.

    The lisp code has an explanation and the necessary latex macros. The idea is to scan the latex, find each named code 'chunk', and add each one to a hash table. Then the hash table is scanned to dump the requested chunk to stdout. For example:

    \begin{chunk}{part1}

  • tex.web – Version 3.141592653
    5 projects | news.ycombinator.com | 12 Nov 2021
    I think one "unfortunate" side effect of literate programming with a "stupid" procedual language like C, Pascal or even Java - is that your lp system tends toward becoming your macro system.

    It does allow straightforward, short procedual/structured programs to become very readable and easily understandable - but for bigger "piles of code" - it's probably not that good a fit in practice.

    I guess https://github.com/daly/axiom is both an argument for this being true (I seem to recall there was an effort to get away from lp) - and against (proof of existence: it's a big system, it's old, it seems to not be dead).

    Then there's the other thing - I don't recall who's quote it is - but it is along the lines of: "There are few good programmers, there are few good writers of prose/technical documentation - therefore the subset of people that are both great programmers and great writers are tiny - and that is the subset for whom literate programming is a great fit".

    I do think there's a middle ground though, and "notebooks" for "executable, repeatable" research papers is one such middle ground (or: to write a great cs paper your team need to have both skills anyway).

    But there are certainly great programmers that can't write documentation on how to escape a wet paper bag.

  • "FriCAS algebra library, the largest and most advanced free general purpose computer algebra system" (as of September 2007)
    3 projects | /r/lisp | 2 Apr 2021
    From the code point of view, Axiom seems more interesting to me, but I need to study it more.

What are some alternatives?

When comparing fricas and axiom you can also consider the following projects:

axiom - The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!

SATySFi - A statically-typed, functional typesetting system

Axiom - An FFmpeg GUI for Windows

KeenTeX - Java API for displaying mathematical formulas using TeX notation

Symbolics.jl - Symbolic programming for the next generation of numerical software

MathJax - Beautiful and accessible math in all browsers

cadabra2 - A field-theory motivated approach to computer algebra.

sile - The SILE Typesetter — Simon’s Improved Layout Engine

casadi - CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

literate-lisp - Load Common Lisp code blocks from Org files

polycalc - 🧮 Polynomial Calculator

literate-elisp - Load Emacs Lisp code blocks from Org files