this post was submitted on 11 Jul 2026
2 points (100.0% liked)

Hacker News

5132 readers
495 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

Source of the RSS Bot

founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] artwork@lemmy.world 1 points 1 hour ago* (last edited 1 hour ago) (1 children)

Thank you, but... why not just write in Bash, or the shell you prefer? Why learn a yet another opinionated wrapper?

Yes, Bash or any shell is a very complex and utterly environment dependent language to approach with all due care for security and compatibility, yet hence the lack of wrapper that may not even be aware of these crucial cases at all.

[โ€“] setsubyou@lemmy.world 1 points 1 hour ago

I would have had a use case for something like this but compiling to portable POSIX sh instead of bash about 15-ish years ago when I was still writing scripts that needed to run on many different flavors of commercial UNIX.

Only bash makes it much less useful to me.