Hi,

I need such a feature:

  /*
   * If there's an already running guile process in the background,
   * return it, otherwise create a new one and return new process.
   */
  interp = guile_interp(...);

With such a functionality, it'd be possible to

 - Parse & execute faster. (We won't need to create a new process
   everytime.)
 - Cache parse plans.
 - Use global variables that's accessible by any process using the
   same interpreter.

Is such a feature already supported by Guile? Can I achieve above 3
functionalities with using another method?


Regards.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to