SATySFi VS axiom

Compare SATySFi 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
SATySFi axiom
2 3
1,153 352
- -
6.0 0.0
14 days ago 9 months ago
OCaml PostScript
GNU Lesser General Public License v3.0 only -
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.

SATySFi

Posts with mentions or reviews of SATySFi. 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
    https://github.com/gfngfn/SATySFi

    SATySFi (pronounced in the same way as the verb “satisfy” in English) is a new typesetting system equipped with a statically-typed, functional programming language. It consists mainly of two “layers” ― the text layer and the program layer. The former is for writing documents in LaTeX-like syntax. The latter, which has OCaml-like syntax, is for defining functions and commands. SATySFi enables you to write documents markuped with flexible commands of your own making. In addition, its informative type error reporting will be a good help to your writing.

    The main problem is that a lot of the documentation is in japanese.

  • Finl Is Not LaTeX
    8 projects | news.ycombinator.com | 27 May 2021
    There is also SATySFi[1] (another typesetting system in Ocaml), it is active but mainly in japanese.

    [1] https://github.com/gfngfn/SATySFi

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 SATySFi and axiom you can also consider the following projects:

tectonic - A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

fricas - Official repository of the FriCAS computer algebra system

LjTools - LuaJIT 2.0 bytecode parser, viewer, assembler and test VM. Lua 5.1 parser, IDE and debugger.

KeenTeX - Java API for displaying mathematical formulas using TeX notation

tex-rs - A port of TeX82 to Rust. (WIP)

MathJax - Beautiful and accessible math in all browsers

mlatu - A declarative concatenative programming language

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

finl - finl is not LaTeX

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

tectonic - Experimental Oxidization of Tectonic the TeX/LaTeX engine.

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