Skip to content

Instantly share code, notes, and snippets.

@fracek
Created July 28, 2013 13:18
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 fracek/6098548 to your computer and use it in GitHub Desktop.
Save fracek/6098548 to your computer and use it in GitHub Desktop.
for (c in current-class.direct-subclasses)
push(classes-to-visit, c);
end;
//map(curry(push, classes-to-visit), x.direct-subclasses);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment