Re: [fonc] Implementing Actors in Kernel

2012-02-17 Thread √iktor Ҡlang
Hi Dale, Then I'll try to write up something publishable! Cheers, √ On Fri, Feb 17, 2012 at 2:40 PM, Dale Schumacher wrote: > Hi Viktor, > > I haven't given much thought to using Iteratees.  I'll be interested > to see your results. > > Take care, > Dale > > On Fri, Feb 17, 2012 at 5:40 AM, √ik

Re: [fonc] Implementing Actors in Kernel

2012-02-17 Thread Dale Schumacher
Hi Viktor, I haven't given much thought to using Iteratees. I'll be interested to see your results. Take care, Dale On Fri, Feb 17, 2012 at 5:40 AM, √iktor Ҡlang wrote: > Hey Dale, > > really interesting post, thanks for writing it up. > > I've been experimenting implementing actor behaviors a

Re: [fonc] Implementing Actors in Kernel

2012-02-17 Thread √iktor Ҡlang
Hey Dale, really interesting post, thanks for writing it up. I've been experimenting implementing actor behaviors as Iteratees, is that something you've explored as well? Cheers, √ On Fri, Feb 17, 2012 at 5:29 AM, Dale Schumacher wrote: > When Steele and Sussman wanted to explore Actors, they

[fonc] Implementing Actors in Kernel

2012-02-16 Thread Dale Schumacher
When Steele and Sussman wanted to explore Actors, they built an evaluator in LISP. Their work eventually resulted in Scheme, which moved us from dynamic to static/lexical scoping, but is _not_ an actor language. Since then there has been ongoing confusion about the relationship, if any, between A