Hey HN, I created CalcuLaTeX because I was frustrated with my workflow for chemistry and physics homework. Generally, I'd use the Python REPL as a calculator and type each problem into LaTeX to turn it in. CalcuLaTeX merges these two steps and makes it easier to reason about calculations by real time visual feedback.<p>I've posted on r/rust as well (<a href="https://www.reddit.com/r/rust/comments/lqn5aa/calculatex_a_pretty_printing_calculator_language/" rel="nofollow">https://www.reddit.com/r/rust/comments/lqn5aa/calculatex_a_p...</a>), and there seems to be interest in using it for scientific papers and such.<p>The only alternative I know of is PTC MathCAD, which is quite powerful and definitely worth looking into. However, it's quite expensive and Windows only.<p>The main repo (a Rust library and basic CLI) can be found here: <a href="https://github.com/mkhan45/CalcuLaTeX" rel="nofollow">https://github.com/mkhan45/CalcuLaTeX</a><p>The website repo using WASM and very hacky JS can be found here: <a href="https://github.com/mkhan45/CalcuLaTeX-Web" rel="nofollow">https://github.com/mkhan45/CalcuLaTeX-Web</a>