Bushmills / yoda

yoda is an acronym of Yet Onather Delirious Application, implementing a Forth compiler which translates Forth source code to bash functions.
GNU General Public License v2.0
33 stars 3 forks source link

Yoda on NuShell #24

Open erikkaplun opened 1 month ago

erikkaplun commented 1 month ago

Would that make sense?

Bushmills commented 1 month ago

Yoda, written as bash script and compiling to bash functions, depends therefore very much on bash. For a different shell, much of it would need a rewrite to adapt to all the specifics of the target shell. How much work would be involved to port it specifically to NuShell I can't judge - the lcommand documentation at https://www.nushell.sh/lang-guide is still rather incomplete, making it hard to tell how much the scripting differs.