calculator

By jhallen

Calculator Alternatives

Similar projects and alternatives to calculator

  • Lua

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

  • easylang

    An easy programming language that runs in the browser

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Dark-Basic-Pro

    Dark Basic Pro is an open source BASIC programming language for creating Windows applications and games

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better calculator alternative or higher similarity.

calculator reviews and mentions

Posts with mentions or reviews of calculator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.
  • Ask HN: What are your opinions on modern BASIC dialects?
    4 projects | news.ycombinator.com | 17 Sep 2021
    I've been playing with classic BASICs recently, especially dialects for pocket calculators. Here are some random thoughts from this exercise:

    "PRINT USING" is terrible (vs. C's formatted strings).

    "INPUT A" is not versatile enough. I should be able to prompt with the current value of A, so user can hit enter to keep the current value. None allow you to print the current value of A (INPUT STR$(A)+">",A does not work anywhere). Some dialects allow you to retain A: TRS-80 BASICs do it. MS-BASIC sets A to zero if user just hits Enter.

    Pocket computer BASIC allows you to enter an expression as a response to INPUT, such as A+1.

    Modern calculators allow you to enter equations in textbook format. I kind of think modern BASICs should support this- no reason to be stuck in the early 60s teletype world.

    Pocket computer BASIC allows you to bind programs to keys (or at least entry points to keys: you can have a key jump to a line with a key-label).

    Pocket computer BASIC allows you to read the last entered value (AREAD command in Sharp).

    Here is a benchmark which shows why these things can be important, at least in the realm of pocket computers and calculators:

    https://github.com/jhallen/calculator/wiki

  • Calculator User Interface Benchmark
    1 project | news.ycombinator.com | 7 Aug 2021

Stats

Basic calculator repo stats
2
0
3.2
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com