oppiliappan / eva

a calculator REPL, similar to bc(1)
MIT License
819 stars 29 forks source link

[ Suggestion] Integrate `cpc`, the unit calc/converter #72

Open Diablo-D3 opened 1 year ago

Diablo-D3 commented 1 year ago

cpc is a unit calculator/converter written in rust, but it does not have the features a bc-like does (REPL, history, etc); you have the bc-like part of the equation, but lacks a strong unit conversion game.

I feel these two programs should learn to work with each other.

pickfire commented 1 year ago

Let's see what @probablykasper thinks.

probablykasper commented 1 year ago

Would definitely be cool, but I don't think I'll be dedicating time to adding new features anytime soon unfortunately