Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 360 Bytes

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:

  1. Thread-mailbox
  2. The Termite framework itself

Currently the thread-mailbox is finished.