This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile scripting host?


From: thi <ttn@mingle.glug.org>

>Marisha Ray & Neil Jerram writes:
>
> > To finish with a question...  As GNOME matures and CORBA becomes more
> > widely used, it seems that GNU application developers will have two
> > possibilities for making their applications extensible and scriptable:
> > Guile and CORBA.  How does the developer decide which of these two is
> > more appropriate?
>
>the question seems ill-formed.  corba is a general system whereas guile
>is a language implementation.

I agree that CORBA and Guile operate at different levels, but I don't think
that makes the question ill-formed.  It just makes choosing between the two
more difficult to categorise than, say, choosing between two languages like
Guile and Tcl.

>in any case, i believe ilu 2.0 (recently
>released) from xerox parc has guile bindings.  ilu can do corba idl or a
>superset.  gnome will be similar.
>
>the question can still be answered: you can choose either space and get
>to the other.


A Guile wrapping for CORBA sounds easy enough, but can an arbitrary set of
Guile smobs and procedures already be wrapped as CORBA objects and methods?