00:00:15 slom: boredom is close to death; quick: finish SICP, CLRS and PAIP! 00:02:38 men more pious than you are going to kick your ass for being bored in the presence of such works 00:03:17 klutometis: hehe ... well advised :) 00:03:20 heh 00:04:21 *slom* is searching for the old dead-tree version of SICP he once printed on university printers using univerity paper 00:04:51 as a student you had to save were possible :) 00:05:13 meh; just use the free one: http://mitpress.mit.edu/sicp/full-text/book/book.html 00:05:40 necrodendrolatry (the worship of dead books) is over-rated 00:05:42 if you're really masochistic, browse it in emacs with the ascii-art figures 00:06:00 http://www.neilvandyke.org/sicp-texi/ 00:06:20 maybe I should try reading it front to back for a change ... back then I jumped directly to the compiler stuff 00:06:34 ... and understood nothing 00:07:04 FareWell [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has joined #scheme 00:07:22 -!- Edico [n=Edico@unaffiliated/edico] has quit ["Leaving"] 00:08:00 slom: the metacirc stuff in chapter 4, or the machine in chapter 5? 00:08:54 started with chap 4 00:09:31 yeah; you can probably blow through chps 1 and 2 00:09:34 and tried to implement it in C ... also had some other meta-circular interpreters (art of interpreter ...) 00:09:36 3 has some stream stuff which is fun 00:09:39 nice 00:10:11 made me realise wich part of that strange concept called 'closures' was missing in C 00:10:17 heh 00:20:50 -!- kniu [n=kniu@DA-YU.RES.CMU.EDU] has quit [Read error: 110 (Connection timed out)] 00:24:18 -!- gweiqi [n=greg@69.120.126.163] has left #scheme 00:24:45 -!- glogic [n=rm@97.76.48.98] has quit [Remote closed the connection] 00:29:13 gweiqi [n=greg@69.120.126.163] has joined #scheme 00:30:22 glogic [n=rm@97.76.48.98] has joined #scheme 00:34:20 -!- hotblack23 [n=jh@p5B056A71.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)] 00:37:52 raikov [n=igr@203.181.243.11] has joined #scheme 00:41:14 hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has joined #scheme 00:52:56 neilv: hey, didn't know about the texinfo version of sicp. have to give it a go :-) 00:54:08 benny [n=benny@i577A0BE9.versanet.de] has joined #scheme 01:00:26 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [Read error: 113 (No route to host)] 01:05:56 eno__ [n=eno@adsl-70-137-183-68.dsl.snfc21.sbcglobal.net] has joined #scheme 01:07:51 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 01:09:09 -!- benny` [n=benny@i577A066E.versanet.de] has quit [Read error: 113 (No route to host)] 01:11:14 -!- melgray [n=melgray@70.99.250.82] has quit [] 01:13:47 -!- eno [n=eno@nslu2-linux/eno] has quit [Nick collision from services.] 01:13:50 SugarGlider [n=stevie@dyn-203-143-164-139.qrl.nicta.com.au] has joined #scheme 01:13:54 -!- eno__ is now known as eno 01:31:25 -!- RageOfThou [n=RageOfTh@92.36.190.235] has quit [Read error: 110 (Connection timed out)] 01:37:19 -!- slom [n=slom@pD9EB515B.dip.t-dialin.net] has quit [Remote closed the connection] 01:37:45 bitweiler [n=phax@ppp-70-248-133-86.dsl.stlsmo.swbell.net] has joined #scheme 01:39:48 fean [n=user@caffeine.and.vomitandmath.net] has joined #scheme 01:40:24 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 01:45:01 -!- FareWell [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has quit [Read error: 110 (Connection timed out)] 01:59:01 bohanlon [n=bohanlon@pool-71-184-223-212.bstnma.fios.verizon.net] has joined #scheme 02:00:51 synthase [n=synthase@68.63.48.10] has joined #scheme 02:01:51 higepon235 [n=taro@218-223-22-146.bitcat.net] has joined #scheme 02:05:05 tripwyre_ [n=sathya@117.193.163.197] has joined #scheme 02:05:20 -!- higepon235 [n=taro@218-223-22-146.bitcat.net] has quit [Client Quit] 02:14:24 -!- tripwyre [n=sathya@117.193.162.234] has quit [Read error: 110 (Connection timed out)] 02:18:20 -!- borism [n=boris@195-50-199-79-dsl.krw.estpak.ee] has quit [Read error: 145 (Connection timed out)] 02:22:25 C has some closure support, at least gcc does. 02:22:25 They're not first class though, and memory management is screwy. 02:22:26 *because memory management is screwy 02:22:36 I use it a lot when stupid libraries want to roll their own for loop. 02:25:13 -!- davidad [n=me@dhcp-18-111-16-64.dyn.mit.edu] has quit [Connection timed out] 02:25:14 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 02:27:50 minion: advice for synx 02:27:51 synx: #11919: No. You must believe the ERROR MESSAGE. You MUST believe the error message. 02:28:12 Error: Invalid Argument 02:29:24 gnu c doesn't have closure support if you ask me... 02:30:25 You can create functions inside other functions, that can use the variables defined by the enwrapping function. 02:30:43 -!- elias` [n=me@unaffiliated/elias/x-342423] has quit [Read error: 145 (Connection timed out)] 02:30:44 Gee... 02:31:04 Trouble is since C has no way to prevent stack unwinding (aka garbage collection), once a function returns, all those variables can't be retained, so it's not really a closure. 02:32:31 I also do closures like: struct closure { void (*callback)(void*); void* user_data; }; 02:33:37 m. 02:33:53 The C calling convention sucks royal monkey balls though, so that's about the best you can do, is have a required unspecified argument along with the procedure. You can't call a function with a list of arguments, for instance. 02:34:04 most gc wont look at the stack... 02:34:29 maybe it's a bad analogy elf. memory is memory to me... 02:35:11 *elf* takes your l1 and l2 caches, all of your video ram, and swaps out your disks for a nice zipdrive. 02:35:17 *elf* is just being snarky. 02:39:28 npe [i=npe@dn157-088.naist.jp] has joined #scheme 02:43:16 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 02:46:01 -!- saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit ["This computer has gone to sleep"] 02:49:57 -!- arcfide [n=arcfide@adsl-99-186-239-125.dsl.bltnin.sbcglobal.net] has quit [Read error: 110 (Connection timed out)] 02:53:45 hehehe 02:57:09 eli, I've been tweaking that xml-writer thing to be more friendly toward making a procedure for every tag name. just one thing that's bothering me is namespaces. Am I going to have to write stuff like (html:html (html:head (html:title "Bleah")) (html:body (html:p "...")))? 02:57:57 at that point it'd just be clearer to do (element "html" (element "head" (element "title" "Bleah") ... 02:57:57 synx: how would you handle default namespaces? 02:58:12 So, maybe special files that don't import with a prefix? 02:58:46 bpalmer: default namespaces...? 02:59:21 I could make these special files ending in .html, and they could use a sort of mark-up language to define the tag names attributes and contents. 03:00:31 johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has joined #scheme 03:02:19 synx: Hi</head></html> is semantically the same as <html:html xmlns:html="http://www.w3.org/TR/REC-html-1999"><html:head><html:title>Hi</html:title></html:head></html:html> 03:03:15 reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 03:03:28 <synx> bpalmer: noooo not those namespaces o.O 03:04:02 <eli> synx: The smart thing to do is to mirror the namespaces using modules. So you just define `html' `head' `element' etc in an "html.ss" file, and if you run into conflicts in your xml-generating code, you require the code with a prefix -- so you use `html:head' only if there's some other `head' you want to use. 03:04:04 <bpalmer> I see. 03:04:11 <synx> for the record I don't fully understand the namespace:predicate=value sort of thing, so work with me on that. 03:05:28 <synx> eli: So that would lead to creating files in sort of the "view" style I'd think, where the entire file/module is a scheme representation of an XML document to be. 03:06:02 <synx> Not that that's a bad thing. I'm just not sure it trumps using a bastardized XML/scheme mixed language, the way everyone else does it. 03:06:05 <eli> synx: Yes, and that's a good thing. 03:06:44 <eli> FWIW, I usually also use a generic `tag' function, similar to your `element' above. 03:07:12 <eli> Also, you can define a new type for `verbatim' text so you can use existing xml content easily. 03:07:22 <synx> personally I...like scheme better than XML. It's literally impossible to have mismatched tags for instance. 03:07:34 <eli> ...and you can still use quasiquotes and unquotes, if you insist on that kind of headache. 03:09:01 <synx> Yeah, I kind of got tired of syntax when I noticed any error in the syntax body highlighted the whole two pages of the expression. 03:09:55 <synx> So what you're saying eli, is a bastardization mixing scheme and XML, but scheme is the default not XML, unlike with templating. 03:10:16 <eli> Yes, sort of. 03:10:52 <eli> Re bad errors -- that's because writing good macros is difficult. (And using `syntax-rules' it's pretty much impossible.) 03:11:01 <synx> ehe, strings are fun. 03:11:04 <synx> Then you could have scheme code inside CDATA in the XML in the string in the scheme module. 03:11:28 -!- felipe [n=felipe@my.nada.kth.se] has quit [Client Quit] 03:12:38 <synx> I'm sure bad at writing macros. I just pass a thunk in instead of having it accept an ellipsis form. 03:14:37 -!- johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has quit [] 03:18:57 <neilv> i have a fancy html/xml syntax built atop syntax-case. i'm just waiting to do an xml srfi draft before i release it 03:20:30 <neilv> the srfi will be very similar to plt's, and almost entirely a superset 03:20:44 eno__ [n=eno@adsl-70-137-162-92.dsl.snfc21.sbcglobal.net] has joined #scheme 03:21:31 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 60 (Operation timed out)] 03:22:48 <synx> sounds um... hm 03:24:06 -!- bombshelter13 [n=bombshel@209-161-235-227.dsl.look.ca] has quit ["If only your veins were filled with oil, the world would rush to your rescue!"] 03:25:40 -!- breily [n=breily@173.15.192.254] has quit [Read error: 104 (Connection reset by peer)] 03:26:23 breily [n=breily@173.15.192.254] has joined #scheme 03:26:55 -!- breily [n=breily@173.15.192.254] has quit [Read error: 104 (Connection reset by peer)] 03:27:38 breily [n=breily@173.15.192.254] has joined #scheme 03:28:02 -!- breily [n=breily@173.15.192.254] has quit [Read error: 104 (Connection reset by peer)] 03:29:04 breily [n=breily@173.15.192.254] has joined #scheme 03:30:30 <neilv> i'm trying to unify plt and sxml at the same time that i add some missing pieces to both 03:30:45 <neilv> before i release all my new libraries 03:34:02 <synx> It'd be interesting if you implemented sxml as a plt language. 03:39:40 breily_ [n=breily@173.15.192.254] has joined #scheme 03:41:25 <klutometis> synx: is there any other sane way to do xml in scheme besides sxml? 03:41:48 *elf* uses a thing he wrote. 03:41:58 <klutometis> elf: ever release it? 03:42:08 <elf> www.aculei.net/~elf/xml-light.scm 03:42:35 -!- underspecified_ [n=eric-n@leopard175.naist.jp] has quit [] 03:42:40 <elf> nah, it was throwaway. id clean it up and add some easy searching or something before release. 03:42:41 <klutometis> elf: hey, nice; that's a hell-of-a-lot less baroque than sxml's source 03:43:00 <klutometis> elf: just use sxpath on the result 03:43:03 <synx> klutometis: I've been working on something... mostly I just want to do scheme, and have it happen to generate xml, while not itself being xml exactly. 03:43:19 <klutometis> synx: hmm; well, i'd be interested to see it 03:43:26 <elf> its not sxml compatible, i think. 03:43:30 <synx> My thought is that it's better to use one language as much as possible, instead of trying to make hybridized templates. 03:44:07 felipe [n=felipe@my.nada.kth.se] has joined #scheme 03:44:22 <synx> klutometis: https://synx.us.to/code/scheme/xml-writer/xml.ss 03:44:40 <klutometis> elf: sxpath works on any list, afaik; it does have this bizarre (@ attributes) thingy, though 03:44:59 <synx> I'm still fiddling with it though, so have some mysterious voids cropping up here and there. Plus um... the 'gen' syntax is just unfun and I'll probably delete it per eli's suggestion. 03:46:45 <elf> klutometis: my parser handles the attributes and puts them into a @ form. 03:47:01 <synx> lol @-ributes 03:50:10 -!- eno__ is now known as eno 03:54:19 <synx> well, got rid of the voids. Just ignore 'em, go figure. 03:54:37 -!- breily [n=breily@173.15.192.254] has quit [Success] 03:58:38 <offby1> hail inventor of incubot 03:59:17 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 03:59:38 m801 [n=user@wsip-72-214-25-53.sd.sd.cox.net] has joined #scheme 04:05:46 amca [n=amca@CPE-121-208-82-6.qld.bigpond.net.au] has joined #scheme 04:11:09 -!- m801 [n=user@wsip-72-214-25-53.sd.sd.cox.net] has quit ["ERC Version 5.2 (IRC client for Emacs)"] 04:14:41 bombshelter13p [n=bombshel@209-161-235-227.dsl.look.ca] has joined #scheme 04:20:35 arcfide [n=arcfide@99.14.210.146] has joined #scheme 04:23:47 -!- bombshelter13p [n=bombshel@209-161-235-227.dsl.look.ca] has quit ["Get Colloquy for iPhone! http://mobile.colloquy.info"] 04:31:15 -!- reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 113 (No route to host)] 04:32:59 -!- bitweiler [n=phax@ppp-70-248-133-86.dsl.stlsmo.swbell.net] has quit [Read error: 110 (Connection timed out)] 04:35:51 -!- tripwyre_ [n=sathya@117.193.163.197] has quit ["bye all"] 04:46:18 jonrafkind [n=jon@c-98-202-86-149.hsd1.ut.comcast.net] has joined #scheme 04:46:33 <mejja> Riastradh: http://lkml.org/lkml/2009/3/25/632 :-) 04:49:11 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 04:52:30 meanburrito920 [n=John@adsl-75-51-178-193.dsl.lsan03.sbcglobal.net] has joined #scheme 04:57:14 -!- gweiqi [n=greg@69.120.126.163] has quit ["Leaving."] 05:00:50 -!- arcfide [n=arcfide@99.14.210.146] has quit [Client Quit] 05:02:17 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit ["leaving"] 05:05:00 -!- meanburrito920_ [n=John@adsl-76-246-188-251.dsl.lsan03.sbcglobal.net] has quit [Read error: 110 (Connection timed out)] 05:06:22 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 05:06:22 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit [Client Quit] 05:10:12 tjafk1 [n=timj@e176217052.adsl.alicedsl.de] has joined #scheme 05:11:23 -!- meanburrito920 [n=John@adsl-75-51-178-193.dsl.lsan03.sbcglobal.net] has quit ["has been attacked by a grue"] 05:13:02 -!- ASau [n=user@193.138.70.52] has quit ["Off!"] 05:17:54 kilimanj4ro [n=kilimanj@70.116.95.163] has joined #scheme 05:20:12 fooflab [n=user@leopard172.naist.jp] has joined #scheme 05:25:31 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 05:26:35 -!- MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has quit [Read error: 113 (No route to host)] 05:27:19 -!- tjafk [n=timj@e176194242.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 05:30:11 -!- breily_ [n=breily@173.15.192.254] has quit [Read error: 110 (Connection timed out)] 05:33:04 -!- SugarGlider [n=stevie@dyn-203-143-164-139.qrl.nicta.com.au] has quit [Remote closed the connection] 05:35:09 -!- kilimanjaro [n=kilimanj@70.116.95.163] has quit [Read error: 110 (Connection timed out)] 05:37:03 geckosen1tor [n=sean@71.237.94.78] has joined #scheme 05:43:18 kniu [n=kniu@128.237.248.48] has joined #scheme 05:43:26 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit [Read error: 110 (Connection timed out)] 05:49:57 -!- neilv [n=user@dsl092-071-030.bos1.dsl.speakeasy.net] has quit ["Leaving"] 05:54:11 -!- geckosenator [n=sean@71.237.94.78] has quit [Read error: 110 (Connection timed out)] 06:08:28 breily [n=breily@173.15.192.254] has joined #scheme 06:13:40 <fooflab> Anyone know of an alternative to rlwrap, or do I finally have to finish my scheme-based implementation? 06:15:22 <elf> ? 06:15:30 <elf> you want a simple readline handler? 06:16:02 <fooflab> as a wrapper for command-line programs 06:16:15 <elf> whats wrong with rlwrap? 06:17:11 <fooflab> won't build on my system - needs a newer version of readline, and I don't have root, and it refuses to acknowledge any version of readline I install locally 06:18:18 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 06:18:23 <fooflab> nevermind, I hacked the autoconf files and source to use older readline, despite the pain it caused me 06:18:45 <elf> you cant install readline in your local dir and use the ld_preload to get it acked? 06:19:22 <fooflab> I don't know what ld_preload is - why wouldn't it just accept CFLAGS= and LDFLAGS= ? 06:20:06 <elf> autoconf needs CPPFLAGS 06:20:08 <elf> for the includes 06:20:28 <elf> if it cant find the readline headers in the proper place, it wont even try to find the libs. 06:24:58 -!- breily [n=breily@173.15.192.254] has quit [Read error: 104 (Connection reset by peer)] 06:26:21 -!- synthase [n=synthase@68.63.48.10] has quit [Read error: 110 (Connection timed out)] 06:30:45 -!- saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Read error: 60 (Operation timed out)] 06:34:28 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 06:35:16 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 06:35:31 breily [n=breily@173.15.192.254] has joined #scheme 06:39:38 -!- breily [n=breily@173.15.192.254] has quit [Client Quit] 06:43:21 eno__ [n=eno@adsl-70-137-132-13.dsl.snfc21.sbcglobal.net] has joined #scheme 06:46:36 -!- glogic [n=rm@97.76.48.98] has quit ["leaving"] 06:47:52 glogic [n=rm@5ess.net] has joined #scheme 06:48:53 geckosenator [n=sean@71.237.94.78] has joined #scheme 06:55:08 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 110 (Connection timed out)] 06:56:35 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 06:58:19 -!- kilimanj4ro [n=kilimanj@70.116.95.163] has quit ["Leaving"] 07:05:19 -!- geckosen1tor [n=sean@71.237.94.78] has quit [Read error: 110 (Connection timed out)] 07:07:23 -!- saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit ["This computer has gone to sleep"] 07:09:47 -!- lde [n=user@184-dzi-2.acn.waw.pl] has quit [Read error: 104 (Connection reset by peer)] 07:10:42 proqesi [n=user@unaffiliated/proqesi] has joined #scheme 07:12:10 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 07:12:23 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 07:12:47 ASau [n=user@77.246.230.246] has joined #scheme 07:13:27 -!- wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [] 07:34:27 mmc [n=mima@esprx02x.nokia.com] has joined #scheme 07:40:03 jao [n=jao@cpe-75-84-114-170.socal.res.rr.com] has joined #scheme 07:46:20 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [Read error: 110 (Connection timed out)] 07:53:04 ecraven [n=nex@140.78.42.103] has joined #scheme 07:54:32 -!- proqesi [n=user@unaffiliated/proqesi] has quit [Remote closed the connection] 07:55:06 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 08:06:22 z` [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has joined #scheme 08:07:00 davidad [n=me@dhcp-18-111-16-64.dyn.mit.edu] has joined #scheme 08:11:47 -!- rmrfchik [n=paul@62.117.74.154] has quit [Remote closed the connection] 08:16:34 rmrfchik [n=paul@relay2.jet.msk.su] has joined #scheme 08:17:22 -!- tltstc [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has quit [Read error: 110 (Connection timed out)] 08:38:04 -!- davidad [n=me@dhcp-18-111-16-64.dyn.mit.edu] has quit [Read error: 60 (Operation timed out)] 08:48:16 -!- ecraven [n=nex@140.78.42.103] has quit ["b"] 08:48:23 ecraven [n=nex@140.78.42.103] has joined #scheme 08:50:34 -!- npe [i=npe@dn157-088.naist.jp] has quit [] 08:53:25 hotblack23 [n=jh@p5B054149.dip.t-dialin.net] has joined #scheme 08:54:12 davidad [n=me@dhcp-18-190-29-34.dyn.mit.edu] has joined #scheme 09:03:56 jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has joined #scheme 09:12:31 ejs [n=eugen@nat.ironport.com] has joined #scheme 09:20:09 alaricsp [n=alaricsp@217.205.201.45] has joined #scheme 09:21:32 mike [n=m@dslb-088-066-226-117.pools.arcor-ip.net] has joined #scheme 09:22:01 -!- mike is now known as Guest6908 09:24:31 -!- davidad [n=me@dhcp-18-190-29-34.dyn.mit.edu] has quit [Read error: 60 (Operation timed out)] 09:25:30 MichaelRaskin_ [n=raskin@213.171.48.239] has joined #scheme 09:29:33 deat [n=deat@fac34-8-88-172-174-215.fbx.proxad.net] has joined #scheme 09:32:19 -!- ttmrichter [n=ttmricht@59.172.141.201] has quit [Read error: 104 (Connection reset by peer)] 09:35:40 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 09:36:07 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 09:36:12 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit [Client Quit] 09:38:08 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 09:39:30 davidad [n=me@NORTHWEST-THIRTYFIVE-FOUR-TWENTY-TWO.MIT.EDU] has joined #scheme 09:40:59 ttmrichter [n=ttmricht@59.172.141.201] has joined #scheme 09:45:35 elias` [n=me@resnet-nat-075.ucs.ed.ac.uk] has joined #scheme 09:50:00 -!- fooflab [n=user@leopard172.naist.jp] has quit ["ERC Version 5.2 (IRC client for Emacs)"] 09:57:43 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 54 (Connection reset by peer)] 09:57:54 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 10:01:03 Nshag [n=shagoune@Mix-Orleans-106-3-126.w193-248.abo.wanadoo.fr] has joined #scheme 10:11:56 ASau` [n=user@host1-231-msk.microtest.ru] has joined #scheme 10:12:03 -!- ASau` [n=user@host1-231-msk.microtest.ru] has quit [Remote closed the connection] 10:15:09 tombom [i=tombom@wikipedia/Tombomp] has joined #scheme 10:18:57 hkBst [n=hkBst@gentoo/developer/hkbst] has joined #scheme 10:20:16 -!- Guest6908 [n=m@dslb-088-066-226-117.pools.arcor-ip.net] has quit ["This computer has gone to sleep"] 11:14:18 -!- deat [n=deat@fac34-8-88-172-174-215.fbx.proxad.net] has quit [Read error: 104 (Connection reset by peer)] 11:23:10 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit ["leaving"] 11:24:17 lowlycoder [n=x@unaffiliated/lowlycoder] has joined #scheme 11:36:12 -!- mmc [n=mima@esprx02x.nokia.com] has quit ["Leaving."] 11:41:00 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 12:00:45 -!- underspecified [n=eric@220.43.52.7] has quit [] 12:01:42 underspecified [n=eric@softbank220043052007.bbtec.net] has joined #scheme 12:03:27 -!- amca [n=amca@CPE-121-208-82-6.qld.bigpond.net.au] has quit ["Farewell"] 12:09:32 -!- ASau [n=user@77.246.230.246] has quit ["Off, propably for several days."] 12:18:25 mmc [n=mima@esprx01x.nokia.com] has joined #scheme 12:19:14 -!- hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has quit ["|_ e /\ \/ i |/| G"] 12:24:20 mike [n=m@dslb-088-067-027-031.pools.arcor-ip.net] has joined #scheme 12:24:48 -!- mike is now known as Guest57244 12:25:33 -!- lowlycoder [n=x@unaffiliated/lowlycoder] has quit ["leaving"] 12:29:21 jah [n=jah@22.138.72-86.rev.gaoland.net] has joined #scheme 12:30:38 -!- jah [n=jah@22.138.72-86.rev.gaoland.net] has quit [Client Quit] 12:32:41 -!- dfeuer [n=dfeuer@wikimedia/Dfeuer] has quit [Read error: 113 (No route to host)] 12:35:32 choas [n=lars@91.13.199.37] has joined #scheme 13:11:21 <hkBst> r5rs file-exists? 13:11:21 <specbot> Sorry, I couldn't find anything for file-exists?. 13:11:48 <hkBst> r5rs with-input-from-file 13:11:48 <specbot> http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_idx_600 13:11:50 -rudybot:#scheme- http://tinyurl.com/delx9d 13:12:25 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 13:13:48 -!- jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has quit [No route to host] 13:15:32 <hkBst> r5rs specifies that "for with-output-to-file, the effect is unspecified if the file already exists". Is there an r5rs way to check for existence of such a target file or just delete it regardless before trying to write to it? 13:30:00 -!- geckosenator [n=sean@71.237.94.78] has quit [Read error: 60 (Operation timed out)] 13:37:49 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 13:44:18 <foof> hkBst: nope 13:44:24 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 13:44:29 <foof> A pretty severe limitation to R5RS. 13:45:50 Mr-Cat [n=Miranda@hermes.lanit.ru] has joined #scheme 13:50:36 arcfide [n=arcfide@156-56-205-135.dhcp-bl.indiana.edu] has joined #scheme 13:51:31 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 13:55:42 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote closed the connection] 14:00:45 -!- Mr-Cat [n=Miranda@hermes.lanit.ru] has quit ["Miranda IM! Smaller, Faster, Easier. http://miranda-im.org"] 14:03:33 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 14:13:07 cemerick [n=la_mer@75.147.38.122] has joined #scheme 14:13:16 -!- cemerick [n=la_mer@75.147.38.122] has left #scheme 14:13:44 annodomini [n=lambda@130.189.179.215] has joined #scheme 14:15:32 -!- arcfide [n=arcfide@156-56-205-135.dhcp-bl.indiana.edu] has quit ["Leaving"] 14:20:29 -!- Daemmerung [n=goetter@1133sae.mazama.net] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- annodomini [n=lambda@wikipedia/lambda] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- mmc [n=mima@esprx01x.nokia.com] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- hkBst [n=hkBst@gentoo/developer/hkbst] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- Nshag [n=shagoune@Mix-Orleans-106-3-126.w193-248.abo.wanadoo.fr] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- tombom [i=tombom@wikipedia/Tombomp] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- tjafk1 [n=timj@e176217052.adsl.alicedsl.de] has quit [verne.freenode.net irc.freenode.net] 14:20:29 -!- bohanlon [n=bohanlon@pool-71-184-223-212.bstnma.fios.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- benny [n=benny@i577A0BE9.versanet.de] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- pitui [n=pitui@135.207.174.197] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- elmex [i=elmex@ist.m8geil.de] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- incubot [n=incubot@klutometis.wikitex.org] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- tizoc [n=user@unaffiliated/tizoc] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- lisppaste [n=lisppast@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- Mr_Awesome [n=eric@pool-98-108-11-12.chi01.dsl-w.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:20:30 -!- Quadrescence [n=quad@unaffiliated/quadrescence] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- r0bby [n=wakawaka@guifications/user/r0bby] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- ski [n=slj@c-e113e055.1149-1-64736c10.cust.bredbandsbolaget.se] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- Deformative [n=joe@71.238.45.45] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- inhortte [i=polaris@fucksheep.org] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- elf [i=elf@antenora.aculei.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- inimino [n=inimino@atekomi.inimino.org] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- dlouhy [n=jdlouhy@pinball.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- dima_z [i=dima@66.160.171.42] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- XTL [i=t6haha00@rhea.oamk.fi] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- Guest57244 [n=m@dslb-088-067-027-031.pools.arcor-ip.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- alaricsp [n=alaricsp@217.205.201.45] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- jao [n=jao@cpe-75-84-114-170.socal.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- weinholt [i=weinholt@debian/emeritus/weinholt] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- z0d [n=z0d@unaffiliated/z0d] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- rudybot [n=luser@q-static-138-125.avvanta.com] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- qxi [n=havarti@taurine.csclub.uwaterloo.ca] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- Debolaz [n=debolaz@berle.cc] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- fean [n=user@caffeine.and.vomitandmath.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- sladegen [n=nemo@unaffiliated/sladegen] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- bzzbzz [n=franco@207.236.146.245] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- minion [n=minion@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- rodge [n=roderic@129.10.116.123] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- clog [i=nef@bespin.org] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- Kusanagi [n=Lernaean@unaffiliated/kusanagi] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- underspecified [n=eric@softbank220043052007.bbtec.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- bsmntbombdood [n=gavin@97-118-123-100.hlrn.qwest.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- specbot [n=specbot@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- amazon10x [i=amazon10@gateway/shell/blinkenshell.org/x-7aae87dc6c451fec] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- emma [n=emma@unaffiliated/emma] has quit [verne.freenode.net irc.freenode.net] 14:20:33 -!- elias` [n=me@unaffiliated/elias/x-342423] has quit [verne.freenode.net irc.freenode.net] 14:20:35 -!- nasloc__ [i=tim@kalug.ks.edu.tw] has quit [verne.freenode.net irc.freenode.net] 14:20:35 -!- tonyg [n=tonyg@host226.lshift.net] has quit [verne.freenode.net irc.freenode.net] 14:20:35 -!- Khisanth [n=Khisanth@pool-68-237-103-91.ny325.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:20:35 -!- dysinger [n=tim@cpe-75-80-200-182.hawaii.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- saccade [n=saccade_@COMBINATOR.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- zbigniew [n=zb@3e8.org] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- rmrfchik [n=paul@relay2.jet.msk.su] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- stepnem [n=xchat@topol.nat.praha12.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- AtnNn [n=welcome@modemcable087.62-56-74.mc.videotron.ca] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- rotty [n=rotty@nncmain.nicenamecrew.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- kspaans [i=kspaans@artificial-flavours.csclub.uwaterloo.ca] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- davidad [n=me@NORTHWEST-THIRTYFIVE-FOUR-TWENTY-TWO.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- sanguinev [n=sanguine@116.197.145.49] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- mreggen [n=mreggen@cm-84.215.50.79.getinternet.no] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- yosafbridge [n=yosafbri@ludios.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- duncanm [n=duncan@a-chinaman.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- Fade [i=fade@outrider.deepsky.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- ttmrichter [n=ttmricht@59.172.141.201] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- MichaelRaskin_ [n=raskin@213.171.48.239] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- z` [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- kniu [n=kniu@128.237.248.48] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- raikov [n=igr@203.181.243.11] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- pchrist [n=spirit@gentoo/developer/pchrist] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- hotblack23 [n=jh@p5B054149.dip.t-dialin.net] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- felipe [n=felipe@my.nada.kth.se] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- proq [n=user@38.100.211.40] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- halfcore [i=noam@ip136-63-210-87.adsl2.static.versatel.nl] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- mbishop [n=martin@unaffiliated/mbishop] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- Caesium [i=nathan@lambda.caesium.org] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- Leonidas [n=Leonidas@unaffiliated/leonidas] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- wastrel [n=wastrel@nylug/member/wastrel] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- peddie [n=matthew@PEDDIE.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- ski__ [n=md9slj@remote3.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- ski_ [n=md9slj@remote1.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 14:20:36 -!- ecraven [n=nex@140.78.42.103] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- ffx` [n=ffx@60-241-74-240.static.tpgi.com.au] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- poucet [n=vincenz@li23-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- jld [i=jld@kurobara.xlerb.net] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- apgwoz [n=apgwoz@som-somis-50.med.upenn.edu] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- certainty|work [n=david@alpha.d-coded.de] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- tabe [n=tabe@210.188.204.133] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- mmt [n=mmt@TEP.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [verne.freenode.net irc.freenode.net] 14:20:37 -!- laz0r [n=lazor@affenbande.org] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- tarbo [n=me@unaffiliated/tarbo] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- C-Keen [i=ckeen@pestilenz.org] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- bpalmer [n=user@unaffiliated/bpalmer] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- jso [n=user@151.159.200.8] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- cracki [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- aardvarq [i=tgAardva@student3113.student.nau.edu] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- sjamaan [n=sjamaan@netbsd/developer/sjamaan] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has quit [verne.freenode.net irc.freenode.net] 14:20:40 -!- Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- mornfall [n=mornfall@kde/developer/mornfall] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- choas [n=lars@91.13.199.37] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- glogic [n=rm@5ess.net] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- foof [n=user@163.221.157.46] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- Cale [n=Cale@CPE001c10c70239-CM000e5cdd834a.cpe.net.cable.rogers.com] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- levi [n=user@levi.dsl.xmission.com] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- Elly [n=elly@unaffiliated/elly] has quit [verne.freenode.net irc.freenode.net] 14:20:41 -!- bkudria [n=bkudria@kudria.net] has quit [verne.freenode.net irc.freenode.net] 14:22:30 npe [i=npe@dn157-088.naist.jp] has joined #scheme 14:22:30 ski_ [n=md9slj@remote1.student.chalmers.se] has joined #scheme 14:22:30 ski__ [n=md9slj@remote3.student.chalmers.se] has joined #scheme 14:22:30 peddie [n=matthew@PEDDIE.MIT.EDU] has joined #scheme 14:22:30 Fade [i=fade@outrider.deepsky.com] has joined #scheme 14:22:30 rotty [n=rotty@nncmain.nicenamecrew.com] has joined #scheme 14:22:30 pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has joined #scheme 14:22:30 yosafbridge [n=yosafbri@ludios.net] has joined #scheme 14:22:30 Caesium [i=nathan@lambda.caesium.org] has joined #scheme 14:22:30 wastrel [n=wastrel@nylug/member/wastrel] has joined #scheme 14:22:30 Leonidas [n=Leonidas@unaffiliated/leonidas] has joined #scheme 14:22:30 kspaans [i=kspaans@artificial-flavours.csclub.uwaterloo.ca] has joined #scheme 14:22:30 tonyg [n=tonyg@host226.lshift.net] has joined #scheme 14:22:30 emma [n=emma@unaffiliated/emma] has joined #scheme 14:22:30 duncanm [n=duncan@a-chinaman.com] has joined #scheme 14:22:30 zbigniew [n=zb@3e8.org] has joined #scheme 14:22:30 saccade [n=saccade_@COMBINATOR.MIT.EDU] has joined #scheme 14:22:30 mbishop [n=martin@unaffiliated/mbishop] has joined #scheme 14:22:30 nasloc__ [i=tim@kalug.ks.edu.tw] has joined #scheme 14:22:30 halfcore [i=noam@ip136-63-210-87.adsl2.static.versatel.nl] has joined #scheme 14:22:30 kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has joined #scheme 14:22:30 AtnNn [n=welcome@modemcable087.62-56-74.mc.videotron.ca] has joined #scheme 14:22:30 Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has joined #scheme 14:22:30 proq [n=user@38.100.211.40] has joined #scheme 14:22:30 stepnem [n=xchat@topol.nat.praha12.net] has joined #scheme 14:22:30 Kusanagi [n=Lernaean@unaffiliated/kusanagi] has joined #scheme 14:22:30 amazon10x [i=amazon10@gateway/shell/blinkenshell.org/x-7aae87dc6c451fec] has joined #scheme 14:22:30 offby1 [n=user@q-static-138-125.avvanta.com] has joined #scheme 14:22:30 gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 14:22:30 Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has joined #scheme 14:22:30 mreggen [n=mreggen@cm-84.215.50.79.getinternet.no] has joined #scheme 14:22:30 rudybot [n=luser@q-static-138-125.avvanta.com] has joined #scheme 14:22:30 qxi [n=havarti@taurine.csclub.uwaterloo.ca] has joined #scheme 14:22:30 Debolaz [n=debolaz@berle.cc] has joined #scheme 14:22:30 XTL [i=t6haha00@rhea.oamk.fi] has joined #scheme 14:22:30 z0d [n=z0d@unaffiliated/z0d] has joined #scheme 14:22:30 rodge [n=roderic@129.10.116.123] has joined #scheme 14:22:30 clog [i=nef@bespin.org] has joined #scheme 14:22:30 sanguinev [n=sanguine@116.197.145.49] has joined #scheme 14:22:30 dysinger [n=tim@cpe-75-80-200-182.hawaii.res.rr.com] has joined #scheme 14:22:30 minion [n=minion@common-lisp.net] has joined #scheme 14:22:30 specbot [n=specbot@common-lisp.net] has joined #scheme 14:22:30 bsmntbombdood [n=gavin@97-118-123-100.hlrn.qwest.net] has joined #scheme 14:22:30 pchrist [n=spirit@gentoo/developer/pchrist] has joined #scheme 14:22:30 bzzbzz [n=franco@207.236.146.245] has joined #scheme 14:22:30 Khisanth [n=Khisanth@pool-68-237-103-91.ny325.east.verizon.net] has joined #scheme 14:22:30 weinholt [i=weinholt@debian/emeritus/weinholt] has joined #scheme 14:22:30 mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has joined #scheme 14:22:30 sladegen [n=nemo@unaffiliated/sladegen] has joined #scheme 14:22:30 raikov [n=igr@203.181.243.11] has joined #scheme 14:22:30 fean [n=user@caffeine.and.vomitandmath.net] has joined #scheme 14:22:30 felipe [n=felipe@my.nada.kth.se] has joined #scheme 14:22:30 kniu [n=kniu@128.237.248.48] has joined #scheme 14:22:30 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 14:22:30 jao [n=jao@cpe-75-84-114-170.socal.res.rr.com] has joined #scheme 14:22:30 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 14:22:30 z` [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has joined #scheme 14:22:30 rmrfchik [n=paul@relay2.jet.msk.su] has joined #scheme 14:22:30 hotblack23 [n=jh@p5B054149.dip.t-dialin.net] has joined #scheme 14:22:30 alaricsp [n=alaricsp@217.205.201.45] has joined #scheme 14:22:30 MichaelRaskin_ [n=raskin@213.171.48.239] has joined #scheme 14:22:30 davidad [n=me@NORTHWEST-THIRTYFIVE-FOUR-TWENTY-TWO.MIT.EDU] has joined #scheme 14:22:30 ttmrichter [n=ttmricht@59.172.141.201] has joined #scheme 14:22:30 elias` [n=me@unaffiliated/elias/x-342423] has joined #scheme 14:22:30 underspecified [n=eric@softbank220043052007.bbtec.net] has joined #scheme 14:22:30 Guest57244 [n=m@dslb-088-067-027-031.pools.arcor-ip.net] has joined #scheme 14:22:30 choas [n=lars@91.13.199.37] has joined #scheme 14:22:30 glogic [n=rm@5ess.net] has joined #scheme 14:22:30 foof [n=user@163.221.157.46] has joined #scheme 14:22:30 Cale [n=Cale@CPE001c10c70239-CM000e5cdd834a.cpe.net.cable.rogers.com] has joined #scheme 14:22:30 levi [n=user@levi.dsl.xmission.com] has joined #scheme 14:22:30 Elly [n=elly@unaffiliated/elly] has joined #scheme 14:22:30 bkudria [n=bkudria@kudria.net] has joined #scheme 14:22:40 annodomini [n=lambda@wikipedia/lambda] has joined #scheme 14:22:40 mmc [n=mima@esprx01x.nokia.com] has joined #scheme 14:22:40 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 14:22:40 hkBst [n=hkBst@gentoo/developer/hkbst] has joined #scheme 14:22:40 tombom [i=tombom@wikipedia/Tombomp] has joined #scheme 14:22:40 Nshag [n=shagoune@Mix-Orleans-106-3-126.w193-248.abo.wanadoo.fr] has joined #scheme 14:22:40 tjafk1 [n=timj@e176217052.adsl.alicedsl.de] has joined #scheme 14:22:40 bohanlon [n=bohanlon@pool-71-184-223-212.bstnma.fios.verizon.net] has joined #scheme 14:22:40 benny [n=benny@i577A0BE9.versanet.de] has joined #scheme 14:22:40 pitui [n=pitui@135.207.174.197] has joined #scheme 14:22:40 elmex [i=elmex@ist.m8geil.de] has joined #scheme 14:22:40 incubot [n=incubot@klutometis.wikitex.org] has joined #scheme 14:22:40 tizoc [n=user@unaffiliated/tizoc] has joined #scheme 14:22:40 lisppaste [n=lisppast@common-lisp.net] has joined #scheme 14:22:40 Quadrescence [n=quad@unaffiliated/quadrescence] has joined #scheme 14:22:40 Mr_Awesome [n=eric@pool-98-108-11-12.chi01.dsl-w.verizon.net] has joined #scheme 14:22:40 ski [n=slj@c-e113e055.1149-1-64736c10.cust.bredbandsbolaget.se] has joined #scheme 14:22:40 Deformative [n=joe@71.238.45.45] has joined #scheme 14:22:40 inimino [n=inimino@atekomi.inimino.org] has joined #scheme 14:22:40 elf [i=elf@antenora.aculei.net] has joined #scheme 14:22:40 dima_z [i=dima@66.160.171.42] has joined #scheme 14:22:40 dlouhy [n=jdlouhy@pinball.ccs.neu.edu] has joined #scheme 14:22:40 inhortte [i=polaris@fucksheep.org] has joined #scheme 14:26:57 -!- choas [n=lars@91.13.199.37] has quit [No route to host] 14:28:30 Daemmerung [n=goetter@1133sae.mazama.net] has joined #scheme 14:29:34 ecraven [n=nex@140.78.42.103] has joined #scheme 14:29:34 ffx` [n=ffx@60-241-74-240.static.tpgi.com.au] has joined #scheme 14:29:34 jld [i=jld@kurobara.xlerb.net] has joined #scheme 14:29:34 poucet [n=vincenz@li23-146.members.linode.com] has joined #scheme 14:29:43 apgwoz [n=apgwoz@som-somis-50.med.upenn.edu] has joined #scheme 14:29:43 certainty|work [n=david@alpha.d-coded.de] has joined #scheme 14:29:43 mmt [n=mmt@TEP.MIT.EDU] has joined #scheme 14:29:43 tabe [n=tabe@210.188.204.133] has joined #scheme 14:30:04 -!- jonrafkind [n=jon@c-98-202-86-149.hsd1.ut.comcast.net] has quit [Read error: 60 (Operation timed out)] 14:30:58 cracki [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has joined #scheme 14:31:36 -!- wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [Read error: 104 (Connection reset by peer)] 14:32:45 aardvarq [i=tgAardva@student3113.student.nau.edu] has joined #scheme 14:32:52 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 14:33:12 -!- eno__ is now known as eno 14:35:32 jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has joined #scheme 14:35:32 aardvarc [i=tgAardva@student3113.student.nau.edu] has joined #scheme 14:35:32 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 14:35:32 jso [n=user@151.159.200.8] has joined #scheme 14:35:32 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 14:35:32 REPLeffect [n=REPLeffe@69.54.115.254] has joined #scheme 14:35:32 appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has joined #scheme 14:35:32 laz0r [n=lazor@affenbande.org] has joined #scheme 14:35:32 C-Keen [i=ckeen@pestilenz.org] has joined #scheme 14:35:32 bpalmer [n=user@unaffiliated/bpalmer] has joined #scheme 14:35:32 sjamaan [n=sjamaan@netbsd/developer/sjamaan] has joined #scheme 14:35:32 mornfall [n=mornfall@kde/developer/mornfall] has joined #scheme 14:35:32 klutometis [i=klutomet@pdpc/supporter/active/klutometis] has joined #scheme 14:35:32 Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has joined #scheme 14:35:32 qebab [n=finnrobi@eros.orakel.ntnu.no] has joined #scheme 14:36:36 -!- laz0r [n=lazor@affenbande.org] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- bpalmer [n=user@unaffiliated/bpalmer] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- C-Keen [i=ckeen@pestilenz.org] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- aardvarc [i=tgAardva@student3113.student.nau.edu] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- jso [n=user@151.159.200.8] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- sjamaan [n=sjamaan@netbsd/developer/sjamaan] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- mornfall [n=mornfall@kde/developer/mornfall] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has quit [verne.freenode.net irc.freenode.net] 14:36:36 -!- jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has quit [verne.freenode.net irc.freenode.net] 14:40:08 reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 14:40:08 -!- wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [Read error: 104 (Connection reset by peer)] 14:40:29 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 14:41:08 jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has joined #scheme 14:41:08 aardvarc [i=tgAardva@student3113.student.nau.edu] has joined #scheme 14:41:08 jso [n=user@151.159.200.8] has joined #scheme 14:41:08 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 14:41:08 REPLeffect [n=REPLeffe@69.54.115.254] has joined #scheme 14:41:08 appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has joined #scheme 14:41:08 laz0r [n=lazor@affenbande.org] has joined #scheme 14:41:08 C-Keen [i=ckeen@pestilenz.org] has joined #scheme 14:41:08 bpalmer [n=user@unaffiliated/bpalmer] has joined #scheme 14:41:08 sjamaan [n=sjamaan@netbsd/developer/sjamaan] has joined #scheme 14:41:08 mornfall [n=mornfall@kde/developer/mornfall] has joined #scheme 14:41:08 qebab [n=finnrobi@eros.orakel.ntnu.no] has joined #scheme 14:41:08 Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has joined #scheme 14:41:08 klutometis [i=klutomet@pdpc/supporter/active/klutometis] has joined #scheme 14:47:39 -!- aardvarc [i=tgAardva@student3113.student.nau.edu] has quit [Success] 14:47:56 -!- bpalmer [n=user@unaffiliated/bpalmer] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- laz0r [n=lazor@affenbande.org] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- C-Keen [i=ckeen@pestilenz.org] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- sjamaan [n=sjamaan@netbsd/developer/sjamaan] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- jso [n=user@151.159.200.8] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- mornfall [n=mornfall@kde/developer/mornfall] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has quit [verne.freenode.net irc.freenode.net] 14:47:56 -!- jewel [n=jewel@dsl-242-133-68.telkomadsl.co.za] has quit [verne.freenode.net irc.freenode.net] 14:54:09 laz0r [n=lazor@affenbande.org] has joined #scheme 14:54:10 <leppie> yawn 14:54:15 C-Keen [i=ckeen@pestilenz.org] has joined #scheme 14:54:21 jah [n=jah@86.72.138.22] has joined #scheme 14:54:46 -!- jah [n=jah@86.72.138.22] has quit [Client Quit] 14:56:24 qebab [n=finnrobi@eros.orakel.ntnu.no] has joined #scheme 14:56:24 klutomet1s [i=klutomet@klutometis.wikitex.org] has joined #scheme 14:56:25 bpalmer [n=user@unaffiliated/bpalmer] has joined #scheme 14:56:25 mornfall_ [n=mornfall@anna.fi.muni.cz] has joined #scheme 14:56:31 sjamaan [n=sjamaan@80.101.127.174] has joined #scheme 14:56:32 Riastrad1 [n=rias@pool-151-203-235-220.bos.east.verizon.net] has joined #scheme 14:56:43 jso [n=user@151.159.200.8] has joined #scheme 14:57:53 jewel [n=jewel@41.242.133.68] has joined #scheme 15:01:30 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 15:04:11 -!- kniu [n=kniu@128.237.248.48] has quit [Read error: 110 (Connection timed out)] 15:05:41 luz [n=davids@139.82.89.70] has joined #scheme 15:06:03 aardvarc [i=tgAardva@student3113.student.nau.edu] has joined #scheme 15:06:43 appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has joined #scheme 15:06:49 -!- aardvarq [i=tgAardva@student3113.student.nau.edu] has quit [Read error: 104 (Connection reset by peer)] 15:09:18 tarbo [n=me@unaffiliated/tarbo] has joined #scheme 15:09:48 -!- bsmntbombdood [n=gavin@97-118-123-100.hlrn.qwest.net] has quit [Read error: 110 (Connection timed out)] 15:12:53 ejs [n=eugen@nat.ironport.com] has joined #scheme 15:12:53 flazz [n=franco@qubes.org] has joined #scheme 15:12:53 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 15:12:53 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 15:12:53 subversus [i=elliot@loveturtle.net] has joined #scheme 15:12:53 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 15:12:53 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 15:16:17 jlongster [n=user@75.148.111.133] has joined #scheme 15:18:44 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [Read error: 113 (No route to host)] 15:20:33 lde [n=user@184-dzi-2.acn.waw.pl] has joined #scheme 15:40:18 RageOfThou [n=RageOfTh@92.36.178.120] has joined #scheme 15:43:54 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 15:43:54 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 15:44:39 ejs [n=eugen@nat.ironport.com] has joined #scheme 15:44:39 flazz [n=franco@qubes.org] has joined #scheme 15:44:39 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 15:44:39 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 15:44:39 subversus [i=elliot@loveturtle.net] has joined #scheme 15:44:39 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 15:44:39 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 15:45:53 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 15:47:15 <proq> r5rs is a spec, why does there have to be a "r5rs way"? 15:49:27 <proq> we wouldn't want to have portable code, now would we? 15:53:46 <sphex> eeeeEEEWWWWWWWWW, no. portability would only encourage people to make.. *gulps* real programs. 15:54:40 dlt_ [n=dlt@201.57.58.146] has joined #scheme 15:59:25 r0bby [n=wakawaka@guifications/user/r0bby] has joined #scheme 16:03:41 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:03:41 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:04:58 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 16:05:24 ejs [n=eugen@nat.ironport.com] has joined #scheme 16:05:24 flazz [n=franco@qubes.org] has joined #scheme 16:05:24 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 16:05:24 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:05:24 subversus [i=elliot@loveturtle.net] has joined #scheme 16:05:24 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 16:05:25 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 16:06:54 Nichibutsu [n=myfabse@wikipedia/Track-n-Field] has joined #scheme 16:08:45 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:08:45 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 16:09:18 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 16:09:18 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 16:09:18 subversus [i=elliot@loveturtle.net] has joined #scheme 16:09:18 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:09:18 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 16:09:18 flazz [n=franco@qubes.org] has joined #scheme 16:09:18 ejs [n=eugen@nat.ironport.com] has joined #scheme 16:09:18 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 16:11:40 -!- ecraven [n=nex@140.78.42.103] has quit ["bbl"] 16:13:11 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:13:11 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:13:12 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 16:13:59 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 16:13:59 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 16:13:59 subversus [i=elliot@loveturtle.net] has joined #scheme 16:13:59 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:13:59 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 16:13:59 flazz [n=franco@qubes.org] has joined #scheme 16:13:59 ejs [n=eugen@nat.ironport.com] has joined #scheme 16:13:59 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 16:14:31 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:14:31 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:15:23 attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has joined #scheme 16:17:02 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 16:17:21 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 16:17:21 ejs [n=eugen@nat.ironport.com] has joined #scheme 16:17:21 flazz [n=franco@qubes.org] has joined #scheme 16:17:21 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 16:17:21 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:17:21 subversus [i=elliot@loveturtle.net] has joined #scheme 16:17:21 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 16:17:21 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 16:21:46 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 16:27:12 siloxid [n=user@rrcs-74-62-20-253.west.biz.rr.com] has joined #scheme 16:28:04 ejs1 [n=eugen@77.222.151.102] has joined #scheme 16:29:05 -!- ejs [n=eugen@nat.ironport.com] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:29:05 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:29:39 ejs [n=eugen@nat.ironport.com] has joined #scheme 16:29:39 flazz [n=franco@qubes.org] has joined #scheme 16:29:39 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 16:29:39 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:29:39 subversus [i=elliot@loveturtle.net] has joined #scheme 16:29:39 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 16:29:39 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 16:30:34 jah [n=jah@22.138.72-86.rev.gaoland.net] has joined #scheme 16:30:40 -!- jah [n=jah@22.138.72-86.rev.gaoland.net] has quit [Read error: 104 (Connection reset by peer)] 16:31:19 <hkBst> how does one do commands like ,load-package srfi-27 from the command line for scheme48? 16:32:42 <jlongster> ,config ,load-package srfi27 (I think, it's been a while) 16:33:14 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 16:33:39 bweaver [n=user@75.148.111.133] has joined #scheme 16:37:17 -!- ejs [n=eugen@nat.ironport.com] has quit [Connection timed out] 16:39:23 <hkBst> jlongster: nope 16:40:31 <jlongster> hkBst: what about `,config ,load srfi27'? 16:41:02 <hkBst> jlongster: Invalid argument: ,config 16:41:42 <apgwoz> ,user ,open srfi-27 16:41:47 <jlongster> oh, you're at the command line, not the REPL 16:41:58 <hkBst> I'm looking for something like scheme48 -a "load-package srfi-27" "open srfi-27" "load file.scm" "(main)" 16:43:21 <jlongster> You can open a REPL, load your packages, and dump an image, and then load the image with `scheme48 -i prebuilt.image' 16:43:51 <hkBst> jlongster: ok, but can I automate this image building then? 16:44:33 <jlongster> hkBst: I'm not familiar enough with Scheme48 to answer that accurately :) 16:45:37 -!- ejs1 [n=eugen@77.222.151.102] has quit ["This computer has gone to sleep"] 16:46:01 <bweaver> hkBst: you may consider looking at build/build-usual-image in the scheme48 distribution. 16:46:54 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 16:46:54 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 16:46:54 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 16:46:54 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 16:46:54 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 16:46:54 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 16:53:48 <hkBst> bweaver: thanks, it has given me some ideas 16:59:06 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [No route to host] 17:02:40 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 17:03:00 Edico [n=Edico@unaffiliated/edico] has joined #scheme 17:05:29 <hkBst> the way that works is scheme48 -a batch <<<$',load-package srfi-27\n,open srfi-27\n(load "file.scm")(main)' 17:05:56 flazz [n=franco@qubes.org] has joined #scheme 17:05:56 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 17:05:56 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 17:05:56 subversus [i=elliot@loveturtle.net] has joined #scheme 17:05:56 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 17:05:56 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 17:10:26 melgray [n=melgray@70.99.250.82] has joined #scheme 17:10:46 <hkBst> does scheme48 support `time' to measure exection time and consing and gc etc. of programs? 17:12:47 <Riastrad1> The comand processor has a command called ,TIME to do approximately what you ask. 17:12:56 <Riastrad1> It is not necessary to invoke ,LOAD-PACKAGE before ,OPEN. 17:13:31 -!- Riastrad1 is now known as Riastradh 17:15:08 FareWell [n=Fare@ita4fw1.itasoftware.com] has joined #scheme 17:15:54 <hkBst> thanks Riastradh 17:16:35 pitui` [n=pitui@c-76-98-192-104.hsd1.nj.comcast.net] has joined #scheme 17:17:58 krat3r [n=krat@wifi.ist.utl.pt] has joined #scheme 17:19:28 -!- csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has quit [verne.freenode.net irc.freenode.net] 17:19:28 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 17:19:28 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 17:19:28 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 17:19:28 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 17:19:28 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [verne.freenode.net irc.freenode.net] 17:19:45 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 17:19:45 csmrFX_ [i=csmr@paha.arkkitehti.e21.fi] has joined #scheme 17:19:45 subversus [i=elliot@loveturtle.net] has joined #scheme 17:19:45 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 17:19:45 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 17:19:45 flazz [n=franco@qubes.org] has joined #scheme 17:20:00 -!- reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 104 (Connection reset by peer)] 17:20:13 -!- mmc [n=mima@esprx01x.nokia.com] has quit ["Leaving."] 17:20:18 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 17:20:22 mmc [n=mima@esprx01x.nokia.com] has joined #scheme 17:22:16 -!- alaricsp [n=alaricsp@217.205.201.45] has quit [] 17:23:27 -!- jao [n=jao@cpe-75-84-114-170.socal.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] 17:25:28 -!- mornfall_ is now known as mornfall 17:27:13 ejs [n=eugen@23-62-178-94.pool.ukrtel.net] has joined #scheme 17:30:25 jah_ [n=jah@22.138.72-86.rev.gaoland.net] has joined #scheme 17:30:42 -!- jah_ is now known as jah 17:31:13 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 17:33:18 -!- mmc [n=mima@esprx01x.nokia.com] has quit ["Leaving."] 17:33:27 mmc [n=mima@esprx02x.nokia.com] has joined #scheme 17:34:59 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 17:36:36 -!- saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit ["Leaving"] 17:39:37 choas [n=lars@p5B0DC725.dip.t-dialin.net] has joined #scheme 17:41:06 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 17:43:21 -!- mmc [n=mima@esprx02x.nokia.com] has quit [Remote closed the connection] 17:51:28 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 17:52:36 slom [n=slom@pD9EB72EE.dip.t-dialin.net] has joined #scheme 17:55:35 orgy` [n=ratm_@pD9FFE768.dip.t-dialin.net] has joined #scheme 17:55:52 -!- rdd [n=user@c83-250-154-52.bredband.comhem.se] has quit [Remote closed the connection] 17:55:55 siloxid` [n=user@rrcs-74-62-20-253.west.biz.rr.com] has joined #scheme 17:56:23 langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has joined #scheme 17:57:19 alaricsp [n=alaricsp@217.205.201.45] has joined #scheme 17:58:22 -!- glogic [n=rm@5ess.net] has quit ["leaving"] 17:59:05 rdd [n=user@c83-250-154-52.bredband.comhem.se] has joined #scheme 17:59:22 glogic [n=rm@5ess.net] has joined #scheme 18:00:18 -!- FareWell is now known as Fare 18:00:35 a-s [n=user@92.80.66.203] has joined #scheme 18:02:16 <siloxid`> how do I put multiple statements in the else part of an if clause? (if (= var 1) (display "1") ((display "2") (display "3"))) 18:02:49 <gnomon> siloxid`, investigate BEGIN. 18:03:21 <siloxid`> ok 18:03:30 <gnomon> r5rs begin 18:03:30 <specbot> http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-7.html#%_idx_136 18:03:33 -rudybot:#scheme- http://tinyurl.com/w4m4a 18:10:00 ecraven [n=nex@140.78.42.103] has joined #scheme 18:14:54 mmc [n=mima@esprx01x.nokia.com] has joined #scheme 18:16:12 schmalbe [n=bernhard@p549A17A7.dip0.t-ipconnect.de] has joined #scheme 18:16:25 -!- jah [n=jah@22.138.72-86.rev.gaoland.net] has quit ["Quitte"] 18:18:27 Mr_SpOOn [n=Mr_SpOOn@93-42-21-236.ip84.fastwebnet.it] has joined #scheme 18:19:21 reprore__ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 18:19:24 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 104 (Connection reset by peer)] 18:23:40 -!- Nichibutsu [n=myfabse@wikipedia/Track-n-Field] has quit [Connection timed out] 18:32:40 bsmntbombdood [n=gavin@97-118-118-98.hlrn.qwest.net] has joined #scheme 18:33:50 kniu [n=kniu@DA-YU.RES.CMU.EDU] has joined #scheme 18:48:51 -!- MichaelRaskin_ [n=raskin@213.171.48.239] has quit [Read error: 110 (Connection timed out)] 18:51:36 -!- Guest57244 [n=m@dslb-088-067-027-031.pools.arcor-ip.net] has quit ["This computer has gone to sleep"] 18:54:06 -!- slom [n=slom@pD9EB72EE.dip.t-dialin.net] has quit [Remote closed the connection] 18:54:49 kilimanjaro [n=kilimanj@70.116.95.163] has joined #scheme 19:01:02 reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 19:01:14 -!- reprore__ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 113 (No route to host)] 19:05:25 -!- krat3r [n=krat@wifi.ist.utl.pt] has quit ["Ex-Chat"] 19:07:45 -!- luz [n=davids@139.82.89.70] has quit ["Client exiting"] 19:11:06 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [Remote closed the connection] 19:11:27 geckosenator [n=sean@71.237.94.78] has joined #scheme 19:12:09 <synx> eli: so how about this: https://synx.us.to/code/scheme/xml-maker/xml.ss 19:12:37 aaco [n=aaco@unaffiliated/aaco] has joined #scheme 19:12:53 <synx> You throw a bunch of identifiers at define-named-elements, and then poof you've got a module for a certain document type. 19:20:23 -!- mmc [n=mima@esprx01x.nokia.com] has quit ["Leaving."] 19:21:24 -!- langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has quit [Remote closed the connection] 19:22:10 <eli> synx: Looks fine to me. 19:22:24 <eli> synx: Note that you can simplify the macro: 19:22:55 <eli> (define-syntax-rule (define-named-elements name ...) (begin (define name (named-element 'name)) ...)) 19:23:36 <eli> Also, you require appending the whole actual output, which can be inefficient, and you do that building your way up to the final result, which can make it much worse. 19:23:40 <synx> Eh, it's equivalent, and not too hard to read as-is. 19:24:05 <eli> So is the short version. (Actually, the short version is more readable IMO.) 19:24:13 <synx> The whole actual output...? 19:24:25 <eli> Yes, you `string-append' the output. 19:25:04 <synx> Right it all ends up as one big string. 19:25:31 hark [n=strider@hark.slew.org] has joined #scheme 19:27:09 <synx> You can leave the ellipses by themselves like that? That's kind of odd... 19:27:32 <eli> And you may build up a string from built-up strings => can be very inefficient. 19:28:06 <eli> And it means that you can't plant special values in the result -- I like to be able to stick thunks and promises there. 19:28:14 <eli> "leave ellipses by themselves"? 19:32:04 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 19:33:36 <synx> Promises I hadn't considered hm... 19:33:45 <synx> eli: ment 'name)) ...)) 19:34:12 <synx> At the end of your syntax thingy 19:34:50 <eli> It's not left alone -- the ellipsis at the end applies to both the quoted an unquoted names inside. 19:35:35 <synx> Would that expand (define-named-element a b c d e f) to (define a (named-element 'a)) b c d e f? 19:35:36 <synx> inside what? 19:36:16 <synx> oh, you mean (define name (named-element 'name)) ... sort of applies that (define) expression to every name in the name ... 19:36:28 <eli> No, it would expand to (begin (define a (named-element 'a)) (define b (named-element 'b)) (define c (named-element 'c))) 19:37:20 <synx> How odd. Convenient though. 19:37:39 <eli> I have no idea what's odd there. 19:37:58 <synx> So (X n) ... from "n ..." takes 19:38:02 <synx> erg 19:38:18 <synx> So "(X n) ..." from "n ..." takes every n and wraps an X around it. 19:38:40 <eli> Yes. 19:38:50 <synx> Somehow it searches through the first expression to find what's being expanded. 19:39:04 <eli> rudybot: eval (define-syntax-rule (foo x ...) (list (list '< x '>) ...)) 19:39:04 -!- reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote closed the connection] 19:39:05 <rudybot> eli: your scheme/base sandbox is ready 19:39:09 <eli> rudybot: eval (foo 1 2 3 4) 19:39:10 <rudybot> eli: ; Value: ((< 1 >) (< 2 >) (< 3 >) (< 4 >)) 19:39:41 reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 19:42:40 wrldpc_ [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 19:42:40 -!- wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [Read error: 104 (Connection reset by peer)] 19:42:41 <synx> Okay, so my encoder takes account for promises now. It also uses a more specific definition of thunk than just procedure? 19:45:14 -!- appletizer [i=user@82-32-123-217.cable.ubr04.hawk.blueyonder.co.uk] has quit [Remote closed the connection] 19:48:05 <eli> But you're still collecting the full list before you print it out. 19:52:42 <synx> I don't know what you want me to do exactly. 19:53:09 <synx> I could try to make it so if it finds a promise, that propogates upward and the whole document becomes a promise? 19:56:29 reprore__ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 19:56:44 -!- reprore [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 113 (No route to host)] 19:56:54 <eli> A strategy that works better is to collect some type that contains the various strings etc instead of an actual string. A natural type for this are lists. 19:57:40 <synx> Okay, so make a giant list, that you then flatten and string-append? 19:57:46 <synx> That'd still error out for promises and thunks. 19:59:24 <synx> I think the best would be to make an append procedure that's aware of those sort of deferrals, and defers instead of erroring out. 20:05:01 <eli> huh? 20:05:21 <eli> You make a giant list -- which is better than a giant string. 20:05:37 <eli> You never flatten and append it, you just print out the elements one by one. 20:05:47 <synx> string-append, if it finds a promise not a string, it errors out. 20:06:03 <eli> You don't `string-append'. 20:06:48 <synx> So you mean I make a special print statement that prints out all the elements, and forces/de-thunks as needed? 20:06:58 <eli> Yes. It's simple. 20:07:26 <synx> Be simpler than making a special append procedure I guess. 20:07:47 -!- ejs [n=eugen@23-62-178-94.pool.ukrtel.net] has quit ["Leaving"] 20:07:59 <eli> rudybot: eval (define (output x) (cond [(pair? x) (output (car x)) (output (cdr x))] [(or (null? x) (not x) (void? x)) (void)] [(procedure? x) (output (x))] [(promise? x) (output (force x))] [else (display x)])) 20:08:23 <eli> rudybot: eval (define (bold xs) (list "*" xs "*")) 20:08:35 <eli> rudybot: eval (show (list "foo" "bar" (bold "baz"))) 20:08:36 <rudybot> eli: error: reference to an identifier before its definition: show in module: 'program 20:08:42 <eli> rudybot: eval (output (list "foo" "bar" (bold "baz"))) 20:08:42 <rudybot> eli: error: reference to an identifier before its definition: promise? in module: 'program 20:08:48 Jarvellis [n=jarv@dsl-217-155-101-22.zen.co.uk] has joined #scheme 20:08:54 <eli> rudybot: init scheme 20:08:56 <rudybot> eli: your scheme sandbox is ready 20:08:59 <eli> rudybot: eval (define (output x) (cond [(pair? x) (output (car x)) (output (cdr x))] [(or (null? x) (not x) (void? x)) (void)] [(procedure? x) (output (x))] [(promise? x) (output (force x))] [else (display x)])) 20:09:03 <eli> rudybot: eval (define (bold xs) (list "*" xs "*")) 20:09:06 <eli> rudybot: eval (output (list "foo" "bar" (bold "baz"))) 20:09:12 <rudybot> eli: ; stdout: "foobar*baz*" 20:09:20 <eli> rudybot: eval (output (list "foo" (bold "bar" (bold "baz")))) 20:09:21 <rudybot> eli: error: procedure bold: expects 1 argument, given 2: "bar" ("*" "baz" "*") 20:09:30 <eli> rudybot: eval (define (bold . xs) (list "*" xs "*")) 20:09:33 <eli> rudybot: eval (output (list "foo" (bold "bar" (bold "baz")))) 20:09:34 <rudybot> eli: ; stdout: "foo*bar*baz**" 20:10:05 <eli> synx: There -- there was no need to allocate a new "*baz*" string, and then use that to allocate "bar*baz*" and then "*bar*baz**" etc. 20:10:35 MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has joined #scheme 20:11:06 <synx> whatever works then 20:15:08 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 20:15:19 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [No route to host] 20:18:17 -!- Jarvellis [n=jarv@dsl-217-155-101-22.zen.co.uk] has quit [Remote closed the connection] 20:20:33 <synx> What if the thunk returns void? 20:20:44 jonrafkind [n=jon@eng-4-143.hotspot.utah.edu] has joined #scheme 20:21:01 <synx> Oh, what if the thunk errors out? 20:21:05 <synx> That would mean you couldn't display an error document. 20:22:38 <leppie> you display a picture or a popup window instead 20:22:44 <leppie> :) 20:23:06 <synx> Right and I do this on someone else's computer how...? 20:23:17 -!- jewel [n=jewel@41.242.133.68] has quit [Connection timed out] 20:23:32 <synx> Maybe the best of both worlds, a special append procedure that produces a list of only strings, and an output procedure to print those lists without non-XML parentheses added in. 20:25:02 synthase [n=synthase@68.63.48.10] has joined #scheme 20:28:31 <eli> synx: What's wrong with just letting the error abort the output as usual? 20:30:33 <synx> Oh I was talking to elf the other day about valid documents and such, and elf pointed out that you can send an error document if an error occurs, but not if you already started sending a document. 20:33:06 <eli> Yes, *if* you want to show an error, then you must execute thunks and force promises before you start working on the output. 20:33:31 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 20:34:29 -!- attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has quit ["..."] 20:34:44 attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has joined #scheme 20:36:54 <synx> Well, I guess it depends on how much I care about the people reading. 20:37:16 -!- reprore__ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Read error: 113 (No route to host)] 20:37:32 reprore_ [n=reprore@ntkngw372060.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 20:41:00 <bpalmer> abort the connection! people will figure it out 20:41:54 <synx> danger will robinson! 20:44:30 Mr-Cat [n=Mr-Cat@bahirkin1507.static.corbina.ru] has joined #scheme 20:46:33 <Mr-Cat> Is it ok, that in chicken repl when expanding macro with ,x i don't see macro definitions (this macro produces another macros)? 20:48:10 <sjamaan> I think ,x fully expands, no? 20:48:58 <Mr-Cat> Maybe 20:49:41 <sjamaan> I think it wouldn't be much otherwise. What if you have a recursive macro, for example? 20:49:42 <Mr-Cat> it seems to fully expand and eliminate all macro definitions 20:49:57 <sjamaan> s/much/much use/ 20:51:14 <Mr-Cat> sjaaman: Why not. Imho it would be nice if macro _definitions_ (not usages as in your example with recursive macro) were not eliminated. 20:52:49 <sjamaan> I don't know, but you define macros using syntax too 20:52:58 <sjamaan> So maybe that means that those have to disappear also 20:53:05 -!- bzzbzz [n=franco@207.236.146.245] has quit ["leaving"] 20:53:16 <sjamaan> It's probably best to ask on the mailinglist 20:55:00 <Mr-Cat> Probably.... 20:55:32 -!- jonrafkind [n=jon@eng-4-143.hotspot.utah.edu] has quit [Read error: 110 (Connection timed out)] 21:15:00 -!- RageOfThou [n=RageOfTh@92.36.178.120] has quit ["Leaving"] 21:15:07 RageOfThou [n=RageOfTh@92.36.178.120] has joined #scheme 21:15:32 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 21:19:15 breily [n=breily@173.15.192.254] has joined #scheme 21:19:45 -!- schmalbe [n=bernhard@p549A17A7.dip0.t-ipconnect.de] has quit [Remote closed the connection] 21:19:59 meanburrito920_ [n=John@adsl-76-236-76-87.dsl.lsan03.sbcglobal.net] has joined #scheme 21:30:45 -!- ecraven [n=nex@140.78.42.103] has quit ["bbl"] 21:31:33 Narrenschiff [n=ritchie@xolotl.plus.com] has joined #scheme 21:33:01 <Mr-Cat> rudybot: eval (random 3.5) 21:33:02 <rudybot> Mr-Cat: your sandbox is ready 21:33:02 <rudybot> Mr-Cat: error: random: expects argument of type <exact integer in [1, 4294967087] or pseudo-random-generator>; given 3.5 21:33:08 <Mr-Cat> rrrr 21:33:17 <Mr-Cat> rusybot: eval (random) 21:33:21 <Mr-Cat> rudybot: eval (random) 21:33:22 <rudybot> Mr-Cat: ; Value: 0.455434363738249 21:33:23 <Mr-Cat> rudybot: eval (random) 21:33:24 <rudybot> Mr-Cat: ; Value: 0.6962106292629174 21:33:28 <Mr-Cat> aha 21:34:07 mike [n=m@dslb-088-066-234-110.pools.arcor-ip.net] has joined #scheme 21:34:11 <Narrenschiff> A message to you, Rudy? 21:34:33 -!- mike is now known as Guest68080 21:34:43 <Mr-Cat> Ah, chicken seems not to have a floating-point [0, 1) random rrrrrrr 21:34:46 lolcow [n=lolcow@196-210-177-64-wblv-esr-3.dynamic.isadsl.co.za] has joined #scheme 21:35:10 <Riastradh> Try SRFI 27, Mr-Cat. 21:35:46 <Mr-Cat> thnx 21:36:45 -!- leppie [n=lolcow@196.210.200.235] has quit [Read error: 60 (Operation timed out)] 21:37:59 -!- Guest68080 [n=m@dslb-088-066-234-110.pools.arcor-ip.net] has quit [Client Quit] 21:38:13 -!- lolcow is now known as leppie 21:39:42 exexex [n=chatzill@88.234.120.48] has joined #scheme 21:42:21 -!- Narrenschiff [n=ritchie@xolotl.plus.com] has quit [] 21:44:08 <Mr-Cat> Good, that srfi-27 offers some simple functions, that can be used without initializing over 9000 random sources, entropies and etc. 21:45:14 Narrenschiff [n=ritchie@xolotl.plus.com] has joined #scheme 21:45:27 <Mr-Cat> Oh, srfi-27 installation woth chicken-setup fails ( 21:45:43 bombshelter13 [n=bombshel@209-161-238-179.dsl.look.ca] has joined #scheme 21:45:52 <Mr-Cat> s/woth/with/ 21:47:57 <lisppaste> Mr_Cat pasted "srfi-27 installation with chicken-setup fails rrrrr this is an error log" at http://paste.lisp.org/display/77648 21:48:43 <Mr-Cat> Did anybody come across this error? 21:49:18 borism [n=boris@195-50-204-92-dsl.krw.estpak.ee] has joined #scheme 21:59:42 <Mr-Cat> Fortunately gsl-srfi-27 works fine 22:01:34 johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has joined #scheme 22:12:11 -!- npe [i=npe@dn157-088.naist.jp] has quit [Read error: 104 (Connection reset by peer)] 22:12:23 npe [i=npe@dn157-088.naist.jp] has joined #scheme 22:14:43 -!- hkBst [n=hkBst@gentoo/developer/hkbst] has quit [Read error: 104 (Connection reset by peer)] 22:19:38 -!- wrldpc_ [n=worldpea@ool-ad03fe34.dyn.optonline.net] has quit [] 22:19:41 -!- underspecified [n=eric@softbank220043052007.bbtec.net] has quit [] 22:20:02 gweiqi [n=greg@69.120.126.163] has joined #scheme 22:20:29 <synx> dangit I just can't seem to rename url to uri this sucks... 22:20:38 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [Remote closed the connection] 22:21:02 <synx> stupid magic struct definitions. 22:21:07 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 22:21:19 underspecified [n=eric@softbank220043052007.bbtec.net] has joined #scheme 22:22:09 -!- tombom [i=tombom@wikipedia/Tombomp] has quit ["Peace and Protection 4.22.2"] 22:24:49 -!- Fare [n=Fare@ita4fw1.itasoftware.com] has quit [Read error: 110 (Connection timed out)] 22:25:40 -!- aaco [n=aaco@unaffiliated/aaco] has quit ["Leaving"] 22:29:47 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [Read error: 145 (Connection timed out)] 22:34:45 -!- siloxid` [n=user@rrcs-74-62-20-253.west.biz.rr.com] has quit [Remote closed the connection] 22:38:58 -!- exexex [n=chatzill@88.234.120.48] has quit [Remote closed the connection] 22:42:10 hadronzoo [n=user@ppp-70-250-188-181.dsl.rcsntx.swbell.net] has joined #scheme 22:42:50 -!- choas [n=lars@p5B0DC725.dip.t-dialin.net] has quit ["leaving"] 22:47:16 Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has joined #scheme 22:54:31 <synx> I'm finding making a copy of an object unusually difficult. 22:55:10 -!- kniu [n=kniu@DA-YU.RES.CMU.EDU] has quit ["Leaving"] 22:55:31 kniu [n=kniu@DA-YU.RES.CMU.EDU] has joined #scheme 22:55:54 <Mr-Cat> synx: Is it possible at all? 22:57:37 -!- bweaver [n=user@75.148.111.133] has quit ["ERC Version 5.3 (IRC client for Emacs)"] 22:57:38 <synx> Yes, but it's really ugly. You can't use namespaces very well when doing it. 22:58:08 <Mr-Cat> synx: namespaces? Does scheme have them? 22:58:35 <Mr-Cat> Is namespaces a plt-specific feature? 22:58:53 <synx> (struct-copy url obj (query (something))) will fail if the accessors are not specifically named url-scheme url-host, url-query, etc... 22:59:16 -!- dlt_ [n=dlt@201.57.58.146] has quit [Read error: 113 (No route to host)] 22:59:26 <synx> Mr-Cat: I don't think namespaces are plt-specific. It's the practice of appending a prefix to a name, depending on what module the thing is frome. 22:59:31 <synx> from 23:01:51 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 23:01:55 <Mr-Cat> synx: I'm spoiled with .net and java, so when I hear `namespaces', it's not `just appending' I'm thinking about :) 23:03:30 <synx> Well, I should have said prepending sorry. Hard to 'append' a 'prefix' <.< 23:04:19 -!- Narrenschiff [n=ritchie@xolotl.plus.com] has quit [] 23:04:42 <Mr-Cat> synx: Well, I've also mixed up `appending' and `prepending' :) 23:05:28 <synx> But what is there to namespaces besides that? 23:05:46 -!- geckosenator [n=sean@71.237.94.78] has quit [Remote closed the connection] 23:06:06 -!- Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has quit [Read error: 110 (Connection timed out)] 23:08:43 -!- a-s [n=user@92.80.66.203] has quit [Remote closed the connection] 23:09:23 <Mr-Cat> In .net/java/c++, for example, namespace is a part of a name, but a special part. when you're `inside' a namespace (inside a specially marked region of code) or you don't have to prepend namespace name to names and all defined names automatically belong to the namespace. Outside a namespace you can import it and use all names without prefixes... 23:12:13 <wastrel> this is the scheme channel 23:12:27 <Mr-Cat> really? :) 23:17:02 wrldpc [n=worldpea@ool-ad03fe34.dyn.optonline.net] has joined #scheme 23:27:41 <Mr-Cat> Is it possible to tweak comments indenting in quack, so that the're indented just like s-exprs 23:27:42 <Mr-Cat> ? 23:28:29 <proq> quack? 23:30:59 <Mr-Cat> That's scheme plugin for emacs: http://www.neilvandyke.org/quack/ 23:33:34 -!- RageOfThou [n=RageOfTh@92.36.178.120] has quit [Read error: 110 (Connection timed out)] 23:39:54 tessier_ [n=treed@kernel-panic/sex-machines] has joined #scheme 23:49:14 arcfide [n=arcfide@adsl-99-14-210-146.dsl.bltnin.sbcglobal.net] has joined #scheme 23:53:26 -!- Mr-Cat [n=Mr-Cat@bahirkin1507.static.corbina.ru] has quit [Remote closed the connection]