Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Python is basically an imperative/OO language. Why fight its nature?
If you prefer functional programming use JS or R. They are more amenable to it. -
After three years of using python. I realised python is just torture. And with enjoy switch to much better another language
-
C0D4681462y@100110111 what!?? Surely that can't be the answer! 😅
Python is torture, it's a necessary evil, I don't enjoy the pseudo-ness of it, but it does make my life easier. -
-
@100110111 Unfortunately I don’t see much enthusiasm from clients to use functional languages. And, most of the time, they have opinions as to which language to use.
I’ve found JS and R are the closest I get in practice. -
DEVil6669172y@platypus basically I entered into the "Advent odmf Code" with some coworkers and we picked Python as our language of choice but it quickly become an informal "code golf" competition to see whi can solve the puzzles with least code, I'm not a Python expert but I hoped to use the functional tecniques I use in other languages to make my code shorter but I struggle in using most of them.
In other occasions if I want to do FP I do what you suggest and stick to a more FP oriented language like F# or JS. -
DEVil6669172y@100110111 I know, that's why I written a more FP oriented because although more functional than Python, JS is far from being a purely functional language.
Related Rants
It's me or doing functional programming in Python is a torture?
rant
functional programming
python