00:05:41 drdo [~user@98.192.108.93.rev.vodafone.pt] has joined #scheme 00:13:55 -!- timj_ is now known as timj 00:21:02 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 252 seconds] 00:28:27 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 00:39:02 pjb` [~t@81.202.16.46.dyn.user.ono.com] has joined #scheme 00:40:09 -!- pjb` [~t@81.202.16.46.dyn.user.ono.com] has quit [Client Quit] 00:41:23 -!- pjb [~t@81.202.16.46.dyn.user.ono.com] has quit [Remote host closed the connection] 00:56:59 pjb [~t@81.202.16.46.dyn.user.ono.com] has joined #scheme 01:00:59 RageOfThou [~RageOfTho@users-55-243.vinet.ba] has joined #scheme 01:04:43 -!- MrFahrenheit [~RageOfTho@users-33-89.vinet.ba] has quit [Ping timeout: 240 seconds] 01:05:55 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 240 seconds] 01:11:43 -!- masm [~masm@bl15-78-167.dsl.telepac.pt] has quit [Quit: Leaving.] 01:22:52 drdo` [~user@98.192.108.93.rev.vodafone.pt] has joined #scheme 01:24:19 -!- drdo [~user@98.192.108.93.rev.vodafone.pt] has quit [Ping timeout: 240 seconds] 01:25:28 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 01:28:00 housemouse [~user@184-76-24-220.war.clearwire-wmx.net] has joined #scheme 01:33:01 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Quit: klovett] 01:43:31 -!- ysph [~user@fl-76-3-1-178.dhcp.embarqhsd.net] has quit [Ping timeout: 240 seconds] 01:57:47 mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has joined #scheme 02:28:14 -!- housemouse [~user@184-76-24-220.war.clearwire-wmx.net] has quit [Remote host closed the connection] 02:52:41 timj_ [~timj@e176192010.adsl.alicedsl.de] has joined #scheme 02:57:02 -!- timj [~timj@e176194120.adsl.alicedsl.de] has quit [Ping timeout: 276 seconds] 03:02:01 -!- drdo` is now known as drdo 03:13:34 hohoho [~hohoho@ntkngw229253.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 03:17:45 Rakko [~rakko@71-90-73-192.dhcp.ftbg.wi.charter.com] has joined #scheme 03:29:55 -!- RageOfThou [~RageOfTho@users-55-243.vinet.ba] has quit [Ping timeout: 240 seconds] 03:30:29 echo-area [~echo-area@114.251.86.0] has joined #scheme 03:35:43 -!- drdo [~user@98.192.108.93.rev.vodafone.pt] has quit [Remote host closed the connection] 03:36:42 AtnNn [~welcome@modemcable122.176-176-173.mc.videotron.ca] has joined #scheme 03:47:23 -!- mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has quit [Remote host closed the connection] 03:49:13 mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has joined #scheme 04:01:18 -!- davazp [~user@184.Red-79-154-140.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] 04:01:53 Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 04:02:09 -!- Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has quit [Changing host] 04:02:09 Mohamdu [~Mohamdu@unaffiliated/mohamdu] has joined #scheme 04:16:50 AtnNn_ [~welcome@modemcable067.176-176-173.mc.videotron.ca] has joined #scheme 04:17:40 -!- AtnNn [~welcome@modemcable122.176-176-173.mc.videotron.ca] has quit [Ping timeout: 252 seconds] 04:17:48 -!- AtnNn_ is now known as AtnNn 04:23:24 pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has joined #scheme 04:37:51 Riastradh [debian-tor@fsf/member/riastradh] has joined #scheme 04:41:07 -!- bgs100 [~ian@unaffiliated/bgs100] has quit [Quit: Leaving] 04:44:52 http://ideone.com/6zZwL 04:46:46 araujo: what erlang frontend is this? 04:51:28 f3xy [~bt@208.89.135.59] has joined #scheme 04:55:39 Hi I'm not thinking about something correctly and I was wondering if someone could shed some light. http://scheme.pastebin.com/prr7YYDd 04:56:21 I will say it is homework, but I have done the work and I'm willing to do more I could just use a shove in the right direction 04:56:28 If someone would be so kind 04:57:28 FurnaceBoy, ooh, not erlang front-end, a small language I am writing 04:57:40 I just pick erlang syntax highlight there :P 04:57:44 araujo: oh ok 04:57:51 f3xy: I can't tell what your question is from that paste 04:57:58 what is list-insert-everywhere supposed to do 04:58:16 it takes an element and inserts it at every location in the list 04:58:44 there were some test cases earlier and it passed all of them, but it could list be wrong I'm sure 04:58:53 err still be wrong 05:03:56 you mean (insert 'a '(1 2)) => '(a 1 a 2 a) ? 05:05:04 (insert 'z '(a b c) ) => '((a b c z) (a b z c) (a z b c) (z a b c)) 05:07:35 actually I think it's (insert '(a b c) 'z ) => 05:08:08 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 05:08:27 whatever 05:08:44 I'm sorry I'm just trying to be specific 05:08:54 did you write some test cases? 05:09:01 I did 05:09:08 -!- mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has quit [Ping timeout: 240 seconds] 05:09:10 insert passes them all 05:09:27 ryaether [~ryan@173-26-124-96.client.mchsi.com] has joined #scheme 05:09:38 so whats your question? 05:09:49 well list-perms is what is failing 05:10:10 ok, so insert-everywhere is just to throw us off the trail 05:10:25 no I use it in list-perms 05:10:44 aha 05:11:59 so (list-perms '(1 2 3)) should be ('(3 2 1) '(3 1 2) '(1 3 2) '(2 3 1) '(2 1 3) '(1 2 3)) 05:12:31 which I'm pretty much there the output of my displays is at the end 05:13:23 but the output is ('('(3 2 1) '(3 1 2) '(1 3 2)) '('(2 3 1) '(2 1 3) '(1 2 3))) 05:13:38 probably you need an append somewhere 05:15:28 actually whats list-map? 05:15:32 seems like it should work if that was just map 05:15:39 it's just map 05:16:03 it does the exact same thing as map actually 05:16:25 oh ok 05:21:17 f3xy, ok i solved your problem 05:21:32 i dont know how to guide you towards the answer.. should i just tell how to fix it? 05:21:53 ok maybe ill try to hint at it 05:21:57 ok :) 05:22:07 what is the result of list-permutations, in terms of types 05:22:20 it should be a list of lists 05:22:48 right, and whats the result of list-map 05:23:17 hmmm 05:23:18 a list 05:23:23 right 05:23:42 so what is each element that map will produce, in your code 05:23:48 -!- drwho [~drwho@c-68-63-83-105.hsd1.pa.comcast.net] has quit [Quit: A known mistake is better than an unknown truth.] 05:25:06 map will produce a list but isn't each element a list? 05:27:43 each element will be the result of `list-insert-everywhere' 05:27:57 so whats the final output of that map call? 05:29:04 ah 05:29:12 so it's a list of lists in a list haha 05:29:35 so maybe I could do an append in my lambda function? 05:35:14 well not in the lambda, but you need append there 05:35:19 somewhere around there 05:36:23 oh duh 05:36:31 append the map with the output of permutations 05:36:54 mm, i dont think so 05:37:08 hmmm 05:37:29 but permutations is the output of a map 05:37:45 so I would basically be appending the output of two map statements 05:38:38 ok try things until it works 05:38:55 ok thanks :) 05:40:10 -!- luz [~davids@186.205.48.47] has quit [Quit: Client exiting] 06:09:18 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 06:09:52 pchrist [~spirit@gentoo/developer/pchrist] has joined #scheme 06:23:16 -!- Mohamdu [~Mohamdu@unaffiliated/mohamdu] has quit [Ping timeout: 265 seconds] 06:33:59 gravicappa [~gravicapp@91.78.229.26] has joined #scheme 06:40:07 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Ping timeout: 252 seconds] 07:14:44 -!- ryaether [~ryan@173-26-124-96.client.mchsi.com] has left #scheme 07:20:16 darkmag [~vfalico@ip-94-112-36-51.net.upcbroadband.cz] has joined #scheme 07:28:28 Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 07:37:48 -!- Rakko [~rakko@71-90-73-192.dhcp.ftbg.wi.charter.com] has quit [Quit: Rakko] 07:51:02 masm [~masm@bl15-78-167.dsl.telepac.pt] has joined #scheme 07:53:34 Michael_Mohamed [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 07:56:18 -!- Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 08:02:18 wbooze` [~user@xdsl-87-79-190-177.netcologne.de] has joined #scheme 08:02:18 homie` [~user@xdsl-87-79-190-177.netcologne.de] has joined #scheme 08:04:18 -!- wbooze [~user@xdsl-78-34-99-128.netcologne.de] has quit [Ping timeout: 240 seconds] 08:04:50 -!- homie [~user@xdsl-78-34-99-128.netcologne.de] has quit [Ping timeout: 264 seconds] 08:13:39 -!- Michael_Mohamed [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has quit [Quit: Leaving] 08:18:53 -!- gravicappa [~gravicapp@91.78.229.26] has quit [Ping timeout: 245 seconds] 08:39:08 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 08:42:53 choas [~lars@p5792C369.dip.t-dialin.net] has joined #scheme 08:47:57 femtoo [~femto@95-89-248-241-dynip.superkabel.de] has joined #scheme 09:19:59 -!- somnium [~user@adsl-65-180-242.dab.bellsouth.net] has quit [Ping timeout: 265 seconds] 10:00:51 http://ideone.com/7a4EQ 10:00:56 bit cleaner now :P 10:13:04 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 10:34:15 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Read error: Connection reset by peer] 10:35:59 sepp2k [~sexy@p4FDF6F2F.dip.t-dialin.net] has joined #scheme 10:41:27 araujo, what programming language is that? 10:41:30 looks neat 10:46:04 femtoo, a small scripting language I am writing right now 10:46:20 taking ideas from smalltalk/scheme/perl mainly 10:46:21 :P 10:46:31 (scheme/lisp) 10:46:40 do you have a pulbic reop or something? 10:46:48 *repo 10:47:08 also http://finch.stuffwithstuff.com/ might by interesting 10:47:22 femtoo, not yet, well, right now just have the #los-lang channel here ... 10:47:40 this is kind of new , only have a very simple (full of bug) implementation yet ... 10:47:50 *araujo* just working on this for around 4 weeks 10:47:54 ok 10:47:57 but I hope to upload something soon 10:54:48 kuribas [~user@d54C2AF90.access.telenet.be] has joined #scheme 11:21:19 -!- rdd [~user@c83-250-48-164.bredband.comhem.se] has quit [Remote host closed the connection] 11:58:27 -!- snorble [~snorble@s83-179-14-105.cust.tele2.se] has quit [Quit: Lämnar] 12:08:57 snorble [~snorble@s83-179-14-105.cust.tele2.se] has joined #scheme 12:24:50 gravicappa [~gravicapp@ppp91-78-229-26.pppoe.mtu-net.ru] has joined #scheme 12:49:23 -!- echo-area [~echo-area@114.251.86.0] has quit [Read error: Connection reset by peer] 12:49:35 brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has joined #scheme 13:07:17 -!- homie` [~user@xdsl-87-79-190-177.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 13:07:53 -!- wbooze` [~user@xdsl-87-79-190-177.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 13:10:03 -!- jmcphers [~jmcphers@218.185.108.156] has quit [Remote host closed the connection] 13:10:48 jmcphers [~jmcphers@218.185.108.156] has joined #scheme 13:17:29 homie [~user@xdsl-87-79-190-177.netcologne.de] has joined #scheme 13:17:31 wbooze [~user@xdsl-87-79-190-177.netcologne.de] has joined #scheme 13:17:54 echo-area [~echo-area@114.251.86.0] has joined #scheme 13:20:58 MrFahrenheit [~RageOfTho@users-42-90.vinet.ba] has joined #scheme 13:23:43 -!- kuribas [~user@d54C2AF90.access.telenet.be] has quit [Read error: Operation timed out] 13:24:55 kuribas [~user@d54C2AF90.access.telenet.be] has joined #scheme 13:25:08 -!- eldragon [~eldragon@84.79.67.254] has quit [Ping timeout: 245 seconds] 14:02:27 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 14:09:48 -!- brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has quit [Ping timeout: 240 seconds] 14:09:55 -!- Nshag [user@lns-bzn-23-82-248-70-94.adsl.proxad.net] has quit [Ping timeout: 240 seconds] 14:10:30 foof: how much memry does chibi scheme need? Is it possible to run on a bare metal ARM system with 512KB RAM (for the heap)? 14:10:44 copumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has joined #scheme 14:11:11 foof; or would you need a compiler for a such a small system? 14:11:39 eldragon [~eldragon@84.79.67.254] has joined #scheme 14:12:06 -!- pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has quit [Read error: Connection reset by peer] 14:13:59 pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has joined #scheme 14:13:59 -!- copumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has quit [Read error: Connection reset by peer] 14:14:33 -!- gravicappa [~gravicapp@ppp91-78-229-26.pppoe.mtu-net.ru] has quit [Ping timeout: 240 seconds] 14:14:51 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Quit: klovett] 14:17:20 -!- pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has quit [Read error: Connection reset by peer] 14:17:32 pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has joined #scheme 14:20:26 -!- kuribas [~user@d54C2AF90.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:21:31 -!- pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has quit [Ping timeout: 240 seconds] 14:23:35 leppie: might need some tuning, but that should be possible 14:24:34 foof: cool :) you dont think the limited memory will be an issue? 14:25:43 fyi: the system dies not have a MMU, the heap and stack will be in 2 distinct areas 14:25:59 s/dies/does/ ;P 14:27:28 i will also prove some syscall emulation for libc, if that maaters 14:27:37 s/prove/provide/ 14:27:50 *leppie* really suck at typing :) 14:27:59 you can try chibi-scheme -h512k -q 14:28:12 cool 14:28:40 that starts the heap at 512k and doesn't load any init file (so it's just primitives, missing full r5rs) 14:28:47 the heap ram is external, so I can pretty much do with it as I want now :) 14:29:31 ok, i'll try. should be fun anyways :) 14:29:54 i haven't compressed actual memory usage much yet, hard to say how far that'll get you :/ 14:30:47 given the normal embedded mindset, the memory usage should be quite low 14:31:10 Nshag [user@lns-bzn-45-82-65-134-32.adsl.proxad.net] has joined #scheme 14:31:20 mostly just for pokingg and peeking :) 14:34:01 foof: if you can fathom chinese, this is the board: http://item.taobao.com/item.htm?id=3107027814 14:34:24 foof: Connection better now? 14:35:52 foof: OTOH I dont know chinese at all, but I have gained enough knowledge via the schematics :) 15:00:59 mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has joined #scheme 15:08:28 pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has joined #scheme 15:18:10 -!- timj_ is now known as timj 15:22:26 -!- echo-area [~echo-area@114.251.86.0] has quit [Ping timeout: 276 seconds] 15:24:09 gravicappa [~gravicapp@ppp85-140-116-144.pppoe.mtu-net.ru] has joined #scheme 15:26:35 -!- snorble [~snorble@s83-179-14-105.cust.tele2.se] has quit [Quit: Lämnar] 15:37:30 -!- jensn_ is now known as jensn 15:46:50 luz [~davids@186.205.48.47] has joined #scheme 15:54:13 -!- darkmag [~vfalico@ip-94-112-36-51.net.upcbroadband.cz] has quit [Quit: Leaving.] 16:00:48 -!- femtoo [~femto@95-89-248-241-dynip.superkabel.de] has quit [Quit: Leaving] 16:01:33 -!- Quadrescence [~Quad@unaffiliated/quadrescence] has quit [Quit: omghaahhahaohwow] 16:04:57 -!- pumpkin [~copumpkin@user-142hbak.cable.mindspring.com] has quit [Remote host closed the connection] 16:05:15 rdd [~user@c83-250-48-164.bredband.comhem.se] has joined #scheme 16:11:39 Blkt [~user@93-33-131-26.ip44.fastwebnet.it] has joined #scheme 16:17:17 good evening everyone 16:20:04 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 16:22:02 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Client Quit] 16:25:53 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 16:30:12 brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has joined #scheme 16:36:52 -!- brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has quit [Quit: brandelune] 16:40:28 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Quit: klovett] 16:44:49 femtoo [~femto@95-89-248-241-dynip.superkabel.de] has joined #scheme 16:54:00 snorble [~snorble@s83-179-14-105.cust.tele2.se] has joined #scheme 17:08:01 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 265 seconds] 17:09:09 kuribas [~user@d54C4346F.access.telenet.be] has joined #scheme 17:10:29 MetaEntity [4efba2e2@gateway/web/freenode/ip.78.251.162.226] has joined #scheme 17:10:53 hello 17:12:56 -!- MetaEntity [4efba2e2@gateway/web/freenode/ip.78.251.162.226] has quit [Quit: Page closed] 17:18:26 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 17:18:59 wingo [~wingo@232.Red-88-17-207.dynamicIP.rima-tde.net] has joined #scheme 17:21:09 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 17:32:36 alaricsp [~alaric@relief.warhead.org.uk] has joined #scheme 17:37:41 -!- sepp2k [~sexy@p4FDF6F2F.dip.t-dialin.net] has quit [Quit: sepp2k] 17:44:33 -!- Blkt [~user@93-33-131-26.ip44.fastwebnet.it] has quit [Read error: Connection reset by peer] 17:46:37 Blkt [~user@93-33-131-26.ip44.fastwebnet.it] has joined #scheme 17:48:55 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Quit: klovett] 17:51:56 megajosh2 [~megajosh2@unaffiliated/megajosh2] has joined #scheme 17:56:41 davazp [~user@184.Red-79-154-140.dynamicIP.rima-tde.net] has joined #scheme 17:59:07 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 18:00:57 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Client Quit] 18:01:33 -!- davazp [~user@184.Red-79-154-140.dynamicIP.rima-tde.net] has quit [Read error: Connection reset by peer] 18:03:50 -!- hohoho [~hohoho@ntkngw229253.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote host closed the connection] 18:13:40 bgs100 [~ian@h228.21.131.174.dynamic.ip.windstream.net] has joined #scheme 18:13:40 -!- bgs100 [~ian@h228.21.131.174.dynamic.ip.windstream.net] has quit [Changing host] 18:13:40 bgs100 [~ian@unaffiliated/bgs100] has joined #scheme 18:24:39 *araujo* just added a 'for' operator over sequences 18:40:34 Cowmoo [~Cowmoo@c-71-192-163-98.hsd1.nh.comcast.net] has joined #scheme 19:06:12 http://ideone.com/idgJs 19:06:17 some list examples 19:10:10 fod [~fod@92.251.255.5.threembb.ie] has joined #scheme 19:21:06 RageOfThou [~RageOfTho@users-33-200.vinet.ba] has joined #scheme 19:24:43 -!- MrFahrenheit [~RageOfTho@users-42-90.vinet.ba] has quit [Ping timeout: 240 seconds] 19:25:14 -!- pygospa [~pygospa@g227153070.adsl.alicedsl.de] has quit [Ping timeout: 264 seconds] 19:26:35 pygospa [~pygospa@f055006212.adsl.alicedsl.de] has joined #scheme 19:33:51 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 19:35:26 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Client Quit] 19:48:52 fradgers- [~fradgers-@5e0aadb6.bb.sky.com] has joined #scheme 19:54:23 offby1` [~user@q-static-138-125.avvanta.com] has joined #scheme 19:56:08 -!- offby1 [~user@pdpc/supporter/monthlybyte/offby1] has quit [Ping timeout: 272 seconds] 20:07:48 -!- pygospa [~pygospa@f055006212.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 20:10:03 pygospa [~pygospa@f055056243.adsl.alicedsl.de] has joined #scheme 20:15:08 -!- pygospa [~pygospa@f055056243.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 20:15:51 pygospa [~pygospa@g227137216.adsl.alicedsl.de] has joined #scheme 20:15:52 -!- femtoo [~femto@95-89-248-241-dynip.superkabel.de] has quit [Read error: Connection reset by peer] 20:26:04 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 20:28:59 Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 20:33:05 -!- offby1` is now known as offby1 20:33:08 -!- offby1 [~user@q-static-138-125.avvanta.com] has quit [Changing host] 20:33:08 offby1 [~user@pdpc/supporter/monthlybyte/offby1] has joined #scheme 20:39:55 -!- pygospa [~pygospa@g227137216.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 20:41:58 pygospa [~pygospa@f055197202.adsl.alicedsl.de] has joined #scheme 20:46:25 -!- eli [~eli@winooski.ccs.neu.edu] has quit [Remote host closed the connection] 20:46:33 eli [~eli@winooski.ccs.neu.edu] has joined #scheme 20:53:03 -!- wingo [~wingo@232.Red-88-17-207.dynamicIP.rima-tde.net] has quit [Ping timeout: 245 seconds] 20:57:07 wbooze` [~user@xdsl-87-79-140-217.netcologne.de] has joined #scheme 20:57:15 homie` [~user@xdsl-87-79-140-217.netcologne.de] has joined #scheme 20:58:53 -!- homie [~user@xdsl-87-79-190-177.netcologne.de] has quit [Ping timeout: 245 seconds] 20:59:13 -!- wbooze [~user@xdsl-87-79-190-177.netcologne.de] has quit [Ping timeout: 252 seconds] 21:01:07 -!- pygospa [~pygospa@f055197202.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 21:03:00 pygospa [~pygospa@g227121215.adsl.alicedsl.de] has joined #scheme 21:08:17 Adamant [~Adamant@unaffiliated/adamant] has joined #scheme 21:15:23 -!- Adamant [~Adamant@unaffiliated/adamant] has quit [Quit: Adamant] 21:22:42 -!- wbooze` [~user@xdsl-87-79-140-217.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:22:53 -!- homie` [~user@xdsl-87-79-140-217.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:27:15 homie [~user@xdsl-87-79-140-217.netcologne.de] has joined #scheme 21:27:18 wbooze [~user@xdsl-87-79-140-217.netcologne.de] has joined #scheme 21:31:49 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has quit [Remote host closed the connection] 21:36:35 -!- pygospa [~pygospa@g227121215.adsl.alicedsl.de] has quit [Ping timeout: 265 seconds] 21:37:25 jao [~user@253.Red-213-98-193.dynamicIP.rima-tde.net] has joined #scheme 21:38:36 pygospa [~pygospa@g225225110.adsl.alicedsl.de] has joined #scheme 21:38:42 -!- kuribas [~user@d54C4346F.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:40:07 nowhere_man [~pierre@AStrasbourg-551-1-65-139.w92-141.abo.wanadoo.fr] has joined #scheme 21:40:23 -!- kephas [~pierre@AStrasbourg-551-1-81-254.w81-51.abo.wanadoo.fr] has quit [Ping timeout: 252 seconds] 21:47:37 -!- pygospa [~pygospa@g225225110.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 21:49:27 pygospa [~pygospa@g229208091.adsl.alicedsl.de] has joined #scheme 22:16:46 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #scheme 22:16:46 22:16:46 -!- names: ccl-logbot Michael_Mohamed pygospa nowhere_man jao wbooze homie eli klovett offby1 RageOfThou fod Cowmoo bgs100 megajosh2 Blkt alaricsp leppie snorble rdd luz gravicappa mjonsson Nshag eldragon jmcphers masm pchrist f3xy Riastradh AtnNn timj pjb Fermat eno niko lusory ASau araujo yorick gnomon kniu zeroish xwl_ mbohun preflex rotty incubot Fare ski acarrico MichaelRaskin bzzbzz stepnem wgd boysetsfrog Leonidas inimino Hal9k Intensity saccade Kovensky 22:16:46 -!- names: Khisanth sloyd alexand3r shawnps emma Crito jimrees_ mhoye martinhex ToxicFrog z0d jensn easy4 mario-goulart ineiros qebab ASau``` futilius ecraven tewk gabot lisppaste Adrinael aoh FurnaceBoy felipe `micro rrm3 franki^_ klutometis duncanm mornfall cky ray dfeuer jay-mccarthy REPLeffect joast tonyg bremner ve minion specbot sjamaan foof antoszka weinholt sir_lewk_ rudybot yosafbridge rapacity zbigniew zilt adzuci Pepe_ certainty C-Keen saccade_ 22:16:46 -!- names: jimster tizoc danking_ fda314925 tessier Axioplase_ erg shardz roderic elly chandler elf spacebat clog Obfuscate DerGuteMoritz 22:16:46 -pratchett.freenode.net:#scheme- [freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup 22:39:28 -!- masm [~masm@bl15-78-167.dsl.telepac.pt] has quit [Quit: Leaving.] 22:39:50 Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 22:39:52 -!- pygospa [~pygospa@g229208091.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 22:40:45 gigajosh2 [~gigajosh2@pool-96-241-38-130.washdc.fios.verizon.net] has joined #scheme 22:41:12 brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has joined #scheme 22:42:03 pygospa [~pygospa@g227114191.adsl.alicedsl.de] has joined #scheme 22:42:34 -!- gigajosh2 [~gigajosh2@pool-96-241-38-130.washdc.fios.verizon.net] has quit [Client Quit] 22:42:48 -!- Michael_Mohamed [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 22:43:10 gigajosh2 [~gigajosh2@pool-96-241-38-130.washdc.fios.verizon.net] has joined #scheme 22:50:02 Michael_Mohamed [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has joined #scheme 22:51:54 -!- klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has quit [Quit: klovett] 22:53:33 -!- Mohamdu [~Mohamdu@CPE00222d6b3798-CM00222d6b3795.cpe.net.cable.rogers.com] has quit [Ping timeout: 252 seconds] 22:54:52 Boo! 22:57:22 *offby1* falls to pieces 22:57:50 shoddy workmanship 23:03:59 > QUIT 23:04:00 -!- gigajosh2 [~gigajosh2@pool-96-241-38-130.washdc.fios.verizon.net] has quit [Quit: gigajosh2] 23:06:33 omg we have uncovered the c&c net 23:11:12 -!- eli [~eli@winooski.ccs.neu.edu] has quit [Read error: Connection reset by peer] 23:11:12 -!- gabot [~eli@winooski.ccs.neu.edu] has quit [Read error: Connection reset by peer] 23:12:24 eli [~eli@winooski.ccs.neu.edu] has joined #scheme 23:14:27 -!- pygospa [~pygospa@g227114191.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 23:16:18 pygospa [~pygospa@g227113097.adsl.alicedsl.de] has joined #scheme 23:21:01 darkmag [~vfalico@ip-94-112-36-51.net.upcbroadband.cz] has joined #scheme 23:22:41 -!- brandelune [~suzume@pl571.nas982.takamatsu.nttpc.ne.jp] has quit [Quit: brandelune] 23:31:53 klovett [~klovett@c-67-180-97-38.hsd1.ca.comcast.net] has joined #scheme 23:38:26 -!- gravicappa [~gravicapp@ppp85-140-116-144.pppoe.mtu-net.ru] has quit [Ping timeout: 272 seconds] 23:47:55 -!- RageOfThou [~RageOfTho@users-33-200.vinet.ba] has quit [Ping timeout: 240 seconds] 23:50:14 -!- pygospa [~pygospa@g227113097.adsl.alicedsl.de] has quit [Ping timeout: 276 seconds] 23:51:34 pygospa [~pygospa@g226237255.adsl.alicedsl.de] has joined #scheme