Created
December 26, 2009 20:18
-
-
Save atg/264032 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
foo | |
lookup | |
# All lookups after foo are put into @ | |
# so 'foo bar baz' would give you @ = (bar baz) | |
out = @0 | |
# The default implementation does a reduce() with dereferencing, something like this | |
@.prepend(this) | |
reduce(@0) | |
@2(@0[@1]) | |
out(@0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment