What are the difference between: agent, actor, dataflow based programming?
        Posted  
        
            by 
                inf3rno
            
        on Programmers
        
        See other posts from Programmers
        
            or by inf3rno
        
        
        
        Published on 2014-08-19T07:15:36Z
        Indexed on 
            2014/08/19
            10:30 UTC
        
        
        Read the original article
        Hit count: 230
        
terminology
What are the difference between the following terms?
- agent-based programming
- agent-based programming with microagents
- actor-based programming
- actor-based programming with lightweight actors
- dataflow based programming
It is hard to find comparing articles and they are very similar. Afaik they have different constraints and they are implemented on a different abstraction level, but I need some reassurance...
© Programmers or respective owner