Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Created November 1, 2022 11:28
Show Gist options
  • Save JoshCheek/64ca3fde51ac03b8127d3ba74d75e8c5 to your computer and use it in GitHub Desktop.
Save JoshCheek/64ca3fde51ac03b8127d3ba74d75e8c5 to your computer and use it in GitHub Desktop.
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