Hey /prog/riders, I'm not a LISPer but I'm learning. I was wondering if it were possible to dynamically create a grid of buttons in swing, instead of initializing all of them individually. I was thinking of making a tic-tac-toe game, but I can't work out how to make it work without making nine specific variable buttons.
>>1
There was a thread which listed like at least a dozen CL-based GUIs for a variety of platforms(some cross-platform). Go search /prog/scrape for it. Too bad I already looked it up for you: http://dis.4chan.org/read/prog/1264252528
>>2
Lisp's pretty good at stealing good ideas from other languages and incorporating them in its ball of Mud. It's one of those things that make Lisp Lisp.