6 thoughts on “https://t.co/t2IhjY8SzF

  1. Yes this type of mathematical formalism unlies so many systems. Most of us tend to use intuition while dealing with them (most programmers for example) but you can also deal with them algebraically. In theory this stuff should be useful to a much wider group than the mathematicians that developed it.

    Like

  2. The thing about algebra is that you can shuffle something around using standard operations and if you follow the rules you can be sure that what you did is correct. Correctness is something that you can see rather than having to prove it to yourself with a debugger.

    Like

  3. I don’t really know anything about R but if it’s programming then maybe there’s a library of functions that you can use. In JavaScript you can use the Ramda or Lodash/FP libraries plus a few abstractions. It’s better if the language is more focused on this stuff though (Haskell, F# etc)

    Like

Leave a comment