2015-02-09 00:22:33 +03:00
|
|
|
::
|
|
|
|
:::: /hook/core/console/lib
|
|
|
|
::
|
|
|
|
:: This file is in the public domain.
|
|
|
|
::
|
|
|
|
/? 310
|
|
|
|
/- *console
|
2015-02-09 09:25:00 +03:00
|
|
|
!:
|
2015-02-09 00:22:33 +03:00
|
|
|
::::
|
|
|
|
::
|
|
|
|
|%
|
|
|
|
++ cs :: shared-state engine
|
2015-02-12 05:57:33 +03:00
|
|
|
|_ console-share
|
2015-02-09 00:22:33 +03:00
|
|
|
++ abet +<
|
2015-02-24 21:57:47 +03:00
|
|
|
++ apex :: engine by rule
|
|
|
|
|* sef=_rule
|
|
|
|
|= act=console-action
|
|
|
|
^+ [[p=*(list console-effect) q=(rust ~ sef)] *console-share]
|
|
|
|
?- -.act
|
|
|
|
%det
|
|
|
|
=^ dut +>+>.$
|
|
|
|
%+ remit +.act
|
|
|
|
|= buf=(list ,@c)
|
|
|
|
=+ txt=(tufa buf)
|
|
|
|
=((lent txt) q.p:(sef [0 0] txt))
|
|
|
|
[[?~(dut ~ [[%det u.dut] ~]) ~] +>+>+<.$]
|
|
|
|
::
|
|
|
|
%ret
|
|
|
|
=+ dod=(rust (tufa buf) sef)
|
|
|
|
?~ dod
|
|
|
|
[[[%bel ~]~ ~] +>+>+<.$]
|
|
|
|
=^ cal +>+>.$ (transmit [%set ~])
|
|
|
|
:_ +>+>+<.$
|
|
|
|
:_ dod
|
|
|
|
:~ [%det cal]
|
|
|
|
[%nex ~]
|
|
|
|
==
|
|
|
|
==
|
|
|
|
++ apse :: engine by dialog
|
|
|
|
|* dog=_(console-dialog)
|
|
|
|
|= act=console-action
|
|
|
|
^+ :_ *console-share
|
|
|
|
:_ *(list console-effect)
|
|
|
|
?>(?=(%& -.god) *(each ,_p.god ,_+)
|
|
|
|
?- -.act
|
|
|
|
%det
|
|
|
|
=^ dut +>+>.$
|
|
|
|
%+ remit +.act
|
|
|
|
|= buf=(list ,@c)
|
|
|
|
!=(~ (nice:dog (tufa buf)))
|
|
|
|
|
|
|
|
=+ foo=`(list console-effect)`?~(dut ~ [[%det u.dut] ~])
|
|
|
|
:- :- foo
|
|
|
|
[%| dog]
|
|
|
|
`console-share`+>+>+<.$
|
|
|
|
::
|
|
|
|
%ret
|
|
|
|
?. =(`& (nice:dog
|
|
|
|
==
|
|
|
|
::
|
2015-02-09 00:22:33 +03:00
|
|
|
++ apply
|
|
|
|
|= ted=console-edit
|
|
|
|
^+ +>
|
|
|
|
?- -.ted
|
2015-02-12 05:57:33 +03:00
|
|
|
%del +>.$(buf (weld (scag p.ted buf) (slag +(p.ted) buf)))
|
|
|
|
%ins +>.$(buf (weld (scag p.ted buf) `_buf`[q.ted (slag p.ted buf)]))
|
2015-02-09 00:22:33 +03:00
|
|
|
%mor |- ^+ +>.^$
|
|
|
|
?~ p.ted
|
|
|
|
+>.^$
|
2015-02-09 09:25:00 +03:00
|
|
|
$(p.ted t.p.ted, +>.^$ ^$(ted i.p.ted))
|
2015-02-09 00:22:33 +03:00
|
|
|
%nop +>.$
|
2015-02-12 05:57:33 +03:00
|
|
|
%set +>.$(buf p.ted)
|
2015-02-09 00:22:33 +03:00
|
|
|
==
|
|
|
|
::
|
2015-02-18 06:30:53 +03:00
|
|
|
::::
|
|
|
|
:: ++transmute: symmetric operational transformation.
|
|
|
|
::
|
|
|
|
:: for any console state +>, obeys
|
2015-02-09 00:22:33 +03:00
|
|
|
::
|
|
|
|
:: =+ [x=(transmute a b) y=(transmute b a)]
|
2015-02-18 06:30:53 +03:00
|
|
|
:: .= (apply:(apply b) x)
|
|
|
|
:: (apply:(apply a) y)
|
2015-02-09 00:22:33 +03:00
|
|
|
::
|
|
|
|
++ transmute :: dex as after sin
|
|
|
|
|= [sin=console-edit dex=console-edit]
|
|
|
|
^- console-edit
|
|
|
|
?: ?=(%mor -.sin)
|
|
|
|
|- ^- console-edit
|
|
|
|
?~ p.sin dex
|
|
|
|
$(p.sin t.p.sin, dex ^$(sin i.p.sin))
|
|
|
|
::
|
|
|
|
?: ?=(%mor -.dex)
|
|
|
|
:- %mor
|
|
|
|
|- ^- (list console-edit)
|
|
|
|
?~ p.dex ~
|
|
|
|
[^$(dex i.p.dex) $(p.dex t.p.dex)]
|
|
|
|
::
|
|
|
|
?: |(?=(%nop -.sin) ?=(%nop -.dex)) dex
|
|
|
|
?: ?=(%set -.sin) [%nop ~]
|
|
|
|
?: ?=(%set -.dex) dex
|
|
|
|
::
|
|
|
|
?- -.sin
|
|
|
|
%del
|
|
|
|
?- -.dex
|
|
|
|
%del ?: =(p.sin p.dex) [%nop ~]
|
|
|
|
?:((lth p.sin p.dex) dex(p (dec p.dex)) dex)
|
|
|
|
%ins ?:((lte p.sin p.dex) dex(p (dec p.dex)) dex)
|
|
|
|
==
|
|
|
|
::
|
|
|
|
%ins
|
|
|
|
?- -.dex
|
2015-02-09 09:25:00 +03:00
|
|
|
%del ?:((lte p.sin p.dex) dex(p +(p.dex)) dex)
|
2015-02-09 00:22:33 +03:00
|
|
|
%ins ?: =(p.sin p.dex)
|
2015-02-09 09:25:00 +03:00
|
|
|
?:((gth q.sin q.dex) dex dex(p +(p.dex)))
|
|
|
|
?:((lte p.sin p.dex) dex(p +(p.dex)) dex)
|
2015-02-09 00:22:33 +03:00
|
|
|
==
|
|
|
|
==
|
|
|
|
::
|
2015-02-18 06:30:53 +03:00
|
|
|
++ commit :: local change
|
2015-02-09 00:22:33 +03:00
|
|
|
|= ted=console-edit
|
|
|
|
^+ +>
|
|
|
|
(apply(own.ven +(own.ven)) ted)
|
|
|
|
::
|
2015-02-18 06:30:53 +03:00
|
|
|
::::
|
|
|
|
:: ++inverse: inverse of change in context.
|
|
|
|
::
|
|
|
|
:: for any console state +>, obeys
|
|
|
|
::
|
|
|
|
:: =(+> (apply:(apply a) (inverse a)))
|
|
|
|
::
|
|
|
|
++ inverse :: relative inverse
|
|
|
|
|= ted=console-edit
|
|
|
|
^- console-edit
|
|
|
|
?- -.ted
|
|
|
|
%del [%ins p.ted (snag p.ted buf)]
|
|
|
|
%ins [%del p.ted]
|
|
|
|
%mor :- %mor
|
|
|
|
%- flop
|
|
|
|
|- ^- (list console-edit)
|
|
|
|
?~ p.ted ~
|
|
|
|
:- ^$(ted i.p.ted)
|
|
|
|
$(p.ted t.p.ted, +>.^$ (apply i.p.ted))
|
|
|
|
%nop [%nop ~]
|
|
|
|
%set [%set buf]
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ transmit :: outgoing change
|
2015-02-12 05:57:33 +03:00
|
|
|
|= ted=console-edit
|
|
|
|
^- [console-change _+>]
|
|
|
|
[[[his.ven own.ven] (sham buf) ted] (commit ted)]
|
|
|
|
::
|
2015-02-18 06:30:53 +03:00
|
|
|
++ realize :: naturalize event
|
|
|
|
|= console-change
|
|
|
|
^- [console-edit _+>]
|
|
|
|
?> &(=(his.ler his.ven) (lte own.ler own.ven))
|
2015-02-09 00:22:33 +03:00
|
|
|
?> &(=(his.ler his.ven) (lte own.ler own.ven))
|
|
|
|
?> |(!=(own.ler own.ven) =(haw (sham buf)))
|
2015-02-18 06:30:53 +03:00
|
|
|
=. leg (scag (sub own.ven own.ler) leg)
|
|
|
|
[(transmute [%mor leg] ted) +>]
|
|
|
|
::
|
|
|
|
++ remit :: conditional accept
|
|
|
|
|= [cal=console-change ask=$+((list ,@c) ?)]
|
|
|
|
^- [(unit console-change) _+>]
|
|
|
|
=+ old=+>
|
|
|
|
=^ dat +>.$ (realize cal)
|
|
|
|
=. +>.$ (apply(his.ven +(his.ven)) dat)
|
|
|
|
?: (ask buf)
|
|
|
|
[~ +>.$]
|
|
|
|
=+ wad=(inverse dat)
|
|
|
|
:: ~& [%remit-old buf.old]
|
|
|
|
:: ~& [%remit-new buf]
|
|
|
|
:: ~& [%remit ted/ted.cal]
|
|
|
|
:: ~& [%remit dat/dat]
|
|
|
|
:: ~& [%remit wad/wad]
|
|
|
|
=^ lic +>.$ (transmit wad)
|
|
|
|
:: ~& [%remit-end [lic buf]]
|
|
|
|
[`lic +>.$]
|
|
|
|
::
|
|
|
|
++ receive :: accept change
|
|
|
|
|= cal=console-change
|
|
|
|
^+ +>
|
|
|
|
=^ dat +> (realize cal)
|
|
|
|
(apply(his.ven +(his.ven)) dat)
|
2015-02-09 00:22:33 +03:00
|
|
|
--
|
|
|
|
--
|