This project aims to promote the MultiAgent Oriented Programming (MAOP) approach by providing a suitable integration of tools and languages for programming agents, their environment and organisation.
When testing multiple agents we have used .wait, which is not a good approach (it makes the test waits that fixed time, while sometimes a good machine can finish it sooner, and it is also not safe considering that a slow machine may need more time). So, this new version is using .at/2 and "eventually" plans to avoid .wait/1.
When testing multiple agents we have used .wait, which is not a good approach (it makes the test waits that fixed time, while sometimes a good machine can finish it sooner, and it is also not safe considering that a slow machine may need more time). So, this new version is using .at/2 and "eventually" plans to avoid .wait/1.