Delphi functional programming: Sequences
Posted by jpluimers on 2016/12/22
In functional programming, sequences are an important way of expressing logic.
This G+ post by Colin Johnsun discusses a library and a Spring4D way to handle sequences: I’ve release a library that allows you to iterate through a collection of items without using loops…
It’s interesting when mapping, reducing and solving many other problems in a functional way.
Background:
- Delphi Functional Library on Bitbucket: colinj/Functional
- G+: Anonymous methods formatting. Whenever I write an anoynmous method in code … (on then upcoming Spring 1.3 features)
- sglienke / Spring4D — Bitbucket
–jeroen
Leave a Reply