Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!rutgers!mephisto!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.sys.amiga Subject: Re: Common Lisp? Message-ID: <23493@estelle.udel.EDU> Date: 3 Jul 90 15:01:45 GMT References: <23200@snow-white.udel.EDU> <17190006@hpfcdj.HP.COM> Reply-To: new@ee.udel.edu (Darren New) Organization: University of Delaware Lines: 8 In article <17190006@hpfcdj.HP.COM> jayavant@hpfcdj.HP.COM (Rajeev Jayavant) writes: >If you want to be able to load compiled object files, some sort of >AmigaDos-compatible dynamic linker would have to be written. We have one. It's called LoadSeg(). Of course, if you want to share globals or something, you would need to do more. Usually, passing a vector to a table of global entry points works well (can you say shared library?). -- Darren