Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 427 Bytes

Installation

Simply, import the project into an Eclipse workspace and run.

Chat Simulation Machines

There are currently two working machines:

  • ChatEventMachine A naive chat simulation (easiest to understand)
  • StatefulChatEventMachine A pattern-oriented approach to chat simulation

The construction of each machine, in order, are described at my blog.