• This repository has been archived on 11/May/2022
  • Stars
    star
    1
  • Language
    Haskell
  • License
    BSD 3-Clause "New...
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Haskell project for a course on functional programming. Nomad calculator is a simple CLI tool to evaluate mathematical expressions that also supports defining functions. Nomad also supports higher order functions and partial function applications. A type check ensures semantic correctness of user input.