[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Functional programming in ABL

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
The topic of my post was more of an eye catcher. You can't do functional programming in ABL. I've simply tried to demonstrate a way to pass a function as parameter, which is one of the pillars of functional programming. In ABL you would usually do this, like marian.edu said using interfaces and callbacks. But sometimes adding an interface is not possible (3rd party code) or not wanted, and in that case the above could be useful to add some sort of callback without passing the whole object (through the interface), but only the method you want executed... agent_008_nl , I did not ask any question, so it's not clear to me what your referring to. I'm also not interested in your consulting services...

Continue reading...
 
Status
Not open for further replies.
Back
Top