Hacker News new | past | comments | ask | show | jobs | submit login

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/




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.


Thanks for sharing. I'll explore it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: