Hi List,
playing around a bit wih Pil classes/object, here is something I don't
understand:
#+BEGIN_SRC picolisp
: (de +Test
(T (Hi) (=: hi Hi))
(hi> (Nm) (or (text (: hi) Nm) "Dear Sir or Madam,")) )
-> +Test
: (setq Foo (new '(+Test) "Hi @1"))
-> $176777024346263
: (hi> Foo "Alex")
!? (hi> Foo "Alex")
hi> -- Undefined # => WHY?
?
: (getl Foo)
-> (("Hi @1" . hi))
: (can 'hi>)
-> ((hi> . +Test))
: (type Foo)
-> (+Test)
: (show Foo)
$176777024346263 (+Test)
hi "Hi @1"
-> $176777024346263
: (methods Foo)
-> ((T . +Test) (hi> . +Test))
#+END_SRC
Is that strange, or is the problem sitting in front of the computer?
--
cheers,
Thorsten
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe