Re: [Ecls-list] Link .o or .so to a running ECL program

2014-10-01 Thread Matthew Mondor
On Wed, 01 Oct 2014 12:00:54 -0300 "José Roberto B. de A. Monteiro" wrote: > I am wondering if it is possible to link a pure C compiled file, in .o > or .so (or .dll) formats, into a running Lisp process and how I can do that. > > The case is a am running ECL via Emacs+Slime and it would be very

Re: [Ecls-list] Link .o or .so to a running ECL program

2014-10-01 Thread Pascal J. Bourguignon
"José Roberto B. de A. Monteiro" writes: > Hello all, > > I am wondering if it is possible to link a pure C compiled file, in .o > or .so (or .dll) formats, into a running Lisp process and how I can do that. Just like in C, by calling dlopen, etc. > The case is a am running ECL via Emacs+Slime

[Ecls-list] Link .o or .so to a running ECL program

2014-10-01 Thread José Roberto B. de A. Monteiro
Hello all, I am wondering if it is possible to link a pure C compiled file, in .o or .so (or .dll) formats, into a running Lisp process and how I can do that. The case is a am running ECL via Emacs+Slime and it would be very useful to link some modules written in C to bind then via uffi or native