o
odin.langpkg.dev
packages / library / funa

funa

fab7c2elibrary

[Mirror] A functional programming language for shell automation

MIT · updated 3 months ago

FUNA - Functional Unix Automation

I am building a compiled, functional language for automating tasks on UNIX-style systems. I am going to favour composability following the unix philosophy in how functions interact with each other. I do not want to know all the GNU shell utils to do proper automation hence, I am creating this language. I will also do a module system so that only the functionality needed is in the resulting binary.