How to make a GUI using Lisp: DrScheme or Common Lisp

前端 未结 4 1859
时光取名叫无心
时光取名叫无心 2020-12-29 09:31

Or the basic work need to do to create a GUI. I know the basic Components of GUI, but where to begin. I\'m just a self-study person and I\'m reading \"How to Design Program\

4条回答
  •  Happy的楠姐
    2020-12-29 10:02

    The documentation for GUI programming in DrRacket (the name of current versions of DrScheme) is here: http://docs.racket-lang.org/gui/index.html

    Since you're reading HTDP, this is probably the best option for you right now.

提交回复
热议问题