Practice 2 of the Programming Languages subject at EAFIT University, consists of an RPN calculator in Haskell, in which the following functionalities can be performed:
- Sum elements in RPN
- Subtract elements in RPN
- Multiply elements in RPN
- Split elements in RPN
- Square root of elements in RPN
- Get total average of elements in RPN
- Get total sum of elements in RPN
- Get total product of elements in RPN
- Get inverse of elements in RPN
- Make some conditions with the elements in RPN
This practice was done Replit.com together with its built-in compiler GHCi Version 8.10.6