Hacker News new | past | comments | ask | show | jobs | submit login

the often forgotten unix, linux command line calculators I use all the time.

bc -l

or for those who like rpn

dc




I just fire up irb these days


I just use spotlight


builtin zcalc's good if you're a zsh user:-

    seth:~% which calc
    calc: aliased to noglob zcalc
    seth:~% calc ((8*8)/8)*8
    64


python -i

:)




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

Search: