Forum Programmation.autre clos et mop dans lisp SBCL

Posté par  . Licence CC By‑SA.
Étiquettes : aucune
1
18
oct.
2024

Bonjour,
ce code fonctionne bien dans le REPL:

(defclass foo ()
((bar :documentation "this is slot bar in class foo")))

(sb-mop:finalize-inheritance *)

Mais quand je le mets dans un fichier et que je le charge j'obtiens:

debugger invoked on a SB-PCL::NO-APPLICABLE-METHOD-ERROR in thread

:

There is no applicable method for the generic function
#
when called with arguments
(NIL).
See also:
The ANSI Standard, Section 7.6.6
…………………….

J'ai cherché vainement des explications sur la toile; est-ce qu'un lisper du site (…)