SCIP 1.2 Exercise 1.2. Translate the following expression into prefix form.

	

CL-USER> (/  (+ 5
		4
		(- 2
		   (- 3
		      (+ 6
			 (/ 4 5)))))
	     (* 3
		(- 6 2)
		(- 2 7)))
-37/150
CL-USER> (/ -37.0 150)
-0.24666667

T
  
Edit in Emacs with Slime and Steel Bank Common Lisp.