|
|
|
|
|
by juskrey
2275 days ago
|
|
Once upon a time I have implemented POP3 server protocol state machine in Clojure.
180 lines in total, of which 40 were FSM declaration, 140 command handling functions.
Not sure I'll ever want to approach FSM in any other language, unless no other choice. |
|