Skip to content

Commit

Permalink
Add suggestions from Glyphy.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Dec 18, 2023
1 parent 0af154e commit 83788d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/๐Ÿ“–.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
## emojis needing a specific version
const func_to_emojis = ๐Ÿ“–(
## Base
:ENV => (:(๐Ÿงง),),
:throw => (:(cโ•ฏยฐโ–กยฐโ†„โ•ฏ), :(๐Ÿคฎ), :(๐Ÿšฎ),),
:map => (:(๐Ÿ—บ),),
:broadcast => (:(๐Ÿ“ก),),
:Dict => (:(๐Ÿ“–),),
:get => (:(๐Ÿคฒ),),
:true => (:(โœ…), :(๐Ÿ‘), :(๐Ÿ‘Œ),),
:false => (:๐Ÿ‘Ž,),
:delete! => (:(๐Ÿ”ฅ),),
Expand All @@ -15,7 +17,7 @@ const func_to_emojis = ๐Ÿ“–(
:findall => (:(๐Ÿ•ต๏ธ),),
:show => (:(โ˜๏ธ),),
:peek => ((:(โ›ฐ๏ธ), 1.5),),
:chop => ((Symbol(Char(0x0001f333) * Char(0x0001fa93)), 1.2),), # ๐ŸŒณ๐Ÿช“
:chop => (:(๐Ÿฅข), (Symbol(Char(0x0001f333) * Char(0x0001fa93)), 1.2),), # ๐ŸŒณ๐Ÿช“
:ArgumentError => (:(๐Ÿ’ฌ๐Ÿšจ),),
:join => (:(๐Ÿšช๐Ÿšถ),),
:foldr => (:(๐Ÿ—‚), :(๐Ÿ“),),
Expand All @@ -28,6 +30,7 @@ const func_to_emojis = ๐Ÿ“–(
:error => (:(๐Ÿ’ฃ),),
:cd => (:(๐Ÿ’ฟ),),
:zip => (:(๐Ÿค),),
:flush => (:(๐Ÿ˜ณ),),
## Arrays
:cat => (:(๐Ÿ˜ป), :(๐Ÿ˜น), :(๐Ÿˆ),),
:vcat => (:(โฌ‡๏ธ๐Ÿ˜ป), :(โฌ‡๏ธ๐Ÿ˜น), :(โฌ‡๏ธ๐Ÿˆ),),
Expand All @@ -42,6 +45,7 @@ const func_to_emojis = ๐Ÿ“–(
:log => ((Symbol(Char(0x1fab5)), 1.5),), # ๐Ÿชต
:clamp => (:(๐Ÿ—œ๏ธ),),
:mod => (:(๐Ÿ›ต๐Ÿ”ง),),
:div => (:(๐Ÿคฟ),),
:inv => (:(โ†”),),
:imag => (:(๐Ÿ”ฎ),),
:round => (:(๐ŸŽ ), :(๐Ÿ”ต),),
Expand Down

0 comments on commit 83788d1

Please sign in to comment.