this post was submitted on 30 Jan 2025
1034 points (97.9% liked)
Programmer Humor
20230 readers
1285 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, you can actually run C# code "inline" in it without having to compile to an exe, which is simulataneously really cool, kinda janky in practice, a bad idea, and pretty cursed.
There's definitely some weirdness with the syntax, and some odd footguns, but I've found those in most languages I've used for any considerable amount of time.
I work in an almost exclusively Windows environment, and the base version of PowerShell is preinstalled on all Windows stuff since I think Windows 7, with some really good integration with the Windows sysadmin tools. Not sure I'd reccomend it outside of that sort of environment.