How would you design a very “Pythonic” UI framework?

后端 未结 15 2020
日久生厌
日久生厌 2021-02-02 01:29

I have been playing with the Ruby library \"shoes\". Basically you can write a GUI application in the following way:

Shoes.app do
  t = para \"Not clicked!\"
  b         


        
15条回答
  •  耶瑟儿~
    2021-02-02 01:42

    The only attempt to do this that I know of is Hans Nowak's Wax (which is unfortunately dead).

提交回复
热议问题