percyqaz / Percyqaz.Shell

Toolkit to add command line/IPC capabilities to your F# application
MIT License
1 stars 0 forks source link

Future of this project #1

Closed percyqaz closed 2 years ago

percyqaz commented 2 years ago

We have come to a fork in the road

I've been working with @zkldi on pretty details plans for shell capabilities, but have now discovered nushell which basically does all of our design decisions/philosophies in a nearly identical manner, and is much further in development

This project still stands along as useful to me, as I still need shelling capabilities in my .NET applications, but zkldi's goals for the project are now different as this would have acted as a prototype for a rust implementation of a shell (nushell is written in rust, so there is no longer a need)

I will ruminate on this further, but it is likely I'll transfer some discussion content from our top secret repo to here and continue working on this myself

percyqaz commented 2 years ago

Thinking about how I can ultra strip this down - Robustness is no longer really a priority and a bigger focus is interop directly with .NET code