Skip to content

Instantly share code, notes, and snippets.

@skilldrick
Created June 19, 2011 12:49
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 skilldrick/1034242 to your computer and use it in GitHub Desktop.
Save skilldrick/1034242 to your computer and use it in GitHub Desktop.
SICP craziness in JS
function segments(agenda) {
return agenda.segments;
}
function someThingElse(agenda) {
var segments = segments(agenda);
}
@skilldrick
Copy link
Author

I mean, who would do this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment