What is wrong with functional languages
thinkezy.com
What is wrong with functional languages
1–6 of 6 posts
Re: What is wrong with functional languages
#2From reading the post it sounds like the faults lies more with the developers inability to use python than pythons inabilities.
Also, I know python has functional aspects, but is it really classified as a functional language now?
Re: What is wrong with functional languages
#3If python was treating it as a text value then int("009") is 9 as you would expect. Even if it wasn't you could do lstrip("0") to remove leading zeroes before converting to an integer. From reading the post it sounds like the faults lies more with the developers inability to use python than pythons inabilities. Also, I know python has functional aspects, but is it really classified as a functional language now?
Re: What is wrong with functional languages
#4Maybe he was thinking of "procedural"?
Re: What is wrong with functional languages
#5I'm not sure an article about "functional languages like Python" is going to shed much light on functional languages. Maybe he was thinking of "procedural"?
Re: What is wrong with functional languages
#6I'm not sure an article about "functional languages like Python" is going to shed much light on functional languages. Maybe he was thinking of "procedural"?
Python is multi-paradigm, you can certainly write functional code with it.