[racket-users] Announcing Event-lang

2018-05-18 Thread Eric Griffis
Hi everyone, I would like to announce the initial release of event-lang, an experimental Racket library that simplifies the creation of complex synchronizable events. https://pkgd.racket-lang.org/pkgn/package/event-lang Event-lang provides a primitive expression lifting form, > (pure 123)

Re: [racket-users] Re: how to create button to reset vector (tic tac toe game help)

2018-05-18 Thread Matthias Felleisen
> On May 18, 2018, at 9:16 AM, Adik wrote: > > > > On Friday, May 18, 2018 at 1:00:49 AM UTC+1, Adik wrote: > im trying to create a (start new game) button to refresh the game (clean > board).. attached is the code i have > I have already created a reset button that

[racket-users] Re: how to create button to reset vector (tic tac toe game help)

2018-05-18 Thread Adik
On Friday, May 18, 2018 at 1:00:49 AM UTC+1, Adik wrote: > > im trying to create a (start new game) button to refresh the game (clean > board).. attached is the code i have > I have already created a reset button that closes the whole game window > but i just want it to wipe the previous game