Tweaking a primordial module system
I think I have also posted this before. I have been using this task/module system where user basically pushes functions to a manager, and the manager executes them with the correct order and given directives.
I recently experimented with offloading t...