Tagged Questions

4
votes
1answer
72 views

What is the difference between Clojure’s “send” and “send-off” functions with respect to dispatching an action to an agent?

The Clojure API describes these two functions as: (send a f & args) - Dispatch an action to an agent. Returns the agent immediately. Subsequently, in a thread from a thread …
0
votes
0answers
26 views

High Granularity Adaptive Society of Agent Software?

Hi, I was thinking about how our society incentivizes behaviors by a collection of free individuals, so that the work of those individuals fulfils the requirements of the society …
11
votes
11answers
545 views

How to create real-life robots?

Even before I learnt programming I've been fascinated with how robots could work. Now I know how the underlying programming instructions would be written, but what I don't understa …