I want to convert a postfix expression using scheme The expression will be given to the interpreter as a list of operands and operators such as display( postfix(30 8 7 + / 3 4 - *) ) This example should return -2 as answer.
Here's pseudo-code:
cond
to find this), passing the stack as the parameter