All Projects → rvcas → crisp

rvcas / crisp

Licence: MIT license
A Minimal Lispy Calculator

Programming Languages

Zig
133 projects

Projects that are alternatives of or similar to crisp

MSCalculator
Using Maplestory material and reverse Polish algorithm to complete the Android calculator.
Stars: ✭ 14 (-6.67%)
Mutual labels:  calculator
calcuMLator
An intelligently dumb calculator that uses machine learning
Stars: ✭ 30 (+100%)
Mutual labels:  calculator
binance-profit-calculator
Just some Trade History import tool to see how much profit you made. If you have bags (unsold coins) it tries to take those into account as well.
Stars: ✭ 30 (+100%)
Mutual labels:  calculator
CaliburnMicro-Calculator
A simple Calculator using Caliburn.Micro (WPF with MVVM)
Stars: ✭ 19 (+26.67%)
Mutual labels:  calculator
LoanJS
Calculate loan in js (browser/node.js) for equal installments, installments decreasing, the sum of interest, etc.
Stars: ✭ 20 (+33.33%)
Mutual labels:  calculator
Shell-Scripts
Shell scripts about some basic topics, current time, calculator, sorting, restaurant and more.
Stars: ✭ 100 (+566.67%)
Mutual labels:  calculator
Sprache.Calc
Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.
Stars: ✭ 42 (+180%)
Mutual labels:  calculator
calculator
➗ Calculator with decimals, negative values, percentages.
Stars: ✭ 68 (+353.33%)
Mutual labels:  calculator
Desktop-Applications-JavaFX
JavaFX Open Source Projects
Stars: ✭ 69 (+360%)
Mutual labels:  calculator
dino-run-ce
A clone of Google Chrome's dinosaur game for the TI-84+CE
Stars: ✭ 14 (-6.67%)
Mutual labels:  calculator
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (+86.67%)
Mutual labels:  calculator
Calculator
A Calculator App built with HTML, CSS, and JavaScript. It also has a Dark Mode.
Stars: ✭ 122 (+713.33%)
Mutual labels:  calculator
awesome-calculators
😎 A curated list of resources related to calculators!
Stars: ✭ 97 (+546.67%)
Mutual labels:  calculator
bezos-calculator
Small app that shows how much Jeff Bezos gained since the user started reading the page.
Stars: ✭ 46 (+206.67%)
Mutual labels:  calculator
react-native-calculator
React Native Calculator and Calculator Input Component
Stars: ✭ 23 (+53.33%)
Mutual labels:  calculator
simply-djs
A Simple, Easy and Beginner friendly Discord.js Package for everyone. Uses Discord.js v13
Stars: ✭ 62 (+313.33%)
Mutual labels:  calculator
gpacalculator
GPA Calculator for IIITA Curriculum
Stars: ✭ 39 (+160%)
Mutual labels:  calculator
elcalc
➗ Cross-Platform calculator built with Electron!
Stars: ✭ 88 (+486.67%)
Mutual labels:  calculator
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+533.33%)
Mutual labels:  calculator
rclc
Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support
Stars: ✭ 24 (+60%)
Mutual labels:  calculator

Crisp

A very minimal lispy calculator implemented in zig

Running Crisp

Operations

  • + add a sequence of numbers
    • (+ 1 2 3)
  • - subtract a sequence of numbers
    • (- 3 2)
  • * multiply a sequence of numbers
    • (* 3 5 2)
  • / divide a sequence of numbers
    • (/ 12 4)
    • decimals are not supported. meaning: (/ 2 4) => 0
      • everything is floored
    • divide by zero results in an error
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].