[racket-users] racket meetup: frankfurt, germany, november 8, 2019

2018-08-20 Thread jesse
I'll be hosting a Racket meetup in a couple of months. It'll be held on Thursday, November 8, from 18:30 to 20:30 in Frankfurt, Germany. More information (agenda, location, etc.) can be found at https://afterworkracket.com/1 Racketeers in Germany, or any of you who'll by chance be around Fran

Re: [racket-users] Converting bulleted list to s-expression?

2018-08-20 Thread Daniel Prager
On Sun, Aug 19, 2018 at 11:03 AM, Andrew J wrote: > Very nice. The Racket special sauce is the (match*...). I need to get my > head around what's going on there. > > If you already understand match, perhaps this will help: > (match (list 5 6) [(list a b) (+ a b)]) 11 More concise, match* e