Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Created November 1, 2022 11:28
Embed
What would you like to do?
bad ideas
# 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