User:Colby Russell/Composability: Difference between revisions

m
fix list formatting
(Created page with "There are two areas where there are composability concerns: * when a general purpose libpack that we link against is itself a valid triple script (we need to transform its s...")
 
m (fix list formatting)
Line 1:
There are two areas where there are composability concerns:
* when a general purpose libpack that we link against is itself a valid triple script (we need to transform its shunting block; maybe this should be as simple as truncating the IIFE with a semicolon—replacing the invocation parens)
* distinct from the case of linking against an existing program for use as a lib, we want to be able to more-or-less contrive of a format that allows us to chain multiple programs together in a "pipe"
script (we need to transform its shunting block; maybe this should be as
simple as truncating the IIFE with a semicolon—replacing the invocation
parens)
* distinct from the case of linking against an existing program for use as a
lib, we want to be able to more-or-less contrive of a format that allows us
to chain multiple programs together in a "pipe"
 
A use case for the latter: suppose program A only natively supports attaching