Categories
Applications
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

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
About
A Minimal Lispy Calculator
Owner
rvcas (User)
Last Commit
2021-08-30
Latest Release
Latest Release Date
Created
2017-09-22