jacamo-lang / jacamo

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.
https://jacamo-lang.github.io
GNU Lesser General Public License v3.0
77 stars 32 forks source link

Replacing .wait/1 by .at/2 #43

Closed cleberjamaral closed 2 years ago

cleberjamaral commented 2 years ago

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.