Skip to content

Instantly share code, notes, and snippets.

@Erk-
Created September 18, 2022 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Erk-/be3ef032d31734b6f835edd9a9685af3 to your computer and use it in GitHub Desktop.
Save Erk-/be3ef032d31734b6f835edd9a9685af3 to your computer and use it in GitHub Desktop.
Haskell Emojis in code
(πŸ•§) = 0
(πŸ•) = 1
(βž•) = (+)
(πŸ”—) = (:)
(πŸ“‡) = (!!)
(🐈) = tail
(πŸ’Ύ) = zipWith
(πŸ˜‚) = (πŸ•§) πŸ”— (((πŸ•) πŸ”— ((πŸ’Ύ) (βž•) (πŸ˜‚) ((🐈) (πŸ˜‚)))))
-- (πŸ˜‚) πŸ“‡ 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment