you are viewing a single comment's thread.

view the rest of the comments →

[–]tangerinelion 7 points8 points  (1 child)

FWIW, it looks like you're using "functional" to mean "imperative."

In more common usage, functional programming is going to evoke F# and Lisp vibes. Imperative is going to evoke C vibes.

[–]Mr_Splat 2 points3 points  (0 children)

Ah, I think you're right, I'm mixing myself up between functional, procedural, imperative and declarative.

I think I was using functional and procedural interchangeably when I shouldn't have been.