Skip to content

A collection of small Haskell program I write when I need a tool.

Notifications You must be signed in to change notification settings

ivansoban/SomeSimpleHaskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Haskell Programs

This is a collection of short/simple programs and utilities written in Haskell.

Installation

Most of these utilities are installed using the cabal build system. Any other requirements will be specified in the README of the utility in question.

TerminalTODO

A simple command line TODO application. When install as directed, it will print TODO items to the terminal whenever a new window is opened.

RentCalc

Given names and numbers, the calculator will print out each person's share.

RowReducer

This little program will take a matrix from STDIN and row reduce it to Reduced Echelon Form for you!

More will we added as necessity dictates. . .

About

A collection of small Haskell program I write when I need a tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published