Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, I always use gdb :)

It also has a persistent history, variables, functions, base conversion, etc. I guess it doesn't have unit conversion or a math library, but it's a great programmers calculator.



Hah, I used gdb print expression for a calculator for decades (especially p/x for hex conversions.) I finally switched to "just fire up a python repl instead" around 2010...


Python just makes it too easy. from math import * and you have everything you need.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: