00:00:38 -!- adu [~ajr@96.255.9.42] has quit [Read error: Connection reset by peer] 00:01:38 adu [~ajr@96.255.9.42] has joined #scheme 00:02:35 -!- adu [~ajr@96.255.9.42] has quit [Read error: Connection reset by peer] 00:04:07 adu [~ajr@96.255.9.42] has joined #scheme 00:11:22 mads-: if you understand function application, then that's all this is. Nothing more, nothing less. 00:12:08 nothing special is happening 00:13:59 ijp: can you elaborate? 00:14:20 mads-: do you know how to apply a function? 00:15:24 what level are we talking here? I hope I don't sound too thick, I'm just having a hard time following this right now 00:17:09 mads-: what does (f 3) return when f is (lambda (x) x) 00:17:22 3 00:17:35 good, howabout when f is (lambda (x) (lambda (y) x)) 00:19:05 That's a good question. What will (lambda (y) x) return? 00:19:38 okay then, so you haven't came across functions that return functions before 00:20:03 I haven't, no 00:20:34 so, substituting 3 for x in that definition we get a function (lambda (y) 3) 00:20:52 that, we can then apply to another argument, to obtain the original 3 00:21:22 rudybot: ((lambda (x) (lambda (y) x)) 3) 00:21:22 ijp: ; Value: # 00:21:29 rudybot: (((lambda (x) (lambda (y) x)) 3) 'foo) 00:21:29 ijp: ; Value: 3 00:21:55 mads-: functions are values like any other, you can pass them into functions, and return them from functions 00:22:07 So (f f) x is just (lambda (x) (lambda (y) x))? 00:22:26 well, we don't know what f is 00:22:43 if f is (lambda (x) x) 00:22:44 but we expect it is a function of one argument that returns a function of one argument 00:23:09 so, if f is (lambda (x) x) then we can just perform the substititutions 00:23:39 Fancy. Trying to get a hold of this lambda stuff. 00:23:47 (f f) => ((lambda (x) x) (lambda (x) x)) => (lambda (x) x) 00:24:19 so, then ((f f) y) => ((lambda (x) x) y) => y 00:25:00 aha, I see 00:25:11 Think I can work with this now :) 00:26:20 Thank you a lot for your time and patience :) 00:26:27 it'll take a bit of practice, but you'll get used to it 00:36:15 peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has joined #scheme 00:48:43 -!- andres-v [~user@centraltelefonica.fruno.com] has quit [Read error: Operation timed out] 00:55:37 -!- Mining|away is now known as MiningMarsh 01:03:01 francisl [~flavoie@69.159.112.100] has joined #scheme 01:04:19 -!- francisl [~flavoie@69.159.112.100] has quit [Client Quit] 01:05:05 -!- kk`` [~kk@217.155.42.31] has quit [Quit: WeeChat 0.3.9.2] 01:07:51 rmathews [~roshan@122.164.215.9] has joined #scheme 01:08:07 honkfestival [~honkfesti@198-84-183-94.cpe.teksavvy.com] has joined #scheme 01:09:38 -!- agumonkey [~agu@58.217.72.86.rev.sfr.net] has quit [Ping timeout: 240 seconds] 01:31:12 dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has joined #scheme 01:34:29 -!- adu [~ajr@96.255.9.42] has quit [Quit: adu] 01:41:00 -!- bjz_ [~brendanza@125.253.99.68] has quit [Ping timeout: 252 seconds] 01:41:34 bjz [~brendanza@125.253.99.68] has joined #scheme 01:41:52 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 01:43:41 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 01:47:56 amoe_ [~amoe@host-78-147-170-247.as13285.net] has joined #scheme 01:47:59 adu [~ajr@pool-96-255-9-42.washdc.fios.verizon.net] has joined #scheme 01:50:21 -!- amoe [~amoe@host-78-147-96-59.as13285.net] has quit [Ping timeout: 244 seconds] 01:52:53 amoe [~amoe@host-92-24-170-148.ppp.as43234.net] has joined #scheme 01:53:31 -!- amoe_ [~amoe@host-78-147-170-247.as13285.net] has quit [Ping timeout: 260 seconds] 01:57:58 -!- kniu [~kniu@c-67-160-8-163.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 02:01:13 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Read error: Connection reset by peer] 02:04:18 -!- amoe [~amoe@host-92-24-170-148.ppp.as43234.net] has quit [Ping timeout: 244 seconds] 02:05:02 amoe [~amoe@host-78-147-99-182.as13285.net] has joined #scheme 02:05:38 -!- PuercoPop [~user@190.222.252.106] has quit [Ping timeout: 240 seconds] 02:06:25 Icarot [~Icarot@c-98-210-95-103.hsd1.ca.comcast.net] has joined #scheme 02:06:36 -!- Icarot [~Icarot@c-98-210-95-103.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 02:07:10 -!- Triclops256 [~Triclops2@Powder/Developer/Triclops200] has quit [Quit: ZNC - http://znc.in] 02:07:35 -!- MiningMarsh [~MiningMar@unaffiliated/miningmarsh] has quit [Quit: ZNC - http://znc.in] 02:08:11 Mining|away [~MiningMar@199.19.116.207] has joined #scheme 02:09:06 Triclops256 [~Triclops2@Powder/Developer/Triclops200] has joined #scheme 02:09:51 kniu [~kniu@67.160.8.163] has joined #scheme 02:13:13 -!- Mining|away is now known as MiningMarsh 02:24:16 -!- honkfestival [~honkfesti@198-84-183-94.cpe.teksavvy.com] has quit [Quit: Computer has gone to sleep.] 02:25:14 -!- wbooze [~wbooze@xdsl-78-35-182-196.netcologne.de] has quit [Ping timeout: 255 seconds] 02:26:11 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 02:29:30 amoe_ [~amoe@host-78-147-147-108.as13285.net] has joined #scheme 02:32:28 honkfestival [~honkfesti@198-84-183-94.cpe.teksavvy.com] has joined #scheme 02:32:45 -!- amoe [~amoe@host-78-147-99-182.as13285.net] has quit [Ping timeout: 256 seconds] 02:33:48 -!- carleos [~carleos@cm-83-97-243-56.telecable.es] has quit [Read error: Operation timed out] 02:34:00 -!- amoe_ [~amoe@host-78-147-147-108.as13285.net] has quit [Read error: Operation timed out] 02:34:13 carleos [~carleos@cm-83-97-243-56.telecable.es] has joined #scheme 02:35:04 jcowan [~jcowan@mail.digitalkingdom.org] has joined #scheme 02:35:50 amoe [~amoe@host-78-147-148-197.as13285.net] has joined #scheme 02:40:23 dnolen` [~user@cpe-74-64-32-223.nyc.res.rr.com] has joined #scheme 02:40:33 -!- dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has quit [Ping timeout: 256 seconds] 02:42:50 -!- githogori [~githogori@c-69-181-110-190.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 02:46:38 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 02:48:32 -!- adu [~ajr@pool-96-255-9-42.washdc.fios.verizon.net] has quit [Quit: adu] 02:57:29 -!- ijp [~user@host81-159-29-146.range81-159.btcentralplus.com] has quit [Quit: The garbage collector got me] 02:59:03 githogori [~githogori@c-69-181-110-190.hsd1.ca.comcast.net] has joined #scheme 03:00:44 agumonkey [~agu@58.217.72.86.rev.sfr.net] has joined #scheme 03:02:09 yacks [~yacks@180.151.36.169] has joined #scheme 03:07:35 -!- agumonkey [~agu@58.217.72.86.rev.sfr.net] has quit [Read error: Operation timed out] 03:07:38 adu [~ajr@96.255.9.42] has joined #scheme 03:07:53 -!- taylanub [tub@p4FD93A56.dip.t-dialin.net] has quit [Ping timeout: 252 seconds] 03:09:12 taylanub [tub@p4FD93A56.dip.t-dialin.net] has joined #scheme 03:11:31 amoe_ [~amoe@host-92-26-172-254.as13285.net] has joined #scheme 03:14:41 -!- amoe [~amoe@host-78-147-148-197.as13285.net] has quit [Ping timeout: 248 seconds] 03:26:55 -!- rmathews [~roshan@122.164.215.9] has quit [Quit: ...] 03:27:48 -!- honkfestival [~honkfesti@198-84-183-94.cpe.teksavvy.com] has quit [] 03:29:09 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 252 seconds] 03:29:44 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 03:37:02 -!- yacks [~yacks@180.151.36.169] has quit [Remote host closed the connection] 03:37:07 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Quit: MichaelRaskin] 03:54:13 -!- dnolen` [~user@cpe-74-64-32-223.nyc.res.rr.com] has quit [Remote host closed the connection] 03:54:42 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 03:55:05 -!- MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Read error: Operation timed out] 03:56:11 -!- toekutr [~user@50-0-51-11.dsl.static.sonic.net] has quit [Remote host closed the connection] 04:00:53 rmathews [~roshan@122.165.89.11] has joined #scheme 04:04:22 amoe [~amoe@host-78-147-162-225.as13285.net] has joined #scheme 04:07:18 -!- amoe_ [~amoe@host-92-26-172-254.as13285.net] has quit [Ping timeout: 252 seconds] 04:09:46 -!- MiningMarsh is now known as Mining|away 04:11:32 -!- corecode [~2@0x2c.org] has quit [Ping timeout: 246 seconds] 04:16:05 toekutr [~user@50-0-51-11.dsl.static.sonic.net] has joined #scheme 04:16:10 corecode [~2@0x2c.org] has joined #scheme 04:29:43 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 04:30:56 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 04:31:38 francisl [~flavoie@bas3-montreal42-1168076900.dsl.bell.ca] has joined #scheme 04:32:37 -!- Triclops256 is now known as Triclops256|away 04:34:54 youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 04:36:59 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 04:37:21 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Ping timeout: 252 seconds] 04:43:34 -!- francisl [~flavoie@bas3-montreal42-1168076900.dsl.bell.ca] has quit [Quit: francisl] 04:47:13 -!- youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 04:47:30 preflex_ [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 04:47:31 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping timeout: 248 seconds] 04:47:51 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 04:48:04 youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 04:48:19 -!- preflex_ is now known as preflex 04:50:33 -!- bjz [~brendanza@125.253.99.68] has quit [Ping timeout: 245 seconds] 04:50:46 bjz [~brendanza@125.253.99.68] has joined #scheme 04:51:03 yacks [~yacks@180.151.36.169] has joined #scheme 04:52:34 -!- youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 04:52:55 -!- jrajav [~jrajav@71-82-133-188.dhcp.roch.mn.charter.com] has quit [Quit: I tend to be neutral about apples] 04:55:18 -!- mutley89 [~mutley89@cpc1-swin14-2-0-cust274.3-1.cable.virginmedia.com] has quit [Ping timeout: 264 seconds] 04:55:48 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Read error: Connection reset by peer] 04:56:04 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 04:56:05 mutley89 [~mutley89@cpc1-swin14-2-0-cust274.3-1.cable.virginmedia.com] has joined #scheme 04:56:55 -!- bjz [~brendanza@125.253.99.68] has quit [Ping timeout: 260 seconds] 04:57:05 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Read error: Connection reset by peer] 04:57:12 bjz [~brendanza@125.253.99.68] has joined #scheme 04:58:19 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 04:58:34 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Read error: Connection reset by peer] 04:58:50 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 04:58:50 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Client Quit] 04:59:05 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 04:59:16 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Read error: Connection reset by peer] 05:01:31 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 05:07:20 amoe_ [~amoe@host-78-147-104-254.as13285.net] has joined #scheme 05:09:37 -!- Gurragchaa [uid6439@gateway/web/irccloud.com/x-ejuwirnukdrwdmce] has quit [Ping timeout: 246 seconds] 05:09:56 -!- samrat__ [uid2534@gateway/web/irccloud.com/x-ayiknctzbcwmxvxs] has quit [Ping timeout: 255 seconds] 05:09:59 -!- SeanTAllen [uid4855@gateway/web/irccloud.com/x-vcldolojdnufxpaw] has quit [Ping timeout: 260 seconds] 05:10:17 -!- Razz_ [~tim@kompiler.org] has quit [Ping timeout: 255 seconds] 05:10:20 -!- amoe [~amoe@host-78-147-162-225.as13285.net] has quit [Ping timeout: 252 seconds] 05:10:26 -!- corecode [~2@0x2c.org] has quit [Ping timeout: 245 seconds] 05:10:27 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 260 seconds] 05:10:36 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 05:10:50 -!- fgudin [fgudin@odin.sdf-eu.org] has quit [Ping timeout: 255 seconds] 05:11:17 -!- pjb-v [~t@voyager.informatimago.com] has quit [Ping timeout: 255 seconds] 05:12:23 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 05:15:12 -!- ldionmarcil [~user@unaffiliated/maden] has quit [Read error: Connection reset by peer] 05:16:03 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #scheme 05:16:36 corecode [~2@0x2c.org] has joined #scheme 05:18:07 Razz [~tim@kompiler.org] has joined #scheme 05:18:25 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Ping timeout: 248 seconds] 05:18:25 -!- yacks [~yacks@180.151.36.169] has quit [Ping timeout: 248 seconds] 05:19:30 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 252 seconds] 05:20:08 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 05:23:33 fgudin [fgudin@odin.sdf-eu.org] has joined #scheme 05:24:42 amoe [~amoe@host-78-147-109-48.as13285.net] has joined #scheme 05:25:08 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 05:27:56 -!- amoe_ [~amoe@host-78-147-104-254.as13285.net] has quit [Ping timeout: 255 seconds] 05:28:27 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Quit: Leaving] 05:29:45 amoe_ [~amoe@host-78-147-108-178.as13285.net] has joined #scheme 05:30:56 -!- amoe [~amoe@host-78-147-109-48.as13285.net] has quit [Ping timeout: 256 seconds] 05:35:14 yacks [~yacks@180.151.36.169] has joined #scheme 05:48:05 bjz_ [~brendanza@125.253.99.68] has joined #scheme 05:48:06 -!- bjz [~brendanza@125.253.99.68] has quit [Read error: Connection reset by peer] 05:59:26 -!- yacks [~yacks@180.151.36.169] has quit [Ping timeout: 255 seconds] 06:02:04 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 06:14:29 -!- adu [~ajr@96.255.9.42] has quit [Quit: adu] 06:19:09 yacks [~yacks@180.151.36.169] has joined #scheme 06:22:30 -!- mutley89 [~mutley89@cpc1-swin14-2-0-cust274.3-1.cable.virginmedia.com] has quit [Ping timeout: 256 seconds] 06:24:15 mutley89 [~mutley89@62.255.129.19] has joined #scheme 06:30:12 joneshf-laptop [~joneshf@mail.concordusapps.com] has joined #scheme 06:34:26 amoe [~amoe@host-78-147-154-156.as13285.net] has joined #scheme 06:37:19 Icarot [~Icarot@199.188.193.9] has joined #scheme 06:37:23 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [Ping timeout: 248 seconds] 06:38:42 -!- amoe_ [~amoe@host-78-147-108-178.as13285.net] has quit [Ping timeout: 276 seconds] 06:39:02 ASau [~user@46.115.125.16] has joined #scheme 06:39:03 -!- Icarot [~Icarot@199.188.193.9] has quit [Remote host closed the connection] 06:40:03 -!- adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has quit [Ping timeout: 248 seconds] 06:40:50 adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has joined #scheme 06:41:14 -!- githogori [~githogori@c-69-181-110-190.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 06:43:41 -!- amoe [~amoe@host-78-147-154-156.as13285.net] has quit [Read error: Operation timed out] 06:47:25 amoe [~amoe@host-78-147-102-161.as13285.net] has joined #scheme 06:57:26 githogori [~githogori@c-69-181-110-190.hsd1.ca.comcast.net] has joined #scheme 07:06:42 samrat__ [uid2534@gateway/web/irccloud.com/x-nrjkjtudpemomxeb] has joined #scheme 07:06:58 SeanTAllen [uid4855@gateway/web/irccloud.com/x-cbwnmrcqcdasspet] has joined #scheme 07:07:17 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 07:08:44 -!- b1rkh0ff [~b1rkh0ff@178.77.7.9] has quit [Ping timeout: 252 seconds] 07:10:50 -!- joneshf-laptop [~joneshf@mail.concordusapps.com] has quit [Remote host closed the connection] 07:18:37 Gurragchaa [uid6439@gateway/web/irccloud.com/x-rgopqvumjsdqeujy] has joined #scheme 07:21:11 b1rkh0ff [~b1rkh0ff@178.77.26.26] has joined #scheme 07:23:20 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:43:33 are there any linear programming things for scheme out there? 07:56:45 -!- jcowan [~jcowan@mail.digitalkingdom.org] has quit [Quit: Leaving] 08:01:18 -!- ASau [~user@46.115.125.16] has quit [Ping timeout: 264 seconds] 08:05:29 -!- cdidd [~cdidd@95-27-196-142.broadband.corbina.ru] has quit [Remote host closed the connection] 08:06:32 civodul [~user@193.50.110.200] has joined #scheme 08:09:01 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 08:18:40 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Ping timeout: 256 seconds] 08:18:50 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 08:22:57 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 248 seconds] 08:23:39 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 260 seconds] 08:32:09 rmathews_ [~roshan@122.165.89.11] has joined #scheme 08:32:38 -!- rmathews [~roshan@122.165.89.11] has quit [Ping timeout: 245 seconds] 08:32:39 -!- rmathews_ is now known as rmathews 08:38:20 amgarchIn9 [~amgarchin@theo1.theochem.tu-muenchen.de] has joined #scheme 08:44:12 -!- amoe [~amoe@host-78-147-102-161.as13285.net] has quit [Ping timeout: 244 seconds] 08:46:39 amoe [~amoe@host-2-96-226-239.as13285.net] has joined #scheme 08:48:10 arbn [~arbn@auriga.kiwilight.com] has joined #scheme 08:49:43 -!- kniu [~kniu@67.160.8.163] has quit [Ping timeout: 245 seconds] 08:53:03 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 245 seconds] 08:54:09 hkBst [~marijn@79.170.210.172] has joined #scheme 08:54:09 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 08:54:09 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 08:55:43 -!- toekutr [~user@50-0-51-11.dsl.static.sonic.net] has quit [Read error: Connection reset by peer] 08:56:41 joneshf-laptop [~joneshf@c-98-208-37-38.hsd1.ca.comcast.net] has joined #scheme 08:56:48 -!- Sergey [~Sergey@210-74-207-82.ip.ukrtel.net] has quit [Read error: Connection reset by peer] 08:57:35 Sergey [~Sergey@82.207.74.210] has joined #scheme 08:57:49 snowylike [~sn@91-67-171-156-dynip.superkabel.de] has joined #scheme 09:02:13 Sergey_ [~Sergey@82.207.74.210] has joined #scheme 09:04:11 kniu [~kniu@c-67-160-8-163.hsd1.wa.comcast.net] has joined #scheme 09:04:43 -!- Sergey [~Sergey@82.207.74.210] has quit [Ping timeout: 245 seconds] 09:07:24 -!- miql [~miql@ip98-165-235-27.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 09:07:40 miql [~miql@ip98-165-235-27.ph.ph.cox.net] has joined #scheme 09:09:11 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Ping timeout: 245 seconds] 09:21:21 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 09:27:48 -!- adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has quit [Ping timeout: 256 seconds] 09:37:11 kubatyszko [~kubatyszk@pd8465f.tokynt01.ap.so-net.ne.jp] has joined #scheme 09:40:54 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 252 seconds] 09:41:32 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 09:59:51 -!- yacks [~yacks@180.151.36.169] has quit [Quit: Leaving] 10:04:44 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 252 seconds] 10:05:13 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 10:09:32 gravicappa [~gravicapp@ppp91-77-167-177.pppoe.mtu-net.ru] has joined #scheme 10:10:33 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 245 seconds] 10:13:21 hkBst [~marijn@79.170.210.172] has joined #scheme 10:13:22 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 10:13:22 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 10:15:23 -!- arbn [~arbn@auriga.kiwilight.com] has quit [Quit: leaving] 10:15:34 arbn [~arbn@auriga.kiwilight.com] has joined #scheme 10:16:19 -!- Sergey_ [~Sergey@82.207.74.210] has left #scheme 10:19:33 yacks [~yacks@180.151.36.169] has joined #scheme 10:20:25 -!- arbn [~arbn@auriga.kiwilight.com] has quit [Client Quit] 10:20:37 arbn [~arbn@auriga.kiwilight.com] has joined #scheme 10:37:26 jaaso [~jaaso_@effic.me] has joined #scheme 10:41:42 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 10:42:14 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 10:42:26 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Remote host closed the connection] 10:47:18 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Remote host closed the connection] 10:51:16 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 11:20:34 agumonkey [~agu@86.72.217.58] has joined #scheme 11:28:46 -!- yacks [~yacks@180.151.36.169] has quit [Read error: Operation timed out] 11:29:54 -!- rmathews [~roshan@122.165.89.11] has quit [Quit: ...] 11:33:56 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 11:34:18 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 245 seconds] 11:42:05 -!- hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has quit [Remote host closed the connection] 11:42:27 hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has joined #scheme 11:49:59 yacks [~yacks@180.151.36.169] has joined #scheme 11:51:37 amoe_ [~amoe@host-78-147-173-105.as13285.net] has joined #scheme 11:55:15 -!- amoe [~amoe@host-2-96-226-239.as13285.net] has quit [Ping timeout: 276 seconds] 12:17:49 -!- snowylike [~sn@91-67-171-156-dynip.superkabel.de] has quit [Quit: Nettalk6 - www.ntalk.de] 12:29:36 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 12:31:17 rmathews [~roshan@122.164.108.238] has joined #scheme 12:32:01 -!- hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has quit [Read error: No route to host] 12:32:59 -!- amoe_ [~amoe@host-78-147-173-105.as13285.net] has quit [Read error: Operation timed out] 12:33:15 hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has joined #scheme 12:37:12 amoe [~amoe@host-2-96-229-44.as13285.net] has joined #scheme 12:43:38 -!- rmathews [~roshan@122.164.108.238] has quit [Ping timeout: 256 seconds] 12:43:48 rmathews [~roshan@122.178.18.196] has joined #scheme 12:44:51 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Remote host closed the connection] 12:53:24 ijp [~user@host81-159-29-146.range81-159.btcentralplus.com] has joined #scheme 12:53:45 -!- rmathews [~roshan@122.178.18.196] has quit [Ping timeout: 244 seconds] 12:53:53 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 12:55:54 rmathews [~roshan@122.164.157.239] has joined #scheme 12:57:35 langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has joined #scheme 12:58:08 youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 12:58:29 add^_ [~user@m90-131-125-167.cust.tele2.se] has joined #scheme 13:11:44 hkBst__ [~marijn@79.170.210.172] has joined #scheme 13:13:04 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 13:26:25 -!- hkBst__ [~marijn@79.170.210.172] has quit [Ping timeout: 248 seconds] 13:40:37 hkBst [~marijn@79.170.210.172] has joined #scheme 13:40:37 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 13:40:37 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 13:45:30 youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has joined #scheme 13:46:23 -!- youlysses [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Ping timeout: 252 seconds] 13:47:49 rmathews_ [~roshan@122.174.50.35] has joined #scheme 13:48:09 -!- rmathews_ [~roshan@122.174.50.35] has quit [Client Quit] 13:48:20 -!- rmathews [~roshan@122.164.157.239] has quit [Ping timeout: 255 seconds] 13:52:51 dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has joined #scheme 13:55:02 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 256 seconds] 13:59:11 sambio [~sambio@190.57.227.109] has joined #scheme 14:11:11 hkBst [~marijn@79.170.210.172] has joined #scheme 14:11:11 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 14:11:11 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 14:13:42 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Excess Flood] 14:14:06 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 14:16:27 adiii [~adityavit@76.117.52.187] has joined #scheme 14:21:01 -!- youlysse` [~user@75-132-7-80.dhcp.stls.mo.charter.com] has quit [Ping timeout: 252 seconds] 14:29:53 -!- taylanub [tub@p4FD93A56.dip.t-dialin.net] has quit [Ping timeout: 248 seconds] 14:30:10 jrajav [~jrajav@198.179.137.211] has joined #scheme 14:33:33 -!- Mining|away is now known as MiningMarsh 14:36:04 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 272 seconds] 14:36:25 -!- lusory_ [~lusory@bb42-60-31-187.singnet.com.sg] has quit [Read error: Connection reset by peer] 14:38:20 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Ping timeout: 252 seconds] 14:38:47 hkBst [~marijn@79.170.210.172] has joined #scheme 14:38:47 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 14:38:47 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 14:44:51 -!- b1rkh0ff [~b1rkh0ff@178.77.26.26] has quit [Read error: Connection reset by peer] 14:45:49 b1rkh0ff [~b1rkh0ff@178.77.26.26] has joined #scheme 14:51:02 andres-v [~user@centraltelefonica.fruno.com] has joined #scheme 14:54:11 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 245 seconds] 14:54:40 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 14:56:53 -!- yacks [~yacks@180.151.36.169] has quit [Read error: Connection reset by peer] 14:57:29 -!- langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has quit [Quit: gone] 14:58:43 MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has joined #scheme 14:59:27 wbooze [~wbooze@xdsl-84-44-211-2.netcologne.de] has joined #scheme 15:01:32 langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has joined #scheme 15:08:00 spobat [~spobat@p5DC770DE.dip.t-dialin.net] has joined #scheme 15:08:43 -!- wbooze [~wbooze@xdsl-84-44-211-2.netcologne.de] has quit [Read error: Operation timed out] 15:09:33 wbooze [~wbooze@xdsl-78-35-179-140.netcologne.de] has joined #scheme 15:13:09 -!- amoe [~amoe@host-2-96-229-44.as13285.net] has quit [Read error: Connection reset by peer] 15:13:52 amoe [~amoe@host-78-147-144-197.as13285.net] has joined #scheme 15:23:35 -!- jrajav [~jrajav@198.179.137.211] has quit [Quit: phunq, sandwich store loop, WHAT NO UNIVERSE] 15:25:33 amoe_ [~amoe@host-78-147-173-247.as13285.net] has joined #scheme 15:26:03 -!- amoe [~amoe@host-78-147-144-197.as13285.net] has quit [Read error: Operation timed out] 15:30:31 amoe [~amoe@host-78-147-97-21.as13285.net] has joined #scheme 15:31:41 -!- amoe_ [~amoe@host-78-147-173-247.as13285.net] has quit [Ping timeout: 245 seconds] 15:39:00 -!- amoe [~amoe@host-78-147-97-21.as13285.net] has quit [Ping timeout: 252 seconds] 15:46:24 amoe [~amoe@host-2-99-117-128.as13285.net] has joined #scheme 15:46:29 taylanub [tub@p4FD936B5.dip.t-dialin.net] has joined #scheme 15:51:12 -!- amoe [~amoe@host-2-99-117-128.as13285.net] has quit [Ping timeout: 252 seconds] 15:51:15 rins [~aaron@75-149-129-85-Connecticut.hfc.comcastbusiness.net] has joined #scheme 15:51:24 amoe [~amoe@host-2-99-118-158.as13285.net] has joined #scheme 15:51:37 -!- dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has quit [Ping timeout: 240 seconds] 15:53:37 -!- kubatyszko [~kubatyszk@pd8465f.tokynt01.ap.so-net.ne.jp] has quit [Ping timeout: 248 seconds] 15:55:14 -!- corecode [~2@0x2c.org] has left #scheme 15:58:44 cdidd [~cdidd@89.178.199.63] has joined #scheme 16:00:50 -!- add^_ [~user@m90-131-125-167.cust.tele2.se] has quit [Read error: Connection reset by peer] 16:00:52 tupi [~user@139.82.89.157] has joined #scheme 16:01:41 add^_ [~user@m37-2-186-153.cust.tele2.se] has joined #scheme 16:01:44 PuercoPop [~user@190.222.252.106] has joined #scheme 16:02:50 jrajav [~jrajav@198.179.137.211] has joined #scheme 16:04:30 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 16:12:04 -!- wbooze [~wbooze@xdsl-78-35-179-140.netcologne.de] has quit [Read error: Connection reset by peer] 16:18:30 -!- joneshf-laptop [~joneshf@c-98-208-37-38.hsd1.ca.comcast.net] has quit [Ping timeout: 276 seconds] 16:18:47 amoe_ [~amoe@host-89-243-14-111.as13285.net] has joined #scheme 16:22:18 -!- amoe [~amoe@host-2-99-118-158.as13285.net] has quit [Ping timeout: 264 seconds] 16:23:51 amoe [~amoe@host-92-26-174-29.as13285.net] has joined #scheme 16:24:29 -!- amoe_ [~amoe@host-89-243-14-111.as13285.net] has quit [Ping timeout: 255 seconds] 16:25:04 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 244 seconds] 16:25:38 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 16:30:06 -!- amoe [~amoe@host-92-26-174-29.as13285.net] has quit [Ping timeout: 264 seconds] 16:32:00 -!- add^_ [~user@m37-2-186-153.cust.tele2.se] has quit [Read error: Connection reset by peer] 16:32:22 add^_ [~user@m37-2-186-153.cust.tele2.se] has joined #scheme 16:34:01 amoe [~amoe@host-89-243-12-12.as13285.net] has joined #scheme 16:37:43 joneshf-laptop [~joneshf@public-nat2.arc.losrios.edu] has joined #scheme 16:37:44 -!- gravicappa [~gravicapp@ppp91-77-167-177.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 16:43:55 -!- hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has quit [Remote host closed the connection] 16:44:18 hopfrog [~quassel@pool-96-236-222-96.pitbpa.fios.verizon.net] has joined #scheme 16:44:41 wbooze [~wbooze@xdsl-78-35-179-140.netcologne.de] has joined #scheme 16:50:06 amoe_ [~amoe@host-2-99-116-137.as13285.net] has joined #scheme 16:53:21 -!- amoe [~amoe@host-89-243-12-12.as13285.net] has quit [Ping timeout: 248 seconds] 16:54:25 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Quit: Konversation terminated!] 16:55:03 -!- civodul [~user@193.50.110.200] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:55:09 rmathews [~roshan@122.164.132.85] has joined #scheme 16:55:23 yacks [~yacks@180.151.36.169] has joined #scheme 16:55:28 amoe [~amoe@host-92-19-152-81.as13285.net] has joined #scheme 16:56:42 gravicappa [~gravicapp@ppp91-77-223-182.pppoe.mtu-net.ru] has joined #scheme 16:58:18 -!- amoe_ [~amoe@host-2-99-116-137.as13285.net] has quit [Ping timeout: 264 seconds] 17:00:14 -!- rins [~aaron@75-149-129-85-Connecticut.hfc.comcastbusiness.net] has quit [Quit: leaving] 17:01:26 -!- langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has quit [Quit: gone] 17:01:41 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 17:03:03 -!- joneshf-laptop [~joneshf@public-nat2.arc.losrios.edu] has quit [Ping timeout: 260 seconds] 17:05:27 -!- add^_ [~user@m37-2-186-153.cust.tele2.se] has quit [Quit: cya] 17:05:56 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Read error: Connection reset by peer] 17:06:32 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 17:08:47 pumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 17:08:53 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Remote host closed the connection] 17:09:44 -!- pumpkin is now known as copumpkin 17:11:03 amoe_ [~amoe@host-92-19-154-129.as13285.net] has joined #scheme 17:11:05 kk` [~kk@unaffiliated/kk/x-5380134] has joined #scheme 17:13:54 -!- amoe [~amoe@host-92-19-152-81.as13285.net] has quit [Ping timeout: 264 seconds] 17:17:16 amoe [~amoe@host-92-19-155-134.as13285.net] has joined #scheme 17:19:28 -!- adiii [~adityavit@76.117.52.187] has quit [Ping timeout: 272 seconds] 17:20:06 -!- amoe_ [~amoe@host-92-19-154-129.as13285.net] has quit [Ping timeout: 240 seconds] 17:21:08 -!- Triclops256|away is now known as Triclops256 17:21:23 langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has joined #scheme 17:25:45 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 17:27:00 hiroakip [~hiroaki@77-20-78-82-dynip.superkabel.de] has joined #scheme 17:37:42 amoe_ [~amoe@host-2-99-126-183.as13285.net] has joined #scheme 17:40:12 -!- amoe [~amoe@host-92-19-155-134.as13285.net] has quit [Ping timeout: 252 seconds] 17:42:39 amoe [~amoe@host-2-99-126-249.as13285.net] has joined #scheme 17:45:13 -!- amoe_ [~amoe@host-2-99-126-183.as13285.net] has quit [Ping timeout: 256 seconds] 17:45:26 -!- jrajav [~jrajav@198.179.137.211] has quit [Quit: I tend to be neutral about apples] 17:45:54 -!- amgarchIn9 [~amgarchin@theo1.theochem.tu-muenchen.de] has quit [Ping timeout: 256 seconds] 17:47:42 amoe_ [~amoe@host-78-147-161-195.as13285.net] has joined #scheme 17:47:54 -!- amoe [~amoe@host-2-99-126-249.as13285.net] has quit [Ping timeout: 252 seconds] 17:48:38 -!- hiroakip [~hiroaki@77-20-78-82-dynip.superkabel.de] has quit [Quit: Ex-Chat] 17:55:12 -!- spobat [~spobat@p5DC770DE.dip.t-dialin.net] has left #scheme 17:59:18 jrajav [~jrajav@198.179.137.211] has joined #scheme 18:02:13 -!- jrapdx [~jra@c-76-115-235-187.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 18:03:56 amoe [~amoe@host-92-19-156-192.as13285.net] has joined #scheme 18:04:20 -!- amoe_ [~amoe@host-78-147-161-195.as13285.net] has quit [Read error: Operation timed out] 18:04:59 bjz [~brendanza@125.253.99.68] has joined #scheme 18:05:05 -!- bjz_ [~brendanza@125.253.99.68] has quit [Read error: Connection reset by peer] 18:06:14 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 18:06:56 ASau [~user@46.115.44.151] has joined #scheme 18:07:20 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 252 seconds] 18:10:33 amoe_ [~amoe@host-92-19-153-42.as13285.net] has joined #scheme 18:12:12 -!- Triclops256 is now known as Triclops256|away 18:12:49 -!- amoe [~amoe@host-92-19-156-192.as13285.net] has quit [Ping timeout: 248 seconds] 18:20:36 amoe [~amoe@host-2-99-115-170.as13285.net] has joined #scheme 18:23:45 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 18:23:47 -!- amoe_ [~amoe@host-92-19-153-42.as13285.net] has quit [Ping timeout: 260 seconds] 18:24:53 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Read error: Connection reset by peer] 18:28:18 -!- amoe [~amoe@host-2-99-115-170.as13285.net] has quit [Ping timeout: 264 seconds] 18:34:39 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 18:34:51 francisl [~flavoie@199.84.164.114] has joined #scheme 18:36:06 amoe [~amoe@host-2-96-237-215.as13285.net] has joined #scheme 18:37:21 -!- yazdmich [~yazdmich@unaffiliated/yazdmich] has quit [Ping timeout: 248 seconds] 18:38:25 -!- jaimef [jaimef@dns.mauthesis.com] has quit [Ping timeout: 248 seconds] 18:41:08 amoe_ [~amoe@host-92-19-158-231.as13285.net] has joined #scheme 18:41:10 -!- amoe [~amoe@host-2-96-237-215.as13285.net] has quit [Ping timeout: 272 seconds] 18:43:28 yazdmich [~yazdmich@om.n0.ms] has joined #scheme 18:44:28 amgarchIn9 [~amgarchin@p4FD609FE.dip0.t-ipconnect.de] has joined #scheme 18:45:22 jaimef [jaimef@dns.mauthesis.com] has joined #scheme 18:58:49 ASau` [~user@46.115.113.187] has joined #scheme 19:00:07 -!- jrajav [~jrajav@198.179.137.211] has quit [Quit: I tend to be neutral about apples] 19:00:25 amoe [~amoe@host-2-96-238-218.as13285.net] has joined #scheme 19:00:48 -!- ASau [~user@46.115.44.151] has quit [Ping timeout: 272 seconds] 19:02:23 -!- amoe_ [~amoe@host-92-19-158-231.as13285.net] has quit [Read error: Operation timed out] 19:06:25 pnpuff [~dioxirane@unaffiliated/pnpuff] has joined #scheme 19:11:54 -!- pnpuff [~dioxirane@unaffiliated/pnpuff] has quit [Quit: leaving] 19:12:01 -!- ijp [~user@host81-159-29-146.range81-159.btcentralplus.com] has quit [Ping timeout: 248 seconds] 19:16:09 -!- kniu [~kniu@c-67-160-8-163.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 19:21:17 -!- langmartin [~langmarti@host-68-169-154-130.WISOLT2.epbfi.com] has quit [Quit: gone] 19:23:57 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 252 seconds] 19:38:04 ijp [~user@host86-171-225-89.range86-171.btcentralplus.com] has joined #scheme 19:39:17 adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-06.NATPOOL.NYU.EDU] has joined #scheme 19:50:40 bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has joined #scheme 20:00:04 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 20:04:04 -!- MiningMarsh is now known as Mining|away 20:05:42 toekutr [~user@50-0-51-11.dsl.static.sonic.net] has joined #scheme 20:06:57 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 20:07:17 -!- ijp [~user@host86-171-225-89.range86-171.btcentralplus.com] has quit [Read error: Connection reset by peer] 20:08:34 ijp [~user@host86-171-225-89.range86-171.btcentralplus.com] has joined #scheme 20:14:20 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 20:36:17 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Read error: Connection reset by peer] 20:36:46 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 20:39:43 20WABZYUS [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 20:39:43 31NACVBLF [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 20:39:59 -!- 20WABZYUS [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Read error: Connection reset by peer] 20:40:49 -!- 31NACVBLF [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Client Quit] 20:42:03 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 20:42:15 Rotek [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 20:42:25 -!- Rotek [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Remote host closed the connection] 20:42:25 -!- Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has quit [Remote host closed the connection] 20:43:41 Icarot [~Icarot@199-188-193-9.PUBLIC.monkeybrains.net] has joined #scheme 20:49:35 civodul [~user@reverse-83.fdn.fr] has joined #scheme 20:51:24 -!- Mining|away is now known as MiningMarsh 20:56:59 -!- tizoc [~user@unaffiliated/tizoc] has quit [Quit: Coyote finally caught me] 20:59:52 -!- taylanub [tub@p4FD936B5.dip.t-dialin.net] has quit [Ping timeout: 272 seconds] 21:00:28 add^_ [~user@m37-2-185-33.cust.tele2.se] has joined #scheme 21:07:15 -!- adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-06.NATPOOL.NYU.EDU] has quit [Ping timeout: 248 seconds] 21:16:04 -!- Triclops256|away is now known as Triclops256 21:20:12 tizoc [~user@unaffiliated/tizoc] has joined #scheme 21:28:00 -!- Triclops256 is now known as Triclops256|away 21:37:18 -!- andres-v [~user@centraltelefonica.fruno.com] has quit [Ping timeout: 252 seconds] 21:40:55 ldionmarcil [~user@unaffiliated/maden] has joined #scheme 21:44:56 taylanub [tub@p4FD936B5.dip.t-dialin.net] has joined #scheme 21:46:19 -!- Triclops256|away is now known as Triclops256 21:52:56 joneshf-laptop [~joneshf@public-nat2.arc.losrios.edu] has joined #scheme 22:09:21 -!- toekutr [~user@50-0-51-11.dsl.static.sonic.net] has quit [Remote host closed the connection] 22:16:18 -!- joneshf-laptop [~joneshf@public-nat2.arc.losrios.edu] has quit [Ping timeout: 276 seconds] 22:27:14 -!- wbooze [~wbooze@xdsl-78-35-179-140.netcologne.de] has quit [Remote host closed the connection] 22:41:12 -!- gravicappa [~gravicapp@ppp91-77-223-182.pppoe.mtu-net.ru] has quit [Ping timeout: 272 seconds] 22:44:04 -!- sambio [~sambio@190.57.227.109] has quit [Remote host closed the connection] 22:44:53 sambio_ [~sambio@190.57.227.109] has joined #scheme 22:48:26 adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has joined #scheme 22:48:58 -!- sambio_ [~sambio@190.57.227.109] has quit [Remote host closed the connection] 22:49:12 sambio [~sambio@190.57.227.109] has joined #scheme 22:52:55 -!- noam_ [~noam@213.57.201.130] has quit [Read error: Connection reset by peer] 22:54:48 -!- francisl [~flavoie@199.84.164.114] has quit [Ping timeout: 252 seconds] 22:57:48 eliyak [~eliyak@c-24-13-247-120.hsd1.il.comcast.net] has joined #scheme 22:57:48 -!- eliyak [~eliyak@c-24-13-247-120.hsd1.il.comcast.net] has quit [Changing host] 22:57:48 eliyak [~eliyak@wikisource/Eliyak] has joined #scheme 22:59:35 -!- eliyak [~eliyak@wikisource/Eliyak] has quit [Client Quit] 23:00:04 noam [~noam@213.57.201.130] has joined #scheme 23:01:18 -!- hive-mind [pranq@unaffiliated/contempt] has quit [Ping timeout: 256 seconds] 23:02:52 hive-mind [pranq@unaffiliated/contempt] has joined #scheme 23:06:22 -!- wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has quit [Read error: Operation timed out] 23:09:37 -!- add^_ [~user@m37-2-185-33.cust.tele2.se] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:14:18 -!- civodul [~user@reverse-83.fdn.fr] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:23:13 -!- sambio [~sambio@190.57.227.109] has quit [Ping timeout: 248 seconds] 23:23:44 sambio [~sambio@190.57.227.109] has joined #scheme 23:28:44 -!- tupi [~user@139.82.89.157] has quit [Ping timeout: 244 seconds] 23:31:24 toekutr [~user@50-0-51-11.dsl.static.sonic.net] has joined #scheme 23:31:59 -!- amgarchIn9 [~amgarchin@p4FD609FE.dip0.t-ipconnect.de] has quit [Ping timeout: 255 seconds] 23:43:55 mejja [~user@c80-216-186-186.bredband.comhem.se] has joined #scheme 23:49:25 -!- mejja [~user@c80-216-186-186.bredband.comhem.se] has quit [Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344]] 23:52:13 -!- agumonkey [~agu@86.72.217.58] has quit [Ping timeout: 245 seconds]