Skip to content
/ wotd Public

Simple word of the day program written in Haskell

Notifications You must be signed in to change notification settings

nikolashn/wotd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wotd

A simple word of the day program written in Haskell: displays a new word and its definition every day.

Uses the Webster's Unabridged English Dictionary, which I got from here.

dictionary.txt syntax per line (regular expression):
"\body*":"\body*" where \body = ([^"\\]|\\"|\\\\|\\/|\\n).

Installation

Run install.sh. Requires ghc.

Usage

wotd - Print today's word.

wotd <WORD> - Define a particular word.

wotd -h - Display help menu.

wotd -r - Define a random word.

About

Simple word of the day program written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published