Thanks for Lisp-Actors. I read about it on the HUG mailing list. I am now studying its code, but it is not so easy for a beginner. Would you add some easy tests or sample code for absolute beginners to better grasp Lisp-Actors?
I am trying to use Lisp-Actors to wrap very long-running calls to the underlying OS, for example hundreds of directory-tree change watchers, or file-change watchers, and handle such long-running daemons from within Lispworks. To me, Lisp-Actors feels like a very natural way to handle this use-case?
Would you consider adding some examples to the xTActors/Examples in that direction in the future?
Thanks again.
Thanks for Lisp-Actors. I read about it on the HUG mailing list. I am now studying its code, but it is not so easy for a beginner. Would you add some easy tests or sample code for absolute beginners to better grasp Lisp-Actors?
I am trying to use Lisp-Actors to wrap very long-running calls to the underlying OS, for example hundreds of directory-tree change watchers, or file-change watchers, and handle such long-running daemons from within Lispworks. To me, Lisp-Actors feels like a very natural way to handle this use-case?
Would you consider adding some examples to the xTActors/Examples in that direction in the future?
Thanks again.