00:08:58 -!- mmc1 [~michal@82-148-210-75.fiber.unet.nl] has quit [Quit: Leaving.] 00:29:14 DrDuck [~duck@adsl-98-81-128-100.hsv.bellsouth.net] has joined #scheme 00:31:30 -!- keenbug [~daniel@pC19F6FFD.dip.t-dialin.net] has quit [Quit: leaving] 00:41:24 -!- tauntaun [~Crumpet@64.134.240.138] has quit [Quit: Ex-Chat] 00:48:08 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 246 seconds] 00:50:49 yell0 [yello@unaffiliated/contempt] has joined #scheme 00:51:42 Quetzalcoatl_ [~Administr@cpe-75-186-5-185.cinci.res.rr.com] has joined #scheme 00:58:42 -!- elly [~elly@atheme/member/elly] has quit [Remote host closed the connection] 00:58:42 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Remote host closed the connection] 00:58:57 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 00:59:07 elly [~elly@atheme/member/elly] has joined #scheme 01:09:16 -!- MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has quit [Ping timeout: 258 seconds] 01:12:27 -!- ckrailo [~ckrailo@208.86.167.249] has quit [Quit: Leaving...] 01:22:33 dnolen [~davidnole@184.152.69.75] has joined #scheme 01:28:40 -!- yell0 [yello@unaffiliated/contempt] has quit [Ping timeout: 260 seconds] 01:35:25 Bahman [~bahman@2.144.214.43] has joined #scheme 01:37:42 -!- Bahman [~bahman@2.144.214.43] has quit [Client Quit] 01:39:37 -!- Nisstyre [~nisstyre@109.74.204.224] has quit [Ping timeout: 250 seconds] 01:43:35 Nisstyre [~nisstyre@109.74.204.224] has joined #scheme 01:53:52 jcowan [~John@cpe-74-68-112-189.nyc.res.rr.com] has joined #scheme 02:01:11 -!- DT`` [~Feeock@net-93-149-43-106.cust.dsl.teletu.it] has quit [Ping timeout: 240 seconds] 02:06:09 DT`` [~Feeock@net-93-149-43-106.cust.dsl.teletu.it] has joined #scheme 02:06:15 -!- leppie [~lolcow@196-210-170-119.dynamic.isadsl.co.za] has quit [Ping timeout: 252 seconds] 02:07:01 leppie [~lolcow@196-210-170-119.dynamic.isadsl.co.za] has joined #scheme 02:18:09 tshauck [~tshauck@99-109-59-35.lightspeed.mssnks.sbcglobal.net] has joined #scheme 02:20:29 -!- somnium [~user@adsl-184-42-13-228.dab.bellsouth.net] has quit [Remote host closed the connection] 02:20:45 hey new to scheme, how can I define some utility functions, then use them - a library of sorts 02:21:14 using DEFINE :) 02:21:36 (define (fact x) (if (= x 0) 1 (* x (fact (- x 1))))) 02:21:48 could you elaborate? I don't want to have to rewrite the same function everytime 02:22:11 like have the fact function in some other lisp file then have access to it 02:25:48 With LOAD? 02:26:14 Any `real' Scheme implementation will have its own module system too, look at the documentation for whatever you're using. 02:34:03 That's quite a big claim 02:37:24 If it doesn't have its own module system, it's not real 02:37:50 Don't shoot me, I'm just the syllogist. 02:40:09 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 02:43:45 yell0 [yello@unaffiliated/contempt] has joined #scheme 02:48:41 -!- yell0 [yello@unaffiliated/contempt] has quit [Ping timeout: 240 seconds] 02:50:47 yell0 [yello@unaffiliated/contempt] has joined #scheme 02:59:34 -!- tshauck [~tshauck@99-109-59-35.lightspeed.mssnks.sbcglobal.net] has quit [Quit: tshauck] 03:16:04 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 03:18:44 pumpkin [~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has joined #scheme 03:18:45 -!- pumpkin [~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has quit [Changing host] 03:18:45 pumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 03:20:35 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Ping timeout: 250 seconds] 03:29:51 -!- pumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Ping timeout: 252 seconds] 03:30:26 copumpkin [~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has joined #scheme 03:30:26 -!- copumpkin [~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com] has quit [Changing host] 03:30:26 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 03:36:25 Jafet: Is that a syllogism, though? It seems like you're affirming the consequent. 03:36:59 Sorry, s/affirming the consequent/denying the antecedent/1. 03:37:22 He was contraposing. 03:38:54 So fds is claiming S -> M; and Jafet, ~M -> ~S (modus tollens)? That's legitimate. 03:39:13 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has left #scheme 03:39:55 jonrafkind [~jon@jonr5.dsl.xmission.com] has joined #scheme 03:40:29 The English -> logic translation of fds' statement is a little ambiguous, though; unless he's affirming a biconditional. 03:41:07 No, maybe not; maybe it's clear enough. 03:44:08 -!- yell0 [yello@unaffiliated/contempt] has quit [Ping timeout: 258 seconds] 03:46:54 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 03:53:34 yell0 [yello@unaffiliated/contempt] has joined #scheme 03:54:40 soveran [~soveran@186.19.214.247] has joined #scheme 03:58:13 otzi_ [~r333t@189.107.146.87] has joined #scheme 03:58:42 -!- yell0 [yello@unaffiliated/contempt] has quit [Ping timeout: 252 seconds] 04:01:11 -!- otzi [~r333t@189.107.215.79] has quit [Ping timeout: 240 seconds] 04:01:21 -!- r2q2 [~user@c-67-173-107-90.hsd1.il.comcast.net] has quit [Remote host closed the connection] 04:06:57 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:07:51 realitygrill_ [~realitygr@76.226.203.203] has joined #scheme 04:08:32 nerd 04:10:36 Well, yes. Didn't you notice the `NERD PRIDE' pocket protector? 04:10:42 -!- realitygrill [~realitygr@adsl-76-226-135-168.dsl.sfldmi.sbcglobal.net] has quit [Ping timeout: 255 seconds] 04:10:43 smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has joined #scheme 04:10:43 -!- realitygrill_ is now known as realitygrill 04:16:12 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 04:18:35 *offby1* needs to order one of those 04:20:33 -!- DrDuck [~duck@adsl-98-81-128-100.hsv.bellsouth.net] has quit [Ping timeout: 258 seconds] 04:20:52 Makes a better tattoo than `THUG LIFE' IMO. 04:21:33 *offby1* waves 04:21:42 what side of the mountains you on today? 04:21:53 E-side hackas be frontin' 04:22:02 *offby1* nods gravely 04:22:08 tweety-bird! 04:22:14 -!- aisa [~aisa@c-68-35-164-105.hsd1.nm.comcast.net] has quit [Quit: aisa] 04:22:46 *Daemmerung* thputters 04:23:35 yell0 [yello@unaffiliated/contempt] has joined #scheme 04:24:10 -!- smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has quit [Quit: smtlaissezfaire] 04:28:32 -!- yell0 [yello@unaffiliated/contempt] has quit [Ping timeout: 252 seconds] 04:41:59 barglfargl [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has joined #scheme 04:42:30 if I call (syntax expr), I get a syntax object back 04:42:30 how do I execute it? 04:43:49 actually, what I should be asking, is why my macro is returning a quoted list of syntax objects instead of, you know, just doing what i want it to 04:46:33 http://pastie.org/2114497 04:48:40 should just be using the built-in reverse, ignore reverse-pair 04:49:00 yell0 [~yello@unaffiliated/contempt] has joined #scheme 04:54:11 -!- yell0 [~yello@unaffiliated/contempt] has quit [Ping timeout: 250 seconds] 05:02:11 aidalgol [~user@114-134-7-23.rurallink.co.nz] has joined #scheme 05:04:58 hm, lisppaste seems to be under the weather. Anyway, you need to use datum->syntax instead of the outermost syntax. 05:05:53 that is, (datum->syntax x (reverse (syntax->list #'(expr ...)))) 05:12:23 gravicappa [~gravicapp@ppp91-77-184-127.pppoe.mtu-net.ru] has joined #scheme 05:19:30 yeah, i tried pasting it there at first 05:21:05 if i wrap everything with datum->syntax, i get an error saying "datum->syntax: expects 2 to 5 arguments, given 1" 05:25:54 http://pastie.org/2114605 05:32:14 -!- realitygrill [~realitygr@76.226.203.203] has quit [Read error: Connection reset by peer] 05:32:41 realitygrill [~realitygr@76.226.203.203] has joined #scheme 05:35:57 So look up datum->syntax. Hint: what you pasted isn't what I typed. 05:37:57 :O works now, thanks! 05:38:23 I've been reading up on it in TSPL and the Racket docs today, but they're both pretty terse 05:38:33 Indeed. 05:38:56 a friend recommented this Dybvig paper that apparently explains it well? I'm going through that, now 05:39:06 That first argument to datum->syntax is, however, important. Think about what it denotes. 05:40:05 (I forget how to use syntax-case about 2ce a year. Practice makes perfekt... I don't get much practice.) 05:40:12 -!- otzi_ [~r333t@189.107.146.87] has quit [Quit: leaving] 05:41:18 i see 05:42:49 Kajtek [~paniwladc@nat4-230.ghnet.pl] has joined #scheme 05:44:10 smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has joined #scheme 05:47:45 -!- tupi [~david@189.60.162.202] has quit [Quit: Leaving] 05:48:29 this is starting to make a bit of sense, x is the context of the transformatoin 05:48:32 *transformation 05:48:41 a bit tired now, going to make sense of this in the morning 05:48:45 thanks again Daemmerung! 05:48:47 -!- barglfargl [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has quit [Quit: Page closed] 05:49:00 Cheers. 05:49:42 -!- gravicappa [~gravicapp@ppp91-77-184-127.pppoe.mtu-net.ru] has quit [Ping timeout: 255 seconds] 05:50:11 yell0 [~yello@unaffiliated/contempt] has joined #scheme 05:54:38 tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has joined #scheme 05:56:47 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Ping timeout: 240 seconds] 05:57:12 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 06:01:11 -!- dnolen [~davidnole@184.152.69.75] has quit [Quit: dnolen] 06:02:09 -!- smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has quit [Quit: smtlaissezfaire] 06:10:51 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 255 seconds] 06:30:19 -!- jcowan [~John@cpe-74-68-112-189.nyc.res.rr.com] has quit [Quit: Leaving] 06:34:21 -!- chemuduguntar [~ravic@smtp.touchcut.com] has quit [Ping timeout: 264 seconds] 06:35:45 mmc1 [~michal@82-148-210-75.fiber.unet.nl] has joined #scheme 06:35:46 -!- tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has quit [Quit: Ex-Chat] 06:39:10 -!- Kajtek [~paniwladc@nat4-230.ghnet.pl] has quit [Quit: Leaving.] 06:40:31 MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 06:54:39 -!- MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has quit [Ping timeout: 258 seconds] 06:59:47 -!- mmc1 [~michal@82-148-210-75.fiber.unet.nl] has quit [Quit: Leaving.] 07:05:15 -!- pygospa [~TheRealPy@kiel-5f7696d9.pool.mediaWays.net] has quit [Quit: leaving] 07:06:29 pygospa [~TheRealPy@kiel-5f7696d9.pool.mediaWays.net] has joined #scheme 07:08:13 -!- pygospa [~TheRealPy@kiel-5f7696d9.pool.mediaWays.net] has quit [Client Quit] 07:09:13 pygospa [~TheRealPy@kiel-5f7696d9.pool.mediaWays.net] has joined #scheme 07:22:18 -!- kennyd [~kennyd@93-138-123-59.adsl.net.t-com.hr] has quit [Ping timeout: 276 seconds] 07:25:02 kennyd [~kennyd@78-1-135-61.adsl.net.t-com.hr] has joined #scheme 07:27:21 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 255 seconds] 07:47:15 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Ping timeout: 260 seconds] 07:49:46 -!- monqy [~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net] has quit [Quit: hello] 07:51:00 -!- homie [~levgue@xdsl-78-35-137-156.netcologne.de] has quit [Read error: Operation timed out] 07:51:43 homie` [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 07:52:08 -!- homie` [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Remote host closed the connection] 07:56:12 lewis1711 [~lewis@125-239-254-191.jetstream.xtra.co.nz] has joined #scheme 07:56:52 has anyone embedded scheme in C++? is there a particular implementation that's the least painful? 08:04:51 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 250 seconds] 08:05:00 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 08:05:47 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 08:10:10 masm [~masm@bl15-133-164.dsl.telepac.pt] has joined #scheme 08:10:43 -!- masm [~masm@bl15-133-164.dsl.telepac.pt] has quit [Client Quit] 08:16:30 masm [~masm@bl15-133-164.dsl.telepac.pt] has joined #scheme 08:16:34 -!- aidalgol [~user@114-134-7-23.rurallink.co.nz] has quit [Read error: Connection reset by peer] 08:17:06 misterncw [~misterncw@82.71.241.25] has joined #scheme 08:18:30 -!- masm [~masm@bl15-133-164.dsl.telepac.pt] has quit [Client Quit] 08:19:43 masm [~masm@bl15-133-164.dsl.telepac.pt] has joined #scheme 08:19:53 aidalgol [~user@114-134-7-23.rurallink.co.nz] has joined #scheme 08:26:25 -!- aidalgol [~user@114-134-7-23.rurallink.co.nz] has quit [Remote host closed the connection] 08:34:47 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 08:35:41 -!- realitygrill [~realitygr@76.226.203.203] has quit [Quit: realitygrill] 08:35:50 -!- kennyd [~kennyd@78-1-135-61.adsl.net.t-com.hr] has quit [Read error: Connection reset by peer] 08:35:53 skld [~skld@vpn.bangalore.geodesic.com] has joined #scheme 08:35:53 -!- skld [~skld@vpn.bangalore.geodesic.com] has quit [Changing host] 08:35:53 skld [~skld@unaffiliated/skld] has joined #scheme 08:39:32 kennyd [~kennyd@93-139-96-90.adsl.net.t-com.hr] has joined #scheme 08:43:55 -!- skld [~skld@unaffiliated/skld] has left #scheme 08:44:41 aidalgol [~user@114-134-7-23.rurallink.co.nz] has joined #scheme 08:53:45 lewis1711: I think you can call gambit from C++. 08:54:06 At least, from C, and you can call C/C++ from gambit, so I guess the converse too is possible. 08:54:31 I know you can call C from gambit, but i never figured out C++ 08:57:19 -!- lastwill [~will@231.74.83.79.rev.sfr.net] has left #scheme 08:57:20 hkBst [~quassel@gentoo/developer/hkbst] has joined #scheme 09:04:15 -!- acarrico [~acarrico@pppoe-68-142-52-168.gmavt.net] has quit [Ping timeout: 260 seconds] 09:04:48 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Ping timeout: 276 seconds] 09:04:50 Bahman [~bahman@2.144.214.43] has joined #scheme 09:05:04 Hi all! 09:05:12 Transformer [~Transform@ool-4a59e397.dyn.optonline.net] has joined #scheme 09:06:03 -!- Transformer [~Transform@ool-4a59e397.dyn.optonline.net] has quit [Excess Flood] 09:13:32 MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 09:46:51 -!- lewis1711 [~lewis@125-239-254-191.jetstream.xtra.co.nz] has left #scheme 09:47:56 -!- wingo [~wingo@90.164.198.39] has quit [Ping timeout: 240 seconds] 09:54:31 littlebobby [~bob@i5E8799B.versanet.de] has joined #scheme 09:54:41 -!- littlebobby [~bob@i5E8799B.versanet.de] has quit [Changing host] 09:54:41 littlebobby [~bob@unaffiliated/littlebobby] has joined #scheme 09:58:18 choas [~lars@p5792C2FD.dip.t-dialin.net] has joined #scheme 10:00:32 -!- misterncw [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 10:02:11 misterncw [~misterncw@82.71.241.25] has joined #scheme 10:05:04 -!- choas [~lars@p5792C2FD.dip.t-dialin.net] has quit [Quit: leaving] 10:05:26 choas [~lars@p5792C2FD.dip.t-dialin.net] has joined #scheme 10:07:05 -!- yell0 [~yello@unaffiliated/contempt] has quit [Quit: leaving] 10:07:42 yell0 [yello@unaffiliated/contempt] has joined #scheme 10:12:21 misternc_ [~misterncw@82.71.241.25] has joined #scheme 10:12:26 -!- misterncw [~misterncw@82.71.241.25] has quit [Read error: Connection reset by peer] 10:16:37 acarrico [~acarrico@pppoe-68-142-52-168.gmavt.net] has joined #scheme 10:20:02 -!- Arafangion [~arafangio@220-244-108-23.static.tpgi.com.au] has quit [Ping timeout: 246 seconds] 10:30:29 DrDuck [~duck@adsl-98-81-128-100.hsv.bellsouth.net] has joined #scheme 10:30:40 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 252 seconds] 10:33:20 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 10:39:20 -!- drdo [~drdo@91.205.108.93.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 10:56:19 -!- aidalgol [~user@114-134-7-23.rurallink.co.nz] has quit [Quit: zZzZzZz] 10:57:09 Arafangion [~arafangio@220-244-108-23.static.tpgi.com.au] has joined #scheme 11:19:44 -!- xvilka is now known as xvilka-sceptic 11:22:55 Guest68833 [~soveran@186.19.214.247] has joined #scheme 11:31:30 -!- misternc_ [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 11:34:41 misterncw [~misterncw@82.71.241.25] has joined #scheme 11:35:40 mmc1 [~michal@salm-office-nat.tomtomgroup.com] has joined #scheme 11:38:50 -!- Daemmerung [~goetter@63.142.200.228] has quit [Ping timeout: 260 seconds] 11:46:16 Daemmerung [~goetter@63.142.200.228] has joined #scheme 11:49:18 Daemmeru` [~goetter@63.142.200.228] has joined #scheme 11:50:16 -!- Guest68833 is now known as soveran 11:52:10 -!- Daemmerung [~goetter@63.142.200.228] has quit [Ping timeout: 246 seconds] 11:53:49 -!- xvilka-sceptic is now known as Carlos 11:57:21 -!- Carlos is now known as xvilka 11:58:45 -!- choas [~lars@p5792C2FD.dip.t-dialin.net] has quit [Ping timeout: 244 seconds] 12:01:14 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 12:02:42 -!- Daemmeru` [~goetter@63.142.200.228] has quit [Ping timeout: 252 seconds] 12:03:13 em [~em@unaffiliated/emma] has joined #scheme 12:08:20 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 12:09:34 em [~em@user-0cev0hn.cable.mindspring.com] has joined #scheme 12:09:39 -!- em [~em@user-0cev0hn.cable.mindspring.com] has quit [Changing host] 12:09:39 em [~em@unaffiliated/emma] has joined #scheme 12:14:22 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 12:15:59 em [~em@unaffiliated/emma] has joined #scheme 12:17:20 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Ping timeout: 260 seconds] 12:20:14 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 12:21:07 -!- Bahman [~bahman@2.144.214.43] has quit [Quit: Farewell] 12:21:15 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 258 seconds] 12:22:22 em [~em@unaffiliated/emma] has joined #scheme 12:25:50 -!- misterncw [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 12:28:15 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 276 seconds] 12:28:47 em [~em@unaffiliated/emma] has joined #scheme 12:29:01 misterncw [~misterncw@82.71.241.25] has joined #scheme 12:33:31 -!- DrDuck [~duck@adsl-98-81-128-100.hsv.bellsouth.net] has quit [Ping timeout: 258 seconds] 12:34:05 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 246 seconds] 12:34:19 choas [~lars@p5792C2FD.dip.t-dialin.net] has joined #scheme 12:35:10 em [~em@unaffiliated/emma] has joined #scheme 12:37:52 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 12:41:17 -!- em [~em@unaffiliated/emma] has quit [Read error: Connection reset by peer] 12:41:38 em [~em@unaffiliated/emma] has joined #scheme 12:46:42 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 12:48:05 em [~em@unaffiliated/emma] has joined #scheme 12:49:08 tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has joined #scheme 12:53:35 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 258 seconds] 12:53:36 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 255 seconds] 12:53:51 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 12:54:32 em [~em@user-0cev0hn.cable.mindspring.com] has joined #scheme 12:54:41 -!- em [~em@user-0cev0hn.cable.mindspring.com] has quit [Changing host] 12:54:41 em [~em@unaffiliated/emma] has joined #scheme 12:58:20 -!- misterncw [~misterncw@82.71.241.25] has quit [Read error: Connection reset by peer] 12:58:56 misterncw [~misterncw@82.71.241.25] has joined #scheme 12:59:22 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 13:00:56 em [~em@unaffiliated/emma] has joined #scheme 13:06:20 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 260 seconds] 13:07:23 em [~em@unaffiliated/emma] has joined #scheme 13:08:05 -!- peterhil [~peterhil@hoasnet-ff04dd00-56.dhcp.inet.fi] has quit [Ping timeout: 250 seconds] 13:12:22 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 258 seconds] 13:12:59 -!- MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has quit [Read error: Connection reset by peer] 13:13:46 em [~em@unaffiliated/emma] has joined #scheme 13:13:48 peterhil [~peterhil@hoasnet-ff04dd00-56.dhcp.inet.fi] has joined #scheme 13:15:52 -!- misterncw [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 13:16:29 -!- peterhil [~peterhil@hoasnet-ff04dd00-56.dhcp.inet.fi] has quit [Max SendQ exceeded] 13:17:13 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 13:18:58 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 13:19:01 peterhil [~peterhil@hoasnet-ff04dd00-56.dhcp.inet.fi] has joined #scheme 13:19:05 soveran [~soveran@186.19.214.247] has joined #scheme 13:20:14 em [~em@unaffiliated/emma] has joined #scheme 13:21:09 -!- ijp [~user@host86-150-75-6.range86-150.btcentralplus.com] has quit [Quit: something witty] 13:24:55 misterncw [~misterncw@82.71.241.25] has joined #scheme 13:25:32 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 246 seconds] 13:26:41 em [~em@unaffiliated/emma] has joined #scheme 13:31:45 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 244 seconds] 13:32:50 <_p4bl0> hi! 13:33:06 em [~em@unaffiliated/emma] has joined #scheme 13:33:59 <_p4bl0> Anyone knows about an obfuscator form scheme code (preferably for r6rs or at least not implementation dependant, but if it is, I'd prefer Racket, Guile, or GNU/MIT-Scheme, in that order :-)) ? 13:34:49 Never heard of such a thing. Why would you want it? 13:35:00 <_p4bl0> to play with it 13:35:50 <_p4bl0> it's not important that it's very robust or anything, it's really just to play with it, and I'd like something a bit more complexe than just renaming identifiers 13:38:41 smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has joined #scheme 13:38:45 -!- mmc1 [~michal@salm-office-nat.tomtomgroup.com] has quit [Read error: Connection reset by peer] 13:39:00 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 260 seconds] 13:39:01 mmc1 [~michal@salm-office-nat.tomtomgroup.com] has joined #scheme 13:39:34 em [~em@user-0cev0hn.cable.mindspring.com] has joined #scheme 13:39:39 -!- em [~em@user-0cev0hn.cable.mindspring.com] has quit [Changing host] 13:39:40 em [~em@unaffiliated/emma] has joined #scheme 13:40:52 <_p4bl0> raaaah I hate academic papers at SpringerLink, it's as if the work has not been done, we can't access it unless by paying $35 and not even ¢1 goes to the authors... :-( 13:41:22 -!- mmc1 [~michal@salm-office-nat.tomtomgroup.com] has quit [Read error: Connection reset by peer] 13:41:38 mmc1 [~michal@salm-office-nat.tomtomgroup.com] has joined #scheme 13:42:01 _p4bl0: maybe you can just use a compiler? 13:44:03 <_p4bl0> mario-goulart: nope that won't do it, I'd like to have another Scheme code after the obfuscation 13:44:41 _p4bl0: You want to obfuscate source code? 13:45:05 Just remove all your indentation, that should be enough. :-p 13:45:36 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 276 seconds] 13:45:39 <_p4bl0> fds: nope the goal is not to obfuscate code, I want to play with the concept of obfuscation 13:45:49 _p4bl0: chicken is not in your list, but maybe http://wiki.call-cc.org/chicken-compilation-process can give you some ideas. 13:45:56 <_p4bl0> mario-goulart: thanks 13:46:00 em [~em@unaffiliated/emma] has joined #scheme 13:46:15 <_p4bl0> eli: yes, but not by rewriting it in perl ;-p 13:46:22 The CPS converted code after canonicalization looks pretty obfuscated. 13:47:03 <_p4bl0> mario-goulart: oooooh good idea, and there's a excellent article on Matt Might's blog about CPS iirc 13:47:37 indeed 13:47:39 _p4bl0: http://git.racket-lang.org/plt/blob/HEAD:/collects/framework/private/bday.rkt 13:47:40 http://tinyurl.com/6hbhar9 13:48:01 Just in case you want *real* obfuscation. 13:48:28 <_p4bl0> eli: I said no perl :-p 13:48:35 <_p4bl0> eli: thanks for the link 13:48:51 _p4bl0: It's not perl. 13:48:57 <_p4bl0> eli i know ;-) 13:49:10 In fact, it doesn't even use any reader level tricks. 13:49:47 <_p4bl0> eli: really? whoa! 13:50:30 <_p4bl0> actually I'm interested in all kinds of obfuscations I can find, to study the behavior of certain kind of programs when obfuscated 13:50:43 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 13:51:02 _p4bl0: It basically is a language that takes all of the identifiers in the file, and concatenate them to get some encoded representation that I don't really remember (probably base64-gzipped). 13:51:09 _p4bl0: I can describe my coding style if you want. :-) 13:51:24 And the behavior would be the same as non-obfuscated code, since it runs exactly the same code... 13:51:24 _p4bl0: isn't the point of obfuscation that it doesn't change the behavior? 13:51:55 <_p4bl0> hkBst: yes, yes it is 13:51:59 <_p4bl0> mario-goulart: haha 13:52:13 <_p4bl0> eli: clever! This is interesting 13:52:24 em [~em@unaffiliated/emma] has joined #scheme 13:54:36 <_p4bl0> thanks you all I think i have enough food for the week-ends already with CPS conversion and base64-like cheating for obfuscation 13:56:15 dnolen [~davidnole@184.152.69.75] has joined #scheme 13:57:41 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 13:58:40 pnkfelix [~Adium@c-68-82-87-23.hsd1.pa.comcast.net] has joined #scheme 13:58:54 -!- pnkfelix [~Adium@c-68-82-87-23.hsd1.pa.comcast.net] has quit [Client Quit] 13:58:54 em [~em@unaffiliated/emma] has joined #scheme 14:01:00 -!- smtlaissezfaire [~smtlaisse@user-387hbid.cable.mindspring.com] has quit [Quit: smtlaissezfaire] 14:02:45 MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 14:04:11 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 14:05:24 em [~em@unaffiliated/emma] has joined #scheme 14:08:44 Daemmerung [~goetter@63.142.200.228] has joined #scheme 14:11:36 -!- em [~em@unaffiliated/emma] has quit [Read error: Connection reset by peer] 14:11:53 -!- jimrees_ [~jimrees@ita4fw1.itasoftware.com] has quit [Ping timeout: 250 seconds] 14:11:57 em [~em@unaffiliated/emma] has joined #scheme 14:17:30 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 260 seconds] 14:18:27 em [~em@unaffiliated/emma] has joined #scheme 14:22:28 realitygrill [~realitygr@76.226.203.203] has joined #scheme 14:23:39 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 14:24:56 em [~em@unaffiliated/emma] has joined #scheme 14:29:41 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 240 seconds] 14:31:27 em [~em@unaffiliated/emma] has joined #scheme 14:32:19 -!- dnolen [~davidnole@184.152.69.75] has quit [Quit: dnolen] 14:32:35 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 14:34:04 -!- realitygrill [~realitygr@76.226.203.203] has quit [Quit: realitygrill] 14:36:20 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 244 seconds] 14:38:00 em [~em@unaffiliated/emma] has joined #scheme 14:39:55 ijp [~user@host86-150-75-6.range86-150.btcentralplus.com] has joined #scheme 14:41:21 -!- mmc1 [~michal@salm-office-nat.tomtomgroup.com] has quit [Read error: Connection reset by peer] 14:41:30 mmc1 [~michal@salm-office-nat.tomtomgroup.com] has joined #scheme 14:43:24 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 255 seconds] 14:44:28 em [~em@unaffiliated/emma] has joined #scheme 14:48:44 keenbug [~daniel@p4FE38E09.dip.t-dialin.net] has joined #scheme 14:49:31 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 246 seconds] 14:51:00 em [~em@unaffiliated/emma] has joined #scheme 14:55:43 -!- mmc1 [~michal@salm-office-nat.tomtomgroup.com] has quit [Quit: Leaving.] 14:55:56 mmc1 [~michal@salm-office-nat.tomtomgroup.com] has joined #scheme 14:56:08 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 14:56:17 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 14:57:22 em [~em@unaffiliated/emma] has joined #scheme 14:58:19 aisa [~aisa@173-10-243-253-Albuquerque.hfc.comcastbusiness.net] has joined #scheme 14:58:29 -!- MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has quit [Read error: Connection reset by peer] 15:02:31 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 252 seconds] 15:03:05 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has left #scheme 15:03:49 em [~em@unaffiliated/emma] has joined #scheme 15:08:13 -!- samth_away is now known as samth 15:08:15 -!- vdvluc [~vdvluc@c-arc.xs4all.nl] has quit [Ping timeout: 260 seconds] 15:08:53 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 258 seconds] 15:09:23 tupi [~david@189.60.162.202] has joined #scheme 15:10:17 em [~em@unaffiliated/emma] has joined #scheme 15:12:42 jimrees_ [~jimrees@ita4fw1.itasoftware.com] has joined #scheme 15:15:30 vdvluc [~vdvluc@c-arc.xs4all.nl] has joined #scheme 15:15:51 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 260 seconds] 15:16:44 em [~em@unaffiliated/emma] has joined #scheme 15:22:27 -!- em [~em@unaffiliated/emma] has quit [Ping timeout: 276 seconds] 15:23:10 em [~em@unaffiliated/emma] has joined #scheme 15:26:40 -!- vdvluc [~vdvluc@c-arc.xs4all.nl] has quit [Ping timeout: 240 seconds] 15:28:05 -!- hkBst [~quassel@gentoo/developer/hkbst] has quit [Remote host closed the connection] 15:28:25 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 15:28:26 -!- em [~em@unaffiliated/emma] has quit [K-Lined] 15:28:45 vdvluc [~vdvluc@c-arc.xs4all.nl] has joined #scheme 15:30:52 realitygrill [~realitygr@76.226.203.203] has joined #scheme 15:31:34 -!- misterncw [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 15:34:17 misterncw [~misterncw@82.71.241.25] has joined #scheme 15:39:19 -!- mmc [~michal@sams-office-nat.tomtomgroup.com] has quit [Quit: Leaving.] 15:39:48 mmc [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 15:41:23 -!- realitygrill [~realitygr@76.226.203.203] has quit [Quit: realitygrill] 15:42:36 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Ping timeout: 276 seconds] 15:47:20 HG` [~HG@93.192.81.130] has joined #scheme 15:48:40 -!- choas [~lars@p5792C2FD.dip.t-dialin.net] has quit [Ping timeout: 244 seconds] 15:50:20 MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 15:53:51 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [Ping timeout: 276 seconds] 15:54:10 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 15:55:45 replore_ [~replore@ntkngw256114.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 16:02:26 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 16:03:36 realitygrill [~realitygr@76.226.203.203] has joined #scheme 16:03:48 -!- realitygrill [~realitygr@76.226.203.203] has quit [Client Quit] 16:05:58 gravicappa [~gravicapp@ppp91-77-211-23.pppoe.mtu-net.ru] has joined #scheme 16:07:12 -!- misterncw [~misterncw@82.71.241.25] has quit [Remote host closed the connection] 16:09:46 -!- tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has quit [Quit: Ex-Chat] 16:12:02 emma [~em@unaffiliated/emma] has joined #scheme 16:12:31 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 16:12:36 choas [~lars@p5792C2FD.dip.t-dialin.net] has joined #scheme 16:15:51 -!- gravicappa [~gravicapp@ppp91-77-211-23.pppoe.mtu-net.ru] has quit [Ping timeout: 240 seconds] 16:16:31 -!- emma is now known as em 16:17:33 -!- dfeuer [~dfeuer@wikimedia/Dfeuer] has quit [Ping timeout: 250 seconds] 16:22:01 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Remote host closed the connection] 16:26:43 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 16:28:24 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Read error: Connection reset by peer] 16:30:07 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 16:30:49 -!- keenbug [~daniel@p4FE38E09.dip.t-dialin.net] has quit [Ping timeout: 240 seconds] 16:31:17 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Client Quit] 16:34:04 ada2358 [~ada2358@login.ccs.neu.edu] has joined #scheme 16:39:54 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has quit [Ping timeout: 252 seconds] 16:41:42 RageOfThou [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 16:41:55 -!- MrFahrenheit [~RageOfTho@users-146-61.vinet.ba] has quit [Ping timeout: 258 seconds] 16:43:28 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 16:50:39 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 16:51:23 -!- HG` [~HG@93.192.81.130] has quit [Quit: Leaving.] 16:58:12 wbooze [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 16:58:24 gravicappa [~gravicapp@ppp91-77-211-23.pppoe.mtu-net.ru] has joined #scheme 17:01:19 -!- tupi [~david@189.60.162.202] has quit [Quit: Leaving] 17:06:43 -!- wbooze [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 17:12:37 -!- mmc1 [~michal@salm-office-nat.tomtomgroup.com] has quit [Quit: Leaving.] 17:41:43 keenbug [~daniel@p4FE38E09.dip.t-dialin.net] has joined #scheme 17:57:48 -!- littlebobby [~bob@unaffiliated/littlebobby] has quit [Ping timeout: 276 seconds] 18:09:29 -!- choas [~lars@p5792C2FD.dip.t-dialin.net] has quit [Read error: Operation timed out] 18:11:25 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 18:21:35 -!- replore_ [~replore@ntkngw256114.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: Connection reset by peer] 18:22:06 replore [~replore@ntkngw256114.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 18:26:14 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 252 seconds] 18:26:41 -!- snarkyboojum [~snarkyboo@67-23-4-190.static.slicehost.net] has quit [Ping timeout: 250 seconds] 18:27:40 jcowan [c6b91248@gateway/web/freenode/ip.198.185.18.72] has joined #scheme 18:31:30 polloi 18:31:54 snarkyboojum [~snarkyboo@67-23-4-190.static.slicehost.net] has joined #scheme 18:32:39 oi! oi! oi! 18:34:22 Ya harri hoi! 18:37:24 or even 18:37:39 just thinkin' that we're hardly `polloi' 18:37:45 Hob y deri dando! 18:37:52 more like `oligoi' 18:39:39 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Ping timeout: 255 seconds] 18:40:19 Triggws, triggws 18:41:18 ...Roy Roger's Welsh horse? Ya got me. 18:44:32 -!- jcowan [c6b91248@gateway/web/freenode/ip.198.185.18.72] has quit [Ping timeout: 252 seconds] 18:46:56 jcowan [c6b91248@gateway/web/freenode/ip.198.185.18.72] has joined #scheme 18:53:51 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 18:58:30 homie [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 18:59:49 tricus [~tricus@h69-130-142-158.cncrtn.dsl.dynamic.tds.net] has joined #scheme 19:15:34 homie` [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 19:22:01 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 19:22:33 -!- homie` [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 19:32:04 wbooze [~levgue@xdsl-84-44-209-111.netcologne.de] has joined #scheme 19:38:17 mmc1 [~michal@82-148-210-75.fiber.unet.nl] has joined #scheme 19:42:02 -!- replore [~replore@ntkngw256114.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: Connection reset by peer] 20:10:11 choas [~lars@p5792C2FD.dip.t-dialin.net] has joined #scheme 20:10:41 homie` [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:11:13 wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:11:33 barglfargl [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has joined #scheme 20:11:43 hi 20:12:02 -!- homie [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Ping timeout: 240 seconds] 20:12:09 -!- wbooze [~levgue@xdsl-84-44-209-111.netcologne.de] has quit [Ping timeout: 264 seconds] 20:12:25 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 250 seconds] 20:12:29 how can I define a macro that, given an argument 'x, defines a variable named x-something-appended? 20:12:32 -!- wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has quit [Remote host closed the connection] 20:13:16 syntax-case, symbol->string, string-append, and string->symbol will all be useful. 20:13:24 -!- homie` [~levgue@xdsl-78-35-172-202.netcologne.de] has quit [Client Quit] 20:13:43 ah, thank you again! 20:14:15 yw 20:14:26 i've gotten a much better grasp of syntax-case after you helped me out last night 20:14:39 Sleep helps most things. 20:16:12 *Daemmerung* realizes that food and beverage also have helpful properties; leaves to seek same 20:16:31 homie [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:16:32 wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:17:51 barglfargl_ [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has joined #scheme 20:17:57 -!- wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has quit [Remote host closed the connection] 20:18:46 -!- barglfargl [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has quit [Ping timeout: 252 seconds] 20:19:53 wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:22:49 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 20:25:18 -!- wbooze` [~levgue@xdsl-78-35-172-202.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 20:39:20 -!- barglfargl_ [4b8b81ab@gateway/web/freenode/ip.75.139.129.171] has quit [Quit: Page closed] 20:39:37 Bahman [~bahman@2.144.214.43] has joined #scheme 20:40:57 tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has joined #scheme 20:49:52 wbooze [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:50:19 -!- wbooze [~levgue@xdsl-78-35-172-202.netcologne.de] has quit [Remote host closed the connection] 20:52:10 wbooze [~levgue@xdsl-78-35-172-202.netcologne.de] has joined #scheme 20:53:28 -!- tauntaun [~Crumpet@ool-44c711b3.dyn.optonline.net] has quit [Quit: Ex-Chat] 20:54:10 monqy [~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net] has joined #scheme 21:04:21 soveran [~soveran@186.19.214.247] has joined #scheme 21:04:59 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 21:05:17 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 21:18:45 -!- vk0 [~vk@ip-23-75.bnaa.dk] has quit [Ping timeout: 264 seconds] 21:20:11 vk0 [~vk@ip-23-75.bnaa.dk] has joined #scheme 21:26:11 -!- vdvluc [~vdvluc@c-arc.xs4all.nl] has quit [Ping timeout: 240 seconds] 21:26:40 asumu [~at@nomad.ccs.neu.edu] has joined #scheme 21:27:25 -!- chrissbx [~chrissbx@69-196-152-229.dsl.teksavvy.com] has quit [Ping timeout: 260 seconds] 21:32:23 vdvluc [~vdvluc@c-arc.xs4all.nl] has joined #scheme 21:35:54 -!- jcowan [c6b91248@gateway/web/freenode/ip.198.185.18.72] has quit [Quit: Page closed] 21:36:52 -!- aisa [~aisa@173-10-243-253-Albuquerque.hfc.comcastbusiness.net] has quit [Quit: aisa] 21:38:52 zmv [~daniel@c95315ce.virtua.com.br] has joined #scheme 21:47:23 -!- gravicappa [~gravicapp@ppp91-77-211-23.pppoe.mtu-net.ru] has quit [Ping timeout: 240 seconds] 21:48:49 littlebobby [~bob@unaffiliated/littlebobby] has joined #scheme 21:52:05 -!- vdvluc [~vdvluc@c-arc.xs4all.nl] has quit [Ping timeout: 252 seconds] 21:53:31 vdvluc [~vdvluc@c-arc.xs4all.nl] has joined #scheme 21:56:52 gravicappa [~gravicapp@ppp91-77-179-49.pppoe.mtu-net.ru] has joined #scheme 22:00:22 -!- gravicappa [~gravicapp@ppp91-77-179-49.pppoe.mtu-net.ru] has quit [Read error: Operation timed out] 22:01:27 gravicappa [~gravicapp@ppp91-77-179-49.pppoe.mtu-net.ru] has joined #scheme 22:06:23 tauntaun [~Crumpet@64.134.240.138] has joined #scheme 22:09:51 -!- gravicappa [~gravicapp@ppp91-77-179-49.pppoe.mtu-net.ru] has quit [Ping timeout: 250 seconds] 22:10:39 -!- clog [~nef@bespin.org] has quit [Ping timeout: 276 seconds] 22:10:39 -!- leppie [~lolcow@196-210-170-119.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 22:10:44 clog [~nef@bespin.org] has joined #scheme 22:19:09 leppie [~lolcow@196-210-170-119.dynamic.isadsl.co.za] has joined #scheme 22:33:54 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 22:40:41 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 22:43:39 -!- tricus [~tricus@h69-130-142-158.cncrtn.dsl.dynamic.tds.net] has quit [Remote host closed the connection] 22:44:02 -!- ijp [~user@host86-150-75-6.range86-150.btcentralplus.com] has quit [Quit: BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-BI-] 22:45:02 tricus [~tricus@h69-130-142-158.cncrtn.dsl.dynamic.tds.net] has joined #scheme 22:45:43 -!- tricus [~tricus@h69-130-142-158.cncrtn.dsl.dynamic.tds.net] has quit [Remote host closed the connection] 22:46:03 DrDuck [~duck@adsl-98-81-125-232.hsv.bellsouth.net] has joined #scheme 22:46:24 tricus [~tricus@h69-130-142-158.cncrtn.dsl.dynamic.tds.net] has joined #scheme 22:51:34 -!- Nisstyre [~nisstyre@109.74.204.224] has quit [Quit: Leaving] 22:57:44 -!- vdvluc [~vdvluc@c-arc.xs4all.nl] has quit [Ping timeout: 252 seconds] 23:01:38 -!- asumu [~at@nomad.ccs.neu.edu] has quit [Ping timeout: 244 seconds] 23:02:35 FunkyDrummer [~RageOfTho@users-146-61.vinet.ba] has joined #scheme 23:05:07 vdvluc [~vdvluc@vdvluc.xs4all.nl] has joined #scheme 23:05:25 -!- RageOfThou [~RageOfTho@users-146-61.vinet.ba] has quit [Ping timeout: 260 seconds] 23:07:27 HG` [~HG@p5DC048EF.dip.t-dialin.net] has joined #scheme 23:12:09 -!- vdvluc [~vdvluc@vdvluc.xs4all.nl] has quit [Ping timeout: 258 seconds] 23:12:41 -!- Bahman [~bahman@2.144.214.43] has quit [Quit: Farewell] 23:22:46 -!- Euthydemus [~euthydemu@unaffiliated/euthydemus] has quit [Read error: Connection reset by peer] 23:23:44 Euthydemus [~euthydemu@unaffiliated/euthydemus] has joined #scheme 23:24:22 -!- keenbug [~daniel@p4FE38E09.dip.t-dialin.net] has quit [Quit: leaving] 23:24:22 -!- Euthydemus [~euthydemu@unaffiliated/euthydemus] has quit [Read error: Connection reset by peer] 23:27:46 scottj [~scott@206.212.250.58] has joined #scheme 23:28:43 Euthydemus [~euthydemu@unaffiliated/euthydemus] has joined #scheme 23:34:32 -!- HG` [~HG@p5DC048EF.dip.t-dialin.net] has quit [Quit: Leaving.]