• by endgame on 6/10/2024, 8:49:05 AM

    Reminds me a bit of "Let's Program a Calculus Student": https://iagoleal.com/posts/calculus-symbolic/

  • by pavpanchekha on 6/9/2024, 10:35:56 PM

    One of the authors, happy to answer questions!

  • by js8 on 6/10/2024, 6:15:33 AM

    I have an idea, we could call it FORTRAN, as in "formula translator", get it?

    Seriously though, creating DSLs is the essence of (understandable) programming. You create abstractions away from machine code towards your problem domain. Every program, thus, is more or less a DSL for what it can do.