00:13:50 -!- acarrico [~acarrico@pppoe-68-142-37-193.gmavt.net] has quit [Ping timeout: 276 seconds] 00:15:41 edw````` [~user@71.23.221.213] has joined #scheme 00:18:16 acarrico [~acarrico@pppoe-68-142-37-193.gmavt.net] has joined #scheme 00:58:25 -!- MrFahrenheit [~RageOfTho@users-55-225.vinet.ba] has quit [Ping timeout: 258 seconds] 01:07:38 Foo! 01:08:52 -!- xwl_ [~user@nat/nokia/x-asjuffsdrlyefjan] has quit [Remote host closed the connection] 01:16:29 mjonsson [~mjonsson@cpe-98-14-173-5.nyc.res.rr.com] has joined #scheme 01:29:04 -!- bgs100 [~ian@unaffiliated/bgs100] has quit [Quit: Leaving] 01:34:15 -!- Nshag [~none@AClermont-Ferrand-551-1-14-90.w92-133.abo.wanadoo.fr] has quit [Quit: Quitte] 01:42:38 -!- Checkie [28178@unaffiliated/checkie] has quit [Ping timeout: 264 seconds] 01:53:30 Checkie [473@unaffiliated/checkie] has joined #scheme 01:57:04 -!- Blkt [~user@net-93-146-149-37.cust.dsl.teletu.it] has quit [Remote host closed the connection] 02:02:16 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 02:34:34 Kerrick [~Kerrick@e40-1.nat.iastate.edu] has joined #scheme 02:40:59 -!- luz [~davids@201.17.88.176] has quit [Quit: Client exiting] 02:41:47 -!- TE263w` [~user@styldeks.am-1.org] has quit [Ping timeout: 240 seconds] 02:42:32 xwl_ [~user@nat/nokia/x-bojntvaitbjputcr] has joined #scheme 02:43:48 -!- Kerrick [~Kerrick@e40-1.nat.iastate.edu] has quit [Read error: Connection reset by peer] 02:44:44 Kerrick [~Kerrick@e40-1.nat.iastate.edu] has joined #scheme 02:46:28 azathoth99 [~g@pool-173-60-208-79.lsanca.fios.verizon.net] has joined #scheme 02:48:22 TE263w` [~user@styldeks.am-1.org] has joined #scheme 02:49:31 Noisy today... 02:52:48 timj_ [~timj@e176197247.adsl.alicedsl.de] has joined #scheme 02:56:29 -!- timj [~timj@e176203172.adsl.alicedsl.de] has quit [Ping timeout: 276 seconds] 02:57:08 -!- Kerrick [~Kerrick@e40-1.nat.iastate.edu] has quit [Ping timeout: 276 seconds] 03:05:25 *foof* sprained his wrist and can hardly type 03:06:57 speed jerking will do that 03:07:21 Riastradh: can't find your essay on performance vs perfectionist 03:08:10 azathoth99: it was worth it 03:08:20 Best. Porn. Evar. 03:09:33 Why do I always talk to foof in the wrong channel? 03:10:56 but i was stupid and told the doc i didn't need painkillers 03:11:08 and then the pain got worse 03:11:15 and worse 03:11:50 and now my whole arm is throbbing and it's hard to concentrate 03:12:44 My essay on performance versus perfectionist? 03:12:52 ya 03:13:19 foof: there are some special gloves for making your wrist unmovable 03:13:28 I used that and it helps a lot. 03:13:31 You haven't, by any chance, confused me with one Richard P. Gabriel, have you, azathoth99? 03:13:47 mario-goulart: i've got it in a splint 03:14:45 Ah, ok 03:15:24 mm, maybe, it used touch typing as an example 03:16:04 The Worse is Better article isn't really about performance, though. 03:16:54 I have no idea what this essay might be... 03:18:01 it was a rant how university student won't learn to touch type, even though it takes a finite time, and can in the future help them, and how that is the performance now mentality 03:18:12 a lot of what peolpe try to perfect is performance... 03:18:15 vs perfectionist who would 03:18:34 azathoth99: That rings a bell, but I think you're referring to an essay by Robert Strandh. 03:18:39 (I can't find it quickly.) 03:19:00 Robert Strandh is an even better name to confuse mine with. 03:19:47 Modius [~Modius@cpe-24-28-30-165.austin.res.rr.com] has joined #scheme 03:19:48 wasn't he the bass player for pearl jam? 03:22:14 :-) 03:24:29 What's the most elegant way to randomly generate a bit string of a given length and Hamming weight with uniform distribution? 03:24:45 Say length n and Hamming weight w. 03:25:52 I could start with the n-bit string (bitwise-not (arithmetic-shift -1 w)), randomly generate an n-permutation, and then apply the permutation to the bit string, but that seems inelegant. 03:25:54 by calling a library function that someone else wrote, of course 03:26:55 I can't think of a better way. 03:27:13 azathoth99, by the way, if it is an essay of Robert Strandh, you might ask him in #lisp. He goes by the nickname beach (fortunately, not `Rstrandh'). 03:27:51 oh, wait, i have an idea... 03:28:17 has some details to work out 03:28:45 I could also start with 0, and randomly generate w integers in [0, n) with uniform distribution; for each such integer, if the bit at that index is clear, set it, and if not, throw it out and try again. 03:29:12 But that runs slowly as w approaches n, and a bad PRNG turns it into an infinite loop. 03:30:02 So I could instead index the zero bits and use all the randomly generated indices, rather than indexing all the bits and throwing out randomly generated indices of bits that are already set, but indexing the zero bits is pretty kludgey. 03:30:24 ? 03:30:35 google is not helping 03:30:36 ^D 03:30:37 emacs 03:30:49 Go away, ed! 03:36:19 -!- FurnaceBoy [~FurnaceBo@bas2-toronto10-2925235460.dsl.bell.ca] has quit [Quit: zzz] 03:44:01 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Ping timeout: 252 seconds] 03:51:12 are you guys serious or messing with me? 03:51:30 I'm serious that I'm not Robert Strandh. 03:52:36 you never wrote any essay about typing prefection vs performance mentality? 03:52:49 is robert strandh a lisper? 03:53:01 is beach really him? 03:53:07 Not that I know of. 03:53:08 He is. 03:53:20 Yes. 03:54:20 k just asked him in lisp channel 03:54:27 thank you 03:57:38 -!- Checkie [473@unaffiliated/checkie] has quit [Ping timeout: 264 seconds] 04:06:35 -!- azathoth99 [~g@pool-173-60-208-79.lsanca.fios.verizon.net] has quit [Quit: Lost terminal] 04:22:43 jcowan [~John@cpe-98-14-172-204.nyc.res.rr.com] has joined #scheme 04:28:04 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:32:52 *jcowan* unvanishes. 04:38:21 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [Read error: Operation timed out] 04:38:38 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 04:43:51 Crito [crito@unaffiliated/crito] has joined #scheme 04:45:02 I have two functions doing a certain operation. Is there some scheme function to measure which algorithm is more efficient. by efficient, I mean CPU cycles. 04:57:25 Crito: your implementation may provide TIME 04:57:58 And this function may return CPU cycles, GC usage (don't forget to call the GC before doing your measures) 04:58:13 -!- zeroish [~zeroish@135.207.174.50] has quit [Ping timeout: 260 seconds] 05:01:39 Axioplase pasted "time" at http://paste.lisp.org/display/114413 05:19:44 Crito: racket has profilers 05:21:39 Crito: http://docs.racket-lang.org/profile/index.html 05:22:08 hohoho [~hohoho@p67f6db.tokynt01.ap.so-net.ne.jp] has joined #scheme 05:23:15 jcowan: pong 05:56:12 nong? 05:58:01 -!- klutomet1s is now known as klutometis 05:58:43 christ, doesn't anyone SYN-ACK anymore? 06:01:06 *foof* gives klutometis a scooby synack 06:03:38 foof: thanks; was just forced to watch a bunch of anachronistic scooby with my three-year-old. i'm still amazed that shaggy eats dog food. 06:04:14 that show is still on? o_O 06:05:07 -!- neilv [~user@dsl092-071-029.bos1.dsl.speakeasy.net] has quit [Quit: Leaving] 06:12:49 -!- xwl_ [~user@nat/nokia/x-bojntvaitbjputcr] has quit [Remote host closed the connection] 06:14:46 foof: streaming netflix; believe it or not, though, they've been consistently coming out with straight-to-dvd features since the early aughts. 06:15:29 "O horrible! most horrible!" as hamlet's dad would say. 06:17:27 curse on base-10, by the way, that the opportunity for timely "aughts" has already progressed into "teens"; the former wasn't used nearly enough while we had the chance. 06:19:06 we'll still be able to look back on the aughts, a fairly eventful decade 06:19:36 you mean the end of the american empire and the tragic shearing of britney spears? yeah, i guess you're right. 06:21:53 jewel [~jewel@196-210-187-107.dynamic.isadsl.co.za] has joined #scheme 06:22:20 -!- stepnem [~stepnem@88.103.132.186] has quit [Ping timeout: 258 seconds] 06:24:18 stepnem [~stepnem@88.103.132.186] has joined #scheme 06:27:04 -!- stepnem [~stepnem@88.103.132.186] has quit [Excess Flood] 06:28:02 xwl_ [~user@nat/nokia/x-evgjesmvhrbbprru] has joined #scheme 06:30:48 stepnem [~stepnem@88.103.132.186] has joined #scheme 06:47:53 -!- jewel [~jewel@196-210-187-107.dynamic.isadsl.co.za] has quit [Ping timeout: 276 seconds] 06:56:21 ysph [~user@75-143-70-52.dhcp.aubn.al.charter.com] has joined #scheme 07:01:51 kar8nga [~kar8nga@78.104.81.204] has joined #scheme 07:01:53 -!- kar8nga [~kar8nga@78.104.81.204] has quit [Read error: Connection reset by peer] 07:06:10 -!- copumpkin [~copumpkin@94.167.64.155] has quit [Remote host closed the connection] 07:06:46 copumpkin [~copumpkin@94.167.64.155] has joined #scheme 07:07:55 Kerrick [~Kerrick@kerrick.student.iastate.edu] has joined #scheme 07:13:06 fradgers- [~fradgers-@5e055c8a.bb.sky.com] has joined #scheme 07:20:23 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 276 seconds] 07:20:43 choas [~lars@p5792C3A0.dip.t-dialin.net] has joined #scheme 07:28:10 -!- cipher [~cipher@c-76-24-16-225.hsd1.ma.comcast.net] has quit [Read error: Operation timed out] 07:28:13 cipher [~cipher@c-76-24-16-225.hsd1.ma.comcast.net] has joined #scheme 07:36:12 wingo [~wingo@156.Red-79-156-144.staticIP.rima-tde.net] has joined #scheme 07:37:41 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 07:42:38 pdelgallego [~pdelgalle@1503031474.dhcp.dbnet.dk] has joined #scheme 07:51:20 rbarraud [~rbarraud@118-92-26-49.dsl.dyn.ihug.co.nz] has joined #scheme 07:52:06 Despite being unusual, would "aught would be fine" be a valid answer to a question like "What would you like to drink?" 07:53:56 And is is pronounced as in "caught beer" or as in "draught beer"? 07:57:50 caught 07:59:37 and i more often see it written "draft beer" 08:02:40 david` [~user@88-163.77-83.cust.bluewin.ch] has joined #scheme 08:05:02 -!- githogori [~githogori@adsl-66-123-22-146.dsl.snfc21.pacbell.net] has quit [Quit: Leaving] 08:06:13 -!- edw````` [~user@71.23.221.213] has quit [Ping timeout: 258 seconds] 08:08:24 foof: as far as draft/draught is concerned, I think it's just a US/GB English distinction. 08:09:11 "GB English" possibly subsuming Canadian, Australian, and other dialects. 08:09:32 (Thanks for the pronounciation) 08:14:20 -!- wingo [~wingo@156.Red-79-156-144.staticIP.rima-tde.net] has quit [Ping timeout: 276 seconds] 08:32:01 schmir [~schmir@p54A90BF9.dip0.t-ipconnect.de] has joined #scheme 08:32:19 masm [~masm@93.102.166.217.rev.optimus.pt] has joined #scheme 08:35:40 it's late and for some reason i want to do (apply and '(#t #t #t ...)); i can't, of course, because and is a macro; and i've never had to do this before. 08:35:57 what am i missing in my sleepless, addled state? 08:38:04 R has ``any'' and ``all''. 08:38:15 the problem is where the list came from... you probably shouldn't have generated it 08:39:35 There is «every» in srfi-1. 08:39:58 -!- rbarraud [~rbarraud@118-92-26-49.dsl.dyn.ihug.co.nz] has quit [Ping timeout: 252 seconds] 08:40:23 gravicappa: aha; that's what i was after. 08:40:29 foof: you're right, though, in principle. 08:43:01 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 258 seconds] 08:46:00 klutometis: you can still (fold (lambda(a b) (and a b)) '(#t #t ...)) 08:47:09 or (apply (lambda (a b) (and a b)) '(#t #t ...)) 08:48:20 But indeed, EVERY must but a short circuit operator, while neither the fold or the applied wrapper will exist when a #f is found. 08:49:28 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 08:55:58 -!- david` [~user@88-163.77-83.cust.bluewin.ch] has quit [Ping timeout: 245 seconds] 09:00:50 -!- Kerrick [~Kerrick@kerrick.student.iastate.edu] has quit [Read error: Connection reset by peer] 09:01:15 Kerrick [~Kerrick@kerrick.student.iastate.edu] has joined #scheme 09:05:28 offby1` [~user@q-static-138-125.avvanta.com] has joined #scheme 09:06:45 -!- timj_ is now known as timj 09:07:03 -!- sir_lewk [~jlg95@tux64-13.cs.drexel.edu] has quit [Read error: Operation timed out] 09:07:10 -!- offby1 [~user@pdpc/supporter/monthlybyte/offby1] has quit [Ping timeout: 258 seconds] 09:08:43 ysph` [~user@75-143-70-52.dhcp.aubn.al.charter.com] has joined #scheme 09:09:25 -!- ysph` [~user@75-143-70-52.dhcp.aubn.al.charter.com] has quit [Remote host closed the connection] 09:10:14 -!- ysph [~user@75-143-70-52.dhcp.aubn.al.charter.com] has quit [Ping timeout: 276 seconds] 09:11:56 sir_lewk [~jlg95@tux64-13.cs.drexel.edu] has joined #scheme 09:18:52 Axioplase_: yeah, of course there's the dyadic lambda thing. i take it EVERY, though short-circuiting, is still applicative; whereas AND is normal. isn't it so? 09:19:35 AND ought to be a shortcircuit in Scheme, afair. 09:20:22 And I guess that EVERY does the same, though I havn't read the precise semantics which should be in the SFRI. 09:28:14 -!- Kerrick [~Kerrick@kerrick.student.iastate.edu] has quit [Quit: Kerrick] 09:32:07 david` [~user@88-163.77-83.cust.bluewin.ch] has joined #scheme 09:33:19 Axioplase_: i mean that EVERY evaluates each of its parameters before application, whereas AND is lazy (even though they both short-circuit). 09:34:17 nope; i guess that's not the case (laying to rest a misunderstanding i've had for a long time, i guess). i always thought that and was normal-order. 09:34:57 no, sorry; i guess it is the case. 09:35:08 incubot: (or 1 (/ 0 0)) 09:35:08 1 09:35:18 incubot: (any values 1 (/ 0 0)) 09:35:18 Error: (/) division by zero 09:35:26 whew; for a second i thought my world was collapsing. 09:35:49 incubot: (and #f (/ 0 0)) 09:35:49 #f 09:35:59 incubot: (every values #f (/ 0 0)) 09:35:59 Error: (/) division by zero 09:36:18 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 258 seconds] 09:43:46 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Remote host closed the connection] 09:58:24 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 10:01:29 MrFahrenheit [~RageOfTho@users-33-34.vinet.ba] has joined #scheme 10:02:58 -!- MrFahrenheit [~RageOfTho@users-33-34.vinet.ba] has quit [Read error: No route to host] 10:05:46 homie [~user@xdsl-78-34-217-177.netcologne.de] has joined #scheme 10:05:51 wbooze [~user@xdsl-78-34-217-177.netcologne.de] has joined #scheme 10:06:07 -!- choas [~lars@p5792C3A0.dip.t-dialin.net] has quit [Quit: leaving] 10:26:45 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 260 seconds] 10:27:12 alvatar_ [~alvatar@114.126.222.87.dynamic.jazztel.es] has joined #scheme 10:28:27 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 10:34:37 -!- alvatar_ [~alvatar@114.126.222.87.dynamic.jazztel.es] has quit [Quit: leaving] 10:38:33 hohoho_ [~hohoho@p4b1baf.tokynt01.ap.so-net.ne.jp] has joined #scheme 10:39:17 -!- hohoho [~hohoho@p67f6db.tokynt01.ap.so-net.ne.jp] has quit [Ping timeout: 252 seconds] 10:57:48 alvatar [~alvatar@84.126.222.87.dynamic.jazztel.es] has joined #scheme 10:58:04 -!- alvatar [~alvatar@84.126.222.87.dynamic.jazztel.es] has quit [Client Quit] 10:58:10 alvatar [~alvatar@84.126.222.87.dynamic.jazztel.es] has joined #scheme 11:07:53 -!- pdelgallego [~pdelgalle@1503031474.dhcp.dbnet.dk] has quit [Ping timeout: 276 seconds] 11:22:51 gravicappa [~gravicapp@80.90.116.82] has joined #scheme 11:26:22 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit: Leaving] 11:26:32 -!- schmir [~schmir@p54A90BF9.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 11:28:36 grettke [~grettke@cpe-65-30-30-255.wi.res.rr.com] has joined #scheme 11:29:22 -!- grettke [~grettke@cpe-65-30-30-255.wi.res.rr.com] has quit [Client Quit] 11:29:44 MrFahrenheit [~RageOfTho@users-42-58.vinet.ba] has joined #scheme 11:34:58 mbohun [~mbohun@ppp115-156.static.internode.on.net] has joined #scheme 11:47:23 schmir [~schmir@p54A90BF9.dip0.t-ipconnect.de] has joined #scheme 11:47:24 pdelgallego [~pdelgalle@1503031474.dhcp.dbnet.dk] has joined #scheme 11:50:00 -!- atomx [~user@93.112.81.240] has quit [Ping timeout: 240 seconds] 11:58:25 -!- alvatar [~alvatar@84.126.222.87.dynamic.jazztel.es] has quit [Quit: leaving] 11:59:47 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has left #scheme 12:18:02 foof` [~user@li126-140.members.linode.com] has joined #scheme 12:18:59 -!- foof [~user@li126-140.members.linode.com] has quit [Read error: Connection reset by peer] 12:19:00 z0d [~z0d@artifact.hu] has joined #scheme 12:19:07 -!- z0d [~z0d@artifact.hu] has quit [Changing host] 12:19:07 z0d [~z0d@unaffiliated/z0d] has joined #scheme 12:19:18 -!- zbigniew [~zb@li177-156.members.linode.com] has quit [Ping timeout: 245 seconds] 12:19:33 -!- masm [~masm@93.102.166.217.rev.optimus.pt] has quit [Ping timeout: 265 seconds] 12:19:36 zbigniew [~zb@li177-156.members.linode.com] has joined #scheme 12:30:25 -!- hohoho_ [~hohoho@p4b1baf.tokynt01.ap.so-net.ne.jp] has quit [Ping timeout: 260 seconds] 12:32:05 HG` [~HG@xdsl-92-252-119-224.dip.osnanet.de] has joined #scheme 12:32:23 -!- david` [~user@88-163.77-83.cust.bluewin.ch] has quit [Ping timeout: 276 seconds] 12:33:34 masm [~masm@93.102.165.162.rev.optimus.pt] has joined #scheme 12:48:29 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 13:10:03 -!- jmcphers [~jmcphers@218.185.108.156] has quit [Remote host closed the connection] 13:10:47 jmcphers [~jmcphers@218.185.108.156] has joined #scheme 13:19:34 -!- HG` [~HG@xdsl-92-252-119-224.dip.osnanet.de] has quit [Quit: HG`] 13:21:03 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 13:22:39 -!- schmir [~schmir@p54A90BF9.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 13:24:07 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 13:30:19 rtra [~rtra@unaffiliated/rtra] has joined #scheme 13:33:09 -!- `micro is now known as micro` 13:33:30 -!- micro` is now known as `micro 13:41:43 -!- jcowan [~John@cpe-98-14-172-204.nyc.res.rr.com] has quit [Quit: Leaving] 13:41:52 FurnaceBoy [~FurnaceBo@bas2-toronto10-2925235460.dsl.bell.ca] has joined #scheme 13:43:52 david` [~user@88-163.77-83.cust.bluewin.ch] has joined #scheme 14:12:28 Peter81 [~Peter81@ppp118-210-48-53.lns20.adl2.internode.on.net] has joined #scheme 14:12:41 is there a good opengl scheme binding for visualizing 3d data? 14:13:27 i'm actually disappointed that current implementations are procedural-centric.. e.g. (beginTriangle) (vertex3df x y z) (vertex3df x y z) (vertex3df x y z) (endTriangle) 14:13:38 http://docs.racket-lang.org/sgl/main.html?q=sgl 14:14:13 wouldn't it keep with the functional-way if the api was more like (drawTriangle listofVertices) so you could do (drawTriangle (list (vertex3df x y z) etc)) 14:14:51 since it does not imply in-order state 14:16:06 i think that might be harder to map to OpenGL calls 14:16:55 i don't see how? 14:18:34 -!- stepnem [~stepnem@88.103.132.186] has quit [Read error: Operation timed out] 14:18:38 -!- Peter81 [~Peter81@ppp118-210-48-53.lns20.adl2.internode.on.net] has quit [Quit: What?! Open source isn't good enough for you? Bersirc 2.2 [ http://www.bersirc.org/ - Open Source IRC ]] 14:19:18 stepnem [~stepnem@88.103.132.186] has joined #scheme 14:24:17 femtoo [~femto@95-89-248-51-dynip.superkabel.de] has joined #scheme 14:26:36 hohoho [~hohoho@ntkngw229253.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 14:29:42 Scala_ [~agscala@198.111.39.45] has joined #scheme 14:34:47 -!- masm [~masm@93.102.165.162.rev.optimus.pt] has quit [Ping timeout: 240 seconds] 14:34:54 luz [~David@139.82.89.24] has joined #scheme 14:37:50 -!- Scala_ [~agscala@198.111.39.45] has quit [Ping timeout: 264 seconds] 14:46:35 eli` [~eli@winooski.ccs.neu.edu] has joined #scheme 14:46:59 -!- eli` [~eli@winooski.ccs.neu.edu] has quit [Remote host closed the connection] 14:48:57 masm [~masm@2.80.130.114] has joined #scheme 15:03:17 -!- masm [~masm@2.80.130.114] has quit [Ping timeout: 258 seconds] 15:06:27 masm [~masm@bl15-232-6.dsl.telepac.pt] has joined #scheme 15:11:06 klutometis: welcome back 15:14:01 -!- offby1` is now known as offby1 15:14:12 -!- offby1 [~user@q-static-138-125.avvanta.com] has quit [Changing host] 15:14:13 offby1 [~user@pdpc/supporter/monthlybyte/offby1] has joined #scheme 15:18:26 zeroish [~zeroish@135.207.174.50] has joined #scheme 15:31:56 -!- adzuci_ is now known as adzuci 15:32:12 -!- adzuci [~ada2358@login.ccs.neu.edu] has quit [Changing host] 15:32:12 adzuci [~ada2358@unaffiliated/ada2358] has joined #scheme 15:40:00 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit: Leaving] 15:43:03 -!- femtoo [~femto@95-89-248-51-dynip.superkabel.de] has quit [Read error: Connection reset by peer] 15:50:38 -!- gravicappa [~gravicapp@80.90.116.82] has quit [Remote host closed the connection] 15:58:01 -!- langmartin [~user@exeuntcha2.tva.gov] has quit [Read error: Connection reset by peer] 15:58:14 langmartin [~user@exeuntcha2.tva.gov] has joined #scheme 16:03:19 wbooze` [~user@xdsl-78-34-217-177.netcologne.de] has joined #scheme 16:05:19 HG` [~HG@xdsl-92-252-100-100.dip.osnanet.de] has joined #scheme 16:05:42 kar8nga [~kar8nga@j-194.vc-graz.ac.at] has joined #scheme 16:06:51 dzhus [~sphinx@89-178-194-142.broadband.corbina.ru] has joined #scheme 16:07:23 -!- wbooze [~user@xdsl-78-34-217-177.netcologne.de] has quit [Ping timeout: 276 seconds] 16:14:52 -!- wbooze` [~user@xdsl-78-34-217-177.netcologne.de] has quit [Read error: Connection reset by peer] 16:14:58 -!- homie [~user@xdsl-78-34-217-177.netcologne.de] has quit [Read error: Connection reset by peer] 16:16:44 homie [~user@xdsl-87-79-53-137.netcologne.de] has joined #scheme 16:17:35 wbooze` [~user@xdsl-87-79-53-137.netcologne.de] has joined #scheme 16:18:45 -!- homie [~user@xdsl-87-79-53-137.netcologne.de] has quit [Client Quit] 16:18:47 -!- wbooze` [~user@xdsl-87-79-53-137.netcologne.de] has quit [Read error: Connection reset by peer] 16:27:06 -!- kar8nga [~kar8nga@j-194.vc-graz.ac.at] has quit [Remote host closed the connection] 16:34:43 homie [~user@xdsl-87-79-53-137.netcologne.de] has joined #scheme 16:35:57 wbooze [~user@xdsl-87-79-53-137.netcologne.de] has joined #scheme 16:37:53 -!- rtra [~rtra@unaffiliated/rtra] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:38:58 jewel [~jewel@196-210-187-107.dynamic.isadsl.co.za] has joined #scheme 16:45:57 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 272 seconds] 16:59:56 githogori [~githogori@adsl-66-123-22-146.dsl.snfc21.pacbell.net] has joined #scheme 17:06:21 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 17:18:33 I see that Scheme48 comes with a lot of library support for things like sockets, i/o and some data structures. What other implementations are out there with a comparable level of support for such things? 17:19:14 all maintained implementations have that. 17:19:40 racket, gambit, chicken, and more... 17:19:47 hehe 17:20:02 That's the first time I heard someone mention Scheme48 has "a lot of library support" 17:20:33 ah I see 17:20:58 hehe it seemed like a lot to me 17:21:31 Compare it to scsh (which is basically scheme48+), PLT or Chicken 17:23:25 cool, I will look into it. thanks 17:29:52 RageOfThou [~RageOfTho@users-55-77.vinet.ba] has joined #scheme 17:30:38 atomx [~user@93.112.81.240] has joined #scheme 17:31:44 gravicappa [~gravicapp@ppp85-141-167-231.pppoe.mtu-net.ru] has joined #scheme 17:33:33 -!- MrFahrenheit [~RageOfTho@users-42-58.vinet.ba] has quit [Ping timeout: 258 seconds] 17:41:11 jonrafkind [~jon4@1667014177.dsl.xmission.com] has joined #scheme 17:44:01 -!- stepnem [~stepnem@88.103.132.186] has quit [Ping timeout: 260 seconds] 17:46:10 -!- HG` [~HG@xdsl-92-252-100-100.dip.osnanet.de] has quit [Quit: Leaving.] 17:46:19 stepnem [~stepnem@88.103.132.186] has joined #scheme 17:55:25 -!- jao [~user@52.Red-213-98-196.dynamicIP.rima-tde.net] has quit [Ping timeout: 265 seconds] 18:09:43 tonyg [~tonyg@navarone.ccs.neu.edu] has joined #scheme 18:09:59 femtoo [~femto@95-89-248-51-dynip.superkabel.de] has joined #scheme 18:11:30 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 258 seconds] 18:12:00 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 18:57:11 -!- jewel [~jewel@196-210-187-107.dynamic.isadsl.co.za] has quit [Ping timeout: 276 seconds] 19:10:35 Mandar [~armand@pha75-21-78-228-186-233.fbx.proxad.net] has joined #scheme 19:12:52 choas [~lars@p57B4BAD6.dip.t-dialin.net] has joined #scheme 19:23:11 -!- Fare [~Fare@ita4fw1.itasoftware.com] has quit [Quit: Leaving] 19:24:37 -!- Mandar [~armand@pha75-21-78-228-186-233.fbx.proxad.net] has quit [Quit: Quitte] 19:52:11 -!- metasyntax` [~taylor@12.132.219.7] has quit [Quit: Be seeing you.] 19:52:40 edw````` [~user@71.23.221.213] has joined #scheme 20:04:03 sanduz2 [~sanduz2@c-98-242-203-195.hsd1.fl.comcast.net] has joined #scheme 20:05:25 -!- alaricsp [~alaric@relief.warhead.org.uk] has quit [Quit: Leaving] 20:06:56 hotblack23 [~jh@p57B5AD0D.dip.t-dialin.net] has joined #scheme 20:14:05 -!- femtoo [~femto@95-89-248-51-dynip.superkabel.de] has quit [Quit: Leaving] 20:20:50 -!- pchrist_ [~spirit@gentoo/developer/pchrist] has quit [Ping timeout: 276 seconds] 20:32:32 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 276 seconds] 20:38:52 new-lisper [~daniel@c95339ea.virtua.com.br] has joined #scheme 20:40:41 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 21:00:56 IJP [~Ian@host109-154-208-221.range109-154.btcentralplus.com] has joined #scheme 21:08:32 -!- stepnem [~stepnem@88.103.132.186] has quit [Quit: ZNC - http://znc.sourceforge.net] 21:10:19 stepnem [~stepnem@88.103.132.186] has joined #scheme 21:20:35 -!- langmartin [~user@exeuntcha2.tva.gov] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:23:56 -!- cthuluh [moo@wxcvbn.org] has quit [Quit: the more I see, the less I know] 21:26:50 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has quit [Remote host closed the connection] 21:29:06 -!- nowhere_man [~pierre@AStrasbourg-551-1-37-120.w92-148.abo.wanadoo.fr] has quit [Ping timeout: 265 seconds] 21:36:47 nowhere_man [~pierre@AStrasbourg-551-1-3-61.w92-141.abo.wanadoo.fr] has joined #scheme 21:52:18 -!- leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 21:57:07 -!- sanduz2 [~sanduz2@c-98-242-203-195.hsd1.fl.comcast.net] has quit [Quit: Leaving] 22:00:14 -!- fradgers- [~fradgers-@5e055c8a.bb.sky.com] has left #scheme 22:00:22 -!- luz [~David@139.82.89.24] has quit [Quit: Leaving] 22:05:37 jcowan [c6b912cf@gateway/web/freenode/ip.198.185.18.207] has joined #scheme 22:10:19 -!- Jafet [~Jafet@unaffiliated/jafet] has quit [Ping timeout: 258 seconds] 22:10:49 leppie [~lolcow@196-215-63-152.dynamic.isadsl.co.za] has joined #scheme 22:11:59 Jafet [~Jafet@unaffiliated/jafet] has joined #scheme 22:13:51 jao [~user@83.57.5.50] has joined #scheme 22:30:02 -!- choas [~lars@p57B4BAD6.dip.t-dialin.net] has quit [Quit: leaving] 22:31:45 mbohun [~mbohun@ppp115-156.static.internode.on.net] has joined #scheme 22:37:49 -!- tonyg [~tonyg@navarone.ccs.neu.edu] has quit [Quit: leaving] 22:38:11 -!- jonrafkind [~jon4@1667014177.dsl.xmission.com] has quit [Ping timeout: 276 seconds] 22:40:37 -!- pygospa [~pygospa@g227115163.adsl.alicedsl.de] has quit [Ping timeout: 272 seconds] 22:42:00 ysph [~user@24-181-93-165.dhcp.leds.al.charter.com] has joined #scheme 22:42:09 pygospa [~pygospa@g226247218.adsl.alicedsl.de] has joined #scheme 22:45:58 -!- dzhus [~sphinx@89-178-194-142.broadband.corbina.ru] has quit [Ping timeout: 258 seconds] 22:49:45 -!- ysph [~user@24-181-93-165.dhcp.leds.al.charter.com] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 22:50:53 ysph [~user@24-181-93-165.dhcp.leds.al.charter.com] has joined #scheme 22:53:54 -!- new-lisper [~daniel@c95339ea.virtua.com.br] has left #scheme 23:02:53 Kerrick [~Kerrick@kerrick.student.iastate.edu] has joined #scheme 23:23:36 -!- masm [~masm@bl15-232-6.dsl.telepac.pt] has quit [Quit: Leaving.] 23:29:37 -!- RageOfThou [~RageOfTho@users-55-77.vinet.ba] has quit [Read error: No route to host] 23:29:55 RageOfThou [~RageOfTho@users-55-77.vinet.ba] has joined #scheme 23:32:08 -!- Kerrick [~Kerrick@kerrick.student.iastate.edu] has quit [Ping timeout: 276 seconds] 23:35:34 Nshag [user@lns-bzn-22-82-249-111-113.adsl.proxad.net] has joined #scheme 23:39:07 Kerrick [~Kerrick@kerrick.student.iastate.edu] has joined #scheme 23:43:53 -!- david` [~user@88-163.77-83.cust.bluewin.ch] has quit [Ping timeout: 255 seconds] 23:54:46 -!- samth is now known as samth_away 23:57:57 -!- Kerrick [~Kerrick@kerrick.student.iastate.edu] has quit [Read error: No route to host] 23:59:26 Kerrick [~Kerrick@kerrick.student.iastate.edu] has joined #scheme