Termite is an Erlang-style concurrent programming model for Scheme. The original Termite is developed by Guillaume Germain using Gambit-C Scheme. Termite is a massage passing model.
Guile-Termite is a port of Termite model to the GNU Guile. It contains two parts:
- Thread-mailbox
- The Termite framework itself
Currently the thread-mailbox is finished.