Answers for "what is var in Clojure"

0

what is var in Clojure

Binding a value to a name is refferred to as var
Global vars are similar to constants in other languages.
Commonly redefined to facilitate dynamic development. 
Define top-level vars by using def
Posted by: Guest on December-15-2021

Browse Popular Code Answers by Language