You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the version currently distributed on the Kenzo web site, the object returned by (code '(0 1 2 3 4)) for example is #s(delta :cdr 31) [internal structure] but displayed as D01234, to make easier the interpretation. An external display as (DELT . 31) corresponds to the old format of a delta object, a simple cons. So that all the outputs (DELT . xxx) should be updated. This comes from the difference between the files DELTA.CL distributed on the Kenzo web site with respect to DELTA.LISPin GitHub. What can be done to clarify the coherence of these objects?
The text was updated successfully, but these errors were encountered:
In the version currently distributed on the Kenzo web site, the object returned by
(code '(0 1 2 3 4))
for example is#s(delta :cdr 31)
[internal structure] but displayed asD01234
, to make easier the interpretation. An external display as(DELT . 31)
corresponds to the old format of a delta object, a simple cons. So that all the outputs(DELT . xxx)
should be updated. This comes from the difference between the filesDELTA.CL
distributed on the Kenzo web site with respect toDELTA.LISP
in GitHub. What can be done to clarify the coherence of these objects?The text was updated successfully, but these errors were encountered: