First-time participation. I'm planning to do it entirely with a functional programming paradigm. If you are new to FP, please checkout: Mostly Adequate on github.
- I will be adding utils to
/fpfolders as I progress. - If I ever have to use ADT (algebraic data types), I'll create a
/adtfolder. - I have purposefully excluded
curryutil for now. If I ever endup with three or higher arity, I will create it. I will also refactor code wherecurrycan be used.
- Allow user to provide input via CLI.