notes-computer-jasper-jasperHandler

message handling as a generalization of exception handling:

structured programming as a specialization of message passing:

message passing should also be integrated with pub/sub and with http://nanomsg.org/ or something like it

e.g. message passing is also part of our event-driven programming model

you might want to subscribe to a message emission location (e.g. the way that upper parts of the call stack subscribe to exceptions thrown by their descendents), and/or you might want to subscribe to a message type (e.g. the way that a marketing system might subscribe to a NewUserSignup? message, or a logging system might subscribe to all exceptions). And perhaps some intersection of these.

Design todos for jasper handlers:

Design toreads for jasper handlers:

See also [1].