A simple, powerful, and free/libre RPN Calculator application for KaiOS.
Kevin "The Nuclear" Bloom 5bae0bba70 Removed common lisp since it was over complicating things | 2 years ago | |
---|---|---|
application | 2 years ago | |
lisp | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
compiler.lisp | 3 years ago |
A simple, powerful, and free/libre RPN Calculator application for KaiOS.
Reverse Polish Notation (RPN) calculators are truly amazing. I find them much more powerful than a traditional infix calculator. I'm not really sure why, RPN just seems to flow with my mind better.
The main goal of this project is to bring the power of RPN to KaiOS. To provide a similar experience to Emacs calc-mode or the HP 15C calculator.
You'll need SBCL, quicklisp,
parenscript, and Sigil.
Simply run make
with sbcl to build the required JS file:
sbcl --load compiler.lisp
Copyright © 2022 Kevin "The Nuclear" Bloom All code released under the 2-Clause BSD license.