guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The GH interface. (was: Patch for gh.h)


From: Rob Browning
Subject: Re: The GH interface. (was: Patch for gh.h)
Date: 01 May 2001 23:24:59 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Ariel Rios <address@hidden> writes:

> I think that gh interface should be used to do trivial things.  Like
> quickly adding scripting guile support to an app.  Also, using the
> gh interface ensures that there is minimum use of lowlevel guile or
> stuff that might be obsolete, deprecated, etc I am in the process of
> updating some of my apps to 1.5 the ones that used gh compiled
> without problems and that is ok since they only use guile as a
> script language. Whilst the others, guile-gtk needed some tweaking
> as they used somo deprecated stuff.

Right.

But I guess what I'd suggest is that we either need to plan to add
functions like

  int gh_less_p(SCM x, SCM y);

or plan to document and not disparage the use of

  SCM scm_less_p(SCM x, SCM y);

etc.

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

[Prev in Thread] Current Thread [Next in Thread]