Hacker News new | ask | show | jobs
by einpoklum 1183 days ago
And do the intuitiveness and speed not come at the expense of some expressive power limitation?
2 comments

I'm not a particularly hardcore latex user, but in my observation it's the opposite: Because it's a "real" programming language, not just a macro system, it scales much better to complex tasks. Even simple things generally take fewer characters than latex.

E.g., during the preview I built a very basic CAS with it, for simplifying and differentiating simple math expressions, in the span of an afternoon.

The speed comes from a clever incremental compilation model.