Calcscript Application icon

Calcscript 1.8.2

923.2 KB / 10+ Downloads / Rating 4.6 - 25 reviews


See previous versions

Calcscript, developed and published by Metacode, has released its latest version, 1.8.2, on 2015-05-26. This app falls under the Productivity category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.6, based on 25 reviews.

Calcscript APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: biz.metacode.calcscript

Updated: 10 years ago

Developer Name: Metacode

Category: Productivity

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Calcscript on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.6
Total 25 reviews

Reviews

5 ★, on 2019-05-19
Awesome calculator for programmers and RPN users

5 ★, on 2015-10-04
Has RPN expressions, a neat micro language (Calcscript), and stack-based evaluation. Separates entry from evaluation, but also allows dynamic display of the current result stack (not singular value) which can be quickly copied. This is the only calculator I have found that has a non-traditional (ie. non-HP) 'equation' RPN entry that actually works well. The keyboard duality is also very elegant. Doesn't have the specialization of some of the scientific calculators, but it is my first pick. One thing I would like though is multiple program windows / buffers.

4 ★, on 2016-07-24
As all my EE colleagues at work are big fans of RPN, I would almost recommend this app! Unfortunately, it does not handle floating point values well. I am not commenting its precision, instead I am commenting on inability to express small and large values effectively. For example, 13.56MHz=13560000=13.56E6. To express this using calcscript, one has to either type 13560000 or one has to type 13.56 10 6? * , neither of which is either succinct or convenient. Developers, please add simple notation for exponents, such as the tried-and-true 'e' (or 'E'), as in 13.56E6. One last issue, calcscript does not express small floating point values well. For example, 0.000000000150 = 150E-12. Unfortunately, calcscript considers it zero, as in 0.00000000015 2 * is evaluated as 0 (zero). I love scripting for math!!! I love scilab, matlab, etc... I would love to love this app if its floating point capabilities were expanded (fixed).

5 ★, on 2014-08-27
This is exactly the sort of thing I've been looking for. It gives me the perfect combination of RPN programmability with simplicity and efficiency, and always available on my phone. Edit: I understand this better now after researching Golfscript. It's not intended as a general purpose calculator, but it is still very useful to me. Update: Thank you for the floating point and additional functions.

5 ★, on 2012-06-01
Didn't think it was possible to play with Golfscript on my phone. This is great! It would be awesome to have load/save script capability (and eventually share via email or other app)

Previous Versions

Calcscript 1.8.2
2015-05-26 / 923.2 KB / Android 2.2+

About this app

Calcscript is an advanced RPN calculator that uses simple programming language based on Golfscript.


Calcscript is designed with the purpose of executing complex calculations using minimum number of keystrokes.

Features:
- Live preview - the calculator executes what you write with every keystroke.
- Four native types: numeric, array, string and block.
- Over 30 different built-in operators.
- Defining your own operators and functions.
- Application includes simple tutorial for beginners.
- Two keyboard layouts for basic and advanced operators.

Send suggestions and bug reports to support+calc@metacode.biz

New features

Fix fold operator (thanks Dennis!).
Fix font on Android 5.
Fix layout issues on Android 5.
Add searchable list of operators.
Better design on Android 2.2.
Allow opening calculator in popup window on Samsung devices.
Add help messages (visible when using SPen or accessibility device).
Changed behavior of the ⇧ key that no longer inserts the ` operator. To insert that operator use Search operators window.
Minor layout fixes on tablets.