What's your "guilty" thing to use in #linux? I use #powershell a lot for scripts/services and I absolutely love it when it comes to parallel support/etc. #pwsh
On a random note I might start learning #rust soon for a pace of change.
@talesofaprinny does powershell work the same as windows? Last I heard it's basically a repl for .net
@diegovsky it works the same as windows... it packs C# assemblies in it to the point you can just create for example a SmtpClient object if you want to send emails. Organize everything taking in formats from json/yaml easily and parallerize it.
So yes in a sense it can be a .NET repl but I wouldn't strictly say it is just that. It's a shell and it does an amazing job facilitating things once you understand everything it provides