Computer Science, asked by ankurpanwar4598, 1 year ago

Explain various data types and data structures supported by LISP.

Answers

Answered by srikanth2716
6

The data types are arranged into a hierarchy. A data type is a set of LISP objects and many objects may belong to one such set. The typep predicate is used for finding whether an object belongs to a specific type. The type-of function returns the data type of a given object.

Similar questions