top | item 23903718

(no title)

bjz_ | 5 years ago

Glamorous Toolkit[0] is pretty neat! More of something designed for making software on top of, but it's a pretty cool example of what's possible.

[0]: https://gtoolkit.com/

discuss

order

greggman3|5 years ago

Why is that only possible in Pharo? The concepts seem pretty language agnostic. Maybe I've mis-understood what it does but I can imagine a devtools plugin for Chrome/Firefox that basically does effectively

    if (x instanceof foo) ShowUIForFoo
    else if (x isnstanceof bar) ShowUIForBar
    ...
And then let you register your object UIs so they show up in the debugger.

deesep|5 years ago

Thanks for sharing. I'll explore it.