Hacker News new | ask | show | jobs
by throwawaygod 58 days ago
Can you expand on that a bit? What language do you use now?
1 comments

These days, it’s mostly C#. It’s got one of the most sophisticated list processing modules of any language I know of, you can fairly easily write heavily immutable code. It’s a bit niche because Microsoft but it’s nonetheless solid.

My downsides compared to Clojure: no destructuring in parameter declaration. No immutable by default.

But it turns out I prefer typed languages. Which isn’t a thing I’m going to argue about!