Changes

Jump to navigation Jump to search
54 bytes added ,  03:15, 28 September 2024
Line 139: Line 139:  
</pre>
 
</pre>
    +
=Standard Combinator Notation Examples=
 +
 +
<pre>
 
Example of Phi Combinator with Lambda Notation:
 
Example of Phi Combinator with Lambda Notation:
 
λΦ([DIVIDE,SUM,Length])(1..10)
 
λΦ([DIVIDE,SUM,Length])(1..10)
    
//λΦ([DIVIDE,SUM,Length]) creates a function pattern d => a(b(d),c(d)), where DIVIDE is a, SUM is b, Length is c, and d is the data effectively./
 
//λΦ([DIVIDE,SUM,Length]) creates a function pattern d => a(b(d),c(d)), where DIVIDE is a, SUM is b, Length is c, and d is the data effectively./
 +
</pre>
2,824

edits

Navigation menu