funcrpn Code
Brought to you by:
etos
| File | Date | Author | Commit |
|---|---|---|---|
| .vscode | 2024-08-08 |
|
[7daafc] added stack and stack tests |
| funcrpn | 2024-08-08 |
|
[8bc799] corrected python 2 false compatibility |
| .gitignore | 2024-08-08 |
|
[03d245] Update .gitignore |
| LICENSE | 2024-08-08 |
|
[3766d3] configuring flit |
| README.md | 2024-08-08 |
|
[b6086a] Create README.md |
| pyproject.toml | 2024-08-08 |
|
[8bc799] corrected python 2 false compatibility |
A functional version of a RPN calculator. Not supposed to be fast, I just wanted to learn some functional programming and maybe I chose the worst program to write. Please forgive me :)