[cl-muproc-devel] First publically available incarnation of CL-MUPROC released: cl-muproc--2006-05-14
Bill Clementson
billclem at gmail.com
Sun May 14 23:08:23 UTC 2006
Hi Klaus,
> I am pleased to announce that CL-MUPROC is now available at
> http://www.common-lisp.net/project/cl-muproc. As you will see, the
> reference documentation is far from complete; only the core
> functionality is documented at this time.
>
> Please do feel free to try it out and offer any feed-back, comments,
> suggestions, or whatever (patches, even! ;-).
There is a minor typo in the source for supervisor.lisp (patch below)
that causes a compile error. I'm looking forward to trying out the
code later.
- Bill
*** /Users/bc/lisp/unstable/cl-muproc--2006-05-14/supervisor.lisp~ Sun
May 14 00:47:06 2006
--- /Users/bc/lisp/unstable/cl-muproc--2006-05-14/supervisor.lisp Sun
May 14 13:28:59 2006
***************
*** 424,430 ****
ch))
;;; STATE
! :;; ============================================================================
(defgeneric current-state (sn)
(:method ((vs supervisee))
--- 424,430 ----
ch))
;;; STATE
! ;;; ============================================================================
(defgeneric current-state (sn)
(:method ((vs supervisee))
More information about the cl-muproc-devel
mailing list