Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
whiteline (whiteline@shitposter.world)'s status on Thursday, 26-Sep-2024 01:24:24 JSTwhiteline @sun @ageha
yeah, the design is fundamentally based around the fact that data and actions in windows is based around APIs and so making a unix-style shell doesn't make sense, instead the APIs are encapsulated and return objects that are passed around and fed into other API wrappers
it's also a .net language so you have interop with C# directly in the runtime instead of calling python/perl/whatever scripts for doing more detailed tasks