An open API service indexing awesome lists of open source software.

https://github.com/fgaz/haskell-morse

A morse translator written in haskell, code golfing style
https://github.com/fgaz/haskell-morse

haskell morse-translator

Last synced: 5 months ago
JSON representation

A morse translator written in haskell, code golfing style

Awesome Lists containing this project

README

          

haskell-morse
=============

A simple morse translator inspired by [this thread](http://www.reddit.com/r/programming/comments/7xjqb/who_can_write_the_smallesttidiestcleverest_morse/)

##Examples:
dec ".-."
'k'
decWord "...././.-../.-../---//.--/---/.-./.-../-.."
"hello world"
enc 'k'
".-."
encWord "hello world"
"...././.-../.-../---//.--/---/.-./.-../-.."