caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Dynamic linking in CSL?
@ 1995-12-22 19:09 Mark C. Chu-Carroll
  1995-12-28 15:08 ` Francois Rouaix
  1995-12-28 16:13 ` Xavier Leroy
  0 siblings, 2 replies; 5+ messages in thread
From: Mark C. Chu-Carroll @ 1995-12-22 19:09 UTC (permalink / raw)
  To: caml-list



Is it possible, in CSL, to dynamically load and link a CSL module
which matches a static signature?

(I'm writing an editor, which provides mechanisms for user implemented
enhancements.  Most enhancements work as external programs that communicate
with the editor through sockets. But I'd like users to be able to write
enhancements that use the TK binding to alter window behavior. The
only way for them to do such a thing without recompiling the editor
would be to have some sort of dynamic loading. I can handle type safety
by forcing extension packages to comform to a particular signature. But
I really need to have dynamic linking/loading.)

	<MC>






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1996-01-04 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-22 19:09 Dynamic linking in CSL? Mark C. Chu-Carroll
1995-12-28 15:08 ` Francois Rouaix
1995-12-29 14:06   ` Mark C. Chu-Carroll
1995-12-30 10:45     ` Francois Rouaix
1995-12-28 16:13 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).