in reply to Re: Programming Examples: Declarative, Imperative, Functional, Etc.
in thread Programming Examples: Declarative, Imperative, Functional, Etc.

Thank you, those examples are very helpful. Now I'm wondering what category "chaining" of commands falls into, like this sort of thing in jQuery:

$('#tag').first.parent.parent.addClass('new');

Is that just functional programming written backwards?

Aaron B.
Available for small or large Perl jobs; see my home node.

  • Comment on Re^2: Programming Examples: Declarative, Imperative, Functional, Etc.
  • Download Code