Remote agent/Agent interface: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: Minor tinkering)
(Added PicoLisp)
Line 1: Line 1:
{{draft task}}In [[Remote agent]], a component is described that marshals commands and events between a stream and a program that issues commands and processes the resulting events. Using the protocol definition described there, build this component in a fashion idiomatic and natural to your language.
{{draft task}}In [[Remote agent]], a component is described that marshals commands and events between a stream and a program that issues commands and processes the resulting events. Using the protocol definition described there, build this component in a fashion idiomatic and natural to your language.

=={{header|PicoLisp}}==
The interface logic for the PicoLisp solution is directly integrated into the client [[Remote agent/Agent logic#PicoLisp]].


=={{header|Tcl}}==
=={{header|Tcl}}==