We started using CLIPS in our application several years ago and never had a need for more than one environment. We are expanding our use of CLIPS to support new functionality. That new functionality has a need to use a separate CLIPS environment so is planning on using environment aware functions.
Now for my question... Once we start using the idea of multiple environments, do we need to change our original code to use environment aware function calls (vs. the "default" environment we have been using)? I am getting the impression that the answer to my question is going to be yes (after reading Section 9 - Environments in the Advanced Programming Guide. I just want to confirm this before spending time and effort on converting the existing function calls so that they are environment aware...
Thanks!