|
|
|
|
|
by mrottenkolber
4613 days ago
|
|
Very interesting and great effort you put into it! I know exactly what you mean by cleaning up taking time. I am in the same stage (making it look good) of a document processing toolchain I am working on, which supports HTML, (La)TeX and plain text output backends. I thought I could be done this year, but I will probably take longer. I have started working and thinking on this problem about three years ago and am very careful about it's design (it's focus is on developer friendliness and extensibility, while keeping it dead simple and modular). It's not even that I expect others to jump on it, after all people seem to happy with Org mode and Markdown, but I want to solve my own documentation toolchain needs once and for all. I am looking forward to see how your project turns out, choosing TeX as the print backend wasn't an easy choice and I would definitely consider another print media backend, if there was one. :) Big ups! |
|
I was hoping to find the time to write something similar in Clojure (a lisp dialect), and the idea should be to take hiccup[1] as starting point.
Why hiccup ?
Because it is death easy to use, because I think it to be extensible, and because I hate write html while I love to write hiccup-code...
The real problem (other than the lack of time) is that I have no idea how to start, and it bring me to this other comment:
https://news.ycombinator.com/item?id=6669854
[1] https://github.com/weavejester/hiccup