Home > EcmaCalc, Project > EcmaCalc 0.1, A better calculator for Windows

EcmaCalc 0.1, A better calculator for Windows

EcmaCalc 0.1

EcmaCalc 0.1

I’ve used the built in windows calculator for years now, but it’s missing some important features. So I made EcmaCalc, which is a pretty stupid, short, name for EcmaScript Calculator. It implements QtScript, which is based on EcmaScript, which is based on JavaScript. That is, you can write JavaScript code in it. This means you can write expressions, functions, loops and create objects and arrays to make your calculations.

For example, you can enter 7*9 and hit the Execute button (or F7) and you will get the answer (in green, on the right). Or you could write something more complicated, like (7+1)*(3-5)/(8+2). You can store the results in variables, just like in JavaScript, like var a = 7+8;var b = 3+2; var c = a * b;.

There’s a lot more you can do, like functions, objects, arrays and loops. There are a few built in things, like the ans variable and the answer and result arrays, which will return the last few results of your expressions. There is also a print function which you can use to print stuff in the middle of loops.

I haven’t written the help yet, because this is an early version. If you find any bugs or have any comments, then please share them.

EcmaCalc 0.1

  1. No comments yet.
  1. No trackbacks yet.

Marius Gundersen is Digg proof thanks to caching by WP Super Cache