Laboratory work in Lisp

Sold 0
Refunds 0
Good feedbacks 0
Bad feedbacks 0

Laboratory work in Lisp
on discipline: functional and logic programming
Develop a function that converts the arithmetic expression specified in the form of a list, the Polish writeback
For example:
Login: (2 + 4) * 5)
Yield: (2 4 + 5 *)
The archive contains the report. Laboratory tested and evaluated in the teacher evaluation "excellent".