Behaviours are now tagged lists.
[sam.git] / sam.scm
2021-05-06 Tim VaughanBehaviours are now tagged lists. master
2021-05-06 Tim VaughanSleep is now the default actor behaviour.
2021-05-03 Tim VaughanMinor changes to behaviour macros.
2021-05-02 Tim VaughanRefactored chat client.
2021-05-02 Tim VaughanImplemented beh hierarchy and behaviour macros.
2021-05-01 Tim VaughanMessage delivery now catches exceptions and prints...
2021-05-01 Tim VaughanSmall amount of tidying.
2021-05-01 Tim VaughanUpdated examples to be compatible with new architecture.
2021-05-01 Tim VaughanSAM now runs the show.
2021-05-01 Tim VaughanReplaced URIs as optional string representation of...
2021-05-01 Tim VaughanNo longer using URIs for internal address representation.
2021-04-30 Tim VaughanReorganized boot.
2021-04-28 Tim VaughanP2P chat works.
2021-04-28 Tim VaughanSAM is now a module.
2021-04-28 Tim VaughanMinor fix to send-network-message.
2021-04-27 Tim VaughanReceiving messages over UDP works.
2021-04-27 Tim VaughanNow using URLs and UUIDs for actor addressing.
2021-04-26 Tim VaughanLocal proof-of-principle working.
2021-04-26 Tim VaughanDebugging scheduler.
2021-04-26 Tim VaughanWorking on scheduler.
2021-04-23 Tim VaughanInitial commit.