Post #4114500
2026-07-26 14:57 UTC
I wonder why decided to make it transpile to bash instead of posix sh.
Replies (1)
-
@julian_schwinger@beehaw.org 2026-07-28 20:59
They mention in the FAQ that they currently require some features of Bash but are thinking about including POSIX sh as a possible target. My guess without investigating is that they are using a thing like arrays that make implementation way easier but is not technically POSOX sh.