Hacker News new | ask | show | jobs
by oditogre 6770 days ago
I downloaded this a long time ago. I lost interest in lisp, but I keep it around at work and home because it makes a damn fine calculator, especially when you have a multi-step problem. You can just type it in in the order that you would say it out loud, whereas on a normal calculator (like calc.exe) you have to rearrange it to suit standard order of operations.
1 comments

Funny, I started doing a lisp interpreter a while back and I have only got to the part where it makes a damn fine calculator.

I believe my version is much handier than having to use Emacs.