00:01:49 -!- pumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 00:03:12 -!- chemuduguntar [~ravi@118-92-28-98.dsl.dyn.ihug.co.nz] has quit [Remote host closed the connection] 00:06:27 Azuvix [~Azuvix@174-27-34-218.bois.qwest.net] has joined #scheme 00:09:31 -!- Genosh [~Genosh@56.Red-79-155-31.dynamicIP.rima-tde.net] has quit [Ping timeout: 265 seconds] 00:18:59 copumpkin [~pumpkin@12.197.12.10] has joined #scheme 00:18:59 -!- copumpkin [~pumpkin@12.197.12.10] has quit [Changing host] 00:18:59 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 00:21:23 -!- gravicappa [~gravicapp@ppp85-141-165-14.pppoe.mtu-net.ru] has quit [Ping timeout: 255 seconds] 00:41:41 Genosh [~Genosh@79.155.31.56] has joined #scheme 00:42:08 -!- xwl_ [~user@nat/nokia/x-qkqksjbudghnoxqb] has quit [Remote host closed the connection] 00:43:45 WG1 members: new ballot is out! 00:44:09 eli: Thanks, I'll do taht 00:47:14 -!- dfkjjkfd [~paulh@245-15-ftth.onsnetstudenten.nl] has quit [Quit: Lost terminal] 00:53:05 -!- copumpkin is now known as BCK 00:56:05 -!- BCK [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 00:59:18 -!- Caleb-- [~caleb@bzq-79-179-36-197.red.bezeqint.net] has quit [Ping timeout: 265 seconds] 01:08:45 -!- fradgers- [~fradgers-@5e012c18.bb.sky.com] has left #scheme 01:09:36 Riastradh: you have a proposal on the ballot whether you wanted it there or not 01:11:24 -!- Azuvix [~Azuvix@174-27-34-218.bois.qwest.net] has quit [Quit: Leaving] 01:14:24 I have a proposal? Are you sure it's not jcowan masquerading as me? 01:15:13 Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has joined #scheme 01:20:25 Hmm, I don't even know where these ballots are. 01:21:19 I guess I'll take a walk over to my precinct's polling station, but it's November 20th, not November 4th... 01:22:38 Golly! I googled `wg1 ballot', and apparently it's some ISO/IEC thing. I knew the working group was international, but I didn't know it was that formal! 01:27:01 eli: Is Racket's letrec equivalent to r6rs's letrec*? 01:28:21 -!- Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has quit [Remote host closed the connection] 01:34:26 Riastradh: try the 7th hit :) 01:35:26 -!- pdelgallego [~pdelgalle@1503031474.dhcp.dbnet.dk] has quit [Ping timeout: 276 seconds] 01:36:01 Seventh hit: , `N0836draft - WG1 Recs Oslo, Norway 2007-03 - ISO/IEC JTC 1/SC 34'. See? 01:36:44 The fifth hit, though, is to some random Google Group. Dunno how that got in there! 01:37:33 copumpkin [~pumpkin@pool-71-162-105-126.bstnma.east.verizon.net] has joined #scheme 01:37:33 -!- copumpkin [~pumpkin@pool-71-162-105-126.bstnma.east.verizon.net] has quit [Changing host] 01:37:33 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 01:37:59 See, I told you that Tor works better, Mr Verizon Customer at 71.162.105.126. 01:38:35 lol 01:38:39 nah, this is the hotel I'm in 01:38:51 I hacked up irssi's SASL support to fix a bug and use a longer timeout, though, to make it a little more reliable. Let me know if you'd like me to send that to you. 01:52:44 -!- MrFahrenheit [~RageOfTho@users-55-209.vinet.ba] has quit [Ping timeout: 255 seconds] 01:54:18 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Ping timeout: 245 seconds] 01:54:52 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 02:01:47 -!- askhader [~askhader@taurine.csclub.uwaterloo.ca] has quit [Quit: Lost terminal] 02:02:42 askhader [~askhader@taurine.csclub.uwaterloo.ca] has joined #scheme 02:03:06 -!- Genosh [~Genosh@79.155.31.56] has quit [Quit: http://quasiquote.me] 02:22:14 -!- nowhere_man [~pierre@AStrasbourg-551-1-1-149.w92-141.abo.wanadoo.fr] has quit [Ping timeout: 264 seconds] 02:22:18 nowhereman [~pierre@AStrasbourg-551-1-75-86.w81-51.abo.wanadoo.fr] has joined #scheme 02:23:49 -!- ski [~slj@c-2911e055.1149-1-64736c10.cust.bredbandsbolaget.se] has quit [Ping timeout: 240 seconds] 02:36:58 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 02:39:02 Riastradh: I was thinking about what you said yesterday about streams, and I came up with this: http://paste.lisp.org/display/116858#1 Which works, but felt a bit like I had no idea what I was doing. :) 02:39:26 (I should also mention that my connection is a bit flaky tonight, so apologise if I disappear at short notice) 02:40:49 Be careful -- as you have written it, the whole prefix of the Fibonacci stream that you needed stays in memory after your computation! 02:41:14 -!- askhader [~askhader@taurine.csclub.uwaterloo.ca] has quit [Quit: leaving] 02:42:34 If you replace `fibstream' by `(fibstream)', you will avoid that problem. 02:43:08 Hm, I'll need to think about that 02:43:12 Oh, I see. 02:43:41 First, your definition of STREAM-TAKE-WHILE implements STREAM-FILTER, which is not what I intended; this works only because your Fibonacci stream is finite in the first place. 02:44:10 Also, in your code, you had `stream-take-while' which doesn't appear to be definited in my Scheme system, so I tried defining, but I couldn't see what it did that stream-filter didn't, so I used that instead 02:44:36 STREAM-TAKE-WHILE returns a finite prefix of the given stream -- the longest prefix that satisfies the given predicat.e 02:44:52 I couldn't figure out how to make infinite streams, I was basically woking with the infomation I could find here http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/Streams.html 02:44:53 http://tinyurl.com/2fr6f8k 02:45:14 Try this: (define (integers-from n) (cons-stream n (integers-from (+ n 1)))) 02:45:16 xwl [~user@117.79.235.191] has joined #scheme 02:45:24 Ah, so it "shortens" infinite streams? 02:45:38 You can then get an infinite Fibonacci stream with (stream-map fib (integers-from 0)), although you can make one directly a little better. 02:47:15 I leave it as an exercise for the reader to be inspired by the definition of INTEGERS-FROM to use a similar approach to construct a stream of Fibonacci numbers. 02:47:53 (Consider a recursive procedure that takes two arguments -- two consecutive Fibonacci numbers -- and yields a stream.) 02:50:21 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 02:53:07 Something like this: http://paste.lisp.org/display/116858#2 ? 02:54:19 hadronzoo [~user@178.73.206.52] has joined #scheme 02:54:43 Yep -- but, again, writing `(fibstream)' instead of `fibstream' will make sure that Scheme doesn't store the entire prefix of the Fibonacci stream that you used in your computation. 02:55:51 -!- hadronzoo [~user@178.73.206.52] has left #scheme 02:55:58 (And make sure now to redefine STREAM-TAKE-WHILE so that it returns a finite prefix of whatever stream it is given!) 02:56:29 Hm, you mean (define (fibstream) (fib-stream-thing 0 1)) ? (And sorry about the variable names, I'm still not quite sure what this pieces are) 02:56:46 s/this/these/ 02:56:58 Also, your definition of STREAM-SUM requires all the intermediate numbers to be in memory at once, whereas you can define it instead so that it goes through the stream element by element, without keeping anything but the current element, the description of how to compute the rest of the stream, and the sum so far, in memory at once. 02:57:09 Right. 03:05:31 Okay, like this: http://paste.lisp.org/display/116858#3 ? 03:07:01 Sure. You might consider generalizing STREAM-SUM to a STREAM-FOLD (and perhaps define STREAM-REDUCE too). 03:08:14 I'll think about that, and I've also found a PDF about SRFI 41, so I'll read that a little too. Streams are fun. :) 03:13:52 Unfortunately, MIT Scheme got streams wrong a long time ago. It provides (and SICP discusses) what are called `odd streams', where a stream is either nil or (cons a (delay d)), versus even streams, where a stream is either (delay '()) or (delay (cons a d)). 03:16:03 (Famous last words) That doesn't look like much of a difference... 03:16:13 *franki^* tries to find that section of SICP 03:17:23 Ah ha, section 3.5, got it 03:28:57 rudybot: (letrec ([x 1] [y x]) y) 03:29:00 eli: your racket sandbox is ready 03:29:00 eli: ; Value: 1 03:29:07 danking: Yes, see above. 03:29:30 (We've talked about it in the past, btw.) 03:31:01 -!- xwl [~user@117.79.235.191] has quit [Remote host closed the connection] 03:32:55 saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 03:40:46 -!- masm [~masm@bl19-135-179.dsl.telepac.pt] has quit [Quit: Leaving.] 03:46:41 drdo [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 03:50:43 -!- bgs100 [~ian@unaffiliated/bgs100] has quit [Quit: nighty night] 03:52:42 timj_ [~timj@e176194004.adsl.alicedsl.de] has joined #scheme 03:56:07 -!- timj__ [~timj@e176193133.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 04:01:51 jcowan [~John@cpe-98-14-172-204.nyc.res.rr.com] has joined #scheme 04:05:11 askhader [~askhader@taurine.csclub.uwaterloo.ca] has joined #scheme 04:12:14 *jcowan* unvanishes and all 04:16:09 hola 04:19:04 Hi. 04:22:38 eli: Thanks, I apologize for my memory, it's nearly worthless. 04:25:59 wbooze` [~user@xdsl-87-79-86-134.netcologne.de] has joined #scheme 04:26:21 homie` [~user@xdsl-87-79-86-134.netcologne.de] has joined #scheme 04:26:56 -!- wbooze [~user@xdsl-87-79-142-59.netcologne.de] has quit [Ping timeout: 255 seconds] 04:27:25 -!- homie [~user@xdsl-87-79-142-59.netcologne.de] has quit [Ping timeout: 265 seconds] 04:34:40 -!- rudybot [~luser@2001:470:1:41:a800:ff:fe3e:cde7] has quit [Ping timeout: 260 seconds] 04:35:33 -!- yosafbridge [~yosafbrid@li14-39.members.linode.com] has quit [Ping timeout: 245 seconds] 04:35:36 -!- homie` [~user@xdsl-87-79-86-134.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:35:43 -!- rapacity [~prwg@unaffiliated/rapacity] has quit [Ping timeout: 252 seconds] 04:35:46 -!- wbooze` [~user@xdsl-87-79-86-134.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:44:49 -!- aisa [~aisa@c-68-35-167-179.hsd1.nm.comcast.net] has quit [Quit: aisa] 04:45:33 homie [~user@xdsl-87-79-86-134.netcologne.de] has joined #scheme 04:45:34 wbooze [~user@xdsl-87-79-86-134.netcologne.de] has joined #scheme 04:54:14 vu3rdd [~vu3rdd@122.167.77.23] has joined #scheme 04:56:33 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 05:05:57 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Quit: Leaving] 05:12:18 -!- tupi [~david@186.205.37.15] has quit [Quit: Leaving] 05:13:29 oops, look like rudybot's host rebooted 05:13:41 that's the trouble with hosting-on-the-cheap 05:14:33 rudybot [~luser@2001:470:1:41:a800:ff:fe3e:cde7] has joined #scheme 05:14:39 rudybot: feeling better? 05:14:40 offby1: vi does actually seem to have these concepts, but the traditional vi mindset doesn't really work with them, so I always god this feeling like the command set didn't really want to admit they were there... 05:14:52 I guess that's a 'yes' 05:30:26 wuj [~wuj@pool-74-101-71-212.nycmny.east.verizon.net] has joined #scheme 05:33:45 adu [~ajr@pool-173-66-11-168.washdc.fios.verizon.net] has joined #scheme 05:47:10 -!- wuj [~wuj@pool-74-101-71-212.nycmny.east.verizon.net] has quit [Ping timeout: 265 seconds] 06:05:17 kephas [~pierre@AStrasbourg-551-1-57-185.w83-194.abo.wanadoo.fr] has joined #scheme 06:05:30 -!- nowhereman [~pierre@AStrasbourg-551-1-75-86.w81-51.abo.wanadoo.fr] has quit [Ping timeout: 245 seconds] 06:19:52 zac314159 [~user@c-68-84-149-234.hsd1.nm.comcast.net] has joined #scheme 06:22:22 jcowan_ [~John@cpe-98-14-172-204.nyc.res.rr.com] has joined #scheme 06:22:22 -!- jcowan [~John@cpe-98-14-172-204.nyc.res.rr.com] has quit [Read error: Connection reset by peer] 06:22:47 -!- jcowan_ is now known as jcowan 06:35:32 kar8nga [~kar8nga@i-50.vc-graz.ac.at] has joined #scheme 06:42:07 Zot! 06:43:34 Not zot! 06:44:28 Yes, please talk about something interesting chaps! 06:44:38 *franki^* is twiddling his thumbs 06:46:04 Hm, should I have stayed quiet? :| 06:52:30 No, it wouldn't help. 06:56:22 Heh 07:03:33 Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has joined #scheme 07:03:35 We rely on people like you to inject actual topics to which we can react. We looooooove new bloooooood. 07:08:04 I'm trying my best, but I'm not really up to it at the moment. I'm vaguely trying to read SRFI 41 but it's a bit late for me to concentrate. 07:08:44 I know a lot more about streams than I did this time yesterday though 07:08:56 Not that that's a great achievement :P 07:19:24 *franki^* continues to babble to himself until he falls asleep 07:24:05 ski [~slj@c-2911e055.1149-1-64736c10.cust.bredbandsbolaget.se] has joined #scheme 07:52:48 francogrex [~francogre@109.130.9.46] has joined #scheme 07:54:15 hi what is the difference btw define-macro & define-syntax? 07:54:57 mmc [~michal@cs27124157.pp.htv.fi] has joined #scheme 07:55:37 define-macro is a non-standard way of doing low-level macros. 07:55:53 It has two big problems, one of which you can work around and one of which you can't. 07:56:07 define-syntax is a standard container for various types of macro definitions. 07:58:32 jcowan, ok, i am used to macros from common lisp 07:58:32 -!- zac314159 [~user@c-68-84-149-234.hsd1.nm.comcast.net] has quit [Read error: Connection reset by peer] 07:58:37 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Ping timeout: 250 seconds] 07:58:52 Okay. Then define-macro is the Scheme version of defmacro. 07:59:24 So you have to play gensym games to prevent the names in the macro definition from stepping on those in the macro call, 07:59:43 but nothing can prevent the reverse problem. 07:59:59 francogrex, the summary of the difference is that DEFINE-MACRO is a bug and DEFINE-SYNTAX is the version of DEFINE that introduces syntax rather than variables. 08:00:12 It's mitigated in CL because the names in the lisp: package can't be rebound, and because there are multiple namespaces. 08:00:16 Scheme has neither of these. 08:04:22 Riastradh, it's only a bug for the one who doesn't know how to use it. in the same logic, even drinking water is a bug for the imbecile who doesn't know how to drink correctly 08:05:56 yosafbridge [~yosafbrid@li14-39.members.linode.com] has joined #scheme 08:08:13 False. DEFINE-MACRO is a bug irrespective of how one tries to use it. 08:09:16 This is deeper than merely forgetting one's GENSYMs or making things macros that needn't be. 08:09:25 hah, yeah whatever. 08:10:11 if there's a decent improvement willing to accept it 08:10:35 but have to see what that improvement is 08:10:53 Yes, the improvement is called hygienic macros, and they have been around for two decades in Scheme. 08:11:52 -!- francogrex [~francogre@109.130.9.46] has quit [] 08:22:11 -!- Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has quit [Remote host closed the connection] 08:24:56 -!- jcowan [~John@cpe-98-14-172-204.nyc.res.rr.com] has quit [Quit: Leaving] 08:32:13 Adamant [~Adamant@unaffiliated/adamant] has joined #scheme 08:40:56 Caleb-- [thedude@bzq-79-179-36-197.red.bezeqint.net] has joined #scheme 09:03:17 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Ping timeout: 276 seconds] 09:05:03 -!- mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has quit [Ping timeout: 265 seconds] 09:15:25 _danb_ [~user@124-149-32-186.dyn.iinet.net.au] has joined #scheme 09:23:40 -!- adu [~ajr@pool-173-66-11-168.washdc.fios.verizon.net] has quit [Quit: adu] 09:34:37 -!- kar8nga [~kar8nga@i-50.vc-graz.ac.at] has quit [Remote host closed the connection] 09:36:38 notsonerdysunny [~chatzilla@59.92.206.71] has joined #scheme 09:45:36 -!- notsonerdysunny [~chatzilla@59.92.206.71] has quit [Ping timeout: 240 seconds] 09:50:46 EbiDK [~ebi@3e6b7ac3.rev.stofanet.dk] has joined #scheme 09:51:20 -!- Modius [~Modius@cpe-70-123-158-125.austin.res.rr.com] has quit [Quit: I'm big in Japan] 09:57:28 wingo [~wingo@219.Red-88-0-167.dynamicIP.rima-tde.net] has joined #scheme 10:06:23 pdelgallego [~pdelgalle@1503031474.dhcp.dbnet.dk] has joined #scheme 10:19:21 femtoo [~femto@95-89-197-196-dynip.superkabel.de] has joined #scheme 10:29:57 rapacity [~prwg@unaffiliated/rapacity] has joined #scheme 10:47:47 pavelludiq [~quassel@91.139.194.110] has joined #scheme 10:50:18 kar8nga [~kar8nga@j-12.vc-graz.ac.at] has joined #scheme 10:54:02 I sometimes feel compelled to write a macro that implements define-macro semantics on top of a low-level hygienic macro system, just to show that THE FUNCTIONALITY IS A SUBSET, but I just *know* that people will actually use it if I do so, so I shan't. 11:11:56 fradgers- [~fradgers-@5e012c18.bb.sky.com] has joined #scheme 11:15:35 dzhus [~sphinx@95-24-145-127.broadband.corbina.ru] has joined #scheme 11:21:36 gravicappa [~gravicapp@ppp85-141-165-14.pppoe.mtu-net.ru] has joined #scheme 11:30:31 -!- Axsuul [~someone@97-93-99-133.static.mtpk.ca.charter.com] has quit [Ping timeout: 250 seconds] 11:34:39 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 11:41:15 masm [~masm@2.80.135.179] has joined #scheme 11:43:51 drdo [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 11:51:19 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 250 seconds] 11:58:13 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 12:02:00 Axsuul [~someone@97-93-99-133.static.mtpk.ca.charter.com] has joined #scheme 12:05:13 choas [~lars@p578F6A62.dip.t-dialin.net] has joined #scheme 12:05:33 alvatar [~alvatar@177.126.222.87.dynamic.jazztel.es] has joined #scheme 12:18:54 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 12:21:13 -!- pavelludiq [~quassel@91.139.194.110] has quit [Quit: No Ping reply in 180 seconds.] 12:21:21 antoszka [~antoszka@unaffiliated/antoszka] has joined #scheme 12:21:27 pavelludiq [~quassel@91.139.194.110] has joined #scheme 12:21:49 emeriste [~emma@user-0ccem3f.cable.mindspring.com] has joined #scheme 12:29:03 -!- emeriste [~emma@user-0ccem3f.cable.mindspring.com] has quit [Quit: Smile! ] 12:29:13 em [~emma@user-0ccem3f.cable.mindspring.com] has joined #scheme 12:29:14 -!- em [~emma@user-0ccem3f.cable.mindspring.com] has quit [Changing host] 12:29:14 em [~emma@unaffiliated/emma] has joined #scheme 12:40:09 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 12:43:31 drdo [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 12:59:07 drdo` [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 13:00:59 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Ping timeout: 255 seconds] 13:04:17 dfkjjkfd [~paulh@145.120.22.32] has joined #scheme 13:06:20 -!- drdo` is now known as drdo 13:07:12 -!- pygospa [~pygospa@217.191.166.153] has quit [Quit: leaving] 13:08:03 pygospa [~pygospa@217.191.166.153] has joined #scheme 13:08:22 -!- pygospa [~pygospa@217.191.166.153] has quit [Client Quit] 13:09:20 pygospa [~pygospa@217.191.166.153] has joined #scheme 13:15:50 -!- fradgers- [~fradgers-@5e012c18.bb.sky.com] has quit [Ping timeout: 255 seconds] 13:28:29 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 276 seconds] 13:33:36 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 13:49:31 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 240 seconds] 13:50:59 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 14:08:25 wuj [~wuj@pool-74-101-71-212.nycmny.east.verizon.net] has joined #scheme 14:09:29 tupi [~david@186.205.37.15] has joined #scheme 14:10:35 pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has joined #scheme 14:12:27 -!- pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has quit [Client Quit] 14:13:13 -!- wuj [~wuj@pool-74-101-71-212.nycmny.east.verizon.net] has quit [Ping timeout: 265 seconds] 14:13:41 -!- _danb_ [~user@124-149-32-186.dyn.iinet.net.au] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:16:51 pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has joined #scheme 14:18:52 -!- pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has quit [Client Quit] 14:23:53 -!- wingo [~wingo@219.Red-88-0-167.dynamicIP.rima-tde.net] has quit [Ping timeout: 245 seconds] 14:25:53 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has quit [Ping timeout: 255 seconds] 14:42:08 MrFahrenheit [~RageOfTho@users-33-29.vinet.ba] has joined #scheme 14:49:51 AtnNn_ [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 14:53:20 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 265 seconds] 14:54:48 -!- dfkjjkfd [~paulh@145.120.22.32] has quit [Quit: Lost terminal] 14:59:08 -!- AtnNn_ [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 265 seconds] 15:00:09 -!- choas [~lars@p578F6A62.dip.t-dialin.net] has quit [Quit: leaving] 15:05:26 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 15:12:04 tali713 [~tali713@c-71-195-45-159.hsd1.mn.comcast.net] has joined #scheme 15:13:14 scriptha [~sc@ip4da3afe2.direct-adsl.nl] has joined #scheme 15:20:46 -!- decaf [~mehmet@88.231.67.9] has quit [Quit: Leaving] 15:27:28 fradgers- [~fradgers-@2.121.50.126] has joined #scheme 15:28:46 Blkt [~user@net-93-145-62-81.cust.dsl.teletu.it] has joined #scheme 15:35:04 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 15:35:20 drdo [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 15:40:41 -!- kar8nga [~kar8nga@j-12.vc-graz.ac.at] has quit [Remote host closed the connection] 15:43:04 femtoo [~femto@95-89-197-196-dynip.superkabel.de] has joined #scheme 15:45:33 franki^: Want your brain lightly messed with by SRFI 41 streams? See http://codepad.org/B0cDjRS5 15:47:07 *cky* laughs in francogrex's direction re his "hah, yeah whatever" comment. jcowan already described the ways in which CL facilities makes old-style macros okay in CL, but that Scheme does not have such facilities. 15:47:51 Riastradh 1, jcowan 1, francogrex -1. :-P 15:48:02 -!- Blkt [~user@net-93-145-62-81.cust.dsl.teletu.it] has quit [Ping timeout: 264 seconds] 15:50:22 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping timeout: 265 seconds] 15:54:06 alaricsp: Nice. :-) 15:56:41 preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 16:18:54 -!- Caleb-- [thedude@bzq-79-179-36-197.red.bezeqint.net] has quit [Read error: Connection reset by peer] 16:22:31 -!- tali713 [~tali713@c-71-195-45-159.hsd1.mn.comcast.net] has quit [Remote host closed the connection] 16:22:51 tali713 [~tali713@c-71-195-45-159.hsd1.mn.comcast.net] has joined #scheme 16:27:05 pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has joined #scheme 16:32:34 nekschot [nekschot@82-170-165-132.ip.telfort.nl] has joined #scheme 16:35:24 Jafet1 [~Jafet@unaffiliated/jafet] has joined #scheme 16:35:40 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 260 seconds] 16:41:55 jonrafkind [~jon@jonr5.dsl.xmission.com] has joined #scheme 16:43:23 -!- pnkfelix [~Adium@c-71-225-45-140.hsd1.nj.comcast.net] has quit [Quit: Leaving.] 16:44:17 wbooze` [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 16:44:21 homie` [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 16:45:05 -!- tali713 [~tali713@c-71-195-45-159.hsd1.mn.comcast.net] has quit [Quit: Bye now.] 16:45:41 alvatar_ [~alvatar@222.126.222.87.dynamic.jazztel.es] has joined #scheme 16:46:23 -!- homie [~user@xdsl-87-79-86-134.netcologne.de] has quit [Ping timeout: 245 seconds] 16:46:40 -!- wbooze [~user@xdsl-87-79-86-134.netcologne.de] has quit [Ping timeout: 252 seconds] 16:46:49 -!- alvatar [~alvatar@177.126.222.87.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 16:56:47 Maxel [Maxel@137.28.70.197] has joined #scheme 16:57:27 -!- wbooze` [~user@xdsl-87-79-169-129.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:57:35 -!- homie` [~user@xdsl-87-79-169-129.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 17:02:59 -!- Maxel [Maxel@137.28.70.197] has quit [Ping timeout: 276 seconds] 17:06:25 nowhere_man [~pierre@AStrasbourg-551-1-66-219.w92-141.abo.wanadoo.fr] has joined #scheme 17:06:52 -!- kephas [~pierre@AStrasbourg-551-1-57-185.w83-194.abo.wanadoo.fr] has quit [Ping timeout: 272 seconds] 17:12:23 Caleb-- [~caleb@bzq-79-179-36-197.red.bezeqint.net] has joined #scheme 17:20:09 homie [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 17:20:14 wbooze [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 17:23:39 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 265 seconds] 17:24:10 -!- pavelludiq [~quassel@91.139.194.110] has quit [Read error: Connection reset by peer] 17:26:43 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 17:28:26 HG` [~HG@xdsl-92-252-89-90.dip.osnanet.de] has joined #scheme 17:32:04 pavelludiq [~quassel@91.139.194.110] has joined #scheme 17:59:09 kar8nga [~kar8nga@i-204.vc-graz.ac.at] has joined #scheme 17:59:20 cky: You'll need to explain that code a bit :P 18:00:28 cky: I think it's performing some kind of encryption (and unencryption?...decryption? :P) but it doesn't appear to work on my Scheme system, I get some unbound variable errors. 18:03:37 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has quit [Quit: Leaving] 18:04:06 cky, what jcowan described is not what makes unhygienic macros OK, but part of what reduces the chance that one will be bitten by their problems. Also, what jcowan described causes serious problems itself. 18:06:34 *franki^* looks forward to "getting" macros... 18:09:23 bgs100 [~ian@unaffiliated/bgs100] has joined #scheme 18:14:15 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 18:22:38 -!- nekschot [nekschot@82-170-165-132.ip.telfort.nl] has left #scheme 18:24:21 -!- kar8nga [~kar8nga@i-204.vc-graz.ac.at] has quit [Remote host closed the connection] 18:25:26 Maxel [~Maxel@137.28.70.182] has joined #scheme 18:26:11 -!- pavelludiq [~quassel@91.139.194.110] has quit [Remote host closed the connection] 18:34:19 *foof* looks forward to "getting" laid... 18:36:49 -!- saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: This computer has gone to sleep] 18:41:26 -!- Maxel [~Maxel@137.28.70.182] has left #scheme 18:50:26 -!- dzhus [~sphinx@95-24-145-127.broadband.corbina.ru] has quit [Remote host closed the connection] 18:55:16 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 240 seconds] 18:59:25 -!- timj_ is now known as timj 19:00:16 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 19:03:08 -!- alvatar_ [~alvatar@222.126.222.87.dynamic.jazztel.es] has quit [Quit: leaving] 19:06:40 -!- vu3rdd [~vu3rdd@122.167.77.23] has quit [Remote host closed the connection] 19:14:03 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Quit: leaving] 19:24:43 -!- EbiDK [~ebi@3e6b7ac3.rev.stofanet.dk] has quit [Ping timeout: 245 seconds] 19:57:36 -!- debiandebian [~chatzilla@ntszok039189.szok.nt.adsl.ppp.infoweb.ne.jp] has quit [Read error: Connection reset by peer] 19:58:45 debiandebian [~chatzilla@ntszok039189.szok.nt.adsl.ppp.infoweb.ne.jp] has joined #scheme 20:02:12 kar8nga [~kar8nga@78.104.80.110] has joined #scheme 20:05:02 pavelludiq [~quassel@87.246.58.121] has joined #scheme 20:11:58 saccade [~saccade@c-66-30-2-7.hsd1.ma.comcast.net] has joined #scheme 20:22:08 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 20:25:27 decaf [~mehmet@88.252.51.99] has joined #scheme 20:36:31 EbiDK [~ebi@3e6b7ac3.rev.stofanet.dk] has joined #scheme 20:42:20 RageOfThou [~RageOfTho@users-55-159.vinet.ba] has joined #scheme 20:45:45 githogori [~githogori@p57A69860.dip0.t-ipconnect.de] has joined #scheme 20:46:17 -!- MrFahrenheit [~RageOfTho@users-33-29.vinet.ba] has quit [Ping timeout: 255 seconds] 20:58:47 -!- Jafet1 [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 276 seconds] 21:01:40 nego [~nego@c-76-16-30-244.hsd1.il.comcast.net] has joined #scheme 21:10:01 -!- nego [~nego@c-76-16-30-244.hsd1.il.comcast.net] has quit [Read error: Connection reset by peer] 21:16:19 dfkjjkfd [~paulh@247-15-ftth.onsnetstudenten.nl] has joined #scheme 21:16:23 -!- saccade [~saccade@c-66-30-2-7.hsd1.ma.comcast.net] has quit [Ping timeout: 250 seconds] 21:19:06 -!- HG` [~HG@xdsl-92-252-89-90.dip.osnanet.de] has quit [Quit: HG`] 21:19:52 HG` [~HG@xdsl-92-252-89-90.dip.osnanet.de] has joined #scheme 21:26:50 -!- drdo [~user@2.208.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 21:27:11 drdo [~user@2.208.54.77.rev.vodafone.pt] has joined #scheme 21:32:21 pothos_ [~pothos@111-240-219-43.dynamic.hinet.net] has joined #scheme 21:34:20 -!- pothos [~pothos@111-240-204-211.dynamic.hinet.net] has quit [Ping timeout: 260 seconds] 21:34:45 -!- pothos_ [~pothos@111-240-219-43.dynamic.hinet.net] has quit [Read error: Connection reset by peer] 21:35:01 pothos [~pothos@111-240-219-43.dynamic.hinet.net] has joined #scheme 21:40:43 -!- githogori [~githogori@p57A69860.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 21:46:48 -!- pr [phil@unaffiliated/pr] has quit [Ping timeout: 245 seconds] 21:48:33 pr [phil@komodo.contextshift.eu] has joined #scheme 21:48:33 -!- pr [phil@komodo.contextshift.eu] has quit [Changing host] 21:48:33 pr [phil@unaffiliated/pr] has joined #scheme 21:48:49 -!- gravicappa [~gravicapp@ppp85-141-165-14.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:50:30 -!- Quadrescence [~Quad@unaffiliated/quadrescence] has quit [Ping timeout: 245 seconds] 21:53:16 -!- EbiDK [~ebi@3e6b7ac3.rev.stofanet.dk] has quit [Quit: Ex-Chat] 22:06:32 -!- pavelludiq [~quassel@87.246.58.121] has quit [Ping timeout: 276 seconds] 22:09:10 -!- kar8nga [~kar8nga@78.104.80.110] has quit [Remote host closed the connection] 22:09:58 -!- HG` [~HG@xdsl-92-252-89-90.dip.osnanet.de] has quit [Quit: Leaving.] 22:12:21 -!- decaf [~mehmet@88.252.51.99] has quit [Read error: Connection reset by peer] 22:13:23 decaf [~mehmet@88.252.51.99] has joined #scheme 22:17:27 Quadrescence [~Quad@unaffiliated/quadrescence] has joined #scheme 22:20:17 *Caleb--* watches a tumbleweed go by 22:20:35 *Caleb--* whistles a tune 22:23:56 ,... 22:24:13 err, Woof. 22:29:59 gravicappa [~gravicapp@ppp85-141-167-188.pppoe.mtu-net.ru] has joined #scheme 22:30:35 -!- AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has quit [Ping timeout: 276 seconds] 22:32:01 -!- decaf [~mehmet@88.252.51.99] has quit [Ping timeout: 265 seconds] 22:35:13 copumpkin [~pumpkin@17.101.89.205] has joined #scheme 22:35:13 -!- copumpkin [~pumpkin@17.101.89.205] has quit [Changing host] 22:35:13 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 22:36:24 AtnNn [~welcome@modemcable233.174-176-173.mc.videotron.ca] has joined #scheme 22:40:47 Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has joined #scheme 22:50:51 decaf [~mehmet@88.252.51.99] has joined #scheme 22:52:08 -!- jensn [~ceres@c-83-233-145-103.cust.bredband2.com] has quit [Ping timeout: 255 seconds] 22:52:34 -!- wbooze [~user@xdsl-87-79-169-129.netcologne.de] has quit [Remote host closed the connection] 22:52:35 -!- homie [~user@xdsl-87-79-169-129.netcologne.de] has quit [Remote host closed the connection] 22:59:41 jensn [~ceres@c-83-233-145-103.cust.bredband2.com] has joined #scheme 23:07:21 schmir [~schmir@p54A916A8.dip0.t-ipconnect.de] has joined #scheme 23:21:27 homie [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 23:26:23 wbooze [~user@xdsl-87-79-169-129.netcologne.de] has joined #scheme 23:27:58 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has quit [Remote host closed the connection] 23:28:41 -!- schmir [~schmir@p54A916A8.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 23:29:37 -!- scriptha [~sc@ip4da3afe2.direct-adsl.nl] has quit [Remote host closed the connection] 23:54:14 saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 23:56:23 -!- rdd [~user@c83-250-48-164.bredband.comhem.se] has quit [Ping timeout: 276 seconds] 23:59:22 -!- jao [~user@229.Red-83-32-170.dynamicIP.rima-tde.net] has quit [Remote host closed the connection]