That was my issue, the need to implement things. Along my HTML code, I
also have to implement or include libraries for common functionality.
define(loop,
‘ifelse($2,0,,
‘define(‘$1’,$2)$3‘’loop(‘$1’,decr($2),‘$3’)’)’)
...
loop(‘i’,10,‘Counter is i’)
vs
...
#
i = 1
while ...
#!
Also, I thi
On Wed, Dec 11, 2019 at 01:39:38PM +0200, Adrian Grigore wrote:
> Regarding m4(1) I remember I wasn't a big fan of the dnl macro, no
> loops and also other goodies sh(1) has to offer.
this paper is worth reading:
http://www.cs.stir.ac.uk/~kjt/research/pdf/expl-m4.pdf
it demonstrate how to:
Regarding m4(1) I remember I wasn't a big fan of the dnl macro, no
loops and also other goodies sh(1) has to offer.
Markdown is simple with pp(1). Just
#!
smu file.md
#!
https://github.com/Gottox/smu
On Tuesday, December 10, 2019, Laslo Hunhold wrote:
>
> On Mon, 9 Dec 2019 16:17:55 +0200
>