Metadata-Version: 1.0
Name: goal_oriented
Version: 0.1
Summary: This module provides a simple facility to the goal-oriented programming paradigm.
Home-page: http://securityadventures.wordpress.com/
Author: Emanuele Acri
Author-email: crossbower@gmail.com
License: This module is distributed under the BSD license, and it is reusable by everyone
Description: This module provides a simple facility to the goal-oriented programming paradigm.
In goal-oriented programming, the programmer subdivides the problem in minor goals,
with dependencies between them, and just pass them to a scheduler that will
execute them asyncronously and in the correct order.
Platform: UNKNOWN
