[Seaside] Evaluate expression

Lukas Renggli renggli at gmail.com
Thu Aug 23 11:55:34 UTC 2007


> In ruby i can write something like that: Sheet.eval("expression goes
> there") and
> define method method_missing to parse calls to sheet cells.

Compiler evaluate: 'expression goes there'

> Can somebody say me how to make such things work in smalltalk?

The inspector (WAInspector) in the Halos also demonstrates it.

Don't use this for strings you receive from unknown sources through
the web. This is dangerous and people can do nasty things to your
image and machine ...

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list