unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Minimal Guile
@ 2011-12-19 20:35 Mike Gran
  2011-12-19 22:32 ` Noah Lavine
  2011-12-21 16:03 ` Mike Gran
  0 siblings, 2 replies; 19+ messages in thread
From: Mike Gran @ 2011-12-19 20:35 UTC (permalink / raw)
  To: guile-devel

Hi-

I've been keeping up with some of the discussion on other gnu lists.

One of the criticisms at the moment is that Guile is
 
1. bloated
2. hard to distribute.
 
Re point 2: hard to distribute.
 
A while ago I was looking at the idea of minimizing the number of
files needed to ship Guile as a dependency.  At the time, I thought
that one could retool the build so that it produced
- a tar.gz of the distributable header files
- libguile as a monolithic .so or .dll with no dependencies.
  Dependencies would be wrapped into the monolithic .so or .dll.
- all the compiled .go files as a tar file
- and a Guile executable that used both of the above
 
Guile and libguile would read the .go without unpacking the tar file
by using libtar.
 
There's no real advantage in this for the GNU system, but, it would
make it easier to make a distributable cross-build for non-GNU
systems.  This would make it easier to set up a download repository
of prebuilt .so, .dll, and go-lib tar files.
 
Re point 1: bloated
 
Once the infrastructure for the above is in place, one could set
up an alternate cross-build system that produced a version of
Guile that is
 
- ASCII only, "C" locale only
- Fixnum integers only
- No ability to load ltdl or ffi
- no ability to use whatever libcrypt is used for
 
This would be for the purpose of being a minimalist extension
engine.
 
What do you think?
 
-Mike Gran



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-01-05  2:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-19 20:35 Minimal Guile Mike Gran
2011-12-19 22:32 ` Noah Lavine
2011-12-21 15:47   ` Andy Wingo
2011-12-21 16:03 ` Mike Gran
2011-12-21 21:05   ` Andy Wingo
2011-12-22  1:07   ` Noah Lavine
2011-12-22  8:13     ` David Kastrup
2011-12-24 15:54   ` Antono Vasiljev
2012-01-03 21:44   ` Ludovic Courtès
2012-01-03 22:53     ` Mike Gran
2012-01-03 23:25       ` Ludovic Courtès
2012-01-03 23:41         ` Mike Gran
2012-01-04  1:20       ` Mark H Weaver
2012-01-04  2:09         ` Mike Gran
2012-01-04  3:44           ` Mark H Weaver
2012-01-04 18:52             ` Mike Gran
2012-01-05  2:02               ` Mark H Weaver
2012-01-04 19:16             ` Andy Wingo
2012-01-04 20:48               ` Andreas Rottmann

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).