[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (off topic?) about pug. Re: manlint?
From: |
Marc Chantreux |
Subject: |
Re: (off topic?) about pug. Re: manlint? |
Date: |
Wed, 16 Sep 2020 09:31:02 +0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
> In all seriousness though, if you need semi-programmatic features like
> variable references and custom data-types, you're better off just using a
> scripting language.
then you'll have
* security flaws
* uses and abuses from users who don't understand data/behavior
separation (a very good example of how bad it can end up is php)
* a langage that is harder to explain to a end user than a simple yaml
* an extra dependency for free
> To be honest, I've never needed (or wanted) a templating language because
> it's easier to use TextMate snippets for rapidly entering repetitive or
> cumbersome code constructs.
i want my result to be
* readable, diffable, editable
* serialized with no useless \n, spaces or tabs
* comment free
* known as valid (every tag is closed in the fine order)
so TextMate/vim snippets are not even close to be enough to me
> Then again, it might be my abrasive dislike of
> the current JavaScript ecosystem talking…
current? was it a time when the JS ecosystem wasn't crap ?
regards,
marc
- Re: manlint?, (continued)
- Re: manlint?, Ralph Corderoy, 2020/09/12
- Re: manlint?, Steve Izma, 2020/09/14
- Re: manlint?, Eric S. Raymond, 2020/09/15
- (off topic?) Docbook? Re: manlint?, Marc Chantreux, 2020/09/15
- Re: (off topic?) Docbook? Re: manlint?, Ingo Schwarze, 2020/09/15
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/15
- Re: (off topic?) Docbook? Re: manlint?, Marc Chantreux, 2020/09/15
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/15
- Re: (off topic?) Docbook? Re: manlint?, Marc Chantreux, 2020/09/16
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/16
- Re: (off topic?) about pug. Re: manlint?,
Marc Chantreux <=
- Re: (off topic?) Docbook? Re: manlint?, James K. Lowden, 2020/09/16
- Re: (off topic?) Docbook? Re: manlint?, James K. Lowden, 2020/09/18
- Re: (off topic?) Docbook? Re: manlint?, Ingo Schwarze, 2020/09/17
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/17
- Re: (off topic?) Docbook? Re: manlint?, G. Branden Robinson, 2020/09/27
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/27
- Re: (off topic?) Docbook? Re: manlint?, Werner LEMBERG, 2020/09/27
- Re: (off topic?) Docbook? Re: manlint?, G. Branden Robinson, 2020/09/27
- Re: (off topic?) Docbook? Re: manlint?, John Gardner, 2020/09/27
- On XML, DocBook, data, metadata, and lexica, G. Branden Robinson, 2020/09/15