00:00:43 I used mzscheme in college 00:01:09 reading plt guide now 00:01:25 PLT 4.x requires two-armed `if'. For one-armed `if', use `when' or `unless'. 00:01:36 ah thanks 00:03:12 cmatei [~cmatei@95.76.26.166] has joined #scheme 00:05:05 daemmerung what say you about plt scheme? 00:06:14 schmir [~schmir@p54A91C33.dip0.t-ipconnect.de] has joined #scheme 00:07:30 Owner_: what value does an if expression yield if there is no else? 00:08:12 fnord123: it depends on if the condition is true or not. 00:08:25 in mzscheme it was undefined if it was false, iirc 00:08:47 it's not like i'm saying it's a good idea to not require the else branch... 00:09:16 it's just been a while since i used scheme 00:09:25 and apparently plt has changed 00:11:27 I will bet a silk pajama there isn't any three-armed `if' 00:12:48 if3 from SRFI 67 00:14:25 -!- schmir [~schmir@p54A91C33.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 00:19:48 offby1, what do you do in your silk pajamas? 00:19:55 Owner_: PLT is an excellent Scheme. 00:20:06 cool 00:20:11 I think that offby1 codes with one-l lambdas. 00:22:16 -!- schoppenhauer [~christoph@unaffiliated/schoppenhauer] has quit [Remote host closed the connection] 00:23:15 dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has joined #scheme 00:23:50 *Daemmerung* sings "Mairzy Doats" 00:25:19 -!- arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has quit [Remote host closed the connection] 00:25:37 Are you named after the vampire series? 00:25:38 arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has joined #scheme 00:26:39 karme [~user@HSI-KBW-095-208-171-082.hsi5.kabel-badenwuerttemberg.de] has joined #scheme 00:27:24 I originally tried to reserve IchLiebeEdvardFuerImmer!!!1!ein!!, but the server wouldn't accept the nick. 00:28:47 PLT? You mean Racket? i.e. an illegal scheme. 00:29:30 sorry to hear that daem 00:29:45 melba [~blee@unaffiliated/lazz0] has joined #scheme 00:30:00 -!- josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has quit [Quit: josephholsten] 00:30:02 rudybot_: eval (substring "IchLiebeEdvardFuerImmer" 0 16) 00:30:08 mejja: error: with-limit: out of time 00:30:17 pwned 00:31:07 josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has joined #scheme 00:31:12 -!- mije [~antoine@tal33-5-88-181-16-209.fbx.proxad.net] has quit [Quit: Quitte] 00:35:03 hotblack23 [~jh@p4FC5ABE1.dip.t-dialin.net] has joined #scheme 00:35:36 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 00:35:42 -!- mejja [~user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has quit [Remote host closed the connection] 00:45:30 -!- Zuu [zuu@unaffiliated/zuu] has quit [Read error: Operation timed out] 00:47:14 Owner_: I keep those silk pajamas around in their box, just in case a good wager comes up. 00:47:52 rudybot_ has been having a lot of trouble with "eval" recently :-| 00:47:54 rudybot_: eval eval 00:47:55 *offby1: ; Value: # 00:48:02 sometimes the magic works; sometimes it doesn't 00:48:11 rudybot_: eval (eval eval) 00:48:11 *offby1: ; Value: # 00:48:28 rudybot_: eval (+ 1 1) 00:48:32 fnord123: error: with-limit: out of time 00:48:36 oh boy 00:48:44 try again, willya? 00:48:52 rudybot_: eval (+ 1 1) 00:48:54 fnord123: your sandbox is ready 00:48:54 fnord123: ; Value: 2 00:48:57 *shrug* 00:49:09 -!- rudybot_ is now known as rudybot 00:49:19 Zuu [~Zuuo@0x55529f1b.adsl.cybercity.dk] has joined #scheme 00:49:32 -!- Zuu [~Zuuo@0x55529f1b.adsl.cybercity.dk] has quit [Changing host] 00:49:32 Zuu [~Zuuo@unaffiliated/zuu] has joined #scheme 00:49:56 rudybot: eval ((lambda (y x) (x y)) (lambda (y x) (x y))) 00:49:56 fnord123: error: #: expects 2 arguments, given 1: # 00:50:31 rudybot: eval ((lambda (y) (y)) (lambda (y) (y))) 00:50:31 fnord123: error: #: expects 1 argument, given 0 00:51:07 devslashnull [~james@dyn-157.greentreefrog.net.au] has joined #scheme 00:58:07 rudybot: eval ((lambda (y) (y y)) (lambda (y) (y y))) 00:58:11 fnord123: error: with-limit: out of time 01:03:27 -!- annodomini [~lambda@wikipedia/lambda] has quit [Quit: annodomini] 01:05:14 -!- attila_lendvai [~ati@catv-89-134-66-143.catv.broadband.hu] has quit [Ping timeout: 272 seconds] 01:12:09 well, _that_ is expected 01:15:22 -!- Nshag [~shag@lns-bzn-37-82-253-31-145.adsl.proxad.net] has quit [Quit: Quitte] 01:17:40 rudybot: eval (let loop ((x "x")) (loop (string-append x x))) 01:18:15 rudybot eval #t 01:18:18 rudybot: eval #t 01:18:38 ups? 01:20:12 rudybot: eval #t 01:20:16 rudybot_: eval #t 01:20:21 -!- rudybot [~luser@offby1.xen.prgmr.com] has quit [Ping timeout: 252 seconds] 01:20:36 -!- hotblack23 [~jh@p4FC5ABE1.dip.t-dialin.net] has quit [Quit: Leaving.] 01:21:00 hotblack23... 01:21:11 rudybot [~luser@offby1.xen.prgmr.com] has joined #scheme 01:21:23 hmm 01:21:27 rudybot: wassup bro 01:21:28 *offby1: eh? Try "rudybot: help". 01:21:33 *offby1* scratches head 01:21:54 offby1: rudybot didn't like the string-append thingy? 01:22:00 maybe not 01:22:10 I gotta log in to a remote server to check up on it though 01:22:13 gimme a second 01:22:22 (as if I don't have enough admin work in my $$ job) 01:22:43 offby1: i won't tell anybody ;-) 01:23:36 offby1: didn't want to annoy you - sorry 01:23:57 karme: ah, there was a netsplit just before he tried to give you back your answer 01:24:02 try again; it'll probably work 01:24:13 rudybot: eval (let loop ((x "x")) (loop (string-append x x))) 01:24:13 rudybot: uptime 01:24:22 karme: error: with-limit: out of time 01:24:22 *offby1: I've been up for one week; this tcp/ip connection has been up for three minutes 01:24:29 ta-da 01:24:32 hey !! 01:24:52 note how young the tcp/ip connection is; that's 'cuz of the netsplit. 01:25:08 is there a memory limit or only a time limit? 01:25:35 both 01:25:44 apparently you hit the time limit first. 01:25:48 offby1: and if the memory .. ok 01:26:30 offby1: spidermonkey didn't like a similar one 01:27:00 offby1: (some time ago) 01:28:04 -!- Owner_ [~chatzilla@cpe-174-102-221-128.wi.res.rr.com] has quit [Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100202165920]] 01:29:02 it's a conspiracy 01:31:58 -!- aack [~user@a83-163-241-74.adsl.xs4all.nl] has quit [Remote host closed the connection] 01:38:01 -!- albacker [~eni@unaffiliated/enyx] has quit [Ping timeout: 260 seconds] 01:43:01 -!- lusory [~bart@bb121-6-159-253.singnet.com.sg] has quit [Ping timeout: 264 seconds] 01:44:34 lusory [~bart@bb119-74-202-147.singnet.com.sg] has joined #scheme 01:44:51 *Daemmerung* has small-caps envy 01:48:16 kniu [~kniu@CMU-311358.WV.CC.CMU.EDU] has joined #scheme 01:48:52 turns out my font renders bold letters somewhat taller than non-bold ones. 01:49:00 Can't remember noticing that before 01:49:13 *offby1* offers Daemmerung a few small-cap funds 01:49:27 gotta diversify; holding something like General Motors is too conservative 01:49:55 Time to upgrade, I guess. "Improve yuor Emacs with our h3rbal f0rmula!" 01:50:14 annodomini [~lambda@2002:97cb:cadc:2:21c:b3ff:febc:c615] has joined #scheme 01:50:14 -!- annodomini [~lambda@2002:97cb:cadc:2:21c:b3ff:febc:c615] has quit [Changing host] 01:50:14 annodomini [~lambda@wikipedia/lambda] has joined #scheme 01:50:37 *Daemmerung* loses 20 unsaved buffers by following one simple download 01:51:39 I think I missed the boat with emacs. I simply can't get the muscle memory to move away from vim.. even viper doesn't help. 01:52:12 fnord123: so use vim! 01:52:40 _pr0t0type_ [~424124ca@gateway/web/freenode/x-rkletjzsgdwzlgcd] has joined #scheme 01:52:45 Daemmerung: say, have you lost some buffers? Your memory footprint is looking pretty slim. 01:52:49 -!- lusory [~bart@bb119-74-202-147.singnet.com.sg] has quit [Read error: Connection reset by peer] 01:52:53 *offby1* eyes Daemmerung up and down lasciviously 01:58:26 lusory [~bart@bb121-6-159-11.singnet.com.sg] has joined #scheme 01:58:53 -!- Fare [~Fare@c-24-218-127-11.hsd1.ma.comcast.net] has quit [Quit: Leaving] 02:01:34 mjonsson [~mjonsson@cpe-74-68-154-7.nyc.res.rr.com] has joined #scheme 02:03:04 -!- karme [~user@HSI-KBW-095-208-171-082.hsi5.kabel-badenwuerttemberg.de] has quit [Remote host closed the connection] 02:10:47 ASau [~user@83.69.227.32] has joined #scheme 02:18:38 -!- PygoscelisPapua [~pygospa@g227015199.adsl.alicedsl.de] has quit [Read error: Operation timed out] 02:20:21 jengle [~9598170a@gateway/web/freenode/x-wkynfgeovnslrnhq] has joined #scheme 02:20:58 -!- davazp [~user@33.Red-88-8-230.dynamicIP.rima-tde.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 02:26:48 -!- Sergio` [~Sergio`@a89-152-186-152.cpe.netcabo.pt] has quit [Ping timeout: 268 seconds] 02:28:20 Sergio` [~Sergio`@a89-152-186-152.cpe.netcabo.pt] has joined #scheme 02:29:10 PygoscelisPapua [~pygospa@g227114009.adsl.alicedsl.de] has joined #scheme 02:33:06 -!- Sergio` [~Sergio`@a89-152-186-152.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 02:34:13 -!- jengle [~9598170a@gateway/web/freenode/x-wkynfgeovnslrnhq] has quit [Quit: Page closed] 02:34:41 wleung [~chatzilla@ica-hs-139-ip090.ica.net] has joined #scheme 02:43:00 rotty: That's a bug. 02:43:10 Baughn: Yes, what about it? 02:49:45 -!- ASau [~user@83.69.227.32] has quit [Remote host closed the connection] 02:50:44 foof: http://code.google.com/p/chibi-scheme/issues/detail?id=35 (with patch) 02:51:51 thanks! 02:52:08 np 02:55:08 foof: Thanks for your macro analysis. 02:56:05 np 02:58:15 Actually, I've heard syntax-case users try to describe similar macros before and didn't understand until now. 03:06:46 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Quit: Leaving] 03:08:27 Well, I hope I gave a better explanation! I've been challenged by some of my colleagues to provide a less operational description of how syntax-case works. 03:08:44 -!- _pr0t0type_ [~424124ca@gateway/web/freenode/x-rkletjzsgdwzlgcd] has quit [Quit: Page closed] 03:12:17 -!- kniu [~kniu@CMU-311358.WV.CC.CMU.EDU] has quit [Ping timeout: 260 seconds] 03:13:55 nullpo [~nullpo@221x252x46x83.ap221.ftth.ucom.ne.jp] has joined #scheme 03:14:42 -!- arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has left #scheme 03:14:49 arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has joined #scheme 03:20:42 -!- PygoscelisPapua [~pygospa@g227114009.adsl.alicedsl.de] has quit [Disconnected by services] 03:20:51 PygoscelisPapua [~pygospa@g227114009.adsl.alicedsl.de] has joined #scheme 03:22:43 -!- arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has left #scheme 03:23:13 arcfide [arcfide@99.31.12.53] has joined #scheme 03:23:21 -!- pavelludiq [~quassel@91.139.196.103] has quit [Read error: Connection reset by peer] 03:26:34 parolang [~user@8e4a01246100775874c4f448e9887093.oregonrd-wifi-1261.amplex.net] has joined #scheme 03:26:55 kniu [~kniu@HOHOHO.RES.CMU.EDU] has joined #scheme 03:27:23 -!- arcfide [arcfide@99.31.12.53] has left #scheme 03:27:50 -!- dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has quit [Read error: Connection reset by peer] 03:28:45 arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has joined #scheme 03:29:11 Stinkin' router. 03:29:20 dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has joined #scheme 03:31:01 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 03:44:47 proq [~user@unaffiliated/proqesi] has joined #scheme 03:52:25 -!- josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has quit [Quit: josephholsten] 04:02:13 -!- devslashnull [~james@dyn-157.greentreefrog.net.au] has quit [Ping timeout: 264 seconds] 04:11:49 -!- MrFahrenheit [~RageOfTho@users-55-107.vinet.ba] has quit [Ping timeout: 264 seconds] 04:13:28 Modius_ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has joined #scheme 04:16:16 Modius__ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has joined #scheme 04:17:00 -!- Modius [~Modius@cpe-70-123-130-159.austin.res.rr.com] has quit [Ping timeout: 276 seconds] 04:18:22 Modius [~Modius@cpe-70-123-130-159.austin.res.rr.com] has joined #scheme 04:18:38 minion: MORE WEDGIES 04:18:38 wedgies me harder 04:20:15 -!- Modius_ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has quit [Ping timeout: 276 seconds] 04:20:34 Modius_ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has joined #scheme 04:21:51 -!- Modius__ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has quit [Ping timeout: 252 seconds] 04:23:43 -!- Modius [~Modius@cpe-70-123-130-159.austin.res.rr.com] has quit [Ping timeout: 240 seconds] 04:25:18 -!- Daemmerung [~goetter@1133sae.mazama.net] has quit [Quit: Smoove out.] 04:28:38 Daemmerung [~goetter@1133sae.mazama.net] has joined #scheme 04:30:32 Modius__ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has joined #scheme 04:33:45 -!- wleung [~chatzilla@ica-hs-139-ip090.ica.net] has quit [Quit: ChatZilla 0.9.86 [Firefox 3.0.3/2008101315]] 04:33:50 -!- Modius_ [~Modius@cpe-70-123-130-159.austin.res.rr.com] has quit [Ping timeout: 268 seconds] 04:38:24 ton [~ton@173-16-130-10.client.mchsi.com] has joined #scheme 04:38:44 hello 04:39:26 If someone could help me, I'm using Gimp and trying to get the coordinates of a vectors object. Any points in the right direction appreciated 04:41:24 -!- luz [~davids@189.122.90.116] has quit [Quit: Client exiting] 04:46:30 *offby1* stares blankly 04:46:48 that's more of a GIMP question than a scheme question, I imagine 04:47:21 ton: Do you mean when scripting the GIMP with Guile? 04:47:52 I thought that Gimp used TinyScheme. 04:47:58 Um.... 04:48:16 I meant when scripting with TinyScheme.... which I thought was related to Scheme? 04:48:27 I'm just trying to get information out of a list that begins with # 04:48:33 Whoah, Gimp switched to TinyScheme?! 04:48:38 =_= 04:48:42 yar 04:48:46 but Python is still used 04:48:50 ton: (vector-ref ) 04:49:37 vectors are indexed from 0 to (vector-length ) 04:49:40 -1 04:50:36 uh....srr really tired, but, I'm not getting you here. vector-ref isn't mentioned anywhere in procedural db 04:51:06 If you could answer, can you get information out of a list beginning with "#", 04:51:17 b/c "car/cdr" isn't want to work 04:51:32 ton: #(a b c) isn't a list, it's a vector 04:51:33 -!- Zuu [~Zuuo@unaffiliated/zuu] has quit [Ping timeout: 265 seconds] 04:51:40 And you get the elements with vector-ref. 04:51:42 rudybot: init 04:51:43 rudybot: init 04:51:44 Daemmerung: your r5rs sandbox is ready 04:51:48 Jinx! 04:51:56 *Daemmerung* defers to foof 04:52:06 rudybot: eval (vector-ref '#(a b c) 0) 04:52:24 ... 04:52:33 Daemmerung: He's ignoring me, you do it :/ 04:52:35 You didn't say "Mother May I" 04:52:45 foof: error: with-limit: out of time 04:52:48 rudybot: eval (vector-ref '#(a b c) 0) 04:52:52 wait... 04:52:55 foof: error: with-limit: out of time 04:52:57 Daemmerung: your r5rs sandbox is ready 04:52:57 Daemmerung: ; Value: a 04:52:59 -!- bgs100 [~ian@unaffiliated/bgs100] has quit [Quit: Leaving] 04:53:03 Imma try that in Script-fu console 04:53:37 r5rs vector-ref 04:53:37 http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_idx_544 04:53:41 -rudybot:#scheme- http://tinyurl.com/yfwe8sj 04:53:41 ton: Q.v. 04:53:44 HOLY TOLEDO I THINK THAT WORKED!!!! 04:53:54 Q.v? 04:54:03 no I'm not dumb thank you just tired 04:54:30 Okay, if this works you guys ur ze best 04:54:36 It's pretentious shorthand for "read the link I just evoked" 04:54:41 rudybot: eval (vector-ref #(a b c dammit) 3) 04:54:41 *offby1: ; Value: dammit 04:54:50 oh.... 04:54:52 kk 04:54:55 offby1: You need to take a firm hand with that bot 04:55:06 specbot, huh? 04:55:11 Daemmerung: I honestly don't know what's up. It's been bizarrely slow ever since I moved it to prmgr.com 04:55:21 (but hey! $6/month, I'm not complaining!) 04:55:26 Time to move it back onto the VIC-20. 04:55:36 ugh, I had a nasty time with prgmr 04:55:43 elly: wha happen? 04:55:57 just awful connectivity and reliability 04:56:05 huh, no trouble so far for me 04:56:10 on the other hand, they neglected to bill me for 10 months, so :P 04:57:15 i think its just 1 guy 04:57:31 excuse me: 04:57:44 so I think that 0 is the first in the list and after that you count up? 04:57:49 *vector 04:57:50 yes 04:58:00 oh sweet ^_^ 04:58:03 rudybot: eval (vector-ref #(a b c dammit) 2) 04:58:04 *offby1: ; Value: c 04:58:09 rudybot: eval (vector-ref #(a b c dammit) 1) 04:58:10 *offby1: ; Value: b 04:58:11 etc 04:58:14 who's rudybot? 04:58:29 is this actually like a Scheme bot? 04:58:36 ton: type /whois rudybot 04:59:01 ton: yes, it's actually like a Scheme bot 04:59:04 rudybot: eval (banner) 04:59:04 *offby1: ; Value: "Welcome to MzScheme v4.1.5 [3m], Copyright (c) 2004-2009 PLT Scheme Inc.\n" 04:59:11 <3 this stuff <3 04:59:26 I wish I were lucid enough to grasp these things right now >< 04:59:39 where'd you get the banner? 04:59:53 RCA Records and Tapes! 04:59:55 mua ha ha 05:00:10 ton: "banner" is a built-in function that just returns that string. 05:00:14 it's part of PLT scheme. 05:00:21 The bot is written in PLT scheme. 05:00:31 rudybot: source 05:00:32 *offby1: http://github.com/offby1/rudybot/commit/ceab0a2d52139c6c8f0e0a17ac01d0c9634541ec 05:00:48 Is Scheme bigger than I think it is... cuz from the website it looks like a small project by a couple guys 05:01:01 There are those who say I am merely offby1's puppet, but I'm not a puppet! I'm a free man!! 05:01:07 *offby1* pats rudybot on the head 05:01:10 lol 05:01:18 ton: Scheme is a family of languages, not a project. 05:01:28 There are a zillion scheme projects; PLT scheme is a fairly large one 05:01:54 offby1: wow so Scheme is actually quite dispersed? Like python? 05:01:58 Or bigger? 05:02:00 naw 05:02:04 nothing like Python :-| 05:02:19 python is probably (wild-assed guess) 20 to 100 times more popular 05:02:21 *tries out the asterisks* 05:02:25 lol 05:02:31 *offby1* points out ton's FAIL 05:02:33 *tries again 05:02:38 and yet again* 05:02:39 we're typing /me this 05:02:41 *offby1* that 05:02:50 *ton* wins? 05:02:54 WIN 05:02:56 there you go :) 05:02:59 *ton* YEAH HE PWNS! 05:03:07 *offby1* calls the /me police on ton 05:03:12 pronoun agreement, son; pronoun agreement 05:03:21 the proper grammar would be: 05:03:23 *offby1* PWNS! 05:03:28 you see. 05:03:28 *ton* Likes to speak in the third person about Ton 05:03:34 getting there! 05:03:38 using an initial cap there looks very odd. 05:03:42 now just downcase the leading L and you'll be all set. 05:03:44 elly: jinx 05:03:46 *ton* is very srr 05:03:59 don't let it happen again. 05:04:03 *offby1* glares sternly 05:04:11 *ton* mOm 05:04:20 *elly* should put herself to bed.. 05:04:22 er, ... 05:04:30 *ton* >_> 05:04:35 <_< 05:04:46 lol I need to get back to this script 05:04:53 I put my self in a manila folder at night 05:05:00 does that help? 05:05:10 offby1: so why *is* rudybot point at the commit when you ask for its source? 05:05:10 *ton* gets back to scripting with new found language of vectors 05:05:21 "A small project by a couple of guys" - that would be Sussman and Steele, I suppose 05:05:25 eli: why not? 05:05:39 Why not just show the tree? 05:05:49 *shrug* 05:06:18 eli: heh 05:06:28 eli: I think because when I wrote that, you couldn't use the tree 05:06:34 I think that's a relatively new github feature 05:07:17 offby1: As in -- http://github.com/offby1/rudybot is much closer to what I'd expect when I want to see its source than whatever happens to be in your last commit... 05:07:19 rudybot: source 05:07:29 gabot: slap rudybot 05:07:29 *gabot* slaps rudybot 05:07:36 he's busy loading 05:07:40 rudybot: slap gabot 05:07:46 *offby1: http://github.com/offby1/rudybot/tree/ceab0a2d52139c6c8f0e0a17ac01d0c9634541ec 05:07:46 *offby1: eh? Try "rudybot: help". 05:08:00 eli: better? 05:08:18 Better, but why not just the root? 05:08:21 I actually think it makes sense to point to the commit that's running, rather than the newest one. 05:08:36 eli: how do I show just the root? 05:08:48 I mean just http://github.com/offby1/rudybot 05:09:03 ah, but that's not necessarily what's currently running. 05:09:29 Well, the difference is what do people mean when they say "where's your code"? 05:10:06 I think that usually they just want to get impressed rather than figure out why something is broken or whatever. 05:10:07 -!- dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has quit [Read error: Connection reset by peer] 05:11:28 dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has joined #scheme 05:21:28 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Quit: Leaving] 05:25:27 offby1? 05:29:17 -!- ton [~ton@173-16-130-10.client.mchsi.com] has quit [Remote host closed the connection] 05:46:12 -!- dudleyf [~dudleyf@ip70-178-36-159.ks.ks.cox.net] has quit [Quit: dudleyf] 06:02:29 arcfide: Can we get a more readable default font size for the wiki? 06:06:24 foof: Um, sure, what's the default right now? It seems fairly readable on my machine. 06:07:59 -!- arcfide [arcfide@adsl-99-31-12-53.dsl.bltnin.sbcglobal.net] has quit [Remote host closed the connection] 06:08:10 13px, so maybe 14 06:08:13 arcfide [arcfide@99.31.12.53] has joined #scheme 06:08:37 Actually, what mostly bugs me is the text running to the far right of the screen when you have a wide window open 06:08:59 foof: Well, you don't want to shrink the window size? 06:09:11 Or maybe just blow up the font if you want the window that wide? 06:09:26 I mean, what are you going for? 06:11:33 readability :) 06:12:13 Personally, I like text about as wide as a Paul Graham essay, though even twice that would be acceptable. 06:12:44 However, a single paragraph taking up one line on a 23" monitor is a pain to read. 06:14:02 I suppose I could delegate a separate Firefox window just for the wiki and make it narrow. 06:18:33 -!- bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has quit [Ping timeout: 276 seconds] 06:43:00 foof: Aaah, yes, actually, it's considered bad "design" on the part of the web designer to have fixed width designs that enforce a particular font size and width, for this very reason. 06:43:39 Specifically, if I made it the right width and size to fit your monitor, then it will probably be equally unreadable on another's. Presumably, you allow each user to control the width and font size themselves. 06:47:28 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Remote host closed the connection] 06:48:03 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 06:48:08 Jafet [~Owner@136.0.50.60.kmr02-home.tm.net.my] has joined #scheme 07:02:15 SharkBra1n [~gerard@118-93-163-124.dsl.dyn.ihug.co.nz] has joined #scheme 07:03:47 arcfide: wrong. 07:04:03 -!- jonrafkind [~jon@c-98-202-82-46.hsd1.ut.comcast.net] has quit [Ping timeout: 276 seconds] 07:10:27 eli: I'm sorry? 07:13:10 arcfide: making text as wide as the browser screen is wrong. 07:15:24 -!- leppie [~lolcow@dsl-243-30-181.telkomadsl.co.za] has quit [Ping timeout: 268 seconds] 07:16:56 eli: And the correct solution that scales across platforms is, what? 07:17:09 Specifying a width with em. 07:17:21 eli: Are you saying that you should fix the width of the text box? 07:17:39 eli: Or, are you suggesting that you specify the width of the text box using em? 07:21:34 IIRC, there is a way to specify a maximum size, so that it can be narrower on smaller screens -- but even if there isn't, specifying a sane width (in ems) is better for the 95% of people who would suffer the too-long-lines, and a little worse for those who have a narrower window. (Little, because those people are likely to be familiar with zomming out pages.) 07:22:20 And let's say that I want to use the full width of my window to show as much of some specific web page on the screen as I can? 07:22:28 Let's say I want to scroll it all the way out, can I do that? 07:22:51 Distribute everything in gzipped postscript 07:23:17 That wouldn't be readable then. If you really want to accommodate such masochistic wishes, then make it an opt-in option. 07:24:13 And to make what Jafet said more serious: note how PS/PDF (almost always) use some given measures rather than "fill up the width of the screen". 07:24:36 -!- annodomini [~lambda@wikipedia/lambda] has quit [Quit: annodomini] 07:24:42 Note how PS/PDF almost always specifies a fixed page aspect ratio. 07:25:57 You can't doublethink in web design. There are screens of different sizes, and you have to make different styles for them if you want to be "scalable across platforms". 07:26:20 There is no "one stylesheet fits all". 07:27:36 eli's "specify maximum size" for example basically makes two different styles for two different screen widths, which is good. 07:31:35 I've never heard any professional web designer that cared about quality claim that fixed width websites were a good thing. In fact, fluid designs are the only thing I've heard most designers approve of as the ideal. 07:32:06 The whole point is that a website should be adaptive to the display requirements of the reader. 07:32:31 leppie [~lolcow@dsl-243-30-181.telkomadsl.co.za] has joined #scheme 07:32:37 Obviously, from a typographical standpoint, you don't want to have long lines. 07:33:09 But I have rarely seen a web site that was designed with a fixed width present the appropriate line width to me. 07:33:15 Even ones that used ems. 07:34:07 Backing up your point is relatively easy: find a few professionally-made web pages with text that is as wide as whatever your browser is. 07:38:38 Here's one: http://developer.android.com/reference/android/content/BroadcastReceiver.html 07:38:41 -rudybot:#scheme- http://tinyurl.com/m6vurw 07:39:11 eli: CSS Zen Garden does this, W3C's main pages do this, and a number of others. 07:41:10 linuxsable [~linuxsabl@63-145-253-38.dia.static.qwest.net] has joined #scheme 07:44:08 I thought that "professional" and "text" were important keywords here. 07:44:25 The famous A List Apart web site also seems to support this mode of design. 07:44:45 Are you arguing that W3C's recent redesign was not done professionally? 07:45:31 So it has multiple columns and these columns take up the whole screen. They still adapt to the width of the window. 07:46:01 I don't know about that famous web site, but it doesn't do that. And yes, I'm arguing that the W3C website is not something that has such professionals involved. 07:46:33 eli: http://www.alistapart.com/articles/dao/ There they advocate making fluid web sites. 07:47:00 CSS Zen Garden has numerous layouts, many of which have large swathes of vertical space. 07:47:31 arcfide: I don't have time to spend now to read that, but I'll note that that page *itself* has fixed width columns. 07:47:38 In any case, most of them use now-disfavoured design principles. 07:47:46 http://www.alistapart.com/articles/fluidgrids/ 07:48:04 That discusses the redesign of W3C's page, which was done by what appears to be a professional. 07:49:04 (define blurb "arcfide: I don't have time to spend now to read that, but I'll note that that page *itself* has fixed width columns.") 07:49:07 blurb 07:51:13 bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has joined #scheme 07:53:07 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Remote host closed the connection] 07:53:22 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 07:59:23 Gah! 07:59:57 I made the mistake of looking at the web page of the "professional" who advocates using percentages. 08:00:02 http://johnfallsopp.com/ 08:01:34 arcfide: You want the max-width CSS attribute. 08:02:04 The guy advocates himself as a web guru, yet clicking on his "contact me" link leads to ... "http://johnfallsopp.com/john@westciv.com" 08:02:50 There's no universally agreed "right way" to do any kind of web design, but stretching a paragraph horizontally 1900 or more pixels is totally insane. 08:02:51 Narrowing the web page makes his TOC jump to the bottom. Good accessibility factor there. 08:03:15 I completely agree. 08:03:22 Edico [~Edico@unaffiliated/edico] has joined #scheme 08:04:03 And it's _not_ a solution to simply expect people to resize their browser windows for narrower content, because many, many sites use multiple columns, and some sites do need as much horizontal space as they can get for things other than prose (e.g. spreadsheets or graphics). 08:05:45 Anyway, all of those problems pale in comparison to his choice of text style: gray on slightly darker gray -- with shadows! 08:06:29 (With slightly lighter gray for links, obviously.) 08:07:29 mmc [~mima@cs27122078.pp.htv.fi] has joined #scheme 08:09:23 -!- SharkBra1n [~gerard@118-93-163-124.dsl.dyn.ihug.co.nz] has quit [Quit: leaving] 08:11:38 Owner_ [~chatzilla@cpe-174-102-221-128.wi.res.rr.com] has joined #scheme 08:13:14 -!- Jafet [~Owner@136.0.50.60.kmr02-home.tm.net.my] has quit [Changing host] 08:13:14 Jafet [~Owner@unaffiliated/jafet] has joined #scheme 08:26:49 -!- parolang [~user@8e4a01246100775874c4f448e9887093.oregonrd-wifi-1261.amplex.net] has quit [Remote host closed the connection] 08:26:51 -!- linuxsable [~linuxsabl@63-145-253-38.dia.static.qwest.net] has quit [Quit: linuxsable] 08:33:06 -!- mmc [~mima@cs27122078.pp.htv.fi] has quit [Ping timeout: 245 seconds] 08:35:13 -!- Jafet [~Owner@unaffiliated/jafet] has quit [Quit: Leaving.] 08:40:54 mmc [~mima@cs27122078.pp.htv.fi] has joined #scheme 09:01:34 what's with Honu in PLTScheme? 09:07:24 xandir [~wIRCer@89.204.153.101] has joined #scheme 09:07:29 -!- xandir [~wIRCer@89.204.153.101] has left #scheme 09:12:26 dzhus [~sphinx@95-27-18-81.broadband.corbina.ru] has joined #scheme 09:19:28 wingo [~wingo@81.39.162.84] has joined #scheme 09:32:07 sepult` [~user@xdsl-87-78-101-84.netcologne.de] has joined #scheme 09:32:41 josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has joined #scheme 09:34:37 -!- sepult [~user@xdsl-87-78-130-21.netcologne.de] has quit [Ping timeout: 264 seconds] 09:43:54 -!- proq [~user@unaffiliated/proqesi] has quit [Read error: Operation timed out] 09:46:38 -!- toekutr [~toekutr@adsl-69-107-105-129.dsl.pltn13.pacbell.net] has quit [Quit: Leaving] 09:51:16 -!- melba [~blee@unaffiliated/lazz0] has quit [Read error: Connection reset by peer] 09:56:56 ajax_ [~ajax@75-101-102-192.dsl.static.sonic.net] has joined #scheme 10:03:16 Nshag [~shag@lns-bzn-37-82-253-31-145.adsl.proxad.net] has joined #scheme 10:03:36 -!- Nshag [~shag@lns-bzn-37-82-253-31-145.adsl.proxad.net] has quit [Client Quit] 10:04:16 Nshag [~shag@lns-bzn-37-82-253-31-145.adsl.proxad.net] has joined #scheme 10:10:02 -!- jmcphers [~jmcphers@218.185.108.156] has quit [Remote host closed the connection] 10:10:36 jmcphers [~jmcphers@218.185.108.156] has joined #scheme 10:11:20 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Remote host closed the connection] 10:12:44 -!- copumpkin is now known as HaskellLove 10:12:51 pavelludiq [~quassel@91.139.196.103] has joined #scheme 10:14:24 -!- HaskellLove is now known as copumpkin 10:14:58 -!- jmcphers [~jmcphers@218.185.108.156] has quit [Ping timeout: 248 seconds] 10:18:07 -!- arcfide [arcfide@99.31.12.53] has left #scheme 10:24:50 hkBst [~hkBst@gentoo/developer/hkbst] has joined #scheme 10:39:34 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 10:52:04 -!- sstrickl [~sstrickl@pool-141-157-183-82.bos.east.verizon.net] has quit [Read error: Connection reset by peer] 11:22:10 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 248 seconds] 11:25:22 -!- Checkie [3980@unaffiliated/checkie] has quit [Ping timeout: 248 seconds] 11:39:37 mije [~antoine@tal33-5-88-181-16-209.fbx.proxad.net] has joined #scheme 11:41:12 lolcow [~lolcow@dsl-243-30-181.telkomadsl.co.za] has joined #scheme 11:41:30 -!- leppie [~lolcow@dsl-243-30-181.telkomadsl.co.za] has quit [Ping timeout: 240 seconds] 11:43:32 -!- Owner_ [~chatzilla@cpe-174-102-221-128.wi.res.rr.com] has quit [Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100202165920]] 11:45:52 -!- wingo [~wingo@81.39.162.84] has quit [Ping timeout: 256 seconds] 11:50:43 -!- nullpo [~nullpo@221x252x46x83.ap221.ftth.ucom.ne.jp] has quit [*.net *.split] 11:50:43 -!- foof [~user@FL1-122-131-198-106.osk.mesh.ad.jp] has quit [*.net *.split] 11:50:43 -!- TR2N [email@89.180.230.255] has quit [*.net *.split] 11:50:44 -!- fractalis [~fractalis@cpe-98-27-162-52.neo.res.rr.com] has quit [*.net *.split] 11:50:44 -!- guenthr_ [~unknown@sahnehaschee.unix-ag.uni-kl.de] has quit [*.net *.split] 11:50:44 -!- SharkBrain [~gerard@210.48.104.34] has quit [*.net *.split] 11:50:44 -!- rrm3 [~rrm3@rrm3.org] has quit [*.net *.split] 11:50:44 -!- elf [elf@antenora.aculei.net] has quit [*.net *.split] 11:50:44 -!- DerGuteMoritz [~syn@85.88.17.198] has quit [*.net *.split] 11:50:44 -!- gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [*.net *.split] 11:50:44 -!- rmrfchik [~rmrfchik@linuxhacker.ru] has quit [*.net *.split] 11:50:44 -!- askhader [~askhader@taurine.csclub.uwaterloo.ca] has quit [*.net *.split] 11:50:44 -!- C-Keen [ckeen@pestilenz.org] has quit [*.net *.split] 11:51:00 TR2N [email@89.180.230.255] has joined #scheme 11:51:05 foof [~user@FL1-122-131-198-106.osk.mesh.ad.jp] has joined #scheme 11:52:22 schoppenhauer [~christoph@unaffiliated/schoppenhauer] has joined #scheme 11:52:40 nullpo [~nullpo@221x252x46x83.ap221.ftth.ucom.ne.jp] has joined #scheme 11:54:22 rmrfchik [~rmrfchik@linuxhacker.ru] has joined #scheme 11:54:23 C-Keen [ckeen@pestilenz.org] has joined #scheme 11:54:33 rrm3 [~rrm3@rrm3.org] has joined #scheme 11:54:35 fractalis [~fractalis@cpe-98-27-162-52.neo.res.rr.com] has joined #scheme 11:54:47 elf [elf@antenora.aculei.net] has joined #scheme 11:54:49 sstrickl [~sstrickl@pool-141-157-183-82.bos.east.verizon.net] has joined #scheme 11:54:52 DerGuteMoritz [~syn@85.88.17.198] has joined #scheme 11:55:06 SharkBrain [~gerard@210.48.104.34] has joined #scheme 11:58:53 -!- dzhus [~sphinx@95-27-18-81.broadband.corbina.ru] has quit [Remote host closed the connection] 12:02:07 guenthr [~unknown@sahnehaschee.unix-ag.uni-kl.de] has joined #scheme 12:02:30 askhader [~askhader@taurine.csclub.uwaterloo.ca] has joined #scheme 12:02:32 melba [~blee@unaffiliated/lazz0] has joined #scheme 12:05:07 perdix [~perdix@sxemacs/devel/perdix] has joined #scheme 12:08:01 Zuu [~Zuuo@0x55529f1b.adsl.cybercity.dk] has joined #scheme 12:09:34 -!- borism_ [~boris@213-35-235-6-dsl.end.estpak.ee] has quit [Ping timeout: 268 seconds] 12:15:42 does any of you use vi(m) as an editor when writing scheme ? 12:16:52 sometimes yes 12:18:46 gnomon [~gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 12:29:05 Jafet [~Owner@unaffiliated/jafet] has joined #scheme 12:41:31 Fabse [~mightyfid@wikipedia/Track-n-Field] has joined #scheme 12:46:33 Quadrescence [~quad@unaffiliated/quadrescence] has joined #scheme 12:46:50 I used vi before I swiched to emacs. The idea of using vi or vim for lisp editing sounds like masochism to me now. 12:47:00 Well of using vi/vim for anything really. 12:48:02 For when your system is too borked to start emacs 12:48:20 wget ftp://ftp.gnu.org/gnu/emacs/emacs-23.1.tar.gz ; tar zxf emacs-23.1.tar.gz ; cd emacs-23. 1 ; ./configure --prefix=$HOME && make && make install && ~/bin/emacs # takes less than five minutes 12:48:30 But then you could just use ed 12:48:40 Yes, ed is acceptable in these situations. 12:49:03 Well, when emacs OS includes a reasonable editor we the Vimers will consider its use. 12:49:16 M-x viper 12:49:18 :-) 12:49:35 M-x term \ vim 12:49:51 It lacks a scriptng language 12:49:57 You know, a onw with scoping 12:50:31 First option 12:50:45 -!- cmatei [~cmatei@95.76.26.166] has quit [Read error: Connection reset by peer] 12:51:03 To, uh, reduce it's footprint. 12:51:36 Oh, then I'd better upgrade to something with smaller footprint and better scripting 12:51:43 I dunno, probably Vim 12:51:44 cmatei [~cmatei@95.76.26.166] has joined #scheme 12:52:19 Given recent ECL patches it can beat Emacs even in having model Lisp scripting 12:52:26 modern 12:55:49 -!- schoppenhauer [~christoph@unaffiliated/schoppenhauer] has quit [Remote host closed the connection] 12:56:40 mije, I guess Limp may be useful to you (maybe after minimal changes) 12:59:02 Anyways, vim slowly morphing into an emacs is a good news. 12:59:55 mije: I use vim for scheme 13:00:30 attila_lendvai [~ati@catv-89-134-66-143.catv.broadband.hu] has joined #scheme 13:01:07 m-x is part of the problem. how do you even press that? i use thumb and fore finger 13:02:22 choas [~lars@p5B0DDEA4.dip.t-dialin.net] has joined #scheme 13:02:50 Buy two of those midi keyboard pedals 13:03:20 fnord123: thumb on "Alt", fore on "x". 13:03:59 fnord123: or: pinky on "ESC", then fore on "x". 13:05:13 or anything you like, using xmodmap and custom keyboards http://www.youtube.com/watch?v=9yg3s77nAMQ 13:05:16 and how do you read code while eating a burrito? C-v/M-v? bah. hjkl non-greasy pinky reading is the life for me 13:06:01 fnord123: PageUp and PageDn work too. 13:06:38 requires FN key on some laptops and keyboards (e.g. happy hacker) 13:06:55 hjkl work in emacs too, M-x viper 13:07:01 pjb, remember the modern Vimers motto: assume bad faith from keyboard designers; doubly so for laptops 13:07:31 Ask Tim, I'm sure he can make you a laptop keyboard too. 13:10:14 Real serious emacsers use vintage space cadets 13:10:29 I wonder what he uses as controller 13:10:49 There are space-cadet to usb devices. 13:11:53 I wonder how many exist 13:12:07 AFAIK, one. 13:12:08 :-) 13:12:27 That would tend to be an upper bound on the number of real serious emacsers. 13:13:27 Well, I use a blank Das Keyboard III. Perhaps I should hack even more my .Xmodmap to be closer to space cadet... 13:14:21 But how many simultaneous modifiers are physically supported by the keyboard? 13:14:40 A lot. 13:14:41 The space cadet had up to six, I think 13:14:51 Some in pairs 13:16:01 It has a six key roller. So, IIUC, any key can be used as modifier. 13:17:02 -!- mije [~antoine@tal33-5-88-181-16-209.fbx.proxad.net] has quit [Remote host closed the connection] 13:18:45 pjb: cool. I've got a happy hacker blank. :) 13:20:24 -!- Edico [~Edico@unaffiliated/edico] has quit [Quit: Ex-Chat] 13:21:13 slom_ [~slom@pD9EB6336.dip.t-dialin.net] has joined #scheme 13:24:53 Sergio` [~Sergio`@a89-152-187-26.cpe.netcabo.pt] has joined #scheme 13:28:02 -!- ajax_ [~ajax@75-101-102-192.dsl.static.sonic.net] has quit [Ping timeout: 248 seconds] 13:29:06 -!- attila_lendvai [~ati@catv-89-134-66-143.catv.broadband.hu] has quit [Ping timeout: 252 seconds] 13:41:53 luz [~davids@189.122.90.116] has joined #scheme 13:52:16 -!- mmc [~mima@cs27122078.pp.htv.fi] has quit [Ping timeout: 245 seconds] 13:53:24 Sveklo [~sveklo@unaffiliated/sveklo] has joined #scheme 13:57:11 -!- nullpo [~nullpo@221x252x46x83.ap221.ftth.ucom.ne.jp] has quit [Quit: Leaving...] 13:59:49 mmc [~mima@cs27122078.pp.htv.fi] has joined #scheme 14:01:00 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Quit: A cow. A trampoline. Together they fight crime!] 14:01:40 NNshag [~shag@lns-bzn-57-82-249-16-119.adsl.proxad.net] has joined #scheme 14:02:49 -!- Nshag [~shag@lns-bzn-37-82-253-31-145.adsl.proxad.net] has quit [Ping timeout: 260 seconds] 14:03:19 mije [~antoine@tal33-5-88-181-16-209.fbx.proxad.net] has joined #scheme 14:11:50 masm [~masm@bl10-4-214.dsl.telepac.pt] has joined #scheme 14:20:54 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:22:27 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:23:19 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:24:30 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:25:15 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:26:30 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:26:55 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:28:30 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: No route to host] 14:28:55 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:30:25 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:31:23 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:32:29 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:33:28 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:34:27 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:35:15 borism [~boris@237.80.191.90.dyn.estpak.ee] has joined #scheme 14:35:17 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:36:26 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: No route to host] 14:37:28 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:38:28 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:39:14 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:40:31 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:41:40 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:42:35 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: No route to host] 14:43:37 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:45:42 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Read error: Connection reset by peer] 14:46:32 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:47:36 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Remote host closed the connection] 14:50:42 -!- kenpp [~kenpp@188-222-117-86.zone13.bethere.co.uk] has quit [Ping timeout: 248 seconds] 14:52:14 MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has joined #scheme 14:53:03 jewel [~jewel@41.18.239.3] has joined #scheme 14:53:46 Checkie [~checkie@unaffiliated/checkie] has joined #scheme 14:55:52 mejja [~user@host-90-233-172-90.mobileonline.telia.com] has joined #scheme 14:57:23 -!- Jafet [~Owner@unaffiliated/jafet] has quit [Ping timeout: 246 seconds] 14:58:32 -!- jewel [~jewel@41.18.239.3] has quit [Ping timeout: 256 seconds] 15:08:39 -!- snorble [~none@s83-179-14-105.cust.tele2.se] has left #scheme 15:16:59 bgs100 [~ian@unaffiliated/bgs100] has joined #scheme 15:22:08 jewel [~jewel@dsl-242-133-99.telkomadsl.co.za] has joined #scheme 15:25:09 annodomini [~lambda@2002:97cb:cadc:2:21c:b3ff:febc:c615] has joined #scheme 15:25:09 -!- annodomini [~lambda@2002:97cb:cadc:2:21c:b3ff:febc:c615] has quit [Changing host] 15:25:09 annodomini [~lambda@wikipedia/lambda] has joined #scheme 15:26:30 rcv [~rcv@221.Red-83-36-88.dynamicIP.rima-tde.net] has joined #scheme 15:27:45 -!- errordeveloper [~errordeve@host86-129-176-168.range86-129.btcentralplus.com] has quit [Ping timeout: 260 seconds] 15:29:40 errordeveloper [~errordeve@host86-157-113-169.range86-157.btcentralplus.com] has joined #scheme 15:31:29 -!- josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has quit [Quit: josephholsten] 15:31:43 Skewb [~Skewb@62.32.132.206] has joined #scheme 15:32:18 josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has joined #scheme 15:32:33 -!- josephholsten [~josephhol@ip68-0-123-16.tu.ok.cox.net] has quit [Client Quit] 15:34:44 kenjin2201 [~kenjin@220.120.43.80] has joined #scheme 15:35:30 -!- kenjin2201 [~kenjin@220.120.43.80] has quit [Client Quit] 15:36:15 -!- errordeveloper [~errordeve@host86-157-113-169.range86-157.btcentralplus.com] has quit [Ping timeout: 276 seconds] 15:36:20 -!- Sveklo [~sveklo@unaffiliated/sveklo] has quit [Remote host closed the connection] 15:41:39 smknight [rljmhfgs@jack.etcho.de] has joined #scheme 15:42:09 -!- smknight [rljmhfgs@jack.etcho.de] has quit [Client Quit] 15:44:29 Sveklo [~sveklo@unaffiliated/sveklo] has joined #scheme 15:46:01 -!- bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has quit [Ping timeout: 245 seconds] 15:46:26 -!- mjonsson [~mjonsson@cpe-74-68-154-7.nyc.res.rr.com] has quit [Ping timeout: 245 seconds] 15:46:59 -!- slom_ [~slom@pD9EB6336.dip.t-dialin.net] has quit [Remote host closed the connection] 15:48:20 Edico [~Edico@unaffiliated/edico] has joined #scheme 15:49:08 -!- Fabse [~mightyfid@wikipedia/Track-n-Field] has quit [] 15:58:02 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 256 seconds] 15:58:56 -!- mejja [~user@host-90-233-172-90.mobileonline.telia.com] has quit [Remote host closed the connection] 16:04:48 mario-goulart [~user@67.205.85.241] has joined #scheme 16:09:36 josephholsten [~josephhol@ip70-189-108-199.ok.ok.cox.net] has joined #scheme 16:11:26 -!- mmc [~mima@cs27122078.pp.htv.fi] has quit [Ping timeout: 245 seconds] 16:12:23 jonrafkind [~jon@c-98-202-82-46.hsd1.ut.comcast.net] has joined #scheme 16:21:29 mmc [~mima@cs27122078.pp.htv.fi] has joined #scheme 16:22:00 -!- bokr [~eduska@95.154.102.124] has quit [Quit: Leaving.] 16:26:03 ASau [~user@83.69.227.32] has joined #scheme 16:26:07 mathk [~mathk@lns-bzn-20-82-64-35-82.adsl.proxad.net] has joined #scheme 16:26:38 -!- saccade_ [~saccade@209-6-54-113.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: This computer has gone to sleep] 16:37:54 alvatar [~alvatar@203.127.222.87.dynamic.jazztel.es] has joined #scheme 16:38:13 Quadrescence [~quad@unaffiliated/quadrescence] has joined #scheme 16:58:17 -!- rcv [~rcv@221.Red-83-36-88.dynamicIP.rima-tde.net] has left #scheme 17:13:23 -!- melba [~blee@unaffiliated/lazz0] has quit [Quit: melba] 17:13:44 melba [~blee@unaffiliated/lazz0] has joined #scheme 17:18:34 -!- Sveklo [~sveklo@unaffiliated/sveklo] has quit [Quit: Leaving...] 17:23:08 -!- jewel [~jewel@dsl-242-133-99.telkomadsl.co.za] has quit [Ping timeout: 265 seconds] 17:33:28 -!- Skewb [~Skewb@62.32.132.206] has quit [] 17:34:36 saccade_ [~saccade@dhcp-18-111-68-179.dyn.mit.edu] has joined #scheme 17:44:26 -!- borism [~boris@237.80.191.90.dyn.estpak.ee] has quit [Ping timeout: 268 seconds] 17:47:58 -!- NNshag [~shag@lns-bzn-57-82-249-16-119.adsl.proxad.net] has quit [Ping timeout: 256 seconds] 17:53:54 snorble [~none@s83-179-14-105.cust.tele2.se] has joined #scheme 17:54:16 -!- sepult` [~user@xdsl-87-78-101-84.netcologne.de] has quit [Remote host closed the connection] 17:56:25 -!- hkBst [~hkBst@gentoo/developer/hkbst] has quit [Remote host closed the connection] 17:57:18 sepult [~user@xdsl-87-78-101-84.netcologne.de] has joined #scheme 18:01:10 mjonsson [~mjonsson@cpe-74-68-154-7.nyc.res.rr.com] has joined #scheme 18:01:10 -!- rapacity [~prwg@unaffiliated/rapacity] has quit [Ping timeout: 256 seconds] 18:05:50 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Remote host closed the connection] 18:06:38 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 18:10:20 NNshag [~shag@lns-bzn-24-82-64-176-178.adsl.proxad.net] has joined #scheme 18:13:46 jengle [~9598170a@gateway/web/freenode/x-cxlwkawxbajavkmz] has joined #scheme 18:31:40 Fare [~Fare@c-24-218-127-11.hsd1.ma.comcast.net] has joined #scheme 18:38:58 -!- NNshag [~shag@lns-bzn-24-82-64-176-178.adsl.proxad.net] has quit [Ping timeout: 256 seconds] 18:44:47 bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has joined #scheme 18:47:44 rapacity [~prwg@li30-188.members.linode.com] has joined #scheme 18:51:12 NNshag [~shag@lns-bzn-44-82-249-199-126.adsl.proxad.net] has joined #scheme 18:56:49 -!- mije [~antoine@tal33-5-88-181-16-209.fbx.proxad.net] has quit [Remote host closed the connection] 19:02:14 toekutr [~toekutr@adsl-69-107-105-129.dsl.pltn13.pacbell.net] has joined #scheme 19:06:30 -!- alvatar [~alvatar@203.127.222.87.dynamic.jazztel.es] has quit [Quit: leaving] 19:13:33 -!- sepult [~user@xdsl-87-78-101-84.netcologne.de] has quit [Read error: Connection reset by peer] 19:25:53 attila_lendvai [~ati@catv-89-134-66-143.catv.broadband.hu] has joined #scheme 19:44:40 borism [~boris@213-35-235-6-dsl.end.estpak.ee] has joined #scheme 19:52:34 -!- josephholsten [~josephhol@ip70-189-108-199.ok.ok.cox.net] has quit [Quit: josephholsten] 19:56:57 phnglui_ [~phnglui@cpe-76-181-155-131.columbus.res.rr.com] has joined #scheme 19:59:49 -!- phnglui [~phnglui@cpe-76-181-155-131.columbus.res.rr.com] has quit [Ping timeout: 264 seconds] 19:59:50 -!- phnglui_ is now known as phnglui 20:12:29 -!- annodomini [~lambda@wikipedia/lambda] has quit [Quit: annodomini] 20:25:20 -!- bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has quit [Ping timeout: 252 seconds] 20:30:18 ecomba [~ecomba@host86-179-156-130.range86-179.btcentralplus.com] has joined #scheme 20:30:20 Quetzalcoatl_ [~godless@cpe-71-72-235-91.cinci.res.rr.com] has joined #scheme 20:37:01 -!- jengle [~9598170a@gateway/web/freenode/x-cxlwkawxbajavkmz] has quit [Quit: Page closed] 20:38:19 -!- ecomba [~ecomba@host86-179-156-130.range86-179.btcentralplus.com] has quit [Quit: ecomba] 20:39:45 antoszka [~antoszka@unaffiliated/antoszka] has joined #scheme 20:44:36 RageOfThou [~RageOfTho@users-55-254.vinet.ba] has joined #scheme 20:45:33 josephholsten [~josephhol@adsl-64-149-32-230.dsl.tul2ok.sbcglobal.net] has joined #scheme 20:47:36 -!- MrFahrenheit [~RageOfTho@users-33-176.vinet.ba] has quit [Ping timeout: 276 seconds] 20:49:01 what do we have in the way of POE / Twisted? 20:52:09 -!- drwho [~drwho@c-98-225-208-183.hsd1.pa.comcast.net] has quit [Quit: Leaving] 20:54:04 is FrTime similar? 20:54:10 *elly* has never tried programming that way in scheme before 20:54:55 twisted, the networking library? 20:55:02 frtime is for functional reactive programming 20:56:31 likebike [~44e71452@gateway/web/freenode/x-gdjlpomsuvfunwbm] has joined #scheme 20:57:51 Twisted is really for event-based programming 20:57:55 POE is the same kind of thing 21:04:12 bipt [bpt@cpe-075-182-095-009.nc.res.rr.com] has joined #scheme 21:06:42 -!- Edico [~Edico@unaffiliated/edico] has quit [Quit: Ex-Chat] 21:07:28 Isn't Twisted just grotty syntax for CPS? 21:08:50 jmcphers [~jmcphers@218.185.108.156] has joined #scheme 21:13:24 -!- rapacity [~prwg@li30-188.members.linode.com] has quit [Changing host] 21:13:24 rapacity [~prwg@unaffiliated/rapacity] has joined #scheme 21:26:57 -!- saccade_ [~saccade@dhcp-18-111-68-179.dyn.mit.edu] has quit [Quit: This computer has gone to sleep] 21:31:36 -!- Fare [~Fare@c-24-218-127-11.hsd1.ma.comcast.net] has quit [Quit: Leaving] 21:41:38 -!- attila_lendvai [~ati@catv-89-134-66-143.catv.broadband.hu] has quit [Ping timeout: 246 seconds] 21:46:41 Guest3904 [~user@xdsl-87-78-101-84.netcologne.de] has joined #scheme 21:48:17 -!- Guest3904 is now known as sepult` 21:50:41 -!- sepult` [~user@xdsl-87-78-101-84.netcologne.de] has quit [Client Quit] 21:51:30 -!- jonrafkind [~jon@c-98-202-82-46.hsd1.ut.comcast.net] has quit [Ping timeout: 248 seconds] 21:53:40 sepult` [~user@xdsl-87-78-101-84.netcologne.de] has joined #scheme 21:54:16 -!- sepult` [~user@xdsl-87-78-101-84.netcologne.de] has quit [Read error: Connection reset by peer] 21:55:25 arquebus [~shintaro@201.139.156.133.cable.dyn.cableonline.com.mx] has joined #scheme 21:56:06 sepult` [~user@xdsl-87-78-123-27.netcologne.de] has joined #scheme 21:57:09 -!- Morbeo [myrlochar@91.92.170.132] has quit [Ping timeout: 276 seconds] 21:57:13 scuse, Im using gnu scheme and Im wondering if anyone could tell me how I load an init file 21:59:41 -!- sepult` [~user@xdsl-87-78-123-27.netcologne.de] has quit [Client Quit] 22:01:26 sepult` [~user@xdsl-87-78-123-27.netcologne.de] has joined #scheme 22:02:12 Which Scheme is "gnu scheme"? 22:02:21 MIT? Guile? 22:02:41 -!- sepult` [~user@xdsl-87-78-123-27.netcologne.de] has quit [Remote host closed the connection] 22:03:12 chandler- yes MIT/GNU, Im looking at docs now and it says use: load filename 22:03:48 chupish [~182ed347@gateway/web/freenode/x-vazdnpngefxjnjel] has joined #scheme 22:03:49 so I guess that the path must be included in the filename 22:04:10 http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-user/Loading-Files.html#Loading-Files 22:04:11 -rudybot:#scheme- http://tinyurl.com/yeh4656 22:05:36 jonrafkind [~jon@c-98-202-82-46.hsd1.ut.comcast.net] has joined #scheme 22:06:51 -!- ASau [~user@83.69.227.32] has quit [Write error: Broken pipe] 22:07:10 ASau` [~user@83.69.227.32] has joined #scheme 22:07:11 sepult [~user@xdsl-87-78-123-27.netcologne.de] has joined #scheme 22:07:27 but I cant get load to work without an error that puts me into the debugger 22:09:46 -!- ASau` is now known as ASau 22:10:09 -!- choas [~lars@p5B0DDEA4.dip.t-dialin.net] has quit [Quit: leaving] 22:10:43 marcob [~marco@host254-65-dynamic.10-87-r.retail.telecomitalia.it] has joined #scheme 22:10:58 -!- arquebus [~shintaro@201.139.156.133.cable.dyn.cableonline.com.mx] has quit [Remote host closed the connection] 22:11:29 joolean [~julian@cpe-24-193-56-109.nyc.res.rr.com] has joined #scheme 22:12:32 -!- marcob [~marco@host254-65-dynamic.10-87-r.retail.telecomitalia.it] has quit [Client Quit] 22:15:46 -!- joast [~rick@76.178.178.72] has quit [Quit: Leaving.] 22:23:25 -!- chupish [~182ed347@gateway/web/freenode/x-vazdnpngefxjnjel] has quit [] 22:24:47 -!- Sergio` [~Sergio`@a89-152-187-26.cpe.netcabo.pt] has quit [Read error: Connection reset by peer] 22:25:50 joast [~rick@76.178.178.72] has joined #scheme 22:26:45 Sergio` [~Sergio`@a89-152-187-26.cpe.netcabo.pt] has joined #scheme 22:27:52 God, you'd think he was buying prophylactics from his Sunday-school teacher. Why are people so coy about specifying errors? Do they think that we're somehow looking over their shoulders and can read the diagnostics displayed? 22:32:34 mreggen [~mreggen@cm-84.215.18.49.getinternet.no] has joined #scheme 22:35:29 -!- josephholsten [~josephhol@adsl-64-149-32-230.dsl.tul2ok.sbcglobal.net] has left #scheme 22:39:39 when I try to compile sbcl from the source I got the error that sb-posix failed to buil, on OSX 10.6 22:39:57 oop sorry wrong channel 22:40:21 rgrau [~user@107.Red-88-11-109.dynamicIP.rima-tde.net] has joined #scheme 22:41:51 -!- mmc [~mima@cs27122078.pp.htv.fi] has quit [Ping timeout: 245 seconds] 22:42:16 -!- toekutr [~toekutr@adsl-69-107-105-129.dsl.pltn13.pacbell.net] has quit [Quit: Leaving] 22:45:17 Daemmerung: whatchoo talkin' 'bout? 22:50:10 errordeveloper [~errordeve@host86-140-98-216.range86-140.btcentralplus.com] has joined #scheme 22:57:32 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 22:59:19 -!- melba [~blee@unaffiliated/lazz0] has quit [Quit: melba] 22:59:34 mmc [~mima@cs27122078.pp.htv.fi] has joined #scheme 22:59:55 -!- mmc [~mima@cs27122078.pp.htv.fi] has quit [Client Quit] 23:01:23 -!- Mr_Awesome [~eric@pool-98-108-6-104.chi01.dsl-w.verizon.net] has quit [Quit: Hilarity ensues.] 23:03:45 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 23:09:21 Ah, just some random noise in this channel 23:09:58 jeff` [~user@c-69-251-172-246.hsd1.md.comcast.net] has joined #scheme 23:10:08 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 23:10:23 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 23:11:07 -!- jeff` [~user@c-69-251-172-246.hsd1.md.comcast.net] has left #scheme 23:14:15 jlongster [~user@host-68-169-154-107.WISOLT2.epbfi.com] has joined #scheme 23:16:47 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 23:21:42 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 23:25:22 -!- Checkie [~checkie@unaffiliated/checkie] has quit [Ping timeout: 248 seconds] 23:25:53 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 23:29:48 nickgibbon [~nring@210.8.201.244] has joined #scheme 23:33:48 -!- Quetzalcoatl_ [~godless@cpe-71-72-235-91.cinci.res.rr.com] has quit [Ping timeout: 256 seconds] 23:35:35 mbohun [~mbohun@202.124.73.36] has joined #scheme 23:40:22 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 23:44:04 -!- jlongster [~user@host-68-169-154-107.WISOLT2.epbfi.com] has quit [Ping timeout: 252 seconds] 23:45:50 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 23:50:33 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme 23:51:18 jlongster [~user@c-68-59-187-95.hsd1.tn.comcast.net] has joined #scheme 23:51:21 Morbeo [myrlochar@91.92.170.132] has joined #scheme 23:52:17 -!- mathk [~mathk@lns-bzn-20-82-64-35-82.adsl.proxad.net] has quit [Quit: mathk] 23:56:17 seangrove [~user@c-67-188-3-10.hsd1.ca.comcast.net] has joined #scheme 23:59:22 -!- masm [~masm@bl10-4-214.dsl.telepac.pt] has quit [Quit: Leaving.] 23:59:29 -!- REPLeffect [~REPLeffec@69.54.115.254] has quit [Ping timeout: 246 seconds] 23:59:54 REPLeffect [~REPLeffec@69.54.115.254] has joined #scheme