What are you working on? - Programming On Unix
Users browsing this thread: 54 Guest(s)
|
|||
I was making a shell script static website generator with templates like those:
Code: {{ include head }} But variable scoping was so tricky with pipes creating a subshell, and I do not really know what the 'local' keyword affects (recursive functions with local bindings...). I got all parts working, but never all at the same time hehe! So I am doing it again in lua, which is much more enjoyable! |
|||