Current Development Stack

Brief: Tracks recursive workflows
Jump To: Parent Description

  • Usually during development of FRDCSA, we work on a given problem until we reach an impasse, and then we jump to solving that impasse. So, we essentially recurse on problem dependencies. Eventually, we wind up returning to the original problem due to a circular dependency, but all the work we have done in the interim means we are likely closer to a solution. If not we simply continue recursing. This project tracks (ideally in emacs) the recursive problem stack we are working on, so that we can pop the stack when we finish and do not lose our place.