Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-12 Thread Danny Yoo
I like how you show one way of converting a match to an object, and then show a better way. What I did not like very much is how the first way is really verbose and made me question whether to read on, and in retrospect the way using match isn't much less verbose. Wouldn't a simple (apply

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-12 Thread Eli Barzilay
On Saturday, Eric Hanchrow wrote: I would like to put in a plug for my dear friend Rudybot, written partly by Eli but mostly by me, now playing on #racket and #scheme on Freenode: https://github.com/offby1/rudybot It's written completely by Eric! -- My contribution was mostly in helping

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-11 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Danny, On 08/06/11 08:08, Danny Yoo wrote: I'm thinking of writing a series called Racket Slices, which does a cookbook-style approach to learning about Racket. I think there's a need for documentation that takes a slice, a cross section of

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-11 Thread Sam Tobin-Hochstadt
On Thu, Aug 11, 2011 at 4:42 AM, Marijn hk...@gentoo.org wrote: I like how you show one way of converting a match to an object, and then show a better way. What I did not like very much is how the first way is really verbose and made me question whether to read on, and in retrospect the way

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-08 Thread Daniil
I also tried writing some kind of an IRC library for Racket (inspired by http://wiki.call-cc.org/eggref/4/irc), but I got distracted/bored/whatnot so I did not finish it. https://gist.github.com/959088 2011/8/6 Neil Van Dyke n...@neilvandyke.org: Danny Yoo wrote at 08/06/2011 02:08 AM:    

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-06 Thread Sam Phillips
On Sat, Aug 6, 2011 at 02:36, Neil Van Dyke n...@neilvandyke.org wrote: BTW, I suspect someone will find this in Google when they're trying to talk with an IRC server from Racket, and be disappointed that this is only about parsing a particular log format.  I think that there is some IRC client

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-06 Thread Eric Hanchrow
I would like to put in a plug for my dear friend Rudybot, written partly by Eli but mostly by me, now playing on #racket and #scheme on Freenode: https://github.com/offby1/rudybot On Sat, Aug 6, 2011 at 2:36 AM, Neil Van Dyke n...@neilvandyke.org wrote: Danny Yoo wrote at 08/06/2011 02:08 AM: