CLI Implementation

Issue #671 new
dev random created an issue

Just an idea - how about a small cli implementation? Something like:

~ $ sc-cli
> 3 + 5
8
> ans * 4
32
> exit
~ $ sc-cli '3 + 4'
7
~ $

Would be great to be independent from a gui in some situations :-)

Comments (3)

  1. Helder Correia repo owner

    Thought about it several years ago. Still not convinced about its usefulness. Might as well use bc.

  2. Former user Account Deleted

    bc is great and really handy as it’s installed on most Linux systems by default, but it doesn’t come close to the capabilities of speedcrunch. Would love to see this implemented.

  3. Log in to comment