00:04:13 kvda [~kvda@202.58.240.18] has joined #scheme 00:04:52 noam [~noam@213.57.201.130] has joined #scheme 00:11:34 -!- phax [~phax@unaffiliated/phax] has quit [Ping timeout: 240 seconds] 00:15:14 Wow, oh, wow. chibi-scheme doesn't implement (caddr) from r7rs 00:24:56 samth_ [~samth@c-66-31-203-179.hsd1.ma.comcast.net] has joined #scheme 00:25:40 -!- dtm` [~dtm@adsl-69-110-13-143.dsl.pltn13.pacbell.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:26:13 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 00:30:52 -!- samth_ [~samth@c-66-31-203-179.hsd1.ma.comcast.net] has quit [Quit: Ex-Chat] 00:35:05 Aethaeryn: is dat some kinda of japanese scheme implementation 00:35:06 ? 00:36:53 well project seems active so you might ask for dev to add that function 00:37:14 c[ad]{2,}r is a code smell, IMO 00:38:29 troydm: It's supposed to be a faithful implementation of r7rs-small. 00:38:33 caddr -> (cdr (cdr (car 00:38:46 Aethaeryn: in development 00:39:18 http://code.google.com/p/chibi-scheme/ 00:39:29 also what really surprises me is that we have r7rs already when there are not dat plenty r6rs implementations 00:39:31 Right, the linked user manual is a "503" so I am using r7rs-small's specification as a manual 00:39:42 troydm: I count 7 00:39:54 troydm: r7rs is giving up on r6rs. 00:39:58 i know only racket 00:40:20 Apparently too many scheme implementations refused to do r6rs, so r7rs is smaller like r5rs 00:40:25 Thus, "r7rs-small" 00:40:37 Aethaeryn: most implementations don't even implement r5rs 00:41:09 which is a regularly neglected fact 00:41:44 but hey, as long as no-one is writing portable scheme anyway, a few more "standards" can't hurt 00:41:50 Eh... 00:42:04 I can't even write portable scheme following r7rs-small. 00:42:13 indeed 00:42:22 Since, chibi-scheme has undocumented deviations on very trivial things 00:42:28 Like caddr 00:42:44 Also, a rather odd and non-standard library naming convention... .sld 00:42:47 Github doesn't even recognize it. 00:43:37 So I basically have to write to chibi-scheme instead of r7rs-small, and then drop chibi-scheme support when I write my r7rs-small, since following the standard will presumably break with chibi-scheme in more than one area now. 00:43:45 *Aethaeryn* sighs. 00:44:10 http://xkcd.com/927/ 00:44:41 -!- githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 00:45:10 Aethaeryn: are you specificly creating something that will use chibi scheme as embedded scheme impl? 00:45:46 troydm: No, I'm creating an r7rs-small to JavaScript compiler because all the Scheme/Lisp JavaScripts seem to be half-complete toys. 00:46:25 Since I haven't found the time to start on it yet, I was going to just code in chibi-scheme for all of my future projects to acquire a sense of what extensions r7rs-small needs to be usable. 00:46:30 there must be at least a hundred of those by now 00:46:56 ijp: Probably. 00:47:32 Since there's no standard implementation, I'm going to make my own so that I can keep it to the latest standard, and ensure that it has everything required for my in-browser game needs. 00:59:08 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 01:00:23 githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has joined #scheme 01:00:42 -!- alexei_ [~amgarchin@p4FD6022A.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 01:15:12 -!- githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 01:19:50 karswell [~coat@93-97-29-243.zone5.bethere.co.uk] has joined #scheme 01:22:12 -!- masm [~masm@bl18-56-117.dsl.telepac.pt] has quit [Quit: Leaving.] 01:32:34 -!- fantazo [~fantazo@91-119-56-238.dynamic.xdsl-line.inode.at] has quit [Read error: Operation timed out] 01:32:50 -!- antoszka [~antoszka@unaffiliated/antoszka] has quit [Read error: Operation timed out] 01:33:06 antoszka [~antoszka@unaffiliated/antoszka] has joined #scheme 01:33:21 fantazo [~fantazo@91-119-56-238.dynamic.xdsl-line.inode.at] has joined #scheme 01:45:44 githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has joined #scheme 01:51:09 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 01:58:25 Euthy [~euthy@unaffiliated/euthydemus] has joined #scheme 02:06:55 Quadresce [~quad@unaffiliated/quadrescence] has joined #scheme 02:08:09 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 276 seconds] 02:12:00 microcosm [~microcosm@180.143.236.149] has joined #scheme 02:13:05 < ijp> c[ad]{2,}r is a code smell, IMO <- Temporary test code != the final thing. 02:13:32 Things like caddr are useful on incomplete sections. 02:14:16 ijp's biases != bindings rules which you must adhere to :) 02:14:36 -!- Sorella [~quildreen@oftn/member/Sorella] has quit [Read error: Connection reset by peer] 02:15:35 Sorella [~quildreen@oftn/member/Sorella] has joined #scheme 02:16:08 The style I use for coding currently is to write "ugly" code and *then* find out what the file's design should look like :-P 02:17:22 Well, it at least works for languages like Python and Scheme. It probably wouldn't work in something like Java. 02:19:57 So, I basically make everything up as I go along. 02:22:39 -!- confab [~confab@086.112-30-64.ftth.swbr.surewest.net] has quit [Quit: Lost terminal] 02:23:59 -!- adiii [~adityavit@117.205.111.175] has quit [Ping timeout: 260 seconds] 02:27:11 astertronistic [~astertron@ip70-181-247-103.sd.sd.cox.net] has joined #scheme 02:33:06 gnomon, please let me know if you can help with my just-documented difficulty that is preventing me from advancing the state of mathematics. 02:36:40 (or anyone else, if there is anyone else out there silly enough to read my blag) 02:43:53 -!- Aethaeryn [~Michael@wesnoth/umc-dev/developer/aethaeryn] has left #scheme 02:45:23 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 256 seconds] 02:51:14 -!- pjb-v [~t@voyager.informatimago.com] has quit [Ping timeout: 240 seconds] 02:52:13 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 02:55:04 Riastradh, what in the heck is USB PTP? 02:59:41 Ah. Hmm. 03:02:06 -!- wbooze [~wbooze@xdsl-78-35-181-209.netcologne.de] has quit [Ping timeout: 276 seconds] 03:02:33 Riastradh, rumour has it that libgphoto2 speaks PTP and runs on FreeBSD... 03:03:12 ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/libgphoto2/README.html ? 03:11:14 -!- huangjs [~huangjs@69.84.244.131] has quit [Ping timeout: 260 seconds] 03:12:55 scottj [~scott@206.212.250.58] has joined #scheme 03:13:11 adiii [~adityavit@117.205.105.11] has joined #scheme 03:19:28 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 03:36:20 tuubow [~adityavit@117.205.96.233] has joined #scheme 03:39:14 -!- adiii [~adityavit@117.205.105.11] has quit [Ping timeout: 260 seconds] 03:41:34 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Quit: MichaelRaskin] 03:45:42 -!- tuubow [~adityavit@117.205.96.233] has quit [Ping timeout: 264 seconds] 03:46:05 adiii [~adityavit@117.205.96.233] has joined #scheme 03:54:36 -!- Sorella [~quildreen@oftn/member/Sorella] has quit [Quit: (quit :reason 'sleep)] 04:02:39 mark_weaver [~user@ip68-9-118-38.ri.ri.cox.net] has joined #scheme 04:11:54 -!- MrFahrenheit [~RageOfTho@77.221.30.167] has quit [Ping timeout: 260 seconds] 04:28:23 -!- kvda [~kvda@202.58.240.18] has quit [Quit: ( -__-)] 04:29:03 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:45:44 -!- adiii [~adityavit@117.205.96.233] has quit [Ping timeout: 260 seconds] 04:46:03 adiii [~adityavit@117.212.113.170] has joined #scheme 04:47:29 -!- Nisstyre [~yours@oftn/member/Nisstyre] has quit [Read error: Connection reset by peer] 04:50:39 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Ping timeout: 260 seconds] 04:51:54 Nisstyre [~yours@oftn/member/Nisstyre] has joined #scheme 04:53:18 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 05:19:50 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Ping timeout: 255 seconds] 05:21:44 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 05:24:50 -!- Onionnion|Eee [~ryan@adsl-68-254-167-6.dsl.milwwi.ameritech.net] has quit [Quit: Leaving] 05:35:45 mmc1 [~michal@80.187.201.44] has joined #scheme 05:35:54 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 260 seconds] 05:38:32 -!- fantazo [~fantazo@91-119-56-238.dynamic.xdsl-line.inode.at] has quit [Ping timeout: 244 seconds] 05:43:13 -!- sambio [~sambio@190.57.227.109] has quit [] 05:51:48 -!- adiii [~adityavit@117.212.113.170] has quit [Ping timeout: 248 seconds] 05:52:20 astertronistic_ [~astertron@ip70-181-247-103.sd.sd.cox.net] has joined #scheme 05:53:02 adiii [~adityavit@117.205.100.47] has joined #scheme 05:53:54 cdidd [~cdidd@95-28-139-94.broadband.corbina.ru] has joined #scheme 05:58:31 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 05:59:01 -!- mmc1 [~michal@80.187.201.44] has quit [Ping timeout: 252 seconds] 05:59:36 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Ping timeout: 240 seconds] 06:02:34 Gmind [~Deulamco@123.16.96.119] has joined #scheme 06:05:04 -!- adiii [~adityavit@117.205.100.47] has quit [Ping timeout: 260 seconds] 06:06:48 adiii [~adityavit@117.205.100.37] has joined #scheme 06:10:50 any one use IronScheme 06:12:20 jewel [~jewel@105.237.24.33] has joined #scheme 06:13:19 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 06:15:07 -!- astertronistic_ [~astertron@ip70-181-247-103.sd.sd.cox.net] has quit [Ping timeout: 260 seconds] 06:15:11 -!- astertronistic [~astertron@ip70-181-247-103.sd.sd.cox.net] has quit [Ping timeout: 255 seconds] 06:17:21 -!- scottj [~scott@206.212.250.58] has left #scheme 06:21:53 Aethaeryn: Chibi does not deviate from R7RS - caddr has been moved to the (scheme cxr) library. 06:22:23 astertronistic [~astertron@ip70-181-247-103.sd.sd.cox.net] has joined #scheme 06:22:24 astertronistic_ [~astertron@ip70-181-247-103.sd.sd.cox.net] has joined #scheme 06:29:04 Chibi is implemented in C ? 06:41:14 -!- peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has quit [Ping timeout: 240 seconds] 06:43:01 The core is, yes. 06:43:09 lhk [~lhk@183.201.255.52] has joined #scheme 06:45:11 peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has joined #scheme 06:54:48 -!- jewel [~jewel@105.237.24.33] has quit [Ping timeout: 276 seconds] 07:00:06 attila_lendvai [~attila_le@87.247.57.76] has joined #scheme 07:00:06 -!- attila_lendvai [~attila_le@87.247.57.76] has quit [Changing host] 07:00:06 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #scheme 07:01:32 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 255 seconds] 07:06:31 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Quit: Leaving] 07:07:18 -!- BossKonaSegwaY [~Michael@cpe-75-187-42-68.columbus.res.rr.com] has quit [Ping timeout: 264 seconds] 07:10:07 BossKonaSegwaY [~Michael@cpe-75-187-42-68.columbus.res.rr.com] has joined #scheme 07:19:21 -!- githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 07:21:45 hkBst [~marijn@79.170.210.172] has joined #scheme 07:21:45 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 07:21:45 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 07:24:22 -!- CoverSlide [~richard@pool-173-55-83-220.lsanca.fios.verizon.net] has quit [Ping timeout: 260 seconds] 07:25:44 githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has joined #scheme 07:31:27 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 07:39:39 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 276 seconds] 07:41:41 CoverSlide [~richard@pool-173-55-83-220.lsanca.fios.verizon.net] has joined #scheme 07:42:22 -!- lhk [~lhk@183.201.255.52] has quit [Quit: Leaving] 08:02:30 -!- adiii [~adityavit@117.205.100.37] has quit [Ping timeout: 264 seconds] 08:02:54 adiii [~adityavit@117.205.109.174] has joined #scheme 08:08:31 -!- astertronistic [~astertron@ip70-181-247-103.sd.sd.cox.net] has quit [Read error: Operation timed out] 08:09:18 -!- astertronistic_ [~astertron@ip70-181-247-103.sd.sd.cox.net] has quit [Ping timeout: 252 seconds] 08:13:31 -!- adiii [~adityavit@117.205.109.174] has quit [Ping timeout: 244 seconds] 08:14:46 adiii [~adityavit@117.205.96.12] has joined #scheme 08:15:32 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 08:15:56 pchrist [~spirit@gentoo/developer/pchrist] has joined #scheme 08:17:05 -!- bjz [~brendanza@203-206-132-21.perm.iinet.net.au] has quit [Quit: Leaving...] 08:17:52 dropster [~Kim@port284.ds1-oebr.adsl.cybercity.dk] has joined #scheme 08:47:03 -!- Quadresce is now known as Quadrescence 09:07:36 -!- jao [~jao@pdpc/supporter/professional/jao] has quit [Ping timeout: 252 seconds] 09:11:17 fantazo [~fantazo@91-119-203-9.dynamic.xdsl-line.inode.at] has joined #scheme 09:21:18 masm [~masm@bl18-56-117.dsl.telepac.pt] has joined #scheme 09:30:42 -!- adiii [~adityavit@117.205.96.12] has quit [Ping timeout: 264 seconds] 09:33:18 wingo [~wingo@77-56-172-80.dclient.hispeed.ch] has joined #scheme 09:43:06 adiii [~adityavit@117.212.116.154] has joined #scheme 10:06:15 -!- taylanub [tub@p4FD92DB7.dip.t-dialin.net] has quit [Disconnected by services] 10:06:32 taylanub [tub@p4FD9222E.dip.t-dialin.net] has joined #scheme 10:09:16 add^_ [~add^_@m90-141-38-22.cust.tele2.se] has joined #scheme 10:14:24 mrm [~user@92.50.188.118] has joined #scheme 10:24:47 -!- gravicappa [~gravicapp@ppp91-77-190-92.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 10:28:14 gnomon, yeah, I tried gphoto2. It can identify the device, but it can't seem to do any more than that. Looks like I might need to dig into the USB communication to find out what's wrong; ktrace doesn't report anything helpful. 10:31:20 -!- fantazo [~fantazo@91-119-203-9.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] 10:35:28 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Remote host closed the connection] 10:43:34 gravicappa [~gravicapp@ppp91-77-190-92.pppoe.mtu-net.ru] has joined #scheme 10:44:04 icrazyhack [horieyui@202.120.202.43] has joined #scheme 11:03:14 -!- adiii [~adityavit@117.212.116.154] has quit [Ping timeout: 240 seconds] 11:08:04 -!- aoh [~aki@adsl-99-115.netplaza.fi] has quit [Ping timeout: 248 seconds] 11:09:04 aoh [~aki@adsl-99-115.netplaza.fi] has joined #scheme 11:14:48 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 11:25:37 amoe_ [~amoe@host-78-147-157-26.as13285.net] has joined #scheme 11:28:25 -!- amoe [~amoe@host-92-26-160-137.as13285.net] has quit [Ping timeout: 256 seconds] 11:30:35 amoe [~amoe@host-2-96-239-81.as13285.net] has joined #scheme 11:31:35 -!- amoe_ [~amoe@host-78-147-157-26.as13285.net] has quit [Ping timeout: 244 seconds] 11:35:38 amoe_ [~amoe@host-78-147-165-251.as13285.net] has joined #scheme 11:35:43 -!- amoe [~amoe@host-2-96-239-81.as13285.net] has quit [Ping timeout: 244 seconds] 11:36:11 -!- Gmind [~Deulamco@123.16.96.119] has quit [Quit: Leaving.] 11:40:57 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Read error: Connection reset by peer] 11:41:08 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 12:00:23 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 12:08:40 amgarchIn9 [~amgarchin@p4FD6034E.dip0.t-ipconnect.de] has joined #scheme 12:22:08 -!- microcosm [~microcosm@180.143.236.149] has quit [Read error: Connection reset by peer] 12:29:32 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 12:31:23 b4283 [~b4283@1-172-81-143.dynamic.hinet.net] has joined #scheme 12:37:09 bjz [~brendanza@CPE-123-211-77-67.lnse4.cha.bigpond.net.au] has joined #scheme 12:58:47 wbooze [~wbooze@xdsl-78-35-169-118.netcologne.de] has joined #scheme 13:01:30 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Quit: Must not waste too much time here...] 13:01:47 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 13:02:05 niels1 [~niels@p4FD6BB88.dip.t-dialin.net] has joined #scheme 13:06:32 -!- jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has quit [Quit: What happened to Systems A through E?] 13:16:37 -!- youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 13:22:27 untrusted [~user@stgt-5f718d71.pool.mediaWays.net] has joined #scheme 13:25:25 -!- cdidd [~cdidd@95-28-139-94.broadband.corbina.ru] has quit [Read error: Operation timed out] 13:25:46 cdidd [~cdidd@37-144-236-67.broadband.corbina.ru] has joined #scheme 13:32:25 `fogus [~fogus@burke-matrex.d-a-s.com] has joined #scheme 13:41:42 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 276 seconds] 13:45:05 jrslepak [~jrslepak@nomad.ccs.neu.edu] has joined #scheme 13:47:48 bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has joined #scheme 13:48:26 tupi [~david@139.82.89.157] has joined #scheme 13:48:39 -!- untrusted [~user@stgt-5f718d71.pool.mediaWays.net] has quit [Remote host closed the connection] 13:52:36 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 13:56:41 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 14:03:05 -!- mark_weaver [~user@ip68-9-118-38.ri.ri.cox.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:09:22 -!- samth_away is now known as samth 14:10:29 -!- amoe_ [~amoe@host-78-147-165-251.as13285.net] has quit [Ping timeout: 248 seconds] 14:17:48 phao [~phao@pontenova.dpi.ufv.br] has joined #scheme 14:19:35 langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 14:22:38 -!- icrazyhack [horieyui@202.120.202.43] has quit [Quit: http://www.cnblogs.com/crazyhack] 14:26:28 niels2 [~niels@p4FD6DBB1.dip.t-dialin.net] has joined #scheme 14:28:36 -!- niels1 [~niels@p4FD6BB88.dip.t-dialin.net] has quit [Ping timeout: 240 seconds] 14:30:02 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Quit: MichaelRaskin] 14:43:18 MrFahrenheit [~RageOfTho@77.221.30.167] has joined #scheme 14:50:57 jao [~jao@232.Red-83-32-71.dynamicIP.rima-tde.net] has joined #scheme 14:50:57 Gmind [~Deulamco@123.16.96.119] has joined #scheme 14:51:00 -!- jao [~jao@232.Red-83-32-71.dynamicIP.rima-tde.net] has quit [Changing host] 14:51:00 jao [~jao@pdpc/supporter/professional/jao] has joined #scheme 14:51:32 -!- ijp [~user@host31-52-22-100.range31-52.btcentralplus.com] has quit [Quit: gotta run] 15:01:42 -!- wbooze [~wbooze@xdsl-78-35-169-118.netcologne.de] has quit [Ping timeout: 268 seconds] 15:03:12 -!- amgarchIn9 [~amgarchin@p4FD6034E.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 15:07:52 -!- mrm [~user@92.50.188.118] has quit [Ping timeout: 268 seconds] 15:09:10 mucker [~mucker@183.83.240.198] has joined #scheme 15:10:03 -!- add^_ [~add^_@m90-141-38-22.cust.tele2.se] has quit [Read error: Connection reset by peer] 15:10:26 -!- niels2 [~niels@p4FD6DBB1.dip.t-dialin.net] has quit [Quit: WeeChat 0.3.8] 15:11:22 add^_ [~add^_@m37-3-12-37.cust.tele2.se] has joined #scheme 15:37:13 RomyRomy [~stickycak@cpe-69-203-115-155.nyc.res.rr.com] has joined #scheme 15:41:20 -!- Gmind [~Deulamco@123.16.96.119] has quit [Quit: Leaving.] 15:41:55 Gmind [~Deulamco@123.16.96.119] has joined #scheme 15:47:56 jewel [~jewel@105.237.24.33] has joined #scheme 15:56:36 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 248 seconds] 16:05:59 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Quit: Konversation terminated!] 16:21:57 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 16:26:14 rudybot ? 16:40:59 -!- Khisanth [~Khisanth@50.14.244.111] has quit [Ping timeout: 252 seconds] 16:41:08 I'm sorry but I forgot the bot name here =.=" 16:43:35 -!- bjz [~brendanza@CPE-123-211-77-67.lnse4.cha.bigpond.net.au] has quit [Quit: Leaving...] 16:46:24 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 16:47:23 rudybot: won't you aid Gmind ? 16:47:23 ski: There's a request out for an llvm backend for gambit, in case that interests you... 16:48:29 -!- gravicappa [~gravicapp@ppp91-77-190-92.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 16:49:02 eval: 1 16:49:15 Huh.. Weird. That's usually a good way to flush out eval-bots 16:49:54 rudybot: give LeoNerd 1 16:49:55 ski: your sandbox is ready 16:49:55 LeoNerd: ski has given you a value, say "rudybot: eval (GRAB)" to get it (case sensitive) 16:50:08 \o/ 16:53:50 :O 16:54:04 is Rudybot getting smarter ? 16:54:12 bipt [~bpt@nom0062260.nomadic.ncsu.edu] has joined #scheme 16:55:08 rudybot: (+ 1 1 ) 16:55:08 Gmind: your sandbox is ready 16:55:09 Gmind: ; Value: 2 16:55:31 so it count the ":" after its name 16:55:43 rudybot: (halting? (lambda (p) ())) 16:55:43 LeoNerd: your sandbox is ready 16:55:43 LeoNerd: error: #:1:22: #%app: missing procedure expression; probably originally (), which is an illegal empty application in: (#%app) 17:03:25 -!- RomyRomy [~stickycak@cpe-69-203-115-155.nyc.res.rr.com] has quit [Quit: RomyRomy] 17:10:26 rudybot: you're genius ! 17:10:27 Gmind: my genius idea is to stop using flaky ideas used to cram functionality into limited memory once the limited memory isn't limited. 17:12:28 rudybot: later tell minion chant 17:12:29 ski: Inkubus Sukkubus - Wytches Chant. NP is short for Now Playing, also for No Problem. 17:13:10 huseby [~huseby@ip65-47-28-158.z28-47-65.customer.algx.net] has joined #scheme 17:13:35 -!- huseby [~huseby@ip65-47-28-158.z28-47-65.customer.algx.net] has quit [Remote host closed the connection] 17:13:49 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 17:15:55 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 17:16:33 huseby [~huseby@65.47.28.158] has joined #scheme 17:17:05 -!- phao [~phao@pontenova.dpi.ufv.br] has quit [Ping timeout: 246 seconds] 17:23:43 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 256 seconds] 17:31:54 gravicappa [~gravicapp@ppp91-77-223-96.pppoe.mtu-net.ru] has joined #scheme 17:32:53 phax [~phax@c-67-161-5-247.hsd1.ca.comcast.net] has joined #scheme 17:32:53 -!- phax [~phax@c-67-161-5-247.hsd1.ca.comcast.net] has quit [Changing host] 17:32:53 phax [~phax@unaffiliated/phax] has joined #scheme 17:40:23 fantazo [~fantazo@91-119-203-9.dynamic.xdsl-line.inode.at] has joined #scheme 17:41:26 =.=" 17:41:45 Oh.. I was once impressed in this channel by this rudybot: 17:42:24 when I was here for the first time 17:45:15 ijp [~user@host31-52-22-100.range31-52.btcentralplus.com] has joined #scheme 17:47:28 -!- mucker [~mucker@183.83.240.198] has quit [Quit: leaving] 17:51:42 -!- wingo [~wingo@77-56-172-80.dclient.hispeed.ch] has quit [Ping timeout: 264 seconds] 17:52:45 wbooze [~wbooze@xdsl-87-79-250-54.netcologne.de] has joined #scheme 17:59:19 -!- bipt [~bpt@nom0062260.nomadic.ncsu.edu] has quit [Read error: Operation timed out] 18:00:44 -!- huseby [~huseby@65.47.28.158] has quit [Quit: Leaving] 18:12:20 -!- Gmind [~Deulamco@123.16.96.119] has quit [Quit: Leaving.] 18:14:20 huseby [~huseby@ip65-47-28-158.z28-47-65.customer.algx.net] has joined #scheme 18:14:42 -!- Riastradh [~riastradh@fsf/member/riastradh] has quit [Ping timeout: 276 seconds] 18:18:05 wingo [~wingo@77-56-172-80.dclient.hispeed.ch] has joined #scheme 18:23:24 -!- tali713 [~user@c-76-17-236-129.hsd1.mn.comcast.net] has quit [Remote host closed the connection] 18:23:52 tali713 [~user@c-76-17-236-129.hsd1.mn.comcast.net] has joined #scheme 18:24:55 mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has joined #scheme 18:37:34 hiroaki [~hiroaki@p4FCC41E7.dip.t-dialin.net] has joined #scheme 18:41:59 -!- foof [~user@li126-140.members.linode.com] has quit [Read error: Connection reset by peer] 18:41:59 foof` [~user@li126-140.members.linode.com] has joined #scheme 18:43:38 -!- b4283 [~b4283@1-172-81-143.dynamic.hinet.net] has quit [Remote host closed the connection] 18:45:57 amgarchIn9 [~amgarchin@p4FD6034E.dip0.t-ipconnect.de] has joined #scheme 18:58:20 -!- jrslepak [~jrslepak@nomad.ccs.neu.edu] has quit [Quit: What happened to Systems A through E?] 19:01:18 jrslepak [~jrslepak@nomad.ccs.neu.edu] has joined #scheme 19:03:24 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 19:03:26 -!- add^_ [~add^_@m37-3-12-37.cust.tele2.se] has quit [Ping timeout: 252 seconds] 19:03:37 add^_ [~add^_@m90-141-41-27.cust.tele2.se] has joined #scheme 19:08:41 -!- jrslepak [~jrslepak@nomad.ccs.neu.edu] has quit [Quit: What happened to Systems A through E?] 19:22:14 -!- langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Ping timeout: 255 seconds] 19:24:26 -!- juanfra__ [juanfra684@gateway/shell/blinkenshell.org/x-xkwrwpbhlnftczob] has left #scheme 19:25:24 -!- MrFahrenheit [~RageOfTho@77.221.30.167] has quit [Ping timeout: 260 seconds] 19:28:20 bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has joined #scheme 19:29:17 youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 19:30:11 langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has joined #scheme 19:36:19 -!- wingo [~wingo@77-56-172-80.dclient.hispeed.ch] has quit [Ping timeout: 256 seconds] 19:46:34 -!- `fogus is now known as `fogus|gone 19:56:27 -!- ijp [~user@host31-52-22-100.range31-52.btcentralplus.com] has quit [Ping timeout: 260 seconds] 20:02:57 -!- hiroaki [~hiroaki@p4FCC41E7.dip.t-dialin.net] has quit [Ping timeout: 256 seconds] 20:06:36 jrslepak [~jrslepak@nomad.ccs.neu.edu] has joined #scheme 20:12:39 atsidi [~nkraft_@mail.tai.edu] has joined #scheme 20:14:08 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Quit: Ex-Chat] 20:14:49 jonrafkind [~jon@jonr5.dsl.xmission.com] has joined #scheme 20:14:51 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Changing host] 20:14:51 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 20:34:07 Onionnion|Eee [~ryan@adsl-68-254-167-6.dsl.milwwi.ameritech.net] has joined #scheme 20:35:02 -!- bipt [~bpt@cpe-173-095-170-102.nc.res.rr.com] has quit [Ping timeout: 265 seconds] 20:38:10 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Quit: WeeChat 0.3.9] 20:39:57 ccorn [~ccorn@dhcp-077-249-189-246.chello.nl] has joined #scheme 20:40:45 -!- `fogus|gone [~fogus@burke-matrex.d-a-s.com] has quit [Quit: Leaving] 20:48:21 ccorn_ [~ccorn@dhcp-077-249-189-246.chello.nl] has joined #scheme 20:50:13 -!- ccorn [~ccorn@dhcp-077-249-189-246.chello.nl] has quit [Ping timeout: 246 seconds] 20:51:16 -!- Onionnion|Eee [~ryan@adsl-68-254-167-6.dsl.milwwi.ameritech.net] has quit [Quit: Leaving] 20:58:40 -!- atsidi [~nkraft_@mail.tai.edu] has quit [Quit: Ex-Chat] 21:01:17 bjz [~brendanza@CPE-123-211-77-67.lnse4.cha.bigpond.net.au] has joined #scheme 21:04:43 -!- ccorn_ [~ccorn@dhcp-077-249-189-246.chello.nl] has quit [Ping timeout: 256 seconds] 21:07:51 MrFahrenheit [~RageOfTho@77.221.30.167] has joined #scheme 21:15:05 -!- jrslepak [~jrslepak@nomad.ccs.neu.edu] has quit [Quit: What happened to Systems A through E?] 21:16:27 -!- tupi [~david@139.82.89.157] has quit [Ping timeout: 244 seconds] 21:24:53 hiroaki [~hiroaki@77-20-78-82-dynip.superkabel.de] has joined #scheme 21:27:02 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Computer has gone to sleep.] 21:30:02 -!- langmartin [~user@host-68-169-175-226.WISOLT2.epbfi.com] has quit [Ping timeout: 245 seconds] 21:30:44 gffa [~unknown@unaffiliated/gffa] has joined #scheme 21:32:13 ccorn [~ccorn@dhcp-077-249-189-246.chello.nl] has joined #scheme 21:33:11 -!- amgarchIn9 [~amgarchin@p4FD6034E.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 21:40:48 -!- cdidd [~cdidd@37-144-236-67.broadband.corbina.ru] has quit [Read error: Connection reset by peer] 21:49:00 -!- acarrico [~acarrico@pppoe-68-142-51-49.gmavt.net] has quit [Ping timeout: 244 seconds] 21:49:40 jrslepak [~jrslepak@c-71-233-149-127.hsd1.ma.comcast.net] has joined #scheme 21:51:28 sambio [~sambio@190.57.227.109] has joined #scheme 21:56:01 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Ping timeout: 272 seconds] 22:04:39 -!- mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has quit [Ping timeout: 260 seconds] 22:10:42 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 244 seconds] 22:19:03 hypnocat [~hypnocat@unaffiliated/hypnocat] has joined #scheme 22:22:44 -!- gravicappa [~gravicapp@ppp91-77-223-96.pppoe.mtu-net.ru] has quit [Ping timeout: 260 seconds] 22:27:12 -!- youlysses is now known as youlysses_ZZZzzz 22:33:09 amoe [~amoe@host-78-147-165-251.as13285.net] has joined #scheme 22:33:57 blubberdiblub [~foobar@blubberdiblub.org] has joined #scheme 22:48:11 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 22:50:27 phax_ [~phax@4.71.46.62] has joined #scheme 22:52:35 -!- kandinski is now known as jcz 22:58:10 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 22:58:32 -!- bjz [~brendanza@CPE-123-211-77-67.lnse4.cha.bigpond.net.au] has quit [Quit: Leaving...] 23:05:59 -!- `micro_ [~micro@reflex.squiz.co.uk] has quit [Ping timeout: 256 seconds] 23:10:35 -!- gf3 [~gf3@oftn/member/gf3] has quit [Ping timeout: 260 seconds] 23:11:06 -!- Tanami [~carnage@9ch.in] has quit [Ping timeout: 276 seconds] 23:12:45 -!- samth is now known as samth_away 23:12:54 -!- fantazo [~fantazo@91-119-203-9.dynamic.xdsl-line.inode.at] has quit [Ping timeout: 240 seconds] 23:13:08 gf3 [~gf3@oftn/member/gf3] has joined #scheme 23:23:02 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Computer has gone to sleep.] 23:25:37 -!- MrFahrenheit [~RageOfTho@77.221.30.167] has quit [Read error: Connection reset by peer] 23:26:02 MrFahrenheit [~RageOfTho@77.221.30.167] has joined #scheme 23:50:15 -!- phax [~phax@unaffiliated/phax] has quit [Ping timeout: 260 seconds] 23:51:11 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 260 seconds]