Clojure - Partial amb clausures T66007


Statement
 

pdf   zip

thehtml

Implementeu una funció @my-partial@ que faci el mateix que la funció clojure partial utilitzant clausures.

Public test cases
  • Input

    ((my-partial * 2) 4 3)
    

    Output

    24
    
  • Information
    Author
    Gerard Escudero
    Language
    Catalan
    Official solutions
    Clojure
    User solutions
    Clojure