Implementing Shell instead of coreutils? #57
Replies: 2 comments 2 replies
-
|
@tacoda Look forward to your thoughts on this |
Beta Was this translation helpful? Give feedback.
-
|
I was just thinking about this after looking into using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far This project has been implementing a little bit of a typical shell ala Bash and a few Coreutils like
cat,ls, andcpcommands which I feel are not the job of the shell to implement.Should shellRB drop the implementation of Coreutils and focus on shell functionality instead?
or just keep going as it is, since the project's main goal, in the beginning, was to be a fun way to explore and build things in and around the shell, using Ruby?
Beta Was this translation helpful? Give feedback.
All reactions