Пакунок: elpa-fsm (0.2.1-5)
Links for elpa-fsm
Debian Resources:
Download Source Package fsm-el:
Maintainers:
External Resources:
- Homepage [elpa.gnu.org]
Similar packages:
state machine library
fsm.el is an exercise in metaprogramming inspired by gen_fsm of Erlang/OTP. It aims to make asynchronous programming in Emacs Lisp easy and fun. By "asynchronous" I mean that long-lasting tasks don't interfer with normal editing.
Some people say that it would be nice if Emacs Lisp had threads and/or continuations. They are probably right, but there are few things that can't be made to run in the background using facilities already available: timers, filters and sentinels. As the code can become a bit messy when using such means, with callbacks everywhere and such things, it can be useful to structure the program as a state machine.
In this model, a state machine passes between different "states", which are actually only different event handler functions. The state machine receives "events" (from timers, filters, user requests, etc) and reacts to them, possibly entering another state, possibly returning a value.
The essential macros/functions are: ;; define-state-machine - create start-FOO function define-state - event handler for each state (required) define-enter-state - called when entering a state (optional) define-fsm - encapsulates the above three (more sugar!) fsm-send - send an event to a state machine fsm-call - send an event and wait for reply
fsm.el is similar to but different from Distel: <URL:http://fresh.homeunix.net/~luke/distel/> Emacs' tq library is a similar idea.
Інші пакунки пов'язані з elpa-fsm
|
|
|
|
-
- dep: dh-elpa-helper
- допоміжний пакунок для розширень emacs lisp
-
- dep: emacs
- Редактор GNU Emacs (збірний пакунок)
also a virtual package provided by emacs-gtk, emacs-lucid, emacs-nox, emacs-pgtk
-
- dep: emacsen-common
- Спільні засоби для усіх пакунків Emacs
-
- rec: emacs (>= 46.0)
- Редактор GNU Emacs (збірний пакунок)
also a virtual package provided by emacs-gtk, emacs-lucid, emacs-nox, emacs-pgtk
-
- enh: emacs
- Редактор GNU Emacs (збірний пакунок)
also a virtual package provided by emacs-gtk, emacs-lucid, emacs-nox, emacs-pgtk
-
- enh: emacs24
- Пакунок недоступний
-
- enh: emacs25
- Пакунок недоступний
Завантажити elpa-fsm
Архітектура | Розмір пакунка | Розмір після встановлення | Файли |
---|---|---|---|
all | 9.3 kB | 43.0 kB | [список файлів] |