nausea
[Top][All Lists]
Advanced

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

[NAUSEA] [task #4895] Use Guile modules


From: Luca Saiu
Subject: [NAUSEA] [task #4895] Use Guile modules
Date: Fri, 4 Nov 2005 14:31:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8a2) Gecko/20040715

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4895>

                 Summary: Use Guile modules
                 Project: NAUSEA
            Submitted by: positrone
            Submitted on: Fri 11/04/05 at 14:31
         Should Start On: Fri 11/04/05 at 00:00
   Should be Finished on: Fri 11/04/05 at 00:00
                Category: World Server
                Priority: 1 - Later
                  Status: None
             Assigned to: None
        Percent Complete: 0%
             Open/Closed: Open
              Difficulty: Medium

    _______________________________________________________

Details:

Guile modules are nice and simple; we should separate all Nausea-related
definitions into one module, and possibly more specific world-related
definition into another different module.

This task only deals with introducing module support. The problem which this
will allow to solve will be managed as separate tasks.

Rationale: querying the system for definitions would also allow to implement
persistence in an elegant and general way; the remaining problem would be the
serialization of procedures, but I think it can be solved completely in
Scheme, using some recursive procedure calling procedure-source and
procedure-environment.
There's no need to dump procedures and types defined in C++, and this is
another simplification. C++ smobs must be dealt with in some special way, but
they are always known at compile time, which makes easier to support them.






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4895>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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