Alterator/architecture

From ALT Linux Wiki
< Alterator
Revision as of 16:08, 12 April 2009 by StanislavIevlev (talk | contribs) (Created page with 'Category:Alterator Alterator is layered: ;backends: implement system interaction, ;frontends: implement UI and configuration logic, Frontends are implemented in Scheme. Bac...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Alterator is layered:

backends
implement system interaction,
frontends
implement UI and configuration logic,

Frontends are implemented in Scheme. Backend/frontend interaction is performed through sockets by the specific Lisp-inspired protocol.

Backends may be written in any language, and there are existing libraries for POSIX shell and Perl for dealing with frontend communication protocol.