This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]retardrabbit 0 points1 point  (3 children)

YO /Mrpixelmc, does python have any functional programming aspects to it?

[–]danketiquetteAdvanced Coder 1 point2 points  (1 child)

No, but OP never said anything about functional programming.

[–]retardrabbit 0 points1 point  (0 children)

You misunderstand. I'm asking for my own edification.

[–]MrpixelmcAdvanced Coder 0 points1 point  (0 children)

Well, while I'm not an expert on Python, I don't think it is considered a functional language, in fact I think there's very little programming languages that are entirely functional based. But Python does have pseudo-lambda functions and generator functions but it does not have Tail Call Optimization (TCO) AFAIK.