[comp.lang.smalltalk] Starting a Unix Process with St80

cantwell@vuse.vanderbilt.edu (Jeff Cantwell) (06/26/91)

I am working on a project which involves designing a kind of
intelligent signal processing workbench.  Minimally, I would like to
be able to start Matlab in an X-window on my Sun (from st80 r4) and be
able to send the matlab process commands or parameters when the user
presses buttons in st80.  Has anyone done anything like this? Is
there an easy way to do it using the UnixProcess class (i.e. without having
to write st80 primitives in C)?  Any advice would be greatly appreciated!