What are the type of the functions that are used in the Clojure programming language?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are the main types of functions that are used in the Clojure:

  • Anonymous function – These type of functions are simple functions that are not bound to a name.
  • Named Function – These types of functions are bound to a symbol used as an identifier.
  • High Order Functions – These types of functions usually take other functions as a parameter.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Clojure Interview Questions

    What are different programming languages?

    The following are some of the different programming languages:..

    Clojure Interview Questions

    What do you understand by Clojure?

    Clojure is a type of open source, modern dynamic and the general purpose programming language...

    Clojure Interview Questions

    Who invented the Clojure programming language?

    Rich Hickey invented the Clojure. It is a variant of Lisp which was invented by John McCarthy...