Skip to content

Every programmer must write a text calculator. This is mine.

Notifications You must be signed in to change notification settings

orionll/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Every programmer must write a text calculator. This is mine.

Currently the calculator supports:

  • Binary operators (+, -, *, /, ^)
  • Functions (sin, cos, ...)
  • Variable assignment (e.g x=5)
  • Last result bound to the variable it

There are two versions: console (Haskell) and iOS (Java + Scala + RoboVM).

iOS Screenshot

About

Every programmer must write a text calculator. This is mine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published