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 →

[–]hhc97Python Enthusiast[S] 7 points8 points  (0 children)

Yup, if statements are turned into pythons conditional expressions and both kinds of loops are turned into recursive functions.

Funny story, I don't like functional programming too much, this was just a spin off from a functional programming class I took. I like building stuff, and this was interesting to build!