| ▲ | stevefan1999 4 hours ago | |
Well that's why I decided to go C# for general purpose stuff | ||
| ▲ | seabrookmx 38 minutes ago | parent [-] | |
Ditto. C# gets a bad rap due to its Windows-exclusive history, but it's now cross platform and has most of the features PL nerds are looking for. Strict nulls, pattern matching, a really mature and easy to use async ecosystem (it invented async/await), even a lot of the low level stuff is there (unsafe{} blocks ala rust and manual memory management where needed). | ||