Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Interactive Calculator

A simple Haskell program that lets you perform basic arithmetic with two numbers and an operator. It safely handles invalid input, division by zero, and unknown operators.

Features

  • Addition (+), subtraction (-), multiplication (*), division (/)
  • Prevents crashes from invalid number input
  • Prevents division by zero
  • Interactive loop: keeps running until you quit
  • Added GUI to better UX

How to Run

cd To/Your/Project/Path
cabal run

About

A simple interactive calculator in Haskell demonstrating safe user input, pattern matching, and error handling.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages