Live data from Hacker News

Ask HN: Are functional programmers more upset about how good AI is at coding?

news.ycombinator.com

1–10 of 18 posts

Re: Ask HN: Are functional programmers more upset about how good AI is at coding?

#9
I don't think functional programmers are necessarily more upset about AI being good at coding. If anything, FP tends to emphasize concepts that AI is already quite good at manipulating: composability, immutability, pure functions, and well-defined abstractions.

Re: Ask HN: Are functional programmers more upset about how good AI is at coding?

#10
post #6

I think the premise is mostly wrong, and it confuses functional programming with aesthetic programming.

[flagged]

no. if we use that framing of yours, fp aim is to write a solution that flows like a river while imperative solution is like rolling up a ball of various solutions and then throwing it at the problem.
Post reply on HN