guile-devel
[Top][All Lists]
Advanced

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

Re: how about some applications


From: Miroslav Silovic
Subject: Re: how about some applications
Date: 16 Aug 2001 02:32:56 +0200

Tom Lord <address@hidden> writes:

> I think one weakness of the history of Guile and Systas Scheme has
> been the lack of projects that attempt to use the implementations as
> the core of applications.

I've been hacking on SART (renderer that uses guile for scripting,
input format and shader language) for ages now. It's definitely using
Guile as the core of the application: there's plenty of guile code in
it, and the C code uses libguile for pretty much everyting... Pity
SART is not popular application by any means, but then, its
documentation is still UTSL, so it's my fault.

BTW, I found stack-conservative GC the killer feature that enables
this - basically, if it went, the C code just wouldn't be overhaulable
and I'd probably switch to something other than Guile (possibly
SCM). See also my post in the GC thread.

-- 
How to eff the ineffable?



reply via email to

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