Seems it causes problems with cond and etc. No big surprise.
* 8sync/systems/actors.scm (=>): Removed.
<- <-wait <-reply <-reply-wait
- call-with-message msg-receive =>
+ call-with-message msg-receive
ez-run-hive
bootstrap-message
(lambda* arglist
body ...)))
-;; Emacs: (put '=> 'scheme-indent-function 2)
-;;; An experimental alias.
-(define-syntax-rule (=> rest ...)
- (msg-receive rest ...))
-
-
\f
;;; Various API methods for actors to interact with the system
;;; ==========================================================