00:00:46 -!- Myk268 [~myk@71.149.240.144] has left #scheme 00:06:11 masm1 [~masm@bl17-199-88.dsl.telepac.pt] has joined #scheme 00:06:13 -!- masm [~masm@bl17-199-88.dsl.telepac.pt] has quit [Ping timeout: 265 seconds] 00:10:18 hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has joined #scheme 00:15:10 Nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 00:15:12 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 264 seconds] 00:26:31 -!- francisl [~flavoie@199.84.164.114] has quit [Ping timeout: 260 seconds] 00:35:45 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 00:38:03 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Read error: No route to host] 00:42:52 For the constant/literal representation of vectors, why do we use #(foo bar) and not, say, (vector-literal foo bar), which could optionally be shortened to #(foo bar) just like '(foo bar) turns into (quote foo bar) ? 00:43:17 Same question applies to most things for which one would typically think of implementing reader syntax, I guess. 00:48:38 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 244 seconds] 00:51:30 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 01:01:45 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 01:04:25 -!- robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has quit [Read error: Connection reset by peer] 01:04:38 robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has joined #scheme 01:04:42 -!- protist [~protist@222.153.223.42] has quit [Ping timeout: 265 seconds] 01:11:48 -!- amgarchIn9 [~amgarchin@p4FD605B7.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 01:13:16 -!- robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has quit [Read error: No route to host] 01:13:41 robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has joined #scheme 01:14:45 Saeren_ [~saeren@mail.skepsi.net] has joined #scheme 01:16:51 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 01:16:51 mmc [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 01:18:17 -!- fizzie [fis@unaffiliated/fizzie] has quit [Ping timeout: 264 seconds] 01:18:17 -!- dan64 [dan64@dannyadam.com] has quit [Ping timeout: 264 seconds] 01:18:17 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 264 seconds] 01:18:17 -!- Saeren [~saeren@mail.skepsi.net] has quit [Ping timeout: 264 seconds] 01:20:30 fizzie [fis@unaffiliated/fizzie] has joined #scheme 01:23:05 dan64 [dan64@dannyadam.com] has joined #scheme 01:26:27 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Ping timeout: 276 seconds] 01:27:06 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 01:32:22 protist [~protist@222.153.223.42] has joined #scheme 01:37:39 -!- robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has quit [Quit: This computer has gone to sleep] 01:40:08 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 01:43:48 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 265 seconds] 01:46:25 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 01:50:21 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 02:01:50 -!- protist [~protist@222.153.223.42] has quit [Ping timeout: 255 seconds] 02:04:25 astertronistic [~astertron@ip68-8-238-110.sd.sd.cox.net] has joined #scheme 02:13:52 -!- masm1 [~masm@bl17-199-88.dsl.telepac.pt] has quit [Quit: Leaving.] 02:13:54 hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has joined #scheme 02:14:12 -!- peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has quit [Ping timeout: 248 seconds] 02:19:47 Natch_u [~Natch@c-a9cfe155.25-4-64736c10.cust.bredbandsbolaget.se] has joined #scheme 02:21:38 -!- Natch [~Natch@c-a9cfe155.25-4-64736c10.cust.bredbandsbolaget.se] has quit [Ping timeout: 255 seconds] 02:21:38 -!- Natch_u is now known as Natch 02:24:04 mark_weaver [~user@209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 02:29:33 taylanub: the way things work now, 'read' will produce a vector if the string is "#(1 2 3)". 02:30:14 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 02:30:14 taylanub: if #(...) was instead a shorthand for (vector-literal ...), then 'read' would produce a list starting with 'vector-literal'. 02:30:44 and the conversion to a vector would not happen until the code was evaluated. 02:48:17 jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has joined #scheme 02:48:17 -!- jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has quit [Changing host] 02:48:17 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 02:58:34 -!- wbooze [~wbooze@xdsl-87-79-249-211.netcologne.de] has quit [Ping timeout: 252 seconds] 03:01:40 -!- adiii [~adityavit@NYUFGA-STERNPRIV-01.NATPOOL.NYU.EDU] has quit [Ping timeout: 246 seconds] 03:03:16 -!- snits [~snits@inet-hqmc01-o.oracle.com] has quit [Remote host closed the connection] 03:09:45 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 03:15:28 jeapostr1phe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has joined #scheme 03:15:29 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Read error: Connection reset by peer] 03:16:11 snits [~snits@174-17-119-85.phnx.qwest.net] has joined #scheme 03:21:55 -!- githogori [~githogori@c-24-7-2-126.hsd1.ca.comcast.net] has quit [Ping timeout: 265 seconds] 03:23:48 adiii [~adityavit@NYUFGA-STERNPRIV-01.NATPOOL.NYU.EDU] has joined #scheme 03:31:41 spiderweb [~user@unaffiliated/lcc] has joined #scheme 03:36:07 githogori [~githogori@c-24-7-2-126.hsd1.ca.comcast.net] has joined #scheme 03:37:24 -!- MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Ping timeout: 264 seconds] 03:40:12 francisl [~flavoie@bas6-montreal45-1176366805.dsl.bell.ca] has joined #scheme 03:48:35 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 246 seconds] 03:58:29 ASau`` [~user@46.115.58.50] has joined #scheme 03:58:31 -!- cataska [~cataska@210.64.6.233] has quit [Quit: leaving] 04:01:59 -!- ASau` [~user@46.115.84.2] has quit [Ping timeout: 260 seconds] 04:06:46 -!- youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Quit: Bed-time?] 04:08:03 samth_ [~samth@c-24-128-49-100.hsd1.ma.comcast.net] has joined #scheme 04:11:42 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:12:38 -!- samth_ [~samth@c-24-128-49-100.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 04:18:44 dan64- [dan64@dannyadam.com] has joined #scheme 04:20:27 -!- dan64 [dan64@dannyadam.com] has quit [Ping timeout: 245 seconds] 04:20:27 -!- dan64- is now known as dan64 04:20:57 -!- dan64 is now known as Guest79863 04:23:20 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 265 seconds] 04:23:50 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 04:25:51 -!- jeapostr1phe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has quit [Ping timeout: 276 seconds] 04:26:18 jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has joined #scheme 04:26:18 -!- jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has quit [Changing host] 04:26:18 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 04:46:59 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 265 seconds] 04:51:05 cataska [~cataska@210.64.6.233] has joined #scheme 05:01:13 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 05:01:41 -!- Saeren_ [~saeren@mail.skepsi.net] has quit [Remote host closed the connection] 05:10:32 -!- francisl [~flavoie@bas6-montreal45-1176366805.dsl.bell.ca] has quit [Quit: francisl] 05:13:44 -!- snorble_ [~snorble@213.101.209.229] has quit [Ping timeout: 260 seconds] 05:23:32 William [~William@108-85-16-151.lightspeed.gnvlsc.sbcglobal.net] has joined #scheme 05:23:39 -!- William is now known as tertl3 05:27:35 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Read error: Connection reset by peer] 05:29:34 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 05:36:21 gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has joined #scheme 05:47:29 jonrafkind [~jon@jonr5.dsl.xmission.com] has joined #scheme 05:47:29 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Changing host] 05:47:29 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 05:58:43 ASau``` [~user@46.115.53.29] has joined #scheme 06:01:00 -!- ASau``` is now known as ASau 06:02:31 -!- ASau`` [~user@46.115.58.50] has quit [Ping timeout: 260 seconds] 06:16:11 jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has joined #scheme 06:23:12 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Ping timeout: 265 seconds] 06:32:44 -!- dca [~dca@93-80-208-220.broadband.corbina.ru] has quit [Ping timeout: 244 seconds] 06:50:23 -!- masak [masak@feather.perl6.nl] has quit [Ping timeout: 255 seconds] 06:52:50 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 07:08:00 -!- jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has quit [Ping timeout: 264 seconds] 07:09:36 Hi all. I can't find the definition of accumulate on R5RS: http://schemers.org/Documents/Standards/R5RS/HTML/ 07:09:59 accumulate is not in R5RS 07:10:33 where is it in? 07:11:10 I don't know. I'm not familiar with it. Where did you see it referenced? 07:11:54 I know it exists (in STK) 07:12:03 -!- impaktor [~user@b2.thep.lu.se] has quit [Ping timeout: 260 seconds] 07:12:11 that's an slib function right? 07:12:25 -!- yacks [~yacks@180.151.36.171] has quit [Read error: Connection reset by peer] 07:13:13 i don't know what a slib is 07:13:27 hmm, nevermind 07:13:47 it's a portable scheme library 07:15:21 covi: do you have a pointer to docs about it? I'm having trouble finding the STk docs for it on the web. 07:15:56 mark_weaver: no i don't. that's why i'm looking for it. I understand the function, just wanna look at a more detailed explanation 07:17:18 covi: I found some examples of its use, and I suspect it is similar (maybe identical) to 'fold' from SRFI-1. 07:17:49 which is sometimes called 'fold-left' or 'foldl' elsewhere. 07:18:32 I never remembered the diff. between foldl and foldr. Well, accumulate is the fold from right to left 07:18:33 sorry, that was a mistake. it looks like 'fold-right' from SRFI-1. 07:21:57 hey everyone, is there a guide for writing large projects in pure r5rs scheme? 07:22:21 using slib as the only dependency? 07:23:42 one question I had was if it was possible to use provide and require from slib for your managing including your own modules 07:23:57 I really think that's a bad idea. 07:24:02 yeah 07:24:19 I would recommend using either R6RS or R7RS. 07:24:32 and the SRFIs, and other available libraries. 07:24:52 yeah.. 07:24:55 out of curiosity, what large project do you have in mind? 07:25:13 I don't know, I was just thinking about writing some code in scheme again 07:25:21 and I wanted to maximize portability 07:25:32 there's a lot of different r5rs implementations out there 07:26:42 it really depends on what kind of software you are writing. 07:26:55 yeah, the lack of a module system is a bit of an issue 07:28:27 I guess I could use a subset of r6rs, use that module system, and then compile it down to r5rs 07:29:00 mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has joined #scheme 07:29:23 maybe using the modules' data to infer what depends on what, and then putting all the loading in a root init file 07:30:15 or translate the modules to the r5rs implementation specific module system 07:31:22 The R7RS module system was designed to be easily implementable on top of the native module systems of existing scheme implementations. 07:31:35 cool, yeah 07:31:49 I looked at r6rs's modules and it looks pretty complicated 07:32:48 R6RS is a much more ambitious standard, which has both pros and cons. 07:33:36 yeah, are there any good r7rs implementations yet? 07:34:05 It might well be the case that R6RS is a better target for practical and portable large projects. 07:34:13 that' true 07:34:19 *that's 07:34:36 There's Chibi scheme, which is quite minimal. 07:34:46 cool, thanks, I'll check that out 07:40:25 -!- mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has quit [Ping timeout: 244 seconds] 07:44:20 -!- cibs [~cibs@219-87-142-18.static.tfn.net.tw] has quit [Quit: leaving] 07:47:02 -!- gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 07:51:06 gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has joined #scheme 07:55:07 cibs [~cibs@218.211.32.194] has joined #scheme 07:55:54 dca [~dca@95-28-43-181.broadband.corbina.ru] has joined #scheme 07:56:23 -!- ASau [~user@46.115.53.29] has quit [Ping timeout: 245 seconds] 08:00:25 cdidd [~cdidd@95-28-64-55.broadband.corbina.ru] has joined #scheme 08:00:35 geeksir [~geeksir@218.5.46.150] has joined #scheme 08:01:06 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 08:06:23 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 08:07:16 -!- geeksir [~geeksir@218.5.46.150] has left #scheme 08:08:24 civodul [~user@193.50.110.62] has joined #scheme 08:16:39 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 08:18:34 procktopus [~prock@75.108.126.146] has joined #scheme 08:46:39 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 260 seconds] 08:49:49 yacks [~yacks@180.151.36.171] has joined #scheme 08:53:33 mark_weaver: I see, saying it that way makes it clear, thanks. :) 08:53:44 (Re. reader syntax.) 08:54:31 pjb-v` [~t@voyager.informatimago.com] has joined #scheme 08:56:42 wingo [~wingo@fanzine.igalia.com] has joined #scheme 08:57:21 -!- rapacity [~rapacity@unaffiliated/rapacity] has quit [Ping timeout: 265 seconds] 08:57:21 -!- ozzloy [~ozzloy@unaffiliated/ozzloy] has quit [Ping timeout: 265 seconds] 08:58:01 ozzloy [~ozzloy@ozzloy.lifeafterking.org] has joined #scheme 08:58:01 -!- ozzloy [~ozzloy@ozzloy.lifeafterking.org] has quit [Changing host] 08:58:01 ozzloy [~ozzloy@unaffiliated/ozzloy] has joined #scheme 08:58:48 -!- pjb-v [~t@voyager.informatimago.com] has quit [Ping timeout: 265 seconds] 08:58:48 -!- gabot [~eli@racket/bot/gabot] has quit [Ping timeout: 265 seconds] 08:59:32 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Read error: Connection reset by peer] 09:00:42 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Read error: Connection reset by peer] 09:00:57 -!- procktopus [~prock@75.108.126.146] has quit [Quit: leaving] 09:01:10 rapacity [~rapacity@unaffiliated/rapacity] has joined #scheme 09:02:57 gabot [~eli@racket/bot/gabot] has joined #scheme 09:03:22 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 09:06:14 -!- mark_weaver [~user@209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 09:09:46 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 09:09:58 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Read error: Operation timed out] 09:16:05 -!- yacks [~yacks@180.151.36.171] has quit [Ping timeout: 255 seconds] 09:22:06 graememcc [~chatzilla@host31-52-180-43.range31-52.btcentralplus.com] has joined #scheme 09:41:22 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 246 seconds] 09:42:25 add^_ [~add^_@m90-141-11-136.cust.tele2.se] has joined #scheme 10:11:22 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 10:11:26 -!- taylanub [tub@p4FD93B55.dip.t-dialin.net] has quit [Disconnected by services] 10:11:40 taylanub [tub@p4FD91F3F.dip.t-dialin.net] has joined #scheme 10:30:00 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 250 seconds] 10:32:43 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 10:39:58 -!- githogori [~githogori@c-24-7-2-126.hsd1.ca.comcast.net] has quit [Ping timeout: 250 seconds] 10:52:44 yacks [~yacks@180.151.36.171] has joined #scheme 10:58:07 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 10:59:35 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 255 seconds] 11:00:15 hkBst [~marijn@79.170.210.172] has joined #scheme 11:00:15 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 11:00:15 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 11:08:20 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 11:11:31 masm [~masm@bl17-199-88.dsl.telepac.pt] has joined #scheme 11:18:02 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 265 seconds] 11:18:31 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 11:26:51 Jayrays [~Jayrays@unaffiliated/jayrays] has joined #scheme 11:29:56 -!- drdo [~drdo@roach0.drdo.eu] has quit [Ping timeout: 248 seconds] 11:33:43 drdo [~drdo@roach0.drdo.eu] has joined #scheme 11:37:34 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Remote host closed the connection] 11:47:32 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 11:50:58 -!- gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 11:51:13 gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has joined #scheme 11:52:36 saac [~saac@a85-138-109-155.cpe.netcabo.pt] has joined #scheme 12:00:20 kk` [~kk@unaffiliated/kk/x-5380134] has joined #scheme 12:00:32 -!- Jayrays [~Jayrays@unaffiliated/jayrays] has quit [Ping timeout: 265 seconds] 12:03:22 -!- newbie_coder [4267ffa3@gateway/web/freenode/ip.66.103.255.163] has quit [Ping timeout: 245 seconds] 12:30:33 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 12:34:38 Jayrays [~Jayrays@unaffiliated/jayrays] has joined #scheme 12:40:49 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 12:41:44 -!- adiii [~adityavit@NYUFGA-STERNPRIV-01.NATPOOL.NYU.EDU] has quit [Ping timeout: 250 seconds] 12:42:26 -!- amoe_ [~amoe@host-2-99-124-134.as13285.net] has quit [Quit: leaving] 12:42:38 -!- gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 12:42:53 amoe [~amoe@host-2-99-124-134.as13285.net] has joined #scheme 12:42:55 gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has joined #scheme 12:43:34 -!- amoe [~amoe@host-2-99-124-134.as13285.net] has quit [Client Quit] 12:44:44 amoe [~amoe@host-2-99-124-134.as13285.net] has joined #scheme 12:51:09 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Remote host closed the connection] 12:57:05 dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has joined #scheme 13:13:28 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 245 seconds] 13:14:43 hkBst [~marijn@79.170.210.172] has joined #scheme 13:14:43 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 13:14:43 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 13:16:04 impaktor [~user@b2.thep.lu.se] has joined #scheme 13:16:30 b4283 [~b4283@1-172-82-104.dynamic.hinet.net] has joined #scheme 13:38:27 -!- Jayrays [~Jayrays@unaffiliated/jayrays] has quit [] 13:40:55 adiii [~adityavit@NYUFGA-STERNPRIV-01.NATPOOL.NYU.EDU] has joined #scheme 13:44:21 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 13:47:39 jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has joined #scheme 13:47:39 -!- jeapostrophe [~jay@69.169.141.110.provo.static.broadweavenetworks.net] has quit [Changing host] 13:47:39 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 13:54:36 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 13:55:12 robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has joined #scheme 13:56:31 -!- hiroaki [~hiroaki@77-20-78-82-dynip.superkabel.de] has quit [Ping timeout: 256 seconds] 13:56:33 -!- yacks [~yacks@180.151.36.171] has quit [Ping timeout: 276 seconds] 13:56:56 -!- robolobster54 [~robolobst@133.Red-79-154-119.dynamicIP.rima-tde.net] has quit [Client Quit] 13:57:12 -!- masm [~masm@bl17-199-88.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 13:57:17 masm1 [~masm@bl17-199-88.dsl.telepac.pt] has joined #scheme 14:08:43 -!- astertronistic [~astertron@ip68-8-238-110.sd.sd.cox.net] has quit [Quit: Leaving] 14:09:06 yacks [~yacks@180.151.36.171] has joined #scheme 14:09:35 hiroaki [~hiroaki@p5B04B19E.dip.t-dialin.net] has joined #scheme 14:10:12 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Ping timeout: 276 seconds] 14:15:43 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 14:24:05 jrajav [~jrajav@167.68.114.6] has joined #scheme 14:25:49 -!- metasyntax|work [~taylor@proxy5.med-web.com] has quit [Quit: WeeChat [quit]] 14:25:58 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 14:27:39 francisl [~flavoie@199.84.164.114] has joined #scheme 14:27:57 -!- kk` [~kk@unaffiliated/kk/x-5380134] has quit [Quit: WeeChat 0.3.9.2] 14:45:08 -!- yacks [~yacks@180.151.36.171] has quit [Ping timeout: 244 seconds] 14:55:04 yacks [~yacks@180.151.36.171] has joined #scheme 15:02:05 -!- impaktor [~user@b2.thep.lu.se] has quit [Read error: Connection reset by peer] 15:02:21 impaktor [~user@b2.thep.lu.se] has joined #scheme 15:07:03 MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has joined #scheme 15:07:10 wbooze [~wbooze@xdsl-78-35-141-87.netcologne.de] has joined #scheme 15:12:15 metasyntax|work [~tvenable@proxy5.med-web.com] has joined #scheme 15:12:18 -!- MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Read error: Connection reset by peer] 15:12:29 MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has joined #scheme 15:18:29 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 15:21:57 -!- metasyntax|work [~tvenable@proxy5.med-web.com] has quit [Quit: Leaving] 15:23:49 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Quit: What happened to Systems A through E?] 15:28:44 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 15:29:51 any SRFI-ish way to format a number padded with zeros on the left to a certain width? or does any scheme have a function for this in its libraries? 15:30:02 I already have a function to do it, but just curious 15:31:15 http://synthcode.com/scheme/fmt/ can do that, ports for it exist in chicken, gauche and mzscheme 15:31:24 oh and scheme48 15:32:29 and maybe your scheme supports srfi-48 or srfi-28 15:32:32 thanks C-Keen 15:32:51 and I see we actually have 'string-pad' in srfi-13 as well 15:33:16 SRFI-48 can't do it I think, it can only pad with spaces, that's why I was wondering 15:33:31 ~w,dF [Fixed] the arg is a string or number which has width w and d digits after the decimal 15:34:08 maybe I am misreading this 15:35:04 (format "~5,1F" 8) => " 8.0" 15:35:35 -!- dnolen [~user@cpe-74-64-32-223.nyc.res.rr.com] has quit [Ping timeout: 246 seconds] 15:36:37 hkBst_ [~marijn@79.170.210.172] has joined #scheme 15:36:37 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 15:36:37 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 15:37:24 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 248 seconds] 15:37:38 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Quit: MichaelRaskin] 15:39:10 -!- samth_away is now known as samth 15:39:10 amoe: I see, thanks for the clarification 15:47:36 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Ping timeout: 264 seconds] 15:55:34 -!- wbooze [~wbooze@xdsl-78-35-141-87.netcologne.de] has quit [Read error: Connection reset by peer] 16:04:40 metasyntax|work [~tvenable@proxy5.med-web.com] has joined #scheme 16:05:10 masm [~masm@bl17-199-88.dsl.telepac.pt] has joined #scheme 16:07:34 -!- masm1 [~masm@bl17-199-88.dsl.telepac.pt] has quit [Ping timeout: 250 seconds] 16:07:45 wbooze [~wbooze@xdsl-78-35-185-43.netcologne.de] has joined #scheme 16:08:45 mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has joined #scheme 16:08:46 Gurragchaa [u6439@gateway/web/irccloud.com/x-jwwcagxztxoovqht] has joined #scheme 16:21:34 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 265 seconds] 16:22:03 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 16:29:22 jrslepak [~jrslepak@nomad.ccs.neu.edu] has joined #scheme 16:38:30 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 16:42:01 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 16:43:12 -!- jaimef [jaimef@dns.mauthesis.com] has quit [Excess Flood] 16:46:10 jaimef [jaimef@dns.mauthesis.com] has joined #scheme 16:47:14 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Quit: Konversation terminated!] 16:48:31 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 16:49:26 -!- masm [~masm@bl17-199-88.dsl.telepac.pt] has quit [Quit: Leaving.] 16:51:26 -!- civodul [~user@193.50.110.62] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:53:38 -!- snits [~snits@174-17-119-85.phnx.qwest.net] has quit [Ping timeout: 246 seconds] 16:55:32 snits [~snits@inet-hqmc04-o.oracle.com] has joined #scheme 16:57:59 youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 16:58:45 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 17:04:36 Hypocreale [~Hypocreal@c83-252-239-57.bredband.comhem.se] has joined #scheme 17:05:03 Hello, I've got a question on syntax 17:10:22 *Euthy* yawns. 17:11:17 Euthy, How could I scheme-ify this sentence "Have you gotten hooked on scheme and parentheses?" 17:15:18 -!- metasyntax|work [~tvenable@proxy5.med-web.com] has quit [Quit: Leaving] 17:16:11 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 265 seconds] 17:16:41 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 17:18:12 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 17:25:51 (hooked? (you) (and scheme parentheses)) 17:26:30 jeapostrophe [~jay@otherlab.cs.byu.edu] has joined #scheme 17:26:30 -!- jeapostrophe [~jay@otherlab.cs.byu.edu] has quit [Changing host] 17:26:30 jeapostrophe [~jay@racket/jeapostrophe] has joined #scheme 17:28:17 kk` [~kk@unaffiliated/kk/x-5380134] has joined #scheme 17:30:06 amgarchIn9 [~amgarchin@p4FD60694.dip0.t-ipconnect.de] has joined #scheme 17:34:24 -!- nowhere_man_ [~pierre@AStrasbourg-551-1-136-212.w90-26.abo.wanadoo.fr] has quit [Ping timeout: 264 seconds] 17:34:25 nowhereman_ [~pierre@AStrasbourg-551-1-108-173.w90-13.abo.wanadoo.fr] has joined #scheme 17:34:34 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 260 seconds] 17:42:50 -!- francisl [~flavoie@199.84.164.114] has quit [Quit: francisl] 17:44:48 -!- b4283 [~b4283@1-172-82-104.dynamic.hinet.net] has quit [Remote host closed the connection] 17:45:29 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 17:45:38 jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has joined #scheme 17:52:05 francisl [~flavoie@199.84.164.114] has joined #scheme 17:54:05 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 18:02:48 Saeren [~saeren@mail.skepsi.net] has joined #scheme 18:04:19 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 18:05:56 -!- Nisstyre [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 265 seconds] 18:15:39 githogori [~githogori@c-24-7-2-126.hsd1.ca.comcast.net] has joined #scheme 18:19:01 Nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 18:20:29 -!- Hypocreale [~Hypocreal@c83-252-239-57.bredband.comhem.se] has quit [] 18:21:15 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 18:22:49 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Quit: Leaving] 18:23:58 -!- francisl [~flavoie@199.84.164.114] has quit [Quit: francisl] 18:25:13 newbie_coder [4267ffa3@gateway/web/freenode/ip.66.103.255.163] has joined #scheme 18:29:16 -!- saac [~saac@a85-138-109-155.cpe.netcabo.pt] has quit [Ping timeout: 250 seconds] 18:40:46 dnolen [~user@64.124.192.210] has joined #scheme 18:43:03 francisl [~flavoie@199.84.164.114] has joined #scheme 18:47:35 -!- wingo [~wingo@fanzine.igalia.com] has quit [Ping timeout: 255 seconds] 18:47:47 -!- MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Ping timeout: 256 seconds] 18:52:41 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 18:57:10 bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has joined #scheme 19:02:57 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 19:08:04 Kruppe [~user@j2petkovich.uwaterloo.ca] has joined #scheme 19:11:02 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 19:21:19 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 19:44:14 Blkt [~user@82.84.188.5] has joined #scheme 19:53:24 -!- jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has quit [Ping timeout: 276 seconds] 19:59:06 -!- kk` [~kk@unaffiliated/kk/x-5380134] has quit [Quit: WeeChat 0.3.9.2] 20:02:31 pnpuff [~pnpuff@unaffiliated/pnpuff] has joined #scheme 20:07:50 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Quit: WeeChat 0.3.9.2] 20:16:44 -!- wbooze [~wbooze@xdsl-78-35-185-43.netcologne.de] has quit [Ping timeout: 260 seconds] 20:20:10 chaotic_good [~g@209-6-150-35.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #scheme 20:20:24 any web browser in scheme thats better than opera? 20:24:17 wow, gavino lives in brookline 20:24:38 samth: Cool! 20:24:39 chestnut hill 20:24:43 brookline is for plebs 20:25:04 i am dwelling on a 1700mhz p3 20:25:06 1500m ram 20:25:09 freebsd 9.0 20:25:14 lol 20:25:15 well, you should get RCN to change your hostname then 20:25:23 now we all know if things stay in ram things stay fast 20:25:30 but not sure howto make opera do that 20:25:35 trned off disk cache 20:25:50 and I was thinking I bet some scheme genius has a browser avoids disk and is just kicking my ass 20:26:02 RCN no doubt paints with broad strokes 20:26:50 chaotic_good: How's the commute from Chestnut Hill? 20:32:55 I don't live here. 20:32:58 -!- newbie_coder [4267ffa3@gateway/web/freenode/ip.66.103.255.163] has quit [Ping timeout: 245 seconds] 20:33:02 home for holidays 20:33:11 are you gents americans or europeans or? 20:33:36 tizoc` [~user@li25-112.members.linode.com] has joined #scheme 20:34:20 Lucky you, home for the holidays already. 20:34:25 I'm not traveling for another week. 20:34:32 yeah i make so much i havent worked in 6 weeks 20:34:36 waiting until next quarter 20:34:43 -!- karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [*.net *.split] 20:34:43 -!- Zuchto [~zuchto@li305-238.members.linode.com] has quit [*.net *.split] 20:34:43 -!- tizoc [~user@unaffiliated/tizoc] has quit [*.net *.split] 20:34:47 I want over 80/h w2 so its guna be a few weeks 20:34:50 What's you secret? ;) 20:35:04 15 years giant e commerce on tomcat and lamp knowhow 20:35:12 and great bash n tcl skills 20:35:15 :) 20:35:16 karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 20:35:23 Yeah, I can see how that helps. :) 20:35:25 now if i knew scheme, I could fire up sunet and domiante the web 20:35:35 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Quit: *poof*] 20:35:55 dominate 20:36:42 I wonder if there is a scheme version of prevayler yet, or macid, a nice in memory database with update log and whole image dump for recovery runnning blindingly fast 20:37:13 if scheme could extend sunet to that or let sunet query that then many could throw away postgresql oracle mysql db2 mssql and use scheme for whole stack web solution 20:37:29 blobs are remembered at strings pointing to disk so ram doesnt get too crowded 20:38:38 sorry if i got carried away 20:38:48 picolisp has something like this as well as happstack.com 20:38:56 and prevayler was this idea years ago in the jva 20:39:05 seems like it shoulda taken over the web by now to me 20:39:06 dsevilla [~user@119.Red-83-49-54.dynamicIP.rima-tde.net] has joined #scheme 20:39:09 but thats not proof it wont 20:39:16 maybe i need to do a startup and prove it 20:39:42 throw away san use softraid and jbods and hek scheme copy of mogilefs 20:40:37 MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has joined #scheme 20:41:41 tessier_ [~treed@kernel-panic/copilotco] has joined #scheme 20:42:54 bambams_ [~bamccaig@b03s17le.corenetworks.net] has joined #scheme 20:42:54 -!- bambams_ [~bamccaig@b03s17le.corenetworks.net] has quit [Changing host] 20:42:54 bambams_ [~bamccaig@unaffiliated/bamccaig] has joined #scheme 20:43:21 ineiros_ [~itniemin@li271-145.members.linode.com] has joined #scheme 20:43:39 covi_ [~covi@wasp.dreamhost.com] has joined #scheme 20:44:00 Euthy` [~euthy@unaffiliated/euthydemus] has joined #scheme 20:44:00 wbooze [~wbooze@xdsl-78-35-185-43.netcologne.de] has joined #scheme 20:44:01 capisce_ [~srodal@cm-84.215.35.251.getinternet.no] has joined #scheme 20:44:05 http://code.google.com/p/mogilefs/ 20:44:20 -!- tizoc` is now known as tizoc 20:44:36 -!- tizoc [~user@li25-112.members.linode.com] has quit [Changing host] 20:44:36 tizoc [~user@unaffiliated/tizoc] has joined #scheme 20:45:21 chaotic_good: blowin' in the wind ! 20:45:22 Razz_ [~tim@kompiler.org] has joined #scheme 20:45:28 Zuchto [~zuchto@li305-238.members.linode.com] has joined #scheme 20:45:37 meaning? 20:46:02 rins_ [~aaron@75-149-129-85-Connecticut.hfc.comcastbusiness.net] has joined #scheme 20:46:14 gnomon_ [~gnomon@CPE000e582ae076-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 20:46:28 The answer, my friend, is blowin in the wind.... 20:46:35 rotty [rotty@de.xx.vu] has joined #scheme 20:46:44 :-) 20:47:32 -!- yeming` [~user@180.168.36.70] has quit [*.net *.split] 20:47:32 -!- capisce [~srodal@cm-84.215.35.251.getinternet.no] has quit [*.net *.split] 20:47:32 -!- covi [~covi@wasp.dreamhost.com] has quit [*.net *.split] 20:47:32 -!- tessier [~treed@kernel-panic/copilotco] has quit [*.net *.split] 20:47:32 -!- rins [~aaron@75-149-129-85-Connecticut.hfc.comcastbusiness.net] has quit [*.net *.split] 20:47:32 -!- rotty_ [rotty@de.xx.vu] has quit [*.net *.split] 20:47:32 -!- bambams [~bamccaig@unaffiliated/bamccaig] has quit [*.net *.split] 20:47:32 -!- ineiros [~itniemin@li271-145.members.linode.com] has quit [*.net *.split] 20:47:32 -!- Euthy [~euthy@unaffiliated/euthydemus] has quit [*.net *.split] 20:47:32 -!- gnomon [~gnomon@CPE000e582ae076-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [*.net *.split] 20:47:32 -!- Razz [~tim@kompiler.org] has quit [*.net *.split] 20:48:25 Jayrays [~Jayrays@unaffiliated/jayrays] has joined #scheme 20:49:18 so i guess the answer is 20:49:37 scheme is not optimized for nix box to nix box clustering liek that so we dunno 20:49:48 buy one big box and place your hope there 20:49:53 use raid 10 softiad 20:50:01 and treat box lie a smart queryablen image 20:50:16 hop no one kiks plug 20:50:40 -!- karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 20:53:41 but if you can get ti running 20:53:43 they will come 20:53:47 since no sql needed 20:53:54 just scheme lists and query functoins in ram 20:53:56 :) 20:54:05 -!- aoh [~aki@adsl-99-115.netplaza.fi] has quit [Quit: poof] 20:54:07 and logger function b4 updates to file 20:54:15 ASau [~user@46.115.114.209] has joined #scheme 20:59:45 -!- dnolen [~user@64.124.192.210] has quit [Remote host closed the connection] 21:01:28 karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 21:03:03 replace lamp with s 21:03:08 scheme!!! 21:03:12 fewer moving parts!! 21:06:07 -!- pnpuff [~pnpuff@unaffiliated/pnpuff] has quit [Quit: ``sound of silence''] 21:07:42 -!- bambams_ is now known as bambams 21:26:53 -!- gravicappa [~gravicapp@ppp91-77-161-112.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 21:28:37 -!- karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 21:38:53 karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 21:45:24 -!- bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has quit [Ping timeout: 260 seconds] 21:47:59 -!- tertl3 [~William@108-85-16-151.lightspeed.gnvlsc.sbcglobal.net] has quit [Read error: Connection reset by peer] 21:52:37 -!- jrajav [~jrajav@167.68.114.6] has quit [Quit: I tend to be neutral about apples] 22:03:16 -!- youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Ping timeout: 265 seconds] 22:06:03 -!- karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Remote host closed the connection] 22:08:31 civodul [~user@reverse-83.fdn.fr] has joined #scheme 22:10:16 -!- adiii [~adityavit@NYUFGA-STERNPRIV-01.NATPOOL.NYU.EDU] has quit [Ping timeout: 252 seconds] 22:13:05 eroen-falcon [~eroen@ti0019a380-dhcp0832.bb.online.no] has joined #scheme 22:13:46 masm [~masm@bl17-199-88.dsl.telepac.pt] has joined #scheme 22:15:04 wafflepirate [~emma@c-67-182-203-53.hsd1.ut.comcast.net] has joined #scheme 22:15:07 ohai 22:15:12 -!- hiroaki [~hiroaki@p5B04B19E.dip.t-dialin.net] has quit [Ping timeout: 264 seconds] 22:15:15 any gentoo users in the room? 22:15:53 *facepalm* 22:16:06 -!- eroen-falcon [~eroen@ti0019a380-dhcp0832.bb.online.no] has left #scheme 22:16:21 karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 22:17:52 wafflepirate, what about it 22:18:31 -!- wafflepirate [~emma@c-67-182-203-53.hsd1.ut.comcast.net] has quit [Quit: crap bbiab] 22:19:28 francisl_ [~flavoie@199.84.162.167] has joined #scheme 22:21:29 jao [~user@232.Red-83-32-71.dynamicIP.rima-tde.net] has joined #scheme 22:21:36 -!- jao [~user@232.Red-83-32-71.dynamicIP.rima-tde.net] has quit [Changing host] 22:21:36 jao [~user@pdpc/supporter/professional/jao] has joined #scheme 22:23:19 -!- francisl [~flavoie@199.84.164.114] has quit [Ping timeout: 260 seconds] 22:23:54 -!- francisl_ [~flavoie@199.84.162.167] has quit [Ping timeout: 260 seconds] 22:29:43 hiroaki [~hiroaki@77-20-78-82-dynip.superkabel.de] has joined #scheme 22:42:56 -!- rins_ [~aaron@75-149-129-85-Connecticut.hfc.comcastbusiness.net] has quit [Quit: leaving] 22:44:20 kuribas [~user@94-227-88-230.access.telenet.be] has joined #scheme 22:45:15 -!- MrFahrenheit [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Read error: Operation timed out] 22:45:19 -!- Kruppe [~user@j2petkovich.uwaterloo.ca] has quit [Ping timeout: 265 seconds] 22:48:23 -!- graememcc [~chatzilla@host31-52-180-43.range31-52.btcentralplus.com] has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129165506]] 22:51:12 dnolen [user@nat/hackerschool.com/x-qidxvwkjomqngvpo] has joined #scheme 22:51:34 -!- add^_ [~add^_@m90-141-11-136.cust.tele2.se] has quit [Quit: add^_] 22:53:43 adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-05.NATPOOL.NYU.EDU] has joined #scheme 23:00:53 -!- civodul [~user@reverse-83.fdn.fr] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:05:27 -!- bambams [~bamccaig@unaffiliated/bamccaig] has left #scheme 23:07:18 -!- karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has quit [Read error: Connection reset by peer] 23:09:42 -!- jeapostrophe [~jay@racket/jeapostrophe] has quit [Ping timeout: 276 seconds] 23:13:59 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Ping timeout: 255 seconds] 23:15:08 -!- spiderweb [~user@unaffiliated/lcc] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:17:32 karswell_ [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 23:17:48 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 23:18:28 jrajav [~jrajav@66-188-176-243.dhcp.roch.mn.charter.com] has joined #scheme 23:24:40 -!- kuribas [~user@94-227-88-230.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:32:03 -!- jrslepak [~jrslepak@nomad.ccs.neu.edu] has quit [Quit: What happened to Systems A through E?] 23:49:12 gentoo crap 23:49:20 freebsd archlinux netbsd 23:49:23 avoid solaris 23:49:29 and debian 23:49:40 and archlinux 23:50:24 www.archlinux.org 23:50:34 could be the greaest until pla9 gets a good ui 23:50:41 plan9 from bell labs 23:54:00 no. 23:57:01 spiderweb [~user@unaffiliated/lcc] has joined #scheme 23:59:28 -!- adiii [~adityavit@NYUFGA-WLESSAUTHCLIENTS-05.NATPOOL.NYU.EDU] has quit [Ping timeout: 250 seconds]