Created
November 1, 2022 11:28
-
-
Save JoshCheek/64ca3fde51ac03b8127d3ba74d75e8c5 to your computer and use it in GitHub Desktop.
bad ideas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://twitter.com/josh_cheek/status/1587406334839889921 | |
$**?$ # => "" | |
$**%$*$ # => "" | |
$**%** # => "" | |
$**%$$ # => "" | |
$_ = {} | |
alias $*$_ | |
public def *(*) = itself | |
alias ** * | |
$*.** **$**$* # => {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment