unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Jeff Kowalczyk <jtk@yahoo.com>, Phil Hagelberg <phil@hagelb.org>,
	emacs-devel@gnu.org
Subject: Re: obby
Date: Mon, 11 May 2009 20:25:23 +0200	[thread overview]
Message-ID: <m3skjbijjg.fsf@verona.se> (raw)
In-Reply-To: <jwvprefa7fy.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 11 May 2009 13:19:15 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> By the way, this is a textbook case for why we would want to support
>> dynamic linking. The reference implementation of the Infinote protocol,
>> libinfinote, is released under the LGPL, so it would save a great deal
>> of effort to be able to use that rather than creating a new,
>> independent, under-manned implementation from scratch. It's especially
>> hard to get motivated to sink that much effort into an alternate
>> implementation when you know it would be much easier and more robust to
>> link to an existing Free one.
>
> Short of dynamic-linking there are 2 options:
> - link at compile-time, as we do for png, svg, ...
> - write a wrapper to turn the C API into a little executable that speaks
>   "the same API" over its stdin/stdout, so you can use it via
>   start-process.

I'm interested in this feature, and I could help write the C wrapper.

>
>
>         Stefan "who hopes we will find some way to allow dynamic loading
>                 of libraries at some point, maybe with a similar
>                 approach as what is being designed for javascript"
>

Do you have any links explaining this aproach?

Another aproach I was thinking of was writing some kind of plugin for
the Swig wrapper generator for elisp. The idea is that Swig would be
persuaded to generate C stubs and low-level elisp api:s from a C library
.h file, like Swig already does for Java, Python and so on. I think this
aproach would both be fairly convenient(not as convenient as dynamic
linking of course) and safe from potential threats from dynamic linking.

-- 
Joakim Verona




  reply	other threads:[~2009-05-11 18:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-10 19:53 obby Richard M Stallman
2009-05-10 21:29 ` obby Jeff Kowalczyk
2009-05-11 14:35   ` obby Jeff Kowalczyk
2009-05-11 16:25   ` obby Phil Hagelberg
2009-05-11 17:19     ` obby Stefan Monnier
2009-05-11 18:25       ` joakim [this message]
2009-05-13  9:13         ` obby Richard M Stallman
2009-05-13  9:53           ` obby joakim
2009-05-13 22:34             ` obby Richard M Stallman
2009-05-21 18:35     ` obby Richard M Stallman
2009-05-22 11:41       ` obby Christian Lynbech
2009-05-22 16:45         ` obby Phil Hagelberg
2009-05-23 15:38         ` obby Richard M Stallman
2009-05-22 16:42       ` obby Phil Hagelberg
2009-05-23 14:32         ` obby Karl Fogel
2009-05-25  1:11           ` obby Stefan Monnier
2009-05-25 14:45             ` obby Karl Fogel
2009-05-25 15:02               ` obby Stefan Monnier
2009-05-23 15:38         ` obby Richard M Stallman
2009-05-11 21:08   ` obby Richard M Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3skjbijjg.fsf@verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    --cc=jtk@yahoo.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=phil@hagelb.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).