00:01:23 -!- Paraselene_ [~Not@81-178-167-119.dsl.pipex.com] has quit [Disconnected by services] 00:01:25 Paraselene [~Not@81-178-167-119.dsl.pipex.com] has joined #scheme 00:06:35 -!- bipt [~bpt@cl-851.chi-02.us.sixxs.net] has quit [Ping timeout: 260 seconds] 00:11:28 -!- masm [~masm@2.80.144.169] has quit [Quit: Leaving.] 00:16:28 -!- phao [~phao@189.107.138.46] has quit [Quit: Leaving] 00:20:59 Mohamdu [~Mohamdu@CPE0013f7bc6820-CM0013f7bc681c.cpe.net.cable.rogers.com] has joined #scheme 00:24:28 -!- emma [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 00:26:28 mbohun [~mbohun@202.124.72.245] has joined #scheme 00:30:09 ToxicFrog [~ToxicFrog@76-10-139-177.dsl.teksavvy.com] has joined #scheme 00:30:16 rbarraud [~rbarraud@118-92-56-220.dsl.dyn.ihug.co.nz] has joined #scheme 00:34:31 _danb_ [~user@124-171-25-183.dyn.iinet.net.au] has joined #scheme 00:35:06 asarch [~asarch@189.188.158.64] has joined #scheme 00:42:38 dfkjjkfd [~paulh@214-13-ftth.onsnetstudenten.nl] has joined #scheme 00:45:18 -!- snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has quit [Quit: snarkyboojum] 00:57:06 snarkyboojum [~snarkyboo@r125-63-191-153.cpe.unwired.net.au] has joined #scheme 00:57:50 snarkyboojum_ [~snarkyboo@58.171.193.152] has joined #scheme 01:01:52 -!- snarkyboojum [~snarkyboo@r125-63-191-153.cpe.unwired.net.au] has quit [Ping timeout: 252 seconds] 01:01:54 -!- snarkyboojum_ is now known as snarkyboojum 01:02:33 edw [~user@71.23.225.183] has joined #scheme 01:05:37 okay, I have a problem 01:05:42 and wingo is not here 01:05:49 can someone explain http://www.ccs.neu.edu/scheme/pubs/pldi93-sitaram.pdf in some useful way? 01:05:55 (it's the "delimited continuations" paper) 01:06:20 the best analogy I'm coming up with is that it's like if dynamic-wind was call/cc instead of throw/catch, but that sounds bogus 01:06:57 are you asking how delimited continuatinos differ from full continuations? 01:07:06 That would be a good start. 01:07:12 I mostly do not understand what the paper is talking about. 01:08:05 a continuation is a point in the execution context, each time you call a function you push a new frame on the context. the "current continuations" is the top most frame 01:08:20 if you captured that continuation, you would have the entire context, from the start of the program to where you captured it 01:08:32 a delimited continuation lets you capture part of the context, from some arbitrary point to the top 01:08:38 o_O 01:08:40 hax! 01:08:49 does that help or confuse? 01:08:55 and if you run out of frames in your delimited continuation, what do you do? 01:09:07 Scheme provides only the most general set of tools for dealing with non-local control. Less general, more tailored-to-a-specific-class-of-problem tools are often helpful. The paper seems to outline some example implementations. 01:09:36 then you return to the frame one above the delimited continuation 01:09:47 elly: I find the model introduced by Moreau and Queinnec in http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.1843 to be a much more comprehensible model. 01:10:25 chandler: hmm, *wget* 01:10:34 xpdf's renderer hates this one 01:10:50 elly: Delimited continuations are often called "composable continuations" because, as jonrafkind says, when control in invocation of a delimited continuation reaches the delimiter, it returns to the point where the continuation was invoked. 01:11:03 elly: Try http://www.google.com/url?sa=t&source=web&cd=6&ved=0CC4QFjAF&url=http%3A%2F%2Fpagesperso-systeme.lip6.fr%2FChristian.Queinnec%2FPDF%2Fpc.pdf&ei=KFIITMrhCKPIM6OMpLYE&usg=AFQjCNFzwQZ-77UTI7VP60NUYfJlgMxnrg 01:11:04 -rudybot:#scheme- http://tinyurl.com/28z3h35 01:11:08 Gack. 01:11:11 chandler: nah, evince did it 01:11:12 Why does Google do that now? 01:13:18 http://paste.lisp.org/display/111129 01:13:48 note the difference in running this example between `get-here' and `get-here2'. let/cc captures the entire executino stack so the "Now I am here" gets printed twice 01:14:18 whereas if you just use reset/shift then only the remaining part of the continuation from the `reset' gets executed 01:14:21 my understanding of RESET and SHIFT is nonexistent 01:14:59 reset says "this frame is where the continuation is delimited" and shift says "get the top frame" in a way that cooperates with reset 01:15:57 -!- jao [~user@126.Red-88-22-186.staticIP.rima-tde.net] has quit [Ping timeout: 245 seconds] 01:16:00 shift is like call/cc or let/cc 01:17:26 -!- kg4qxk [~bohanlon@pool-173-48-104-141.bstnma.fios.verizon.net] has quit [Quit: So long, and thanks for all the fish!] 01:17:31 i dont think you can understand these things without playing with them.. so experiment 01:18:11 I think I shall do that 01:18:45 also there are like 5 different variants of reset/shift that are all subtley different 01:19:08 and are all documented on the same page in plt! 01:19:29 yay PLT 01:19:48 i wrote some stuff about this when I was playing with generators, let me toss it on the web 01:20:32 http://www.cs.utah.edu/~rafkind/tmp/generators.txt 01:20:51 it was a rough cut that no one read, so dont expect much 01:31:39 -!- jonrafkind [~jon@crystalis.cs.utah.edu] has quit [Ping timeout: 260 seconds] 01:38:36 diet_cxke [~wlm@24.49.154.87] has joined #scheme 01:39:30 awk's == operator is bizarre 01:43:11 -!- hadronzoo [~hadronzoo@ppp-70-251-77-99.dsl.rcsntx.swbell.net] has quit [Read error: Connection reset by peer] 01:44:35 -!- FunkyDrummer [~RageOfTho@users-42-104.vinet.ba] has quit [Ping timeout: 260 seconds] 01:45:21 -!- saint_cypher [~saint_cyp@dsl081-240-057.sfo1.dsl.speakeasy.net] has quit [Ping timeout: 272 seconds] 01:48:30 -!- diet_cxke [~wlm@24.49.154.87] has quit [Quit: leaving] 01:52:18 hadronzoo [~hadronzoo@adsl-209-30-48-198.dsl.rcsntx.swbell.net] has joined #scheme 01:58:29 -!- hadronzoo [~hadronzoo@adsl-209-30-48-198.dsl.rcsntx.swbell.net] has quit [Ping timeout: 240 seconds] 01:58:40 bipt [~bpt@cl-851.chi-02.us.sixxs.net] has joined #scheme 02:00:02 -!- seangrove [~user@180.64.8.254] has quit [Remote host closed the connection] 02:00:02 -!- seangrov` [~user@180.64.8.254] has quit [Remote host closed the connection] 02:00:13 -!- proq [~user@unaffiliated/proqesi] has quit [Ping timeout: 260 seconds] 02:03:36 R3cur51v3 [~Recursive@173-30-222-57.client.mchsi.com] has joined #scheme 02:05:28 -!- R3cur51v3 [~Recursive@173-30-222-57.client.mchsi.com] has quit [Read error: Connection reset by peer] 02:10:03 emma [~em@unaffiliated/emma] has joined #scheme 02:15:34 -!- emma [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 02:20:10 -!- toxygen [toxygen@stip-static-98.213-81-186.telecom.sk] has quit [Ping timeout: 264 seconds] 02:20:52 toxygen [toxygen@stip-static-98.213-81-186.telecom.sk] has joined #scheme 02:21:21 emma [~em@unaffiliated/emma] has joined #scheme 02:29:51 -!- toxygen [toxygen@stip-static-98.213-81-186.telecom.sk] has quit [Ping timeout: 260 seconds] 02:31:45 toxygen [~toxygen@stip-static-98.213-81-186.telecom.sk] has joined #scheme 02:41:02 R3cur51v3 [~Recursive@173-30-57-91.client.mchsi.com] has joined #scheme 02:46:07 -!- toxygen [~toxygen@stip-static-98.213-81-186.telecom.sk] has quit [Ping timeout: 276 seconds] 02:52:33 timj_ [~timj@e176195084.adsl.alicedsl.de] has joined #scheme 02:55:41 -!- timj [~timj@e176195123.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 03:02:45 toxygen [~toxygen@stip-static-98.213-81-186.telecom.sk] has joined #scheme 03:08:53 parolang [~user@8e4a01246100775874c4f448e9887093.oregonrd-wifi-1261.amplex.net] has joined #scheme 03:09:34 -!- Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has quit [Quit: This computer has gone to sleep] 03:10:09 -!- MononcQc [~Ferd@modemcable062.225-20-96.mc.videotron.ca] has quit [Quit: leaving] 03:12:23 Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has joined #scheme 03:12:27 -!- snarkyboojum [~snarkyboo@58.171.193.152] has quit [Ping timeout: 265 seconds] 03:14:10 -!- Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has quit [Read error: Connection reset by peer] 03:15:32 -!- Zarutian [~zarutian@194-144-84-110.du.xdsl.is] has quit [Quit: Zarutian] 03:15:38 Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has joined #scheme 03:17:41 -!- Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has quit [Client Quit] 03:19:13 Poeir [~Poeir@c-98-228-60-162.hsd1.il.comcast.net] has joined #scheme 03:22:00 -!- cpr420 [~cpr420@unaffiliated/cpr420] has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!] 03:24:11 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 03:24:15 snarkyboojum [~snarkyboo@58.171.141.68] has joined #scheme 03:26:25 -!- toxygen [~toxygen@stip-static-98.213-81-186.telecom.sk] has quit [Ping timeout: 276 seconds] 03:27:16 toxygen [~toxygen@stip-static-98.213-81-186.telecom.sk] has joined #scheme 03:36:05 hohoho [~hohoho@p938c8e.tokynt01.ap.so-net.ne.jp] has joined #scheme 03:41:07 -!- rbarraud [~rbarraud@118-92-56-220.dsl.dyn.ihug.co.nz] has quit [Remote host closed the connection] 03:43:21 -!- bgs100 is now known as bgs000 03:46:48 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Remote host closed the connection] 03:54:30 snarkyboojum_ [~snarkyboo@120.156.226.3] has joined #scheme 03:56:26 -!- snarkyboojum [~snarkyboo@58.171.141.68] has quit [Ping timeout: 265 seconds] 03:56:27 -!- snarkyboojum_ is now known as snarkyboojum 03:59:00 copumpkin [~copumpkin@94.166.71.250] has joined #scheme 04:02:06 virl [~virl__@chello062178085149.1.12.vie.surfer.at] has joined #scheme 04:04:29 -!- saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 240 seconds] 04:04:59 -!- Checkie [1938@unaffiliated/checkie] has quit [Ping timeout: 248 seconds] 04:14:56 -!- snarkyboojum [~snarkyboo@120.156.226.3] has quit [Quit: snarkyboojum] 04:19:44 saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 04:19:49 -!- winxordie [~winxordie@199-49.97-97.tampabay.res.rr.com] has quit [Ping timeout: 264 seconds] 04:20:41 snarkyboojum [~snarkyboo@120.155.54.225] has joined #scheme 04:27:08 -!- snarkyboojum [~snarkyboo@120.155.54.225] has quit [Quit: snarkyboojum] 04:41:59 snarkyboojum [~snarkyboo@120.156.53.73] has joined #scheme 04:45:42 JoelMcCracken [~joelmccra@pool-72-95-204-229.pitbpa.east.verizon.net] has joined #scheme 04:48:42 dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has joined #scheme 04:50:47 -!- parolang [~user@8e4a01246100775874c4f448e9887093.oregonrd-wifi-1261.amplex.net] has quit [Remote host closed the connection] 04:52:48 -!- snarkyboojum [~snarkyboo@120.156.53.73] has quit [Quit: snarkyboojum] 04:54:14 -!- asarch [~asarch@189.188.158.64] has quit [Quit: Leaving] 04:55:07 -!- dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 04:55:29 dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has joined #scheme 04:57:21 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 05:00:27 -!- rdd [~rdd@c83-250-52-182.bredband.comhem.se] has quit [Remote host closed the connection] 05:00:33 rdd` [~rdd@c83-250-52-182.bredband.comhem.se] has joined #scheme 05:08:19 -!- virl [~virl__@chello062178085149.1.12.vie.surfer.at] has quit [Remote host closed the connection] 05:12:12 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 05:15:02 Checkie [1768@unaffiliated/checkie] has joined #scheme 05:17:47 -!- dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has quit [Ping timeout: 265 seconds] 05:17:48 -!- JoelMcCracken [~joelmccra@pool-72-95-204-229.pitbpa.east.verizon.net] has quit [Quit: This computer has gone to sleep] 05:18:49 Daemmerung [~goetter@64.146.161.228] has joined #scheme 05:24:42 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [Ping timeout: 245 seconds] 05:26:21 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 05:32:26 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 05:34:18 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 05:37:42 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Client Quit] 05:47:28 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 05:50:50 melba [~blee@unaffiliated/lazz0] has joined #scheme 05:50:53 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Client Quit] 05:53:22 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 05:57:18 MichaelRaskin [~MichaelRa@pantagruel.mccme.ru] has joined #scheme 05:57:31 -!- emma [~em@unaffiliated/emma] has quit [Ping timeout: 260 seconds] 05:58:48 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [Ping timeout: 260 seconds] 05:59:06 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 06:31:50 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 06:32:34 -!- R3cur51v3 [~Recursive@173-30-57-91.client.mchsi.com] has quit [Quit: This system is going down for poweroff RIGHT FREAKING NOW!!!] 06:39:15 edw` [~user@71.23.225.183] has joined #scheme 06:41:46 -!- edw [~user@71.23.225.183] has quit [Ping timeout: 264 seconds] 06:48:11 -!- Checkie [1768@unaffiliated/checkie] has quit [Ping timeout: 248 seconds] 06:52:25 seangrove [~user@180.64.8.254] has joined #scheme 06:59:07 nego [~nego@c-76-16-30-244.hsd1.il.comcast.net] has joined #scheme 07:10:27 -!- nego [~nego@c-76-16-30-244.hsd1.il.comcast.net] has quit [Quit: leaving] 07:22:12 -!- seangrove [~user@180.64.8.254] has quit [Remote host closed the connection] 07:22:22 myu2 [~myu2@161.90.128.210.bf.2iij.net] has joined #scheme 07:27:12 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 07:30:09 seangrove [~user@180.64.8.254] has joined #scheme 07:36:11 -!- exDM69 [~riku@e-werk.entropy.fi] has left #scheme 07:36:40 -!- rdd` is now known as rdd 07:41:01 masm [~masm@2.80.136.181] has joined #scheme 07:48:56 eli: yeah, I can understand _that_; what confused me was that I thought you were comparing the lists disregarding any filtering, i.e. the "raw" amount of spam they get bombarded with; of course if you compare the open Git list without filtering (?) and the subscribed-only plt list with some scripts and human intervention, then it certainly makes sense it gets zero spam; but it seems like an almost tauto 07:48:56 logical statement to me, so I didn't imagine that was the meaning of the sentence 07:49:14 (and the context didn't seem to indicate that, either) 07:49:27 sorry for being thick 07:51:54 ejs [~eugen@77.222.151.102] has joined #scheme 07:55:45 fradgers- [~fradgers-@5e02b45e.bb.sky.com] has joined #scheme 07:56:59 -!- ejs [~eugen@77.222.151.102] has quit [Ping timeout: 248 seconds] 07:57:28 ejs [~eugen@nat.ironport.com] has joined #scheme 07:58:33 -!- mbohun [~mbohun@202.124.72.245] has quit [Quit: Leaving] 07:59:25 -!- myu2 [~myu2@161.90.128.210.bf.2iij.net] has quit [Remote host closed the connection] 07:59:47 ribbs [~ribbs@p024062.doubleroute.jp] has joined #scheme 08:09:15 StucKman [~mdione@lakshmi.inria.fr] has joined #scheme 08:10:19 -!- StucKman [~mdione@lakshmi.inria.fr] has left #scheme 08:14:20 myu2 [~myu2@161.90.128.210.bf.2iij.net] has joined #scheme 08:16:28 snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has joined #scheme 08:29:44 davazp [~user@83.55.178.113] has joined #scheme 08:31:28 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 08:34:12 -!- Daemmerung [~goetter@64.146.161.228] has quit [Quit: Smoove out.] 08:36:28 choas [~lars@p5B0DD964.dip.t-dialin.net] has joined #scheme 08:38:36 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 08:41:41 myu2_ [~myu2@161.90.128.210.bf.2iij.net] has joined #scheme 08:43:52 -!- myu2 [~myu2@161.90.128.210.bf.2iij.net] has quit [Ping timeout: 245 seconds] 08:45:15 -!- snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has quit [Ping timeout: 272 seconds] 08:50:18 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 260 seconds] 08:51:03 snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has joined #scheme 09:03:59 -!- myu2_ [~myu2@161.90.128.210.bf.2iij.net] has quit [Remote host closed the connection] 09:04:16 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 09:06:24 seangrov` [~user@180.64.8.254] has joined #scheme 09:07:00 myu2 [~myu2@161.90.128.210.bf.2iij.net] has joined #scheme 09:07:41 -!- seangrove [~user@180.64.8.254] has quit [Ping timeout: 240 seconds] 09:10:36 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 276 seconds] 09:12:37 mbohun [~mbohun@ppp115-156.static.internode.on.net] has joined #scheme 09:16:56 Blkt [~user@93-33-135-93.ip44.fastwebnet.it] has joined #scheme 09:17:20 -!- myu2 [~myu2@161.90.128.210.bf.2iij.net] has quit [Remote host closed the connection] 09:23:19 myu2 [~myu2@161.90.128.210.bf.2iij.net] has joined #scheme 09:25:49 -!- snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has quit [Quit: snarkyboojum] 09:28:27 -!- seangrov` [~user@180.64.8.254] has quit [Read error: Connection reset by peer] 09:29:22 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Read error: Connection reset by peer] 09:29:25 -!- Blkt [~user@93-33-135-93.ip44.fastwebnet.it] has quit [Ping timeout: 264 seconds] 09:33:54 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 09:35:22 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 09:36:22 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Read error: Connection reset by peer] 09:40:54 snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has joined #scheme 09:42:11 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 09:44:13 sepult [~user@xdsl-78-34-243-167.netcologne.de] has joined #scheme 09:52:46 -!- ribbs [~ribbs@p024062.doubleroute.jp] has quit [Quit: Leaving...] 10:03:14 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 10:03:53 jao [~user@74.Red-80-24-4.staticIP.rima-tde.net] has joined #scheme 10:07:45 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 10:10:02 -!- jmcphers [~jmcphers@218.185.108.156] has quit [Remote host closed the connection] 10:16:01 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 10:20:32 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 245 seconds] 10:28:44 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 10:33:15 -!- leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 10:37:19 rbarraud [~rbarraud@118-93-90-205.dsl.dyn.ihug.co.nz] has joined #scheme 10:39:15 leppie [~lolcow@196-210-146-237-tvwt-esr-2.dynamic.isadsl.co.za] has joined #scheme 10:51:17 -!- antoszka [~antoszka@unaffiliated/antoszka] has quit [Quit: +++ killed by SIGSEGV +++] 10:52:04 alvatar [~alvatar@63.149.220.87.dynamic.jazztel.es] has joined #scheme 10:58:59 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Ping timeout: 260 seconds] 11:02:37 -!- xwl_ [~user@esprx01x.nokia.com] has quit [Remote host closed the connection] 11:03:29 -!- davazp [~user@83.55.178.113] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 11:04:08 xwl_ [~user@esprx01x.nokia.com] has joined #scheme 11:08:27 -!- ejs [~eugen@nat.ironport.com] has quit [Ping timeout: 248 seconds] 11:13:45 ejs [~eugen@nat.ironport.com] has joined #scheme 11:14:47 sepult` [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 11:17:25 -!- sepult [~user@xdsl-78-34-243-167.netcologne.de] has quit [Ping timeout: 264 seconds] 11:18:33 moell [~user@150.181.35.213.dyn.estpak.ee] has joined #scheme 11:22:35 -!- futilius [~otheruser@2001:470:d:128:216:3eff:fe86:c70e] has quit [Read error: Operation timed out] 11:23:26 futilius [~otheruser@2001:470:d:128:216:3eff:fe86:c70e] has joined #scheme 11:30:14 -!- snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has quit [Quit: snarkyboojum] 11:31:52 emma [~em@unaffiliated/emma] has joined #scheme 11:34:55 -!- ejs [~eugen@nat.ironport.com] has quit [Ping timeout: 252 seconds] 11:47:22 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 11:47:30 -!- hohoho [~hohoho@p938c8e.tokynt01.ap.so-net.ne.jp] has quit [Remote host closed the connection] 11:52:49 -!- eli [~eli@winooski.ccs.neu.edu] has quit [Ping timeout: 264 seconds] 12:02:49 Zarutian [~zarutian@194-144-84-110.du.xdsl.is] has joined #scheme 12:05:29 eli [~eli@winooski.ccs.neu.edu] has joined #scheme 12:24:55 JoelMcCracken [~joelmccra@pool-72-95-204-229.pitbpa.east.verizon.net] has joined #scheme 12:42:23 -!- melba [~blee@unaffiliated/lazz0] has quit [Ping timeout: 258 seconds] 12:50:47 melba [~blee@unaffiliated/lazz0] has joined #scheme 12:51:28 winxordie [~winxordie@199-49.97-97.tampabay.res.rr.com] has joined #scheme 12:53:54 eli: interesting; now I've subscribed to the list, but after posting a message through Gmane, I first got an alert from Gmane that the list is subscribed-only and if I really know what I'm doing etc. I didn't get anything like that when I posted to plt-devel... did you change anything or is that perhaps a difference between plt and plt-devel? 12:57:42 -!- alvatar [~alvatar@63.149.220.87.dynamic.jazztel.es] has quit [Quit: leaving] 13:01:47 -!- rbarraud [~rbarraud@118-93-90-205.dsl.dyn.ihug.co.nz] has quit [Remote host closed the connection] 13:04:03 hm; actually now I think about it, the difference was that in the former case I was directly replying to the public.gmane.org addresses, whereas now I posted a new message to the Gmane group, so that made the difference; nevermind 13:09:58 langmartin [~user@exeuntcha2.tva.gov] has joined #scheme 13:10:59 snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has joined #scheme 13:11:11 -!- melba [~blee@unaffiliated/lazz0] has quit [Read error: Connection reset by peer] 13:11:15 ejs [~eugen@81.25.225.254] has joined #scheme 13:11:24 melba [~blee@unaffiliated/lazz0] has joined #scheme 13:21:37 -!- ejs [~eugen@81.25.225.254] has quit [Ping timeout: 252 seconds] 13:23:41 -!- ineiros is now known as ineiros__ 13:25:09 -!- ineiros__ [~itniemin@dhcp66.ics.hut.fi] has quit [Quit: .] 13:27:20 ejs [~eugen@81.25.225.254] has joined #scheme 13:32:56 -!- JoelMcCracken [~joelmccra@pool-72-95-204-229.pitbpa.east.verizon.net] has quit [Quit: This computer has gone to sleep] 13:32:59 -!- sjamaan [~sjamaan@netbsd/developer/sjamaan] has quit [Ping timeout: 248 seconds] 13:36:56 -!- ejs [~eugen@81.25.225.254] has quit [Quit: This computer has gone to sleep] 13:41:50 powerje [~powerje@75.60.206.10] has joined #scheme 13:42:33 peter_ [~sjamaan@frohike.xs4all.nl] has joined #scheme 13:43:01 -!- peter_ is now known as Guest23893 13:43:04 -!- Guest23893 is now known as sjamaan 13:43:11 -!- sjamaan [~sjamaan@frohike.xs4all.nl] has quit [Changing host] 13:43:11 sjamaan [~sjamaan@netbsd/developer/sjamaan] has joined #scheme 13:49:55 -!- snarkyboojum [~snarkyboo@110-174-43-105.static.tpgi.com.au] has quit [Quit: snarkyboojum] 13:52:06 JoelMcCracken [~joelmccra@c-67-163-143-192.hsd1.pa.comcast.net] has joined #scheme 14:04:55 HG` [~HG@xdslff038.osnanet.de] has joined #scheme 14:06:04 stepnem: I don't know -- both gmane and mail-archive.com don't have a concept of me setting up something; there's no specific setup that I did in either place. 14:07:16 eli: yeah, see my follow-up message -- I'm rather sure it's because in the former case I sent the mail directly to the Gmane-encrypted addresses 14:08:05 so it (Gmane) probably hadn't chance to warn me about the need to subscribe 14:12:15 -!- choas [~lars@p5B0DD964.dip.t-dialin.net] has quit [Ping timeout: 240 seconds] 14:14:22 choas [~lars@p5B0DD964.dip.t-dialin.net] has joined #scheme 14:14:46 -!- myu2 [~myu2@161.90.128.210.bf.2iij.net] has quit [Ping timeout: 264 seconds] 14:20:18 Checkie [2207@unaffiliated/checkie] has joined #scheme 14:30:52 hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 14:30:53 dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has joined #scheme 14:38:58 bweaver [~user@75-148-111-133-Chattanooga.hfc.comcastbusiness.net] has joined #scheme 14:50:21 Blkt [~user@93-33-142-124.ip44.fastwebnet.it] has joined #scheme 14:53:43 -!- HG` [~HG@xdslff038.osnanet.de] has quit [Quit: Leaving.] 14:56:40 ejs [~eugen@85-238-112-19.wifi.tenet.od.ua] has joined #scheme 14:58:09 xwl [~user@123.115.120.38] has joined #scheme 14:59:49 -!- hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote host closed the connection] 15:00:13 hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 15:01:29 -!- powerje [~powerje@75.60.206.10] has quit [Quit: powerje] 15:01:41 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Ping timeout: 240 seconds] 15:04:05 alvatar [~alvatar@81.126.222.87.dynamic.jazztel.es] has joined #scheme 15:04:36 -!- hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Ping timeout: 258 seconds] 15:11:46 copumpkin_ [~copumpkin@94.166.61.122] has joined #scheme 15:12:04 -!- copumpkin_ [~copumpkin@94.166.61.122] has quit [Read error: Connection reset by peer] 15:13:16 -!- copumpkin [~copumpkin@94.166.71.250] has quit [Ping timeout: 252 seconds] 15:13:32 copumpkin [~copumpkin@94.166.61.122] has joined #scheme 15:13:44 -!- sepult` [~user@xdsl-78-34-248-249.netcologne.de] has quit [Read error: Connection reset by peer] 15:14:47 sepult` [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 15:16:04 -!- choas [~lars@p5B0DD964.dip.t-dialin.net] has quit [Quit: leaving] 15:16:19 -!- sepult` is now known as sepult 15:16:24 -!- sepult [~user@xdsl-78-34-248-249.netcologne.de] has quit [Remote host closed the connection] 15:17:28 sepult [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 15:23:29 hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 15:27:33 jewel [~jewel@196-210-187-124-tbnb-esr-2.dynamic.isadsl.co.za] has joined #scheme 15:28:34 -!- xwl [~user@123.115.120.38] has quit [Ping timeout: 276 seconds] 15:44:59 myu2 [~myu2@KD124211002004.ppp.prin.ne.jp] has joined #scheme 15:47:27 -!- myu2 [~myu2@KD124211002004.ppp.prin.ne.jp] has quit [Remote host closed the connection] 15:55:31 -!- Blkt [~user@93-33-142-124.ip44.fastwebnet.it] has quit [Ping timeout: 240 seconds] 15:55:59 eli: hi. Regarding the "rot13" thing from a few days ago: I originally tried writing it with a thread and a pipe, but couldn't get it to work. http://gist.github.com/420238 if you're curious. 15:56:15 -!- dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has quit [Ping timeout: 265 seconds] 15:57:26 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit: Leaving] 15:57:57 offby1: Looks like a case of missing a flush. 15:58:19 yeah, I stuck flushes everywhere; didn't help :-| 15:58:23 -!- ejs [~eugen@85-238-112-19.wifi.tenet.od.ua] has quit [Quit: This computer has gone to sleep] 15:58:27 or maybe I missed the one critical spot 15:59:12 what puzzled me is that it seemed as if the call to get-output-string wasn't blocking; it was as if it simply returned what happened to be available on the port at the moment 16:01:18 dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has joined #scheme 16:04:09 *eli* sighs 16:05:29 *offby1* fears to inquire 16:06:23 -!- copumpkin [~copumpkin@94.166.61.122] has quit [Read error: Connection reset by peer] 16:06:25 I'm just swamped with stuffs. 16:06:53 copumpkin [~copumpkin@94.164.96.7] has joined #scheme 16:06:58 offby1: I ran exactly that: http://tmp.barzilay.org/x 16:07:02 and it worked fine. 16:08:20 huh, I'll look! 16:24:14 cpr420 [~cpr@unaffiliated/cpr420] has joined #scheme 16:24:46 -!- melba [~blee@unaffiliated/lazz0] has quit [Read error: Connection reset by peer] 16:25:21 gravicappa [~gravicapp@ppp85-140-67-209.pppoe.mtu-net.ru] has joined #scheme 16:25:59 melba [~blee@unaffiliated/lazz0] has joined #scheme 16:26:19 xwl [~user@123.115.120.38] has joined #scheme 16:27:34 copec [~copecd@64.244.102.130] has joined #scheme 16:29:55 -!- MichaelRaskin [~MichaelRa@pantagruel.mccme.ru] has quit [Remote host closed the connection] 16:31:03 -!- jao [~user@74.Red-80-24-4.staticIP.rima-tde.net] has quit [Ping timeout: 265 seconds] 16:33:13 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 16:42:50 R3cur51v3 [~Recursive@173-30-57-91.client.mchsi.com] has joined #scheme 16:46:37 Mandar [~armand@pha75-21-78-228-186-233.fbx.proxad.net] has joined #scheme 16:53:01 ski_ [~md9slj@remote1.student.chalmers.se] has joined #scheme 16:54:07 -!- _danb_ [~user@124-171-25-183.dyn.iinet.net.au] has quit [Ping timeout: 265 seconds] 16:54:46 -!- dz0004455 [~quassel@c-98-198-92-3.hsd1.tx.comcast.net] has quit [Remote host closed the connection] 16:57:12 -!- samth_away is now known as samth 17:00:02 -!- hohoho [~hohoho@ntkngw227224.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote host closed the connection] 17:04:07 proq [~user@unaffiliated/proqesi] has joined #scheme 17:14:22 -!- xwl [~user@123.115.120.38] has quit [Remote host closed the connection] 17:18:05 -!- Mandar [~armand@pha75-21-78-228-186-233.fbx.proxad.net] has quit [Quit: Quitte] 17:22:32 -!- cpr420 [~cpr@unaffiliated/cpr420] has quit [Quit: Bye!] 17:22:43 jao [~user@136.Red-88-6-167.staticIP.rima-tde.net] has joined #scheme 17:32:54 MrFahrenheit [~RageOfTho@users-55-87.vinet.ba] has joined #scheme 17:33:17 -!- 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] 17:33:22 -!- Nshag [~shag@lns-bzn-24-82-64-181-220.adsl.proxad.net] has quit [Ping timeout: 276 seconds] 17:35:55 -!- brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has quit [Quit: brandelune] 17:37:13 xwl [~user@123.115.120.38] has joined #scheme 17:46:56 -!- jewel [~jewel@196-210-187-124-tbnb-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 265 seconds] 17:48:33 HG` [~HG@xdsl-92-252-62-80.dip.osnanet.de] has joined #scheme 17:56:13 Nshag [user@lns-bzn-32-82-254-59-154.adsl.proxad.net] has joined #scheme 18:04:47 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 18:10:15 -!- JoelMcCracken [~joelmccra@c-67-163-143-192.hsd1.pa.comcast.net] has quit [Quit: Leaving] 18:20:17 -!- R3cur51v3 [~Recursive@173-30-57-91.client.mchsi.com] has quit [Read error: Operation timed out] 18:25:30 ysph [~user@24-181-93-165.dhcp.leds.al.charter.com] has joined #scheme 18:31:53 -!- HG` [~HG@xdsl-92-252-62-80.dip.osnanet.de] has quit [Quit: Leaving.] 18:33:38 jewel [~jewel@196-210-187-124-tbnb-esr-2.dynamic.isadsl.co.za] has joined #scheme 18:57:53 -!- sepult [~user@xdsl-78-34-248-249.netcologne.de] has quit [Read error: Connection reset by peer] 18:58:57 sepult [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 19:25:38 saccade [~saccade@dhcp-18-111-84-184.dyn.mit.edu] has joined #scheme 19:25:41 why don't you take that revised out of athat ? 19:31:18 egustafs_ [~egustafs@mail.autani.com] has joined #scheme 19:42:08 -!- sepult [~user@xdsl-78-34-248-249.netcologne.de] has quit [Read error: Connection reset by peer] 19:43:15 sepult [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 19:53:20 hotblack23 [~jh@p4FC5A96F.dip.t-dialin.net] has joined #scheme 19:54:13 ws [wswieb@akson.sgh.waw.pl] has joined #scheme 19:58:06 -!- langmartin [~user@exeuntcha2.tva.gov] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 19:59:08 -!- egustafs_ [~egustafs@mail.autani.com] has quit [Quit: Ex-Chat] 20:03:00 hotblack231 [~jh@p4FC5B34C.dip.t-dialin.net] has joined #scheme 20:03:56 saint_cypher [~saint_cyp@dsl081-240-057.sfo1.dsl.speakeasy.net] has joined #scheme 20:06:03 -!- hotblack23 [~jh@p4FC5A96F.dip.t-dialin.net] has quit [Ping timeout: 248 seconds] 20:06:19 jlongster [~user@adsl-074-237-021-118.sip.asm.bellsouth.net] has joined #scheme 20:15:25 -!- hotblack231 [~jh@p4FC5B34C.dip.t-dialin.net] has quit [Quit: Leaving.] 20:34:59 asarch [~asarch@187.132.131.144] has joined #scheme 20:40:26 askhader [~askhader@taurine.csclub.uwaterloo.ca] has joined #scheme 20:41:35 Greetings, I'm attempting to parse a rather long textfile and I'm starting by using, doing file->string and then splitting the string up using regexp-split to match and split by newline characters. This is turing out to be rather slow. ARe there more efficient ways to handle this? 20:42:39 yes, use file->lines 20:42:47 Hah 20:44:12 wayyyyy faster 20:44:18 -!- jewel [~jewel@196-210-187-124-tbnb-esr-2.dynamic.isadsl.co.za] has quit [Ping timeout: 265 seconds] 20:58:17 antoszka [~antoszka@unaffiliated/antoszka] has joined #scheme 21:00:46 jmcphers [~jmcphers@218.185.108.156] has joined #scheme 21:03:39 -!- gravicappa [~gravicapp@ppp85-140-67-209.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 21:10:44 -!- jonrafkind [~jon@crystalis.cs.utah.edu] has quit [Read error: Connection reset by peer] 21:11:53 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 21:22:35 -!- sepult [~user@xdsl-78-34-248-249.netcologne.de] has quit [Read error: Connection reset by peer] 21:25:17 -!- asarch [~asarch@187.132.131.144] has quit [Remote host closed the connection] 21:41:32 -!- callccguy [~48c8da6f@gateway/web/freenode/x-mdwkxzbkjycqbvyw] has quit [Ping timeout: 252 seconds] 21:44:02 curi_ [~curi@adsl-99-114-139-86.dsl.pltn13.sbcglobal.net] has joined #scheme 21:46:16 Is there a vector sorting function? 21:47:46 -!- jlongster [~user@adsl-074-237-021-118.sip.asm.bellsouth.net] has quit [Ping timeout: 264 seconds] 21:48:11 -!- saccade [~saccade@dhcp-18-111-84-184.dyn.mit.edu] has quit [Quit: This computer has gone to sleep] 21:49:20 there's one in r6rs 21:49:33 -!- bweaver [~user@75-148-111-133-Chattanooga.hfc.comcastbusiness.net] has quit [Ping timeout: 265 seconds] 22:01:22 -!- saint_cypher [~saint_cyp@dsl081-240-057.sfo1.dsl.speakeasy.net] has quit [Ping timeout: 245 seconds] 22:07:12 saint_cypher [~saint_cyp@dsl081-240-057.sfo1.dsl.speakeasy.net] has joined #scheme 22:13:48 -!- antoszka [~antoszka@unaffiliated/antoszka] has quit [Quit: +++ killed by SIGSEGV +++] 22:15:03 sepult [~user@xdsl-78-34-248-249.netcologne.de] has joined #scheme 22:15:04 -!- dfkjjkfd [~paulh@214-13-ftth.onsnetstudenten.nl] has quit [Quit: Lost terminal] 22:17:50 jimrees_ [~jimrees@ita4fw1.itasoftware.com] has joined #scheme 22:19:07 -!- jimrees_ [~jimrees@ita4fw1.itasoftware.com] has quit [Client Quit] 22:22:37 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has quit [Read error: Connection reset by peer] 22:28:46 ktzqbp [~ktzqbp@unaffiliated/ktzqbp] has joined #scheme 22:48:39 -!- bgs000 is now known as bgs100 22:51:33 saccade [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 22:52:16 cpr420 [~cpr420@unaffiliated/cpr420] has joined #scheme 22:52:31 -!- emma [~em@unaffiliated/emma] has quit [Ping timeout: 276 seconds] 22:52:47 -!- samth [~samth@punge.ccs.neu.edu] has quit [Quit: Ex-Chat] 22:53:50 -!- ktzqbp [~ktzqbp@unaffiliated/ktzqbp] has quit [Quit: Leaving] 22:56:16 virl [~virl__@chello062178085149.1.12.vie.surfer.at] has joined #scheme 22:57:35 hotblack23 [~jh@p4FC5B34C.dip.t-dialin.net] has joined #scheme 23:14:32 -!- fradgers- [~fradgers-@5e02b45e.bb.sky.com] has left #scheme 23:18:35 -!- ToxicFrog [~ToxicFrog@76-10-139-177.dsl.teksavvy.com] has quit [Read error: Connection reset by peer] 23:32:46 -!- MrFahrenheit [~RageOfTho@users-55-87.vinet.ba] has quit [Read error: No route to host] 23:33:02 MrFahrenheit [~RageOfTho@users-55-87.vinet.ba] has joined #scheme 23:37:45 -!- ysph [~user@24-181-93-165.dhcp.leds.al.charter.com] has quit [Ping timeout: 240 seconds] 23:39:09 brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has joined #scheme 23:41:35 sepult` [~user@xdsl-87-79-136-216.netcologne.de] has joined #scheme 23:43:49 -!- sepult [~user@xdsl-78-34-248-249.netcologne.de] has quit [Disconnected by services] 23:44:13 -!- sepult` is now known as sepult 23:44:20 -!- sepult [~user@xdsl-87-79-136-216.netcologne.de] has quit [Remote host closed the connection] 23:45:24 sepult [~user@xdsl-87-79-136-216.netcologne.de] has joined #scheme 23:48:02 -!- jonrafkind [~jon@crystalis.cs.utah.edu] has quit [Ping timeout: 245 seconds] 23:48:07 -!- brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has quit [Quit: brandelune] 23:55:41 -!- sepult [~user@xdsl-87-79-136-216.netcologne.de] has quit [Remote host closed the connection] 23:57:41 sepult [~user@xdsl-87-79-136-216.netcologne.de] has joined #scheme