Go has a fast enough compile speed I feel like you could syntactically sugar it to be a command line.
Why would you compile it each time? You would compile the binary once and the use it. This is what Go equivalents of this already do (e.g. Hugo).
Yeah but its not scripty enough and has not enough easy stuff build in.
https://www.tcl-lang.org/
Many people have made micro Tcl’s too if you want something even lighter.
It has a built in subst command no need for a template engine!
Why would you compile it each time? You would compile the binary once and the use it. This is what Go equivalents of this already do (e.g. Hugo).
Yeah but its not scripty enough and has not enough easy stuff build in.
https://www.tcl-lang.org/
Many people have made micro Tcl’s too if you want something even lighter.
It has a built in subst command no need for a template engine!