Computer Science, asked by ranjanalok603, 2 months ago

write a function in LISP that computes prime number between 1 and 25 (inclusive).

Answers

Answered by shreyash52jain52
0

Answer:

Features of Common LISP

It is machine-independent

It uses iterative design methodology, and easy extensibility.

It allows updating the programs dynamically.

It provides high level debugging.

It provides advanced object-oriented programming.

It provides a convenient macro system.

It provides wide-ranging data types like, objects, structures, lists, vectors, adjustable arrays, hash-tables, and symbols.

It is expression-based.

It provides an object-oriented condition system.

It provides a complete I/O library.

It provides extensive control structures.

Explanation:

Mark me as the brainliest..

Similar questions