axiom VS KeenTeX

Compare axiom vs KeenTeX and see what are their differences.

axiom

Axiom is a free, open source computer algebra system (by daly)

KeenTeX

Java API for displaying mathematical formulas using TeX notation (by DaveJarvis)
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
axiom KeenTeX
3 2
352 7
- -
0.0 5.1
9 months ago over 1 year ago
PostScript Java
- GNU General Public License v3.0 or later
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.

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.

KeenTeX

Posts with mentions or reviews of KeenTeX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-04.
  • Implementing a “mini-LaTeX” in ~2000 lines of code
    2 projects | news.ycombinator.com | 4 Aug 2022
    > Replacing TeX is pretty easy since it is a fairly small language.

    Conceptually, easy. In practice, it can go sideways. Take JMathTeX, for instance:

    http://jmathtex.sourceforge.net/

    The code had (has?) a particularly nasty bottleneck where it an exception is thrown for every single character in a macro name until the macro name matches a known TeX command. In Java, throwing an exception requires filling out a complete stack trace. I forked the project and optimized the font glyph to SVG path conversion algorithm, as well. The TeX library went from non-real-time rendering of a few formulas to real-time rendering of 1,000 formulas.

    https://github.com/DaveJarvis/JMathTeX

    Here's a screenshot showing my JMathTeX fork integrated into my text editor, KeenWrite:

    https://github.com/DaveJarvis/keenwrite/blob/master/docs/scr...

  • tex.web – Version 3.141592653
    5 projects | news.ycombinator.com | 12 Nov 2021
    For anyone interested in how to install TeX itself:

    https://tex.stackexchange.com/a/576314/2148

    I forked and optimized a version of JMathTeX to provide plain TeX rendering in Java:

    https://github.com/DaveJarvis/JMathTeX

What are some alternatives?

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

fricas - Official repository of the FriCAS computer algebra system

luatex - Mirror of LuaTeX's main development git repository

SATySFi - A statically-typed, functional typesetting system

MathJax - Beautiful and accessible math in all browsers

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

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

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

webWEB - WEB/CWEB on the web

github-orgmode-tests - This is a test project where you can explore how github interprets Org-mode files

KaTeX - Fast math typesetting for the web.