Changes

143 bytes removed ,  16:50, 1 March 2024
no edit summary
Line 1: Line 1:  +
 +
<pre>
 +
 
a1=LAMBDACALCULUS(
 
a1=LAMBDACALCULUS(
 
function lc(){
 
function lc(){
 
return(B(COS,SIN))
 
return(B(COS,SIN))
 
}
 
}
);
+
);
 
a1(34)
 
a1(34)
- something like that. it does not appear to be working for now.
  −
-provide bird names too. function generators.
  −
  −
-zprod seems to have extra lines on code expansion.
      
a1=LAMBDACALCULUS(
 
a1=LAMBDACALCULUS(
Line 202: Line 201:     
1..100.pieces(2..3)
 
1..100.pieces(2..3)
 +
 
1..100.pieces(2..3,SUM)
 
1..100.pieces(2..3,SUM)
 +
 
1..100.pieces(2..3,[SUM,AVG])
 
1..100.pieces(2..3,[SUM,AVG])
 +
 
1..100.pieces(2..3,[SUM,AVG],0..1)
 
1..100.pieces(2..3,[SUM,AVG],0..1)
 +
 
1..100.fullpieces(2..3)
 
1..100.fullpieces(2..3)
 
(Zip@(Parts.curry(2)))(1..100) // does it work?
 
(Zip@(Parts.curry(2)))(1..100) // does it work?
Line 211: Line 214:     
//https://www.youtube.com/watch?v=59vAjBS3yZM&t=113
 
//https://www.youtube.com/watch?v=59vAjBS3yZM&t=113
 +
 
('ssf454562631426'#).buckets()
 
('ssf454562631426'#).buckets()
    
https://www.youtube.com/watch?v=JELcdZLre3s
 
https://www.youtube.com/watch?v=JELcdZLre3s
 +
 
// Composition Intuition
 
// Composition Intuition
   Line 311: Line 316:  
∏|4,2,3,5,1..10|#  
 
∏|4,2,3,5,1..10|#  
 
∏|4,2,3,5,1..10|#1
 
∏|4,2,3,5,1..10|#1
 +
 +
</pre>
2,824

edits