Sha256: 8ea198f7dc24625623fb1f0307e615766ea5c956cd6e2ec1fb704e1bc5797cbf
Contents?: true
Size: 335 Bytes
Versions: 299
Compression:
Stored size: 335 Bytes
Contents
This exercise does require some kind of global state for your robot. In erlang this can be done in various ways (starting with most idiomatic one): 1. Use some `gen_*` from OTP 2. Roll your own process and receive messages in a loop and pass the state as parameter around. 3. Roll your own process and use the process dictionary.
Version data entries
299 entries across 299 versions & 1 rubygems