|
|
|
|
|
by Nursie
4730 days ago
|
|
I used it a few times. You could draw a frontend easily. You could glue together fairly high level components trivially. You could connect window/component/widget clicks and actions to code trivially. Want a thing that sits in the systray, scans a directory for new files, reads lines out of them and spews them out somewhere over the network? Easy. Make a test frontend that calls a bunch of scripts and dumps the results in a grid? Done. It had a bad rep because in a lot of ways it felt like a toy, and because a lot of bad software was written in it by people that didn't really know what they were doing. OTOH that also made it a really accessible first step for some folks. |
|