| Caveat: I have never used VAX APL or MCC in a product and am not associated
with either development team. However, I have played with both
(separately)!
VAX APL supports calling out to functions written in other languages. In
principle this could include MCC (e.g. "callable MCC"). However, the
interface to MCC routines is more arcane than anything I have seen elsewhere
so it might prove very difficult.
VAX APL does not (I believe) support calling into APL from programs written
in other languauges. I suspect this prevents APL being used to write a real
FM (or PM or AM).
So, it depends what they want to do. If they just want MCC to provide the
underlying communicatin with the managed object then it might be doable
(using callable MCC possibly with an interface routine written in C or BLISS
to simplify the interface from APL). However, if they want all their
current applications to run from within MCC (so you can get at things from
the iconic map, for example) then I don't think it will be possible.
You might want to ask in the APL conference (TURRIS::APL, if I remember
correctly).
Graham
|