[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ANNOUNCE: Common Music for Guile
From: |
Marius Vollmer |
Subject: |
Re: ANNOUNCE: Common Music for Guile |
Date: |
18 Oct 2002 23:15:05 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Rick Taube <address@hidden> writes:
> Hi, Common Music (CM) is now available for Guile 1.6.0.
Great!
> There were really only a few things I missed from CLTL2 (besides loop :) )
>
> 1) a compiler
> 2) a compiler
> 3) a compiler
We'll get to that eventually, I hope. And once we have 1, points 2
and 3 should be easy.
> 4) an equivelent for cl:*load-pathname* so a file can know what its
> name and directory its in without having to deal with %load-path
You can use
(port-filename (current-load-port))
> 5) some sort of save-application function so "images" can be saved
> and rebooted.
In theory, you should be able to use unexec with libguile. I did this
way back when, and maybe it still works.
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405