[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to select a module in C (guile 1.3.4)
From: |
Marius Vollmer |
Subject: |
Re: How to select a module in C (guile 1.3.4) |
Date: |
16 Jun 2001 21:54:58 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 |
Richard Guenther <address@hidden> writes:
> I need to know how to switch the current module in C,
Preferably, you should try to avoid module system operations from C
entirely. Is it possible to write the `driver' that evaluates code in
Scheme?