Skip to content

nycjv321/NATO-Phonetic-Alphabet-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NATO Phonetic Alphabet Translator

About

Tanslates English to Nato Phonetic.

Why Haskell?

I've been reading Learn You a Haskell for Great Good! and wanted to see if I could apply what I've read to a problem outside of the book. I come from an imperative background (Java, Ruby, VB, Oh My!) and writing purely functional code is such a different world.

Building

ghc nato_phone_translator.hs

Running

./nato_phone_translator "Learn You a Haskell for Great Good"
Lima Echo Alfa Romeo November [Space] Yankee Oscar Uniform [Space] Alfa [Space] Hotel Alfa Sierra Kilo Echo Lima Lima [Space] Foxtrot Oscar Romeo [Space] Golf Romeo Echo Alfa Tango [Space] Golf Oscar Oscar Delta

Using Docker

docker build -t nycjv321/nato_phone_translator .
docker run --rm  nycjv321/nato_phone_translator Learn You a Haskell for Great Good

About

Translates English to NATO Phonetic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published