00:01:34 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 00:07:20 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 00:13:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 00:19:03 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 00:25:56 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 00:31:10 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 00:31:14 adiii [~adityavit@c-69-136-105-164.hsd1.nj.comcast.net] has joined #scheme 00:38:00 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 00:43:10 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 00:44:15 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 256 seconds] 00:47:51 -!- youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Quit: bed-time!] 00:50:13 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 00:55:10 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 00:59:32 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 01:06:33 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 260 seconds] 01:06:33 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 01:11:00 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 01:18:05 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 01:22:47 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 01:26:39 jcowan [~John@mail.digitalkingdom.org] has joined #scheme 01:29:32 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 01:36:20 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 01:41:26 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 01:48:17 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 01:48:31 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 01:50:06 -!- tupi [~david@139.82.89.98] has quit [Quit: Leaving] 01:51:16 bfgun [~b_fin_g@r186-54-245-177.dialup.adsl.anteldata.net.uy] has joined #scheme 01:51:50 *offby1* laughs cruelly 01:53:55 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 01:54:31 -!- bfig [~b_fin_g@r190-135-15-196.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 256 seconds] 01:55:09 *ijp* curls up into a ball 01:55:39 *offby1* rolls ijp down the alley ... STRIKE! 01:58:18 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 01:59:06 meg23 [~max@c-71-61-181-32.hsd1.pa.comcast.net] has joined #scheme 01:59:41 realitygrill [~realitygr@209-6-30-187.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com] has joined #scheme 02:00:36 I am little new to scheme but I am looking for a basic function or library to fetch a website, is there anything in slib I can use to just fetch a website? 02:00:50 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:02:03 *offby1* laughs cruelly 02:02:10 meg23: slib is pretty primitive, if I recall correctly. 02:02:19 meg23: whatever Scheme you're using likely has something though. 02:02:42 I am using scm 02:02:53 I am trying to not use anything chicken or racket 02:03:03 whoah, people actually use scm 02:03:15 SCM? then you're probably hosed 02:03:26 I thought it was just the author 02:04:45 meg23: well ... I admire your ideological purity, but you're going to find that actually doing anything useful ... like downloading stuff from web servers ... is difficult or impossible. 02:04:46 so am I basically stuck with using something like chicken? 02:05:01 well, yes; but I wouldn't use the word "stuck". 02:05:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 02:05:17 I consider chicken, and its library of handy things like web-fetching libraries, to be a _good_ thing. 02:05:27 I suspect you want your code to be portable. 02:05:41 offby1: yeah, I have just gotten tired learning different libraries here and there 02:05:51 well... 02:05:54 how portable is slib anyway 02:06:02 I also wanted something that was purely r5Rs compliant 02:06:08 lol 02:06:10 my advice in this channel is always: find an implementation that you like (like chicken), learn it, use it. 02:06:18 Don't worry about "portability"; it doesn't actually buy you anything. 02:06:31 it _could_, but it doesn't 02:06:36 forget about R5RS compliance. There's no actually benefit to it 02:06:45 s/actually/actual/ 02:06:56 (this is coming from someone who _does_ care about portability, but not the r5rs) 02:07:20 *shrug* 02:07:29 scheme is for fun, and for learning. It's not for actually getting s*** done. 02:07:35 *offby1* glances around nervously. 02:07:49 offby1: yeah, I am still getting over the shock 02:08:02 *rudybot* shifts uncomfortably 02:08:13 I like pure scheme 02:08:21 you want to get s*** done, use Python, Perl, Ruby, maybe Clojure. 02:08:28 steady now 02:08:30 I like pure scheme too. It's why I hang out here. 02:08:43 I am big python guy 02:08:49 i've been using elisp and bash a lot to get things done recently 02:08:53 Getting s*** done generally implies collaborating with other people. Other people don't use scheme. Ergo ... 02:09:05 elisp is great in its domain. 02:09:07 I use scheme at work for speech recognition 02:09:10 meg23: since most implementations don't even support the full r5rs (a recurring rant of mine), even coding to that doesn't buy you much 02:09:12 every heard of SIOD? 02:09:17 yuck 02:09:26 bash is ... well, my general rule is "any bash script longer than three lines needs to be rewritten in a real language". 02:09:27 yeah, it is so old 02:09:33 meg23: I'm genuinely impressed. 02:09:35 SIOD is not really a scheme 02:10:02 i've been actually using elisp to generate the bash 02:10:12 I will have to look at elisp 02:10:14 turbofail: you're going to hell for sure 02:10:41 it was honestly the fastest way to get it done 02:11:15 so really, not script or anything to fetch a site in scheme? 02:11:40 if you can open subprocesses you can use curl or something 02:11:42 in _portable_ _r5rs_ scheme, not a chance in hell 02:11:46 Paul Smith said "Don't hassle with writing portable makefiles, use a portable make instead!" That applies to schemes, too 02:12:22 what ijp said. 02:12:26 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:12:35 this is obviously a loaded question, but which version of scheme should I invest time in, chicken, racket or something else? 02:12:36 Racket (the only scheme I know well) has lots of nice libraries for web stuff. 02:12:37 let me remind everyone that this is the standard that doesn't even specify that a scheme must support ASCII 02:12:39 chicken probably does too. 02:12:46 let that sink in for a moment 02:13:12 meg23: if you're already familiar with chicken, my hunch is: stick with it. I doubt the others are better enough to warrant stitching. Chicken has a very good reputation. 02:13:24 er, s/stitching/switching/ 02:14:12 the r6rs is controversial because you have to support unicode, and r5rs is uncontroversial because you only have to support an a-z ordering. Fucking scheme. 02:16:54 *jcowan* chuckles. 02:17:57 at least r7rs gets a partial credit 02:17:57 Hopefully there will be a version of slib portable to all R7RS implementations; I've talked to da man about it. 02:18:25 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 02:19:00 Wuddayamean, "partial"? 02:19:13 R7RS is the Mary Poppins of Scheme standards. 02:19:36 -!- homie`` [~levgue@xdsl-84-44-210-230.netcologne.de] has quit [Ping timeout: 244 seconds] 02:19:47 jcowan: r7rs is far too pic and mix for me to award it full credit 02:20:10 "pic and mix"? 02:21:42 jcowan: do you still allow incomplete support for unicode? 02:22:19 "compatible subset" or whatever terminology you've chosen 02:23:09 Oh yes. 02:23:17 then partial credit 02:23:55 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:25:07 attila_lendvai [~attila_le@37.99.48.182] has joined #scheme 02:25:07 -!- attila_lendvai [~attila_le@37.99.48.182] has quit [Changing host] 02:25:07 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 02:28:22 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 02:28:36 -!- turbofail [~user@38.99.37.210] has quit [Ping timeout: 248 seconds] 02:35:41 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:35:52 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 02:39:27 sc1234 [~mail_for_@85.21.8.51] has joined #scheme 02:39:50 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 02:41:02 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 02:45:37 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:50:30 -!- wbooze [~wbooze@xdsl-84-44-210-230.netcologne.de] has quit [Ping timeout: 264 seconds] 02:51:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 02:51:57 Implementations MUST support the ASCII repertoire, and MAY support any other repertoire they choose. However, char->integer and integer->char, for example, MUST work with Unicode codepoints for the supported range of characters. 02:57:16 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 02:57:49 -!- meg23 [~max@c-71-61-181-32.hsd1.pa.comcast.net] has quit [Quit: Lost terminal] 03:01:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 03:03:48 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 03:08:55 I ain't gonna argue scripture with no nun 03:09:26 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 03:13:51 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 03:15:32 i wonder why syntax-case in r7rs has been marked "wg2 or drop" 03:15:45 i thought it was important to define macros ? 03:16:24 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 03:18:14 -!- dnolen [~user@108.54.21.53] has quit [Remote host closed the connection] 03:18:46 -!- fold [~fold@66-169-204-12.dhcp.ftwo.tx.charter.com] has quit [Quit: Leaving] 03:19:13 -!- cataska [~cataska@210.64.6.233] has quit [Quit: leaving] 03:20:00 fold [~fold@66-169-204-12.dhcp.ftwo.tx.charter.com] has joined #scheme 03:22:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 03:22:58 *offby1* wonders if there happen to be any R7RS standards people lurking in the channel 03:23:11 say, ones who live in a small island off the East Coast of the US, e.g. 03:24:42 offby1: yes, afaik i know there is, but i don't know if there "are" 03:25:21 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 03:25:39 -!- ijp [~user@host31-52-140-134.range31-52.btcentralplus.com] has quit [Read error: Connection reset by peer] 03:28:19 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 03:29:36 cataska [~cataska@210.64.6.233] has joined #scheme 03:30:53 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 03:37:46 *offby1* stares blankly 03:37:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 03:39:23 -!- peterhil [~peterhil@91-157-48-51.elisa-laajakaista.fi] has quit [Ping timeout: 252 seconds] 03:43:11 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 03:47:33 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 03:54:42 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 03:58:55 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 03:59:02 -!- X-Scale [name@2001:470:1f14:135b::2] has quit [Remote host closed the connection] 04:04:34 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 04:04:52 mmc1 [~michal@178-85-68-252.dynamic.upc.nl] has joined #scheme 04:08:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 04:14:29 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 04:15:42 -!- mmc1 [~michal@178-85-68-252.dynamic.upc.nl] has quit [Ping timeout: 264 seconds] 04:17:14 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Quit: MichaelRaskin] 04:18:34 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 04:23:11 -!- Euthy [~euthy@unaffiliated/euthydemus] has quit [*.net *.split] 04:23:11 -!- taylanub [tub@p4FD91E31.dip.t-dialin.net] has quit [*.net *.split] 04:23:11 -!- huangjs [~huangjs@69.84.244.131] has quit [*.net *.split] 04:23:12 -!- DT` [~ea@host171-174-dynamic.247-95-r.retail.telecomitalia.it] has quit [*.net *.split] 04:23:12 -!- em [~em@unaffiliated/emma] has quit [*.net *.split] 04:23:12 -!- snarkyboojum [~snarkyboo@67-23-4-190.static.slicehost.net] has quit [*.net *.split] 04:23:12 -!- lcc [~lcc@unaffiliated/lcc] has quit [*.net *.split] 04:24:26 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 04:24:42 em [~em@unaffiliated/emma] has joined #scheme 04:28:28 Euthy [~euthy@unaffiliated/euthydemus] has joined #scheme 04:28:28 taylanub [tub@p4FD91E31.dip.t-dialin.net] has joined #scheme 04:28:28 huangjs [~huangjs@69.84.244.131] has joined #scheme 04:28:28 DT` [~ea@host171-174-dynamic.247-95-r.retail.telecomitalia.it] has joined #scheme 04:28:28 snarkyboojum [~snarkyboo@67-23-4-190.static.slicehost.net] has joined #scheme 04:28:28 lcc [~lcc@unaffiliated/lcc] has joined #scheme 04:28:36 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 04:29:11 -!- Fare [fare@nat/google/x-kzeiziiljfxlazvr] has quit [Ping timeout: 245 seconds] 04:34:21 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 04:36:08 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 04:39:12 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 04:41:01 dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has joined #scheme 04:45:57 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 04:52:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 04:52:34 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 240 seconds] 04:54:09 realityg1ill [~realitygr@209-6-30-187.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com] has joined #scheme 04:55:51 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 256 seconds] 04:57:42 -!- realitygrill [~realitygr@209-6-30-187.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 264 seconds] 04:58:12 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 05:00:31 -!- dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has quit [Remote host closed the connection] 05:04:43 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 05:09:27 -!- crundar [~Jason@99-108-224-199.lightspeed.iplsin.sbcglobal.net] has quit [Ping timeout: 256 seconds] 05:09:47 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 05:12:21 crundar [~Jason@99-108-224-199.lightspeed.iplsin.sbcglobal.net] has joined #scheme 05:15:51 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 245 seconds] 05:16:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 05:17:19 Fare [fare@nat/google/x-pwxrwljrkvhtxscw] has joined #scheme 05:21:52 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 05:27:25 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 05:27:38 foeniks [~fevon@vpn12.hotsplots.net] has joined #scheme 05:28:43 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 05:33:41 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 05:34:25 gravicappa [~gravicapp@ppp91-77-217-214.pppoe.mtu-net.ru] has joined #scheme 05:39:53 -!- DT` [~ea@host171-174-dynamic.247-95-r.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] 05:40:17 DT` [~ea@host171-174-dynamic.247-95-r.retail.telecomitalia.it] has joined #scheme 05:40:25 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 05:45:29 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 05:50:07 attila_lendvai [~attila_le@87.247.13.20] has joined #scheme 05:50:07 -!- attila_lendvai [~attila_le@87.247.13.20] has quit [Changing host] 05:50:07 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 05:52:18 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 05:55:07 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 246 seconds] 05:57:15 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:01:08 peterhil [~peterhil@91-157-48-51.elisa-laajakaista.fi] has joined #scheme 06:01:41 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 06:05:51 -!- Fare [fare@nat/google/x-pwxrwljrkvhtxscw] has quit [Ping timeout: 245 seconds] 06:08:11 attila_lendvai [~attila_le@37.99.77.137] has joined #scheme 06:08:11 -!- attila_lendvai [~attila_le@37.99.77.137] has quit [Changing host] 06:08:11 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 06:08:58 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:11:55 -!- fantazo [~fantazo@91-119-209-176.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] 06:14:12 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 06:16:08 -!- carleastlund [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: carleastlund] 06:20:49 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 06:21:41 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:23:25 -!- yoklov [~yoklov@66-168-42-64.dhcp.nwtn.ct.charter.com] has quit [Quit: computer sleeping] 06:25:58 -!- githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 06:27:46 githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has joined #scheme 06:28:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 06:28:18 -!- crundar [~Jason@99-108-224-199.lightspeed.iplsin.sbcglobal.net] has quit [Ping timeout: 264 seconds] 06:30:29 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:31:16 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 245 seconds] 06:31:54 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 06:34:40 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 06:39:28 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:40:26 -!- foeniks [~fevon@vpn12.hotsplots.net] has quit [Quit: This computer has gone to sleep] 06:42:33 -!- phax [~phax@unaffiliated/phax] has quit [Quit: Leaving] 06:43:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 06:47:29 -!- jcowan [~John@mail.digitalkingdom.org] has left #scheme 06:49:10 dropster [~Kim@port284.ds1-oebr.adsl.cybercity.dk] has joined #scheme 06:51:45 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 06:58:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 07:03:55 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 07:07:59 dzhus [~dzhus@95-27-200-136.broadband.corbina.ru] has joined #scheme 07:10:29 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 07:15:34 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 07:19:03 hkBst [~marijn@79.170.210.172] has joined #scheme 07:19:03 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 07:19:03 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:20:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 07:27:56 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 07:32:12 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 07:32:20 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 07:33:10 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:35:14 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Excess Flood] 07:35:22 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 07:36:44 -!- bfgun [~b_fin_g@r186-54-245-177.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 252 seconds] 07:37:58 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:41:44 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 07:44:19 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 246 seconds] 07:47:48 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:50:47 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 07:52:01 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 246 seconds] 07:53:08 hkBst [~marijn@79.170.210.172] has joined #scheme 07:53:09 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 07:53:09 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:58:18 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 08:02:30 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 264 seconds] 08:03:23 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:06:51 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 08:07:45 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 08:09:14 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 240 seconds] 08:10:38 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:11:21 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 256 seconds] 08:11:37 jinblack [~jinblack@fw-necst.elet.polimi.it] has joined #scheme 08:14:45 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 08:19:24 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 08:19:57 hkBst_ [~marijn@79.170.210.172] has joined #scheme 08:19:57 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 08:19:57 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 08:20:36 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:20:55 Hi guys, i need help to undestand call/cc. i have this code: http://pastebin.com/Fqr6dVFE 08:21:22 i expect some result strange things happen. 08:24:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 08:26:31 -!- mhi^ [~mhi@mhi.sanctioned.net] has left #scheme 08:32:06 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:36:15 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 08:36:51 -!- Khisanth [~Khisanth@50.14.244.111] has quit [Ping timeout: 256 seconds] 08:42:11 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:42:55 Khisanth [~Khisanth@50.14.244.111] has joined #scheme 08:43:05 -!- DT` [~ea@host171-174-dynamic.247-95-r.retail.telecomitalia.it] has quit [Ping timeout: 256 seconds] 08:46:29 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 256 seconds] 08:46:44 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 08:53:45 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 08:55:09 jinblack: i think the problem is that when you call ((cdr (H1 <...>))), V1 is the contination ((cdr <...>)) so it keeps being applied 08:55:20 MrFahrenheit [~RageOfTho@77.221.25.92] has joined #scheme 08:57:15 jinblack: instead, try this: (define a #f) (set! a (f '(1 2 3))) 08:57:51 now a is (1 . cont), and when you ((cdr a)), a becomes (2 . cont), and so on 08:58:23 wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has joined #scheme 08:59:23 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 08:59:35 hkBst_ [~marijn@79.170.210.172] has joined #scheme 08:59:35 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 08:59:35 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 08:59:47 but i don't call again ((cdr a)) after i get (2 .cont) so why does it go next? 09:00:13 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 09:00:39 jinblack: using `a', it will work 09:01:10 attila_lendvai [~attila_le@87.247.57.81] has joined #scheme 09:01:10 -!- attila_lendvai [~attila_le@87.247.57.81] has quit [Changing host] 09:01:10 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 09:01:30 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:01:40 using ((cdr (H1 '(...)))) does not because then cont is ((cdr <...>)) so whenever for-each calls (V1 (cons ...)), it does another function-application 09:01:48 s/cont/V1/ 09:02:08 kuribas [~user@94-227-88-230.access.telenet.be] has joined #scheme 09:02:54 oh btw i meant s/f/H1/ above 09:03:05 (set! a (H1 '(...))) 09:04:04 k thx i think i got the point 09:04:26 then V1 is (set! a <...>) and whenever V1 is called, it sets a to (next-value . continuation), instead of calling the cdr of that again as ((cdr <...>)) would do 09:05:56 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 09:13:46 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:21:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 09:21:07 kuribas` [~user@94-227-88-230.access.telenet.be] has joined #scheme 09:25:49 lifecoder [~dan@194.44.246.242] has joined #scheme 09:26:15 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:32:49 -!- MrFahrenheit [~RageOfTho@77.221.25.92] has quit [Ping timeout: 246 seconds] 09:33:22 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 09:33:56 add^_ [~add^_@m90-141-50-89.cust.tele2.se] has joined #scheme 09:38:44 -!- kuribas` [~user@94-227-88-230.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 09:39:18 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:43:25 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 09:43:42 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Remote host closed the connection] 09:43:56 eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has joined #scheme 09:44:31 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 09:46:23 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:50:51 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 09:55:00 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 09:56:43 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 09:58:27 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 09:59:51 -!- add^_ [~add^_@m90-141-50-89.cust.tele2.se] has quit [Quit: add^_] 10:00:58 -!- taylanub [tub@p4FD91E31.dip.t-dialin.net] has quit [Disconnected by services] 10:01:09 taylanub [tub@p4FD9186B.dip.t-dialin.net] has joined #scheme 10:05:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 10:05:37 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Remote host closed the connection] 10:08:24 hkBst_ [~marijn@79.170.210.172] has joined #scheme 10:08:24 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 10:08:24 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 10:10:44 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 10:14:59 -!- fold [~fold@66-169-204-12.dhcp.ftwo.tx.charter.com] has quit [Remote host closed the connection] 10:15:10 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 10:20:54 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 10:24:55 add^_ [~add^_@m90-141-50-89.cust.tele2.se] has joined #scheme 10:25:24 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 10:33:02 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 10:39:49 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 10:44:42 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 10:51:34 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 10:56:13 -!- wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has quit [Quit: none] 10:57:18 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 10:57:53 wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has joined #scheme 10:58:54 masm [~masm@bl17-200-148.dsl.telepac.pt] has joined #scheme 11:00:41 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Remote host closed the connection] 11:03:01 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 11:03:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 11:05:18 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 11:08:21 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Ping timeout: 245 seconds] 11:09:14 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 11:09:28 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 11:09:40 -!- eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has quit [Ping timeout: 248 seconds] 11:16:04 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 11:21:41 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 11:23:23 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Quit: WeeChat 0.3.8] 11:26:12 tejaswidp [~tejaswidp@117.202.58.4] has joined #scheme 11:29:07 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 11:34:20 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 11:36:01 mucker [~mucker@183.83.240.198] has joined #scheme 11:41:16 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 11:41:45 carleastlund [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 11:46:44 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 11:51:18 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 11:53:07 DT`` [~ea@host151-115-dynamic.8-79-r.retail.telecomitalia.it] has joined #scheme 11:53:57 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 11:55:37 -!- tejaswidp [~tejaswidp@117.202.58.4] has quit [Ping timeout: 246 seconds] 11:59:18 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:01:52 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Ping timeout: 246 seconds] 12:03:18 -!- wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has quit [Quit: none] 12:03:37 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 12:04:11 wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has joined #scheme 12:05:20 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 12:09:10 tejaswidp [~tejaswidp@117.202.56.110] has joined #scheme 12:11:56 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:16:30 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 12:18:32 tejaswi [~tejaswidp@117.202.56.110] has joined #scheme 12:18:35 -!- tejaswidp [~tejaswidp@117.202.56.110] has quit [Remote host closed the connection] 12:18:35 -!- tejaswi [~tejaswidp@117.202.56.110] has quit [Read error: Connection reset by peer] 12:18:57 tejaswidp [~tejaswidp@117.202.56.110] has joined #scheme 12:23:52 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:27:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 12:30:10 Fare [fare@nat/google/x-lolruomwoqwxswdr] has joined #scheme 12:33:59 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:36:54 ijp [~user@host31-52-140-134.range31-52.btcentralplus.com] has joined #scheme 12:40:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 12:41:24 fantazo [~fantazo@91-119-209-176.dynamic.xdsl-line.inode.at] has joined #scheme 12:43:12 -!- lifecoder [~dan@194.44.246.242] has quit [Quit: lifecoder] 12:44:34 b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has joined #scheme 12:45:14 lifecoder [~dan@194.44.246.242] has joined #scheme 12:45:46 uselpa [~uselpa@83.99.17.44] has joined #scheme 12:46:14 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:48:53 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Quit: What happened to Systems A through E?] 12:50:31 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 12:55:43 eni [~eni@82.230.88.217] has joined #scheme 12:56:39 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 12:56:58 -!- uselpa [~uselpa@83.99.17.44] has quit [Remote host closed the connection] 12:57:52 -!- wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has quit [Remote host closed the connection] 12:58:11 hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has joined #scheme 13:00:31 -!- tejaswidp [~tejaswidp@117.202.56.110] has quit [Remote host closed the connection] 13:01:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 13:01:18 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 13:03:42 -!- NNshag [user@chl45-1-88-123-84-8.fbx.proxad.net] has quit [Ping timeout: 264 seconds] 13:06:10 NNshag [user@chl45-1-88-123-84-8.fbx.proxad.net] has joined #scheme 13:07:02 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 13:11:30 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 13:12:09 crundar [~Jason@99-108-224-199.lightspeed.iplsin.sbcglobal.net] has joined #scheme 13:15:19 jrslepak [~jrslepak@129.10.110.45] has joined #scheme 13:15:54 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 252 seconds] 13:17:36 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 13:18:42 -!- eni [~eni@82.230.88.217] has quit [Ping timeout: 264 seconds] 13:19:39 tupi [~david@139.82.89.98] has joined #scheme 13:21:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 13:23:42 ssbr_ [~ssbr@python/site-packages/ssbr] has joined #scheme 13:25:57 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 13:28:06 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 13:28:07 langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 13:32:24 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 13:36:19 eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has joined #scheme 13:36:22 -!- carleastlund [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Read error: Connection reset by peer] 13:37:23 -!- masm [~masm@bl17-200-148.dsl.telepac.pt] has quit [Quit: Leaving.] 13:37:25 carleastlund [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 13:40:15 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 13:43:53 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Computer has gone to sleep.] 13:44:37 carleastlund_ [~cce@gotham.ccs.neu.edu] has joined #scheme 13:45:11 -!- samth_away is now known as samth 13:46:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 13:49:51 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 13:53:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 13:53:55 -!- mucker [~mucker@183.83.240.198] has quit [Ping timeout: 246 seconds] 13:56:35 -!- ssbr_ [~ssbr@python/site-packages/ssbr] has quit [Ping timeout: 244 seconds] 14:00:24 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 14:03:14 -!- realityg1ill [~realitygr@209-6-30-187.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 240 seconds] 14:04:00 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 14:04:11 -!- saccadewrk [saccadewrk@nat/google/x-tqxhpxepjwjwrofq] has quit [Ping timeout: 245 seconds] 14:04:29 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Read error: No route to host] 14:04:32 saccadewrk [saccadewrk@nat/google/x-znieeqcmkfxecwam] has joined #scheme 14:04:36 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 14:05:07 tejaswidp [~tejaswidp@117.202.102.50] has joined #scheme 14:05:15 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 14:05:17 realitygrill [~realitygr@209-6-30-187.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com] has joined #scheme 14:09:26 -!- langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Remote host closed the connection] 14:12:38 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 14:13:36 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Quit: Konversation terminated!] 14:18:42 hash_table [~quassel@128.249.96.123] has joined #scheme 14:19:28 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 14:25:23 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 14:28:57 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 14:29:56 wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has joined #scheme 14:31:22 bro_grammer [~quassel@128.249.96.123] has joined #scheme 14:32:29 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 14:33:54 -!- hash_table [~quassel@128.249.96.123] has quit [Ping timeout: 240 seconds] 14:35:04 -!- lifecoder [~dan@194.44.246.242] has quit [Quit: lifecoder] 14:38:05 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 14:42:48 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 252 seconds] 14:50:18 uselpa [~uselpa@83.99.17.44] has joined #scheme 14:50:55 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 14:51:59 -!- wbooze [~wbooze@xdsl-78-35-179-99.netcologne.de] has quit [Ping timeout: 256 seconds] 14:52:09 ^pnpuff [~pnpuff@unaffiliated/pnpuff] has joined #scheme 14:54:15 homie [~levgue@xdsl-78-35-179-99.netcologne.de] has joined #scheme 14:58:20 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 14:58:45 mplang [~michael@c-24-34-188-199.hsd1.ct.comcast.net] has joined #scheme 15:00:40 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:05:30 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 15:10:01 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:10:56 -!- crundar [~Jason@99-108-224-199.lightspeed.iplsin.sbcglobal.net] has quit [Quit: Leaving] 15:14:39 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 15:15:03 -!- confab [~confab@086.112-30-64.ftth.swbr.surewest.net] has quit [Quit: Lost terminal] 15:16:37 -!- tejaswidp [~tejaswidp@117.202.102.50] has quit [Remote host closed the connection] 15:16:40 -!- kuribas [~user@94-227-88-230.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 15:18:39 hash_table [~quassel@128.249.96.123] has joined #scheme 15:19:11 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:21:42 -!- bro_grammer [~quassel@128.249.96.123] has quit [Ping timeout: 264 seconds] 15:21:56 -!- uselpa [~uselpa@83.99.17.44] has quit [Remote host closed the connection] 15:24:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 15:28:16 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:32:37 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 15:37:35 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Remote host closed the connection] 15:38:33 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:39:11 yoklov [~yoklov@67.221.82.77] has joined #scheme 15:40:40 attila_lendvai [~attila_le@37.99.48.182] has joined #scheme 15:40:40 -!- attila_lendvai [~attila_le@37.99.48.182] has quit [Changing host] 15:40:40 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 15:42:52 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 15:44:02 araujo [~araujo@190.73.45.171] has joined #scheme 15:44:02 -!- araujo [~araujo@190.73.45.171] has quit [Changing host] 15:44:02 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 15:47:06 homie` [~levgue@xdsl-78-35-166-51.netcologne.de] has joined #scheme 15:49:04 -!- homie [~levgue@xdsl-78-35-179-99.netcologne.de] has quit [Ping timeout: 246 seconds] 15:49:36 MrFahrenheit [~RageOfTho@77.221.25.92] has joined #scheme 15:50:37 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 15:55:00 mmc1 [~michal@178-85-68-252.dynamic.upc.nl] has joined #scheme 15:55:01 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 15:56:35 kk` [~kk@217.155.42.31] has joined #scheme 16:00:56 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:03:02 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 16:03:30 oucb [~oucb@111.78.250.12] has joined #scheme 16:03:59 mucker [~mucker@183.83.240.198] has joined #scheme 16:04:15 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 16:05:33 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 16:09:05 -!- yoklov [~yoklov@67.221.82.77] has quit [Quit: computer sleeping] 16:09:14 -!- ^pnpuff [~pnpuff@unaffiliated/pnpuff] has quit [Quit: .] 16:09:55 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:14:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 16:19:30 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 16:20:25 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:23:25 cdidd [~cdidd@89-178-116-102.broadband.corbina.ru] has joined #scheme 16:23:31 gffa [~unknown@unaffiliated/gffa] has joined #scheme 16:23:34 -!- b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has quit [Ping timeout: 240 seconds] 16:24:46 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 16:26:07 -!- jinblack [~jinblack@fw-necst.elet.polimi.it] has quit [Quit: Sto andando via] 16:26:50 b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has joined #scheme 16:30:44 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:35:13 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 16:39:46 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:43:39 -!- oucb [~oucb@111.78.250.12] has quit [Remote host closed the connection] 16:45:04 ^pnpuff [~pnpuff@unaffiliated/pnpuff] has joined #scheme 16:46:15 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 16:49:26 kudkudyak [~user@94.72.151.205] has joined #scheme 16:51:07 -!- b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has quit [Remote host closed the connection] 16:52:04 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 16:53:22 b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has joined #scheme 16:59:04 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 16:59:58 covi [~covi@wasp.dreamhost.com] has joined #scheme 17:00:37 How do you do function composition? For instance, if I want to return a function that is the composition of a known function and a computed function 17:01:12 (define (compose f g) (lambda (x) (f (g x)))) 17:01:51 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:02:21 I see. Is it build-in? 17:02:49 maybe in $scheme it is , but the definition is trivial anyway 17:02:51 -!- ^pnpuff [~pnpuff@unaffiliated/pnpuff] has left #scheme 17:03:23 Thanks 17:05:10 -!- eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has quit [Ping timeout: 244 seconds] 17:05:59 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 17:14:03 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:15:10 ^pnpuff [~pnpuff@unaffiliated/pnpuff] has joined #scheme 17:21:24 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 17:23:31 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:27:48 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 17:33:07 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 17:35:26 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:42:06 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 17:44:46 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:47:56 -!- MrFahrenheit [~RageOfTho@77.221.25.92] has quit [Ping timeout: 245 seconds] 17:49:02 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 17:50:50 dzhus89 [~dzhus@95-25-106-32.broadband.corbina.ru] has joined #scheme 17:51:16 udzinari [~udzinari@ip-89-102-31-29.net.upcbroadband.cz] has joined #scheme 17:52:14 -!- dzhus [~dzhus@95-27-200-136.broadband.corbina.ru] has quit [Ping timeout: 268 seconds] 17:55:29 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 17:59:56 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 244 seconds] 18:01:27 -!- wkelly is now known as dolphn__ot 18:01:38 -!- dolphn__ot is now known as wkelly 18:04:28 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Read error: No route to host] 18:05:13 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 18:05:17 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Read error: Operation timed out] 18:06:09 tejaswidp [~tejaswidp@117.202.102.50] has joined #scheme 18:06:22 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:08:44 -!- b4283 [~b4283@114-47-20-226.dynamic.hinet.net] has quit [Remote host closed the connection] 18:10:39 ijp: http://refactormycode.com/codes/836 18:10:47 covi: ^^--- 18:10:53 Oh crap. 18:10:54 The site is down. 18:12:58 uselpa [~uselpa@83.99.17.44] has joined #scheme 18:13:15 -!- mucker [~mucker@183.83.240.198] has quit [Remote host closed the connection] 18:13:41 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 18:14:03 -!- uselpa [~uselpa@83.99.17.44] has quit [Remote host closed the connection] 18:14:34 masm [~masm@bl17-200-148.dsl.telepac.pt] has joined #scheme 18:14:39 -!- masm [~masm@bl17-200-148.dsl.telepac.pt] has quit [Client Quit] 18:16:04 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:19:19 kk`` [~kk@217.155.42.31] has joined #scheme 18:19:45 -!- ^pnpuff [~pnpuff@unaffiliated/pnpuff] has quit [Ping timeout: 260 seconds] 18:20:14 -!- joast [~rick@76.178.135.192] has quit [Ping timeout: 250 seconds] 18:20:30 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 18:22:05 -!- kk` [~kk@217.155.42.31] has quit [Ping timeout: 260 seconds] 18:25:35 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 18:28:00 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 268 seconds] 18:28:25 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:29:30 -!- Fare [fare@nat/google/x-lolruomwoqwxswdr] has quit [Ping timeout: 264 seconds] 18:31:06 yoklov [~yoklov@137.99.246.249] has joined #scheme 18:31:38 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 18:33:27 ^pnpuff [~pnpuff@unaffiliated/pnpuff] has joined #scheme 18:33:34 -!- yoklov [~yoklov@137.99.246.249] has quit [Client Quit] 18:35:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 18:35:55 bfig [~b_fin_g@r186-52-177-150.dialup.adsl.anteldata.net.uy] has joined #scheme 18:38:10 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:40:34 -!- acarrico [~acarrico@pppoe-68-142-53-137.gmavt.net] has quit [Ping timeout: 240 seconds] 18:42:27 acarrico [~acarrico@pppoe-68-142-53-137.gmavt.net] has joined #scheme 18:42:37 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 18:47:30 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:47:41 bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has joined #scheme 18:49:09 joast [~rick@76.178.135.192] has joined #scheme 18:50:22 -!- gravicappa [~gravicapp@ppp91-77-217-214.pppoe.mtu-net.ru] has quit [Ping timeout: 246 seconds] 18:52:04 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 18:55:43 fold [~fold@66-169-204-12.dhcp.ftwo.tx.charter.com] has joined #scheme 18:56:46 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 18:58:29 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 256 seconds] 19:01:18 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 19:04:22 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 19:07:19 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:07:20 -!- udzinari [~udzinari@ip-89-102-31-29.net.upcbroadband.cz] has quit [Quit: I'll be back] 19:10:05 gravicappa [~gravicapp@ppp91-77-162-15.pppoe.mtu-net.ru] has joined #scheme 19:12:49 superjudge [~superjudg@c83-250-198-227.bredband.comhem.se] has joined #scheme 19:14:14 -!- superjudge [~superjudg@c83-250-198-227.bredband.comhem.se] has quit [Client Quit] 19:14:21 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 19:15:08 -!- ^pnpuff [~pnpuff@unaffiliated/pnpuff] has quit [Quit: .] 19:16:47 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:21:21 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 19:23:34 eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has joined #scheme 19:25:56 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:29:53 masm [~masm@bl17-200-148.dsl.telepac.pt] has joined #scheme 19:30:16 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 19:33:28 MrFahrenheit [~RageOfTho@77.221.25.92] has joined #scheme 19:35:15 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:35:25 dmx [~dmx@adsl-67-121-157-253.dsl.pltn13.pacbell.net] has joined #scheme 19:38:03 carleastlund__ [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 19:38:04 -!- carleastlund [~cce@209-6-40-238.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Read error: Connection reset by peer] 19:38:04 -!- carleastlund_ is now known as carleastlund 19:38:04 -!- carleastlund is now known as 36DAB46BL 19:38:04 -!- carleastlund__ is now known as 45PAA34GO 19:39:36 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 19:42:24 -!- `fogus [~fogus@burke-matrex.d-a-s.com] has quit [Quit: Leaving] 19:43:19 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 19:43:19 -!- jonrafkind [~jon@crystalis.cs.utah.edu] has quit [Changing host] 19:43:19 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 19:44:28 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:46:49 youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 19:49:08 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 19:56:32 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 19:57:21 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 19:57:47 -!- homie` [~levgue@xdsl-78-35-166-51.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 20:00:21 homie [~levgue@xdsl-78-35-166-51.netcologne.de] has joined #scheme 20:01:07 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 268 seconds] 20:05:42 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 20:09:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 20:16:28 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 20:17:04 -!- bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has quit [Ping timeout: 246 seconds] 20:17:14 -!- gravicappa [~gravicapp@ppp91-77-162-15.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 20:20:55 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 20:22:06 -!- wingo [~wingo@132-117.192-178.cust.bluewin.ch] has quit [Ping timeout: 245 seconds] 20:26:16 -!- homie [~levgue@xdsl-78-35-166-51.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 20:26:43 wbooze [~wbooze@xdsl-78-35-166-51.netcologne.de] has joined #scheme 20:27:16 -!- wbooze [~wbooze@xdsl-78-35-166-51.netcologne.de] has quit [Remote host closed the connection] 20:28:05 wbooze [~wbooze@xdsl-78-35-166-51.netcologne.de] has joined #scheme 20:28:40 -!- wbooze [~wbooze@xdsl-78-35-166-51.netcologne.de] has quit [Remote host closed the connection] 20:29:22 wbooze [~wbooze@xdsl-78-35-166-51.netcologne.de] has joined #scheme 20:32:04 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 20:34:10 -!- tejaswidp [~tejaswidp@117.202.102.50] has quit [Remote host closed the connection] 20:34:10 -!- ray [ray@xkcd-sucks.org] has quit [Quit: Lost terminal] 20:38:08 ray [ray@xkcd-sucks.org] has joined #scheme 20:39:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 20:42:16 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 20:43:03 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 268 seconds] 20:46:34 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 20:51:45 -!- eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has quit [Quit: Leaving] 20:57:34 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 20:57:56 -!- hash_table [~quassel@128.249.96.123] has quit [Ping timeout: 256 seconds] 20:59:28 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Quit: WeeChat 0.3.8] 20:59:31 -!- MrFahrenheit [~RageOfTho@77.221.25.92] has quit [Ping timeout: 246 seconds] 21:04:25 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 21:05:11 turbofail [~user@38.99.37.210] has joined #scheme 21:07:28 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:08:57 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 268 seconds] 21:09:55 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has left #scheme 21:10:41 -!- add^_ [~add^_@m90-141-50-89.cust.tele2.se] has quit [Quit: add^_] 21:10:43 yoklov [~yoklov@66-168-42-64.dhcp.nwtn.ct.charter.com] has joined #scheme 21:10:58 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 21:12:06 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 21:16:13 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:16:29 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 21:16:56 -!- kk`` [~kk@217.155.42.31] has quit [Quit: WeeChat 0.3.8] 21:20:43 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 21:23:20 -!- mplang [~michael@c-24-34-188-199.hsd1.ct.comcast.net] has quit [Quit: leaving] 21:23:51 cky; lol 21:25:32 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 21:25:56 pchrist [~spirit@gentoo/developer/pchrist] has joined #scheme 21:28:10 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:29:55 -!- kudkudyak [~user@94.72.151.205] has quit [Read error: Connection reset by peer] 21:30:45 kudkudyak [~user@94.72.151.205] has joined #scheme 21:32:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 21:35:13 amgarchIn9 [~amgarchin@p4FD60138.dip0.t-ipconnect.de] has joined #scheme 21:36:16 -!- githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 21:38:38 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:38:46 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 21:42:06 -!- adiii [~adityavit@c-69-136-105-164.hsd1.nj.comcast.net] has quit [Ping timeout: 264 seconds] 21:43:18 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 21:47:31 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:51:48 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 21:55:11 hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has joined #scheme 21:55:18 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Computer has gone to sleep.] 21:56:13 -!- mmc1 [~michal@178-85-68-252.dynamic.upc.nl] has quit [Ping timeout: 246 seconds] 21:56:31 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 21:58:17 -!- jrslepak [~jrslepak@129.10.110.45] has quit [Quit: What happened to Systems A through E?] 22:00:50 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 22:02:06 -!- fantazo [~fantazo@91-119-209-176.dynamic.xdsl-line.inode.at] has quit [Ping timeout: 245 seconds] 22:02:59 fantazo [~fantazo@91-119-209-176.dynamic.xdsl-line.inode.at] has joined #scheme 22:04:09 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 22:05:33 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 22:09:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 22:14:29 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 22:14:40 -!- sc1234 [~mail_for_@85.21.8.51] has left #scheme 22:16:18 -!- fantazo [~fantazo@91-119-209-176.dynamic.xdsl-line.inode.at] has quit [Ping timeout: 264 seconds] 22:16:34 fantazo [~fantazo@91-119-67-128.dynamic.xdsl-line.inode.at] has joined #scheme 22:16:41 pumpkin [~copumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has joined #scheme 22:16:44 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 22:17:05 -!- pumpkin is now known as Guest56942 22:18:13 -!- Guest56942 [~copumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has quit [Client Quit] 22:18:34 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 22:20:06 -!- masm [~masm@bl17-200-148.dsl.telepac.pt] has quit [Quit: Leaving.] 22:21:59 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 22:24:49 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 22:25:26 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Client Quit] 22:29:11 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 245 seconds] 22:30:35 hiroaki_ [~hiroaki@77-20-76-240-dynip.superkabel.de] has joined #scheme 22:32:59 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 22:36:41 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 22:40:29 -!- samth is now known as samth_away 22:40:36 -!- amgarchIn9 [~amgarchin@p4FD60138.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 22:40:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 22:43:03 -!- tupi [~david@139.82.89.98] has quit [Quit: Leaving] 22:45:04 -!- 36DAB46BL [~cce@gotham.ccs.neu.edu] has quit [Quit: 36DAB46BL] 22:47:03 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 22:49:07 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 256 seconds] 22:51:50 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 22:52:19 is there a portable scheme for windows? 22:52:39 ("portable" as in it doesn't need to be installed to be used) 22:53:03 http://www.biwascheme.org 22:53:24 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Read error: Operation timed out] 22:53:33 But if you want to continue in CS or IT, I'd advise you to strongly revise your concepts! 22:53:47 hmm? 22:56:11 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:00:29 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds] 23:02:22 -!- acarrico [~acarrico@pppoe-68-142-53-137.gmavt.net] has quit [Ping timeout: 246 seconds] 23:05:49 -!- bfig [~b_fin_g@r186-52-177-150.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 260 seconds] 23:06:23 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:10:44 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 248 seconds] 23:14:41 -!- peterhil [~peterhil@91-157-48-51.elisa-laajakaista.fi] has quit [Ping timeout: 260 seconds] 23:18:17 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:20:22 acarrico [~acarrico@pppoe-68-142-53-137.gmavt.net] has joined #scheme 23:23:09 -!- dmx [~dmx@adsl-67-121-157-253.dsl.pltn13.pacbell.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:24:15 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 23:30:22 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:34:27 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Quit: What happened to Systems A through E?] 23:34:54 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 23:35:29 adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-03.NATPOOL.NYU.EDU] has joined #scheme 23:38:00 githogori [~githogori@236.sub-75-210-232.myvzw.com] has joined #scheme 23:38:30 -!- acarrico [~acarrico@pppoe-68-142-53-137.gmavt.net] has quit [Ping timeout: 264 seconds] 23:39:08 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:39:54 -!- adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-03.NATPOOL.NYU.EDU] has quit [Ping timeout: 244 seconds] 23:43:37 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 260 seconds] 23:45:12 bfig [~b_fin_g@r186-49-13-7.dialup.adsl.anteldata.net.uy] has joined #scheme 23:47:21 -!- gffa [~unknown@unaffiliated/gffa] has quit [Ping timeout: 260 seconds] 23:54:07 lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has joined #scheme 23:58:14 -!- lggr [~lggr@84-73-159-126.dclient.hispeed.ch] has quit [Ping timeout: 246 seconds]