Live data from Hacker News

Show HN: Calc – A fast and intuitive command-line calculator written in Go

github.com

11–20 of 34 posts

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#12
Other comments are reasonable, but fantastic work alfredxing, played around with it just now and loved how simple and intuitive it was. The only feature I really miss here is being able to use the previous answer -- is this there and I just didn't find it? Thinking of an 'ans' constant that holds the previous answer

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#13

Other comments are reasonable, but fantastic work alfredxing, played around with it just now and loved how simple and intuitive it was. The only feature I really miss here is being able to use the previous answer -- is this there and I just didn't find it? Thinking of an 'ans' constant that holds the previous answer

Thanks, and great suggestion! Would you mind opening an issue on GitHub for it? I'll probably get around to implementing it soon.

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#14
post #2

An alternative that isn't discussed in the Why not use ...? section is calc: http://www.isthe.com/chongo/tech/comp/calc It is very powerful, has history, shows previous calculations, and it's pretty darn quick too. Of course, there are plenty more calculators, powerful too. I only mention calc because it bothers me that the name of this new project collides with it, without really providing anything useful beyond hav…

I've been using wcalc personally, haven't had many reasons to use something else.

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#17
post #14
post #2

An alternative that isn't discussed in the Why not use ...? section is calc: http://www.isthe.com/chongo/tech/comp/calc It is very powerful, has history, shows previous calculations, and it's pretty darn quick too. Of course, there are plenty more calculators, powerful too. I only mention calc because it bothers me that the name of this new project collides with it, without really providing anything useful beyond hav…

I've been using wcalc personally, haven't had many reasons to use something else.

wcalc is pretty much the best terminal-mode calculator anywhere. It handles significant digits very well and knows about a bunch of mathematical constants in unicode form!

-> √7×2÷π−ε0×σ+α+γ+R∞×Mτ-Φ0 = 2.26885

http://w-calc.sourceforge.net/download.php

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#19
post #4

I stopped using infix calculators a while back in favor of RPN/stack calculators (dc) because I get quite tired of parens. Is the program structured such that this change would be simple? Otherwise I feel like this is simply yet another CLI calculator.

I use the M-x calc in Emacs for this reason.

I find emacs calc very fitting the RPN tradition (reminiscent of HP pocket calculators), since it provides an algebraic solver; always a pleasurable thing to witness.

Re: Show HN: Calc – A fast and intuitive command-line calculator written in Go

#20
post #2

An alternative that isn't discussed in the Why not use ...? section is calc: http://www.isthe.com/chongo/tech/comp/calc It is very powerful, has history, shows previous calculations, and it's pretty darn quick too. Of course, there are plenty more calculators, powerful too. I only mention calc because it bothers me that the name of this new project collides with it, without really providing anything useful beyond hav…

Thanks for bringing the original(?) calc to light.

without really providing anything useful beyond having been written in a fashionable language

The latter part of your comment sounds a bit discouraging. I think the developer didn't mean any harm an probably didn't know about this one.

PS: The dev had replied in the thread. All is well I guess.

Post reply on HN