Alterator/architecture
< Alterator
Revision as of 14:31, 22 October 2011 by MichaelShigorin (talk | contribs) (Reverted edits by Anjanasanford (talk) to last revision by StanislavIevlev)
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.