Hacker News new | ask | show | jobs
by scott_s 6472 days ago
"That is, you don’t have to write object-oriented code with F#; you can think in more procedural terms to solve a problem."

Ouch. I don't think the author knows the difference between procedural and functional.

1 comments

I doubt we do either. Procedural isn't very well defined term. Usually people mean imperative when they say procedural, and it doesn't seem like the author understands the difference between imperative and functional, other than not being able to re-assign a variable.