-- File [Ivy]Lupine>Lupine.config. -- Last edited by BZM on January 26, 1982 12:37 PM. -- Last edited by Andrew Birrell on October 25, 1983 10:51 am -- Last edited by Paul Rovner on January 28, 1983 1:29 pm -- Using Lupine. -- To translate a compiled interface module called Example, type -- >Lupine TranslateInterface["Example"]. -- Lupine has the Lister's interface and can also be used interactively. -- Type ? for a complete list of translation options. -- In general, once the stub modules are compiled, the client -- and server runtime configurations needed to support remote -- interface Example are as follows: -- -- SERVER CONFIG CLIENT CONFIG -- RpcRuntime RpcRuntime -- ExampleRpcServerImpl ExampleRpcClientImpl -- ExampleImpl ClientDriverProgram Lupine: CONFIGURATION LINKS: CODE IMPORTS AMTypes, BasicTime, BcdOps, ConvertUnsafe, FS, IO, Loader, Rope, RTSymbolOps, RTSymbols, VM , Commander CONTROL LupineUserInterfaceImpl = BEGIN LupineUserInterfaceImpl; -- A simple user interface. LupineTranslator; -- The body of Lupine exported as a procedure. END.