guile-user
[Top][All Lists]
Advanced

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

Re: address@hidden: Re: Roadmap and goals?]


From: Thien-Thi Nguyen
Subject: Re: address@hidden: Re: Roadmap and goals?]
Date: Sat, 20 Apr 2002 11:54:43 -0700

   From: Wolfgang <address@hidden>
   Date: Sat, 20 Apr 2002 15:15:24 +0200

   And I'm a person trying to write a replacement for /sbin/init for the
   (Hurd-based) GNU-system and I am implementing it entirely in Guile,
   because I want to push Guile as the system scripting language of the
   GNU OS.

cool!

   > Second, my guess is that most applications are written within
   > one language, because maintaining the interface between two languages
   > is a problem.

   But there are still lots of applications where it makes sense to have an
   extension language.

another response is to try to lessen maintenance through interface
manipulation tools (glue code wrapper generators), which are mostly
done, these days, wrt raw functionality but need refinement.

even more guileful would be to write tools to ferret out redundant
implementations of guile-provided facilities (e.g., "linked lists in C")
and auto-refactor them to use libguile.  (this will probably happen when
auto-debug is written. ;-)

ok less talk more walk...

thi



reply via email to

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