Skip to content

Instantly share code, notes, and snippets.

@vmchale
Created July 9, 2020 01:57
Show Gist options
  • Save vmchale/f19bded67e39902fcf226c98ef103bc5 to your computer and use it in GitHub Desktop.
Save vmchale/f19bded67e39902fcf226c98ef103bc5 to your computer and use it in GitHub Desktop.
Cowsay using pure functional programming
let cowsay =
λ(txt : Text) →
''
${txt}
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
''
in cowsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment