Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created July 27, 2015 18:07
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 wmoxam/1ab79bf6a11737ed5a26 to your computer and use it in GitHub Desktop.
Save wmoxam/1ab79bf6a11737ed5a26 to your computer and use it in GitHub Desktop.
_ = $$ / $$
__ = _ - _
@_ = _ + _
$_ = @_ + _
$__ = @_ + $_
$-_ = $__ * $_
@__ = '' << $-_ * ($__ + $_) + @_
$___ = '' << $-_ * $__ - $__ << $-_ * ($__ + @_) << @__ << @__
@___ = '' << $-_ * $__ - $_ * $_ << $-_ * ($__ + $_) - $_ << @__ << @__
(___ = -> {
$. += _
$> << ($. % $-_ == __ ? $___ + @___
: $. % $_ == __ ? $___
: $. % $__ == __ ? @___
: $.) <<
('' << $__ * @_)
$. < ($__ * @_) ** @_ ? ___[] : _
})[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment