Logo

Programming-Idioms

History of Idiom 94 > diff from v46 to v47

Edit summary for version 47 by misha:
New Clojure implementation by user [misha]

Version 46

2020-03-16, 22:10:33

Version 47

2020-04-29, 11:28:22

Idiom #94 Print type of variable

Print the name of the type of x. Explain if it is a static type or dynamic type.

This may not make sense in all languages.

Idiom #94 Print type of variable

Print the name of the type of x. Explain if it is a static type or dynamic type.

This may not make sense in all languages.

Code
(type x)
Doc URL
https://clojuredocs.org/clojure.core/type