Feb. 27, 2015
3:29 p.m.
Le 27/2/15 16:07, Marcus Denker a écrit :
On 27 Feb 2015, at 16:01, stepharo <stepharo@free.fr> wrote:
:) look more and more like CLOS :)
now a question: what do you accept as value: (literals or expressions). I have the impression that literals are better because no runtime needed.
right now it is very simplistic: when you accept, it evaluates the definition. When you browse it, it prints it.
So it accepts literals.
Yes, this is best. For expressions, the slot could use Blocks⦠but I do not like the idea.
Me too (but this is just a gut feeling) and it corresponds literal initializers in self. So we could imagine that we can easily serialize slots and pass them around :)
Marcus