[erlang-questions] Speaking of comments
Masklinn
masklinn@REDACTED
Mon Dec 13 21:07:02 CET 2010
On 2010-12-13, at 20:56 , Joe Armstrong wrote:
>
> Wiki text/edoc etc. are just toooo simplistic. I now like xslt-fo more
> than LaTeX
Have you ever looked at Python's ReStructuredText, and Sphinx? XML markup and transformers tends to have far too much noise for my tastes, and the un-transformed source code is pretty much unreadable. I find that RST strikes a pretty good balance between readability and writability on one hand (it's a lightweight markup language akin to Markdown) and extensibility on the other hand (via custom directives).
More information about the erlang-questions
mailing list