Skip to content

Instantly share code, notes, and snippets.

@masak
Created October 9, 2009 13:39
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 masak/206033 to your computer and use it in GitHub Desktop.
Save masak/206033 to your computer and use it in GitHub Desktop.
=head1 Suggested example: Dependency scheduler
"We need to do B and C before doing A, but we need to do D and F before B..."
This kind of problem comes up in many different contexts, from installing
software packages to getting dressed in the morning. It's also a nice example
to implement as a simple Perl 6 class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment