Feb. 27, 2015
3:07 p.m.
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. Marcus