Re: [racket-users] Announcing Event-lang

2018-05-23 Thread Eric Griffis
These are in and should be visible in a few hours. I'll keep collecting more! Eric On Tue, May 22, 2018 at 1:48 PM Matthew Butterick wrote: > I'm sure I'm not the only one who would like to see these (and other > examples you have handy) added to your `event-lang` docs. > > > On May 22, 2018,

Re: [racket-users] Announcing Event-lang

2018-05-22 Thread Matthew Butterick
I'm sure I'm not the only one who would like to see these (and other examples you have handy) added to your `event-lang` docs. > On May 22, 2018, at 7:29 AM, Eric Griffis wrote: > > Here's a variety of small examples. -- You received this message because you are subscribed to the Google Grou

Re: [racket-users] Announcing Event-lang

2018-05-22 Thread Eric Griffis
On Mon, May 21, 2018 at 11:21 AM Jay McCarthy wrote: > This is very cute! Can you point to a fun example? I looked through > the repo and it wasn't obvious where some tests and examples were. > > Jay > Here's a variety of small examples. Sometimes, I just want to wait until a bunch of stuff is

Re: [racket-users] Announcing Event-lang

2018-05-21 Thread Jay McCarthy
This is very cute! Can you point to a fun example? I looked through the repo and it wasn't obvious where some tests and examples were. Jay On Fri, May 18, 2018 at 4:20 PM, Eric Griffis wrote: > Hi everyone, > > I would like to announce the initial release of event-lang, an > experimental Racket

[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) #