Hacker News
Ask HN: Are functional programmers more upset about how good AI is at coding?
10 points by amichail
ago
|
14 comments
One might expect this since functional programmers pride themselves on the elegance of their code while programmers using hybrid languages just want to get the code working — elegance of the implementation is not that important to them.
markfsharp
|next
[-]
I think the premise is mostly wrong, and it confuses functional programming with aesthetic programming.
amichail
|root
|parent
[-]
Don't functional programmers want to make programming more difficult so that writing routine apps becomes more of an intellectual challenge and elegance of the code is a major part of that?
fwlr
|next
|previous
[-]
“Upset” is not quite the right word - something more like “skeptical”, maybe? It does seem like AI programming tends to create the kind of problems that tend to push programmers toward functional programming.
austin-cheney
|next
|previous
[-]
The topic paragraph and comments indicate you already have your own conclusion to this question. If you already have an answer to your own question then why ask in the first place? This sounds like cognitive conservatism in search of support.
Shashiwatchdog
|next
|previous
[-]
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.
dcminter
|next
|previous
[-]
> since functional programmers pride themselves on the elegance of their code while programmers using hybrid languages just want to get the code working
Says who?
mbac32768
|previous
[-]
Yes some of us are having a hard time with it.
All of the years we've spent on immutable by default, strong types and dreaming about the lambda has to matter! The AI that just rips out thousands of lines an hour of imperative and weakly typed code just has to be leading organizations to ruin! You'll see!
We worked hard at honing our craft. It's still meaningful, damnit!