Changes between Version 2 and Version 3 of Dev/lambda


Ignore:
Timestamp:
Nov 28, 2010 10:11:17 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/lambda

    v2 v3  
    1414    (local 
    1515        ( 
    16             ;; n-th power of given funtion 
    17             ;;   repeat : func num -> n-th power of func 
     16            ;; n-th composition of given funtion 
     17            ;;   repeat : func num -> func(func(func(func(func(..))))) 
    1818            (define (repeat f n) 
    1919                (cond