Another project with similar aims
Another project with similar aims
Posted Sep 17, 2025 19:35 UTC (Wed) by spacefrogg (subscriber, #119608)In reply to: Another project with similar aims by rogerwhittaker
Parent article: Typst: a possible LaTeX replacement
One of the most obvious differences between TeX (and SILE as far as I can see) and Typst is that the latter has a proper separation between code syntax and typesetting syntax. This, for the uninitiated, is a point of constant frustration in *TeX, with macro definitions producing unwanted output. Code has lexically scoped variables, lambda expressions and much of the 21st century quality-of-life features. It would be interesting to know how SILE does in that regard.
Additionally, Typst documents are closer in code style to plain TeX than LaTeX with its verbose Pascal'ish blocks.
Anecdote: I had to write a letter, printed, on paper, just the other day. Had a go at using Typst and it was done in 20 minutes incl. downloading the letter package, initialising the document boilerplate and understanding what to change where. It looks like simple tasks are actually simple to do.
