Обсуждение: plscheme - plscheme: Initialize guile just once for every session.

Поиск
Список
Период
Сортировка

plscheme - plscheme: Initialize guile just once for every session.

От
knt@pgfoundry.org (User Knt)
Дата:
Log Message:
-----------
Initialize guile just once for every session. And define a global variable,
"shared", that's accessible by all procedures within the current session.
Furthermore, any definition issued by a procedure will be placed in the top
lexical scope at the initialization, which means related definition will be
accessible by other procedure calls within the same session too.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.18&r2=1.19)