home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   soc.culture.quebec      More than just pale imitations of France      108,436 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 106,665 of 108,436   
   Wisdom90 to All   
   Delphi Library that implements higher-or   
   31 Dec 19 09:53:21   
   
   From: d@d.d   
      
   Hello...   
      
      
   Delphi Library that implements higher-order functions like Map, Reduce   
   and Filter   
      
   Author: Amine Moulay Ramdane   
      
   Description:   
      
   Delphi Library that implements higher-order functions like: Map, Reduce   
   and Filter.   
      
   Map: This is available in many functional programming languages. This   
   takes as arguments a func function and a list of elements list, and   
   returns a new list with func applied to each element of the list.   
      
   Reduce: This is also known as Fold. This requires a combining function,   
   a starting point for a data structure, and possibly some default values   
   to be used under certain conditions. The Reduce function proceeds to   
   combine elements of the data structure using the injected function. This   
   is used to perform operations on a set of values to get only one result   
   (or a smaller set of values) that represents the reduction of that   
   initial data. For example, the values 1, 2, and 3 can be reduced to the   
   single value 6 using the SUM .   
      
   Filter: This requires a data structure and a filter condition. This   
   returns all the elements in the structure that match the filter condition.   
      
   Please look at the Delphi demo inside the zip file called   
   test_MapReduce.pas .   
      
   Language: Delphi 2009+   
      
   Operating Systems: Windows, Mac OSX , Linux   
      
      
   You can download it from:   
      
   https://sites.google.com/site/scalable68/delphi-library-that-imp   
   ements-higher-order-functions-like-map-reduce-and-filter   
      
      
   Thank you,   
   Amine Moulay Ramdane.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca