F# Script: Convert Text to Slack Emoji
After first creating the Ruby version of this the other day, I couldn’t resist doing it in F# as well over the three-day holiday.
Some minor highlights:
- This was my first time using the
Literal
attribute. - I made use of F# 8’s “_.Property” shorthand.
- I used
eprintfn
to print to STDERR. (I forget to use this…)