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
- Host: GitHub
- URL: https://github.com/fgaz/haskell-morse
- Owner: fgaz
- Created: 2014-08-10T12:20:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T15:57:32.000Z (over 10 years ago)
- Last Synced: 2025-02-17T01:43:18.412Z (8 months ago)
- Topics: haskell, morse-translator
- Language: Haskell
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
"...././.-../.-../---//.--/---/.-./.-../-.."