00:00:39 -!- Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has quit [Read error: 60 (Operation timed out)] 00:01:46 Nshag [i=user@Mix-Orleans-106-2-54.w193-248.abo.wanadoo.fr] has joined #scheme 00:05:42 -!- mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has quit [Remote closed the connection] 00:06:50 -!- Cheshire [n=e@amcant.demon.co.uk] has quit [Read error: 60 (Operation timed out)] 00:07:01 -!- Edico [n=Edico@unaffiliated/edico] has quit ["Leaving"] 00:07:16 -!- Mr_Awesome [n=eric@pool-98-115-34-190.chi01.dsl-w.verizon.net] has quit ["aunt jemima is the devil!"] 00:10:20 -!- elias` [n=me@unaffiliated/elias/x-342423] has quit [Read error: 145 (Connection timed out)] 00:13:41 -!- athos [n=philipp@92.250.204.223] has quit ["leaving"] 00:16:48 bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has joined #scheme 00:20:40 -!- rryan [n=rryan@ATRIUS.MIT.EDU] has quit [Remote closed the connection] 00:20:42 rryan [n=rryan@ATRIUS.MIT.EDU] has joined #scheme 00:22:24 -!- geckosenator [n=sean@71.237.94.78] has quit [Read error: 110 (Connection timed out)] 00:34:32 -!- ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has quit [Remote closed the connection] 00:34:38 ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has joined #scheme 00:41:19 HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has joined #scheme 00:41:28 -!- kryptiskt_ [n=irc@cust-IP-129.data.tre.se] has left #scheme 00:44:10 -!- HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has quit [Client Quit] 00:45:19 -!- ada2358 [n=ada2358@pinball.ccs.neu.edu] has quit ["leaving"] 00:45:24 ada2358 [n=ada2358@pinball.ccs.neu.edu] has joined #scheme 00:57:52 -!- ada2358 [n=ada2358@pinball.ccs.neu.edu] has quit ["leaving"] 00:58:00 ada2358 [n=ada2358@pinball.ccs.neu.edu] has joined #scheme 00:59:08 eval: (let ((balance 1)) (define (deposit n) (set! balance (+ balance n))) (define (withdraw n) (set! balance (- balance n)))) (withdraw 1000) 00:59:13 rudybot: eval: (let ((balance 1)) (define (deposit n) (set! balance (+ balance n))) (define (withdraw n) (set! balance (- balance n)))) (withdraw 1000) 00:59:13 ayrnieu: eh? Try "rudybot: help". 00:59:17 rudybot: eval (let ((balance 1)) (define (deposit n) (set! balance (+ balance n))) (define (withdraw n) (set! balance (- balance n)))) (withdraw 1000) 00:59:17 ayrnieu: your sandbox is ready 00:59:18 ayrnieu: error: eval:1:0: begin (possibly implicit): no expression after a sequence of internal definitions in: ((define (deposit n) (set! balance (+ balance n))) (define (withdraw n) (set! balance (- balance n)))) 01:00:09 Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has joined #scheme 01:01:36 rudybot: eval (let ((balance 1)) (define (deposit n) (set! balance (+ balance n))) (define (withdraw n) (set! balance (- balance n))) (values deposit withdraw)) 01:01:36 *offby1: ; Value: # 01:01:37 *offby1: ; Value#2: # 01:02:05 ayrnieu: rudybot runs code in an environment that's subtly different from the top level. 01:03:12 that isn't that normal scheme behavior? Well, I'll check in a minute. 01:04:18 it depends on the Scheme :-| 01:04:57 jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has joined #scheme 01:05:59 yeah, scheme exhibits the undesired behavior. 01:06:09 s/scheme/chicken/ 01:06:24 (define-values (deposit withdraw balance) (let ((balance 1)) (values (lambda (n) (set! balance (+ balance n))) (lambda (n) (set! balance (- balance n))) (lambda () balance)))) 01:06:30 rudybot: eval (deposit 99) 01:06:30 *offby1: error: reference to an identifier before its definition: deposit in module: 'program 01:06:33 *sigh* 01:06:50 rudybot: eval (define-values (deposit withdraw balance) (let ((balance 1)) (values (lambda (n) (set! balance (+ balance n))) (lambda (n) (set! balance (- balance n))) (lambda () balance)))) 01:06:53 rudybot: eval (deposit 99) 01:06:57 rudybot: eval (balance) 01:06:57 *offby1: ; Value: 100 01:07:04 rudybot: eval (withdraw (expt 2 100)) 01:07:06 rudybot: eval (balance) 01:07:07 *offby1: ; Value: -1267650600228229401496703205276 01:07:11 *offby1* cackles evilly 01:07:14 deficit financing 01:08:28 (chicken also has the most attractive ascii art I've ever seen) 01:09:13 troter [n=troter@nurikabe.timedia.co.jp] has joined #scheme 01:12:10 dum de dum 01:16:57 -!- sepult_ [n=buggarag@xdsl-87-78-150-127.netcologne.de] has quit ["leaving"] 01:19:05 _Pb [n=Pb@75.139.140.101] has joined #scheme 01:20:23 -!- _Pb [n=Pb@75.139.140.101] has left #scheme 01:21:38 -!- ada2358 [n=ada2358@pinball.ccs.neu.edu] has quit ["leaving"] 01:26:46 ho de do 01:28:28 masquerade [n=robert@wifi-roaming-170-15.nss.udel.edu] has joined #scheme 01:31:08 -!- Jimi_Hendrix [n=Jimi@unaffiliated/jimihendrix/x-735601] has quit [Read error: 110 (Connection timed out)] 01:40:36 -!- Nshag [i=user@Mix-Orleans-106-2-54.w193-248.abo.wanadoo.fr] has quit ["Quitte"] 01:43:23 masquerade_ [n=robert@host108-118.student.udel.edu] has joined #scheme 01:50:22 -!- masquerade [n=robert@wifi-roaming-170-15.nss.udel.edu] has quit [Read error: 60 (Operation timed out)] 01:51:32 hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has joined #scheme 01:51:39 orgy_ [n=ratm_@pD9FFE126.dip.t-dialin.net] has joined #scheme 01:51:40 error_developer_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 01:53:27 -!- pfo [n=pfo@chello084114049188.14.vie.surfer.at] has quit ["Konversation terminated!"] 01:54:07 reprore_ [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 01:57:20 HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has joined #scheme 01:58:38 -!- attila_lendvai [n=ati@business-89-132-61-222.business.broadband.hu] has quit [Read error: 113 (No route to host)] 01:59:28 -!- underspecified [n=eric@softbank220043052007.bbtec.net] has quit [] 02:00:02 -!- error_developer_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Read error: 104 (Connection reset by peer)] 02:00:08 error_de1eloper_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 02:00:54 johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has joined #scheme 02:06:35 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Remote closed the connection] 02:07:14 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 02:07:56 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Read error: 110 (Connection timed out)] 02:08:07 -!- orgy` [n=ratm_@pD9FFDE43.dip.t-dialin.net] has quit [Read error: 101 (Network is unreachable)] 02:12:30 -!- reprore_ [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- lisppaste [n=lisppast@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- inimino [n=inimino@atekomi.inimino.org] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- Leonidas [n=Leonidas@unaffiliated/leonidas] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- ilitirit [n=john@watchdog.msi.co.jp] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- incubot [i=incubot@klutometis.wikitex.org] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- SchemeNate [i=nathan@lambda.caesium.org] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- inhortte [i=polaris@fucksheep.org] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- regulate [i=regulate@notchill.com] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- maxote [n=maxote@84.79.67.254] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- tonyg [n=tonyg@host226.lshift.net] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- dlouhy [n=jdlouhy@pinball.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- tizoc [n=user@unaffiliated/tizoc] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- elmex [i=elmex@ist.m8geil.de] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- heat [i=dima@66.160.171.42] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- certainty|work [n=david@alpha.d-coded.de] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- Daemmerung [n=goetter@1133sae.mazama.net] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- orgy_ [n=ratm_@pD9FFE126.dip.t-dialin.net] has quit [verne.freenode.net irc.freenode.net] 02:12:30 -!- jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- tjafk1 [n=timj@e176215202.adsl.alicedsl.de] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- sladegen [n=nemo@unaffiliated/sladegen] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- bohanlon [n=bohanlon@pool-71-184-223-212.bstnma.fios.verizon.net] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- Def [n=joe@71.238.45.45] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- wasabi___ [n=wasabi@ntoska149014.oska.nt.ftth.ppp.infoweb.ne.jp] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- rudybot [n=luser@q-static-138-125.avvanta.com] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- Cale [n=Cale@CPE001c10c70239-CM000e5cdd834a.cpe.net.cable.rogers.com] has quit [verne.freenode.net irc.freenode.net] 02:12:31 -!- eli [n=eli@winooski.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- kniu [n=kniu@DA-YU.RES.CMU.EDU] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- berat [n=berat@d-stu.ibun.edu.tr] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- Adamant [n=Adamant@unaffiliated/adamant] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- tarbo [n=me@unaffiliated/tarbo] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- tabe [n=tabe@210.188.204.133] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- subversus [i=elliot@loveturtle.net] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- ioczgd [n=ioczgd@209.216.196.2] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- error_de1eloper_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has quit [verne.freenode.net irc.freenode.net] 02:12:33 -!- rryan [n=rryan@ATRIUS.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- pchrist [n=spirit@gentoo/developer/pchrist] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- yosafbridge [n=yosafbri@ludios.net] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- jld [i=jdev@panix5.panix.com] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- z0d [n=z0d@unaffiliated/z0d] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- wastrel [n=wastrel@nylug/member/wastrel] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- jonrafkind [n=jon@c-98-202-86-149.hsd1.ut.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- Modius_ [n=Modius@adsl-68-91-194-65.dsl.austtx.swbell.net] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- levi [n=user@levi.dsl.xmission.com] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- elf [i=elf@antenora.aculei.net] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- aspect [n=aspect@abstracted-spleen.org] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- flazz [n=franco@qubes.org] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- ineiros [n=ineiros@kosh.hut.fi] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- Elly [n=elly@unaffiliated/elly] has quit [verne.freenode.net irc.freenode.net] 02:12:34 -!- bkudria [n=bkudria@kudria.net] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- Debolaz [n=debolaz@195.159.114.206] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- sad0ur [n=sad0ur@psi.cz] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- mornfall [n=mornfall@kde/developer/mornfall] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- sjamaan [n=sjamaan@netbsd/developer/sjamaan] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- jso [n=user@151.159.200.8] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:35 -!- dmpk2k [n=dmpk2k@static-64-115-4-131.isp.broadviewnet.net] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- clog [i=nef@bespin.org] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- XTL [i=t6haha00@rhea.oamk.fi] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- troter [n=troter@nurikabe.timedia.co.jp] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- minion [n=minion@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- rodge [n=roderic@pinball.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- zbigniew [n=zb@3e8.org] has quit [verne.freenode.net irc.freenode.net] 02:12:36 -!- vincenz [n=vincenz@li23-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- ASau [n=user@193.138.70.52] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- rdd [n=rdd@c83-250-154-52.bredband.comhem.se] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- specbot [n=specbot@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- gweiqi [n=greg@69.120.126.163] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- arcfide [n=arcfide@adsl-99-137-203-229.dsl.bltnin.sbcglobal.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- MelanomaSky [n=Melanoma@c-71-198-213-109.hsd1.ca.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- rmrfchik [n=paul@62.117.74.154] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- bsmntbombdood [n=gavin@97-118-128-205.hlrn.qwest.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- saccade [n=saccade_@COMBINATOR.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- metasyntax [n=taylor@pool-71-127-85-87.aubnin.fios.verizon.net] has quit [verne.freenode.net irc.freenode.net] 02:12:37 -!- bzzbzz [n=franco@modemcable027.191-81-70.mc.videotron.ca] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- rotty [n=rotty@nncmain.nicenamecrew.com] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- emma [n=emma@unaffiliated/emma] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- brandelune [n=suzume@pl064.nas934.takamatsu.nttpc.ne.jp] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- synthase [n=synthase@68.63.48.10] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- ray [i=ray@unaffiliated/ray] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- mr_uggla_ [i=mzsillan@melkinpaasi.cs.helsinki.fi] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- Khisanth [n=Khisanth@pool-151-204-129-29.ny325.east.verizon.net] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- Kusanagi [n=Lernaean@unaffiliated/kusanagi] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- Fade [i=fade@outrider.deepsky.com] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- tltstc [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- deep [n=deep@li61-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- borism [n=boris@195-50-201-163-dsl.krw.estpak.ee] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- annodomini [n=lambda@wikipedia/lambda] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- ttmrichter [n=ttmricht@221.235.62.133] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- kilimanjaro [n=kilimanj@70.116.95.163] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- nasloc__ [i=tim@kalug.ks.edu.tw] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- danking [n=danking@129.10.116.123] has quit [verne.freenode.net irc.freenode.net] 02:12:40 -!- r0bby [n=wakawaka@guifications/user/r0bby] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- mbishop [n=martin@unaffiliated/mbishop] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- ski__ [n=md9slj@remote3.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- ski_ [n=md9slj@remote1.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- peddie [n=matthew@PEDDIE.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- felipe [n=felipe@my.nada.kth.se] has quit [verne.freenode.net irc.freenode.net] 02:12:42 -!- kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has quit [verne.freenode.net irc.freenode.net] 02:13:38 Jimi_Hendrix [n=Jimi@unaffiliated/jimihendrix/x-735601] has joined #scheme 02:13:38 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 02:13:38 johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has joined #scheme 02:13:38 error_de1eloper_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 02:13:38 HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has joined #scheme 02:13:38 reprore_ [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 02:13:38 orgy_ [n=ratm_@pD9FFE126.dip.t-dialin.net] has joined #scheme 02:13:38 hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has joined #scheme 02:13:38 troter [n=troter@nurikabe.timedia.co.jp] has joined #scheme 02:13:38 jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has joined #scheme 02:13:38 Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has joined #scheme 02:13:38 ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has joined #scheme 02:13:38 rryan [n=rryan@ATRIUS.MIT.EDU] has joined #scheme 02:13:38 bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has joined #scheme 02:13:38 ASau [n=user@193.138.70.52] has joined #scheme 02:13:38 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 02:13:38 jonrafkind [n=jon@c-98-202-86-149.hsd1.ut.comcast.net] has joined #scheme 02:13:38 rdd [n=rdd@c83-250-154-52.bredband.comhem.se] has joined #scheme 02:13:38 borism [n=boris@195-50-201-163-dsl.krw.estpak.ee] has joined #scheme 02:13:38 kniu [n=kniu@DA-YU.RES.CMU.EDU] has joined #scheme 02:13:38 tltstc [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has joined #scheme 02:13:38 specbot [n=specbot@common-lisp.net] has joined #scheme 02:13:38 minion [n=minion@common-lisp.net] has joined #scheme 02:13:38 lisppaste [n=lisppast@common-lisp.net] has joined #scheme 02:13:38 jso [n=user@151.159.200.8] has joined #scheme 02:13:38 berat [n=berat@d-stu.ibun.edu.tr] has joined #scheme 02:13:38 Adamant [n=Adamant@unaffiliated/adamant] has joined #scheme 02:13:38 pchrist [n=spirit@gentoo/developer/pchrist] has joined #scheme 02:13:38 annodomini [n=lambda@wikipedia/lambda] has joined #scheme 02:13:38 Modius_ [n=Modius@adsl-68-91-194-65.dsl.austtx.swbell.net] has joined #scheme 02:13:38 saccade [n=saccade_@COMBINATOR.MIT.EDU] has joined #scheme 02:13:38 gweiqi [n=greg@69.120.126.163] has joined #scheme 02:13:38 jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has joined #scheme 02:13:38 ttmrichter [n=ttmricht@221.235.62.133] has joined #scheme 02:13:38 brandelune [n=suzume@pl064.nas934.takamatsu.nttpc.ne.jp] has joined #scheme 02:13:38 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 02:13:38 kilimanjaro [n=kilimanj@70.116.95.163] has joined #scheme 02:13:38 dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has joined #scheme 02:13:38 tjafk1 [n=timj@e176215202.adsl.alicedsl.de] has joined #scheme 02:13:38 metasyntax [n=taylor@pool-71-127-85-87.aubnin.fios.verizon.net] has joined #scheme 02:13:38 inimino [n=inimino@atekomi.inimino.org] has joined #scheme 02:13:38 sladegen [n=nemo@unaffiliated/sladegen] has joined #scheme 02:13:38 bohanlon [n=bohanlon@pool-71-184-223-212.bstnma.fios.verizon.net] has joined #scheme 02:13:38 arcfide [n=arcfide@adsl-99-137-203-229.dsl.bltnin.sbcglobal.net] has joined #scheme 02:13:38 bzzbzz [n=franco@modemcable027.191-81-70.mc.videotron.ca] has joined #scheme 02:13:38 offby1 [n=user@q-static-138-125.avvanta.com] has joined #scheme 02:13:38 Def [n=joe@71.238.45.45] has joined #scheme 02:13:39 Leonidas [n=Leonidas@unaffiliated/leonidas] has joined #scheme 02:13:39 MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has joined #scheme 02:13:39 yosafbridge [n=yosafbri@ludios.net] has joined #scheme 02:13:39 pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has joined #scheme 02:13:39 ilitirit [n=john@watchdog.msi.co.jp] has joined #scheme 02:13:39 wasabi___ [n=wasabi@ntoska149014.oska.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 02:13:39 levi [n=user@levi.dsl.xmission.com] has joined #scheme 02:13:39 deep [n=deep@li61-146.members.linode.com] has joined #scheme 02:13:39 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 02:13:39 synthase [n=synthase@68.63.48.10] has joined #scheme 02:13:39 rudybot [n=luser@q-static-138-125.avvanta.com] has joined #scheme 02:13:39 synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has joined #scheme 02:13:39 jld [i=jdev@panix5.panix.com] has joined #scheme 02:13:39 bsmntbombdood [n=gavin@97-118-128-205.hlrn.qwest.net] has joined #scheme 02:13:39 rmrfchik [n=paul@62.117.74.154] has joined #scheme 02:13:39 MelanomaSky [n=Melanoma@c-71-198-213-109.hsd1.ca.comcast.net] has joined #scheme 02:13:39 tarbo [n=me@unaffiliated/tarbo] has joined #scheme 02:13:39 vincenz [n=vincenz@li23-146.members.linode.com] has joined #scheme 02:13:39 rodge [n=roderic@pinball.ccs.neu.edu] has joined #scheme 02:13:39 dmpk2k [n=dmpk2k@static-64-115-4-131.isp.broadviewnet.net] has joined #scheme 02:13:39 clog [i=nef@bespin.org] has joined #scheme 02:13:39 elf [i=elf@antenora.aculei.net] has joined #scheme 02:13:39 klutometis [i=klutomet@pdpc/supporter/active/klutometis] has joined #scheme 02:13:39 Debolaz [n=debolaz@195.159.114.206] has joined #scheme 02:13:39 aspect [n=aspect@abstracted-spleen.org] has joined #scheme 02:13:39 ineiros [n=ineiros@kosh.hut.fi] has joined #scheme 02:13:39 Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has joined #scheme 02:13:39 qebab [n=finnrobi@eros.orakel.ntnu.no] has joined #scheme 02:13:39 z0d [n=z0d@unaffiliated/z0d] has joined #scheme 02:13:39 certainty|work [n=david@alpha.d-coded.de] has joined #scheme 02:13:39 tabe [n=tabe@210.188.204.133] has joined #scheme 02:13:39 ioczgd [n=ioczgd@209.216.196.2] has joined #scheme 02:13:39 subversus [i=elliot@loveturtle.net] has joined #scheme 02:13:39 mbishop [n=martin@unaffiliated/mbishop] has joined #scheme 02:13:39 ski__ [n=md9slj@remote3.student.chalmers.se] has joined #scheme 02:13:39 ski_ [n=md9slj@remote1.student.chalmers.se] has joined #scheme 02:13:39 peddie [n=matthew@PEDDIE.MIT.EDU] has joined #scheme 02:13:39 nasloc__ [i=tim@kalug.ks.edu.tw] has joined #scheme 02:13:39 wastrel [n=wastrel@nylug/member/wastrel] has joined #scheme 02:13:39 mr_uggla_ [i=mzsillan@melkinpaasi.cs.helsinki.fi] has joined #scheme 02:13:39 Fade [i=fade@outrider.deepsky.com] has joined #scheme 02:13:39 ray [i=ray@unaffiliated/ray] has joined #scheme 02:13:39 flazz [n=franco@qubes.org] has joined #scheme 02:13:39 danking [n=danking@129.10.116.123] has joined #scheme 02:13:39 Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has joined #scheme 02:13:39 XTL [i=t6haha00@rhea.oamk.fi] has joined #scheme 02:13:39 Elly [n=elly@unaffiliated/elly] has joined #scheme 02:13:39 Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has joined #scheme 02:13:39 eli [n=eli@winooski.ccs.neu.edu] has joined #scheme 02:13:39 Kusanagi [n=Lernaean@unaffiliated/kusanagi] has joined #scheme 02:13:39 Daemmerung [n=goetter@1133sae.mazama.net] has joined #scheme 02:13:39 rotty [n=rotty@nncmain.nicenamecrew.com] has joined #scheme 02:13:39 gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 02:13:39 bkudria [n=bkudria@kudria.net] has joined #scheme 02:13:39 felipe [n=felipe@my.nada.kth.se] has joined #scheme 02:13:39 sad0ur [n=sad0ur@psi.cz] has joined #scheme 02:13:39 Cale [n=Cale@CPE001c10c70239-CM000e5cdd834a.cpe.net.cable.rogers.com] has joined #scheme 02:13:39 mornfall [n=mornfall@kde/developer/mornfall] has joined #scheme 02:13:39 zbigniew [n=zb@3e8.org] has joined #scheme 02:13:39 r0bby [n=wakawaka@guifications/user/r0bby] has joined #scheme 02:13:39 Khisanth [n=Khisanth@pool-151-204-129-29.ny325.east.verizon.net] has joined #scheme 02:13:39 sjamaan [n=sjamaan@netbsd/developer/sjamaan] has joined #scheme 02:13:39 emma [n=emma@unaffiliated/emma] has joined #scheme 02:13:39 incubot [i=incubot@klutometis.wikitex.org] has joined #scheme 02:13:39 tonyg [n=tonyg@host226.lshift.net] has joined #scheme 02:13:39 elmex [i=elmex@ist.m8geil.de] has joined #scheme 02:13:39 maxote [n=maxote@84.79.67.254] has joined #scheme 02:13:39 heat [i=dima@66.160.171.42] has joined #scheme 02:13:39 dlouhy [n=jdlouhy@pinball.ccs.neu.edu] has joined #scheme 02:13:39 regulate [i=regulate@notchill.com] has joined #scheme 02:13:39 SchemeNate [i=nathan@lambda.caesium.org] has joined #scheme 02:13:39 tizoc [n=user@unaffiliated/tizoc] has joined #scheme 02:13:39 inhortte [i=polaris@fucksheep.org] has joined #scheme 02:13:52 kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has joined #scheme 02:14:01 -!- ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has quit [Remote closed the connection] 02:16:18 ayrnieu [n=julian@c-76-30-82-6.hsd1.tx.comcast.net] has joined #scheme 02:28:15 -!- orgy_ [n=ratm_@pD9FFE126.dip.t-dialin.net] has quit [Client Quit] 02:31:57 -!- kniu [n=kniu@DA-YU.RES.CMU.EDU] has quit [Read error: 110 (Connection timed out)] 02:32:22 kniu [n=kniu@128.237.234.117] has joined #scheme 02:33:57 ada2358 [n=ada2358@pinball.ccs.neu.edu] has joined #scheme 02:37:54 -!- HG` [n=wells@222-153-100-184.jetstream.xtra.co.nz] has quit ["Leaving."] 02:47:11 -!- ada2358 [n=ada2358@pinball.ccs.neu.edu] has quit ["leaving"] 02:59:55 benny` [n=benny@i577A09BE.versanet.de] has joined #scheme 03:00:35 -!- benny [n=benny@i577A127C.versanet.de] has quit [Read error: 60 (Operation timed out)] 03:02:11 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Remote closed the connection] 03:02:46 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 03:08:09 -!- masquerade_ [n=robert@host108-118.student.udel.edu] has quit [] 03:15:10 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Read error: 54 (Connection reset by peer)] 03:18:11 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 03:24:25 -!- jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has quit [Read error: 113 (No route to host)] 03:27:46 underspecified [n=eric@isa7-dhcp-116-127.naist.jp] has joined #scheme 03:28:27 raikov [n=igr@203.181.243.11] has joined #scheme 03:29:04 -!- underspecified [n=eric@isa7-dhcp-116-127.naist.jp] has quit [Success] 03:29:33 underspecified [n=eric@isa7-dhcp-116-127.naist.jp] has joined #scheme 03:31:09 Mr_Awesome [n=eric@isr5452.urh.uiuc.edu] has joined #scheme 03:31:31 -!- benny` is now known as benny 03:43:02 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 03:44:27 bitweiler [n=phax@ppp-70-242-144-65.dsl.stlsmo.swbell.net] has joined #scheme 03:51:00 -!- berat [n=berat@d-stu.ibun.edu.tr] has left #scheme 03:56:22 -!- leppie [n=lolcow@196-210-170-39-wblv-esr-3.dynamic.isadsl.co.za] has quit [Read error: 60 (Operation timed out)] 04:16:25 Riastradh: I get you that info as soon as I finish heater setup 04:17:21 -!- error_de1eloper_ [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Read error: 104 (Connection reset by peer)] 04:18:12 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 04:20:53 -!- gweiqi [n=greg@69.120.126.163] has quit ["Leaving."] 04:21:11 gweiqi [n=greg@69.120.126.163] has joined #scheme 04:21:28 -!- gweiqi [n=greg@69.120.126.163] has left #scheme 04:33:06 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Remote closed the connection] 04:33:43 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 04:38:56 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Remote closed the connection] 04:39:18 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 04:42:38 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 04:50:16 masquerade [n=robert@wifi-roaming-170-186.nss.udel.edu] has joined #scheme 04:57:07 masquerade_ [n=robert@host108-118.student.udel.edu] has joined #scheme 05:07:02 -!- masquerade [n=robert@wifi-roaming-170-186.nss.udel.edu] has quit [Read error: 60 (Operation timed out)] 05:07:20 -!- johnnowak [n=johnnowa@207-38-171-48.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com] has quit [] 05:08:09 ada2358 [n=ada2358@pinball.ccs.neu.edu] has joined #scheme 05:10:14 tjafk2 [n=timj@e176194210.adsl.alicedsl.de] has joined #scheme 05:14:31 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 05:17:26 -!- MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has quit [Read error: 113 (No route to host)] 05:22:12 -!- cracki [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has quit [Read error: 60 (Operation timed out)] 05:22:50 Anyone know if there's a way to silence the output of a command in scheme (or mzscheme if its implementation dependent). Basically, I'm running timing on some functions that can put out a few thousand lines of output, and all I'd like to see is the output of time/time-apply 05:23:50 with-output-something 05:24:10 I'm not sure what the something is, but if you search the documentation that might take you somewhere 05:25:44 masquerade_: (void (time (foo))) 05:26:10 -!- Fare [n=Fare@c-98-216-111-110.hsd1.ma.comcast.net] has quit ["Leaving"] 05:26:13 masquerade_: Assuming that the problem is the automatic printing of values. 05:26:36 Schemers don't die, (void (display "you just can't see their output.")) 05:26:39 > /dev/null 05:26:50 Arelius [n=Indy@209.77.67.98] has joined #scheme 05:26:52 masquerade_: parametrize (current-output-port) 05:26:57 -!- tjafk1 [n=timj@e176215202.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 05:26:58 rudybot: doc current-output-port 05:26:58 *offby1: http://docs.plt-scheme.org/reference/port-ops.html#(def._((quote._~23~25kernel)._current-output-port)) 05:26:59 eli: that works beautifully 05:27:13 oops 05:27:18 late to the party again. Oh well 05:28:07 offby1: It's the same thing that makes mzscheme -e '(+ 1 2)' work. 05:28:17 MichaelRaskin_ [n=raskin@213.171.48.239] has joined #scheme 05:28:19 hum 05:28:41 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 60 (Operation timed out)] 05:31:59 MichaelRaskin_1 [n=raskin@213.171.48.239] has joined #scheme 05:32:01 eno [n=eno@nslu2-linux/eno] has joined #scheme 05:35:42 ramkrsna [n=ramkrsna@unaffiliated/ramkrsna] has joined #scheme 05:37:14 rudybot: eval (with-output-to-file "/dev/null" (lambda () (display "Plugh.") (newline) 666)) 05:37:15 Daemmerung: your sandbox is ready 05:37:15 Daemmerung: error: with-output-to-file: `write' access denied for /dev/null 05:37:38 Curses, foiled again. 05:40:45 rudybot: give Daemmerung (open-output-nowhere) 05:40:45 eli: your scheme sandbox is ready 05:40:45 Daemmerung: eli has given you a value, say "rudybot: eval (GRAB)" to get it (case sensitive) 05:45:18 (hots-on-for-nowhere) 05:56:39 -!- raikov [n=igr@203.181.243.11] has quit [Remote closed the connection] 05:56:40 Holy Toledo. 05:57:18 -!- MichaelRaskin_ [n=raskin@213.171.48.239] has quit [Read error: 110 (Connection timed out)] 06:09:11 berat [n=berat@d-stu.ibun.edu.tr] has joined #scheme 06:09:14 hey 06:10:32 is eager regime in substitytin kije applicitive order evaluation and is lazy regime in substitution like normal order evaluation 06:18:41 geckosenator [n=sean@71.237.94.78] has joined #scheme 06:24:17 dfeuer [n=dfeuer@wikimedia/Dfeuer] has joined #scheme 06:30:39 -!- kilimanjaro [n=kilimanj@70.116.95.163] has quit ["Leaving"] 06:31:11 mmc [n=mima@gw1.teleca.fi] has joined #scheme 06:38:25 -!- meanburrito920_ [n=John@adsl-76-222-235-32.dsl.lsan03.sbcglobal.net] has quit ["has been attacked by a grue"] 06:40:40 -!- dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has quit ["Leaving"] 07:00:44 You_Bloody_Asses [n=ralph655@59.184.249.47] has joined #scheme 07:00:56 Suckin', ya bastards? 07:01:20 Anyone dares to touch me?? 07:01:25 I'm the superuser 07:01:36 Noone of you bloody asses can touch me 07:01:44 Even if you do, you get k-lined!! 07:01:54 AHAHAHAHAHAHAHHAHAHAHAHAHAHHAHAHAHAHAHAHAAHAAAAAAAAAAAAAAAAAAAAAAHAHAH 07:02:08 ANYONE DARES TO COME UP????? 07:02:18 IF SO, GET ON ME! 07:02:42 WHAT THE HECK ARE YA BASTARDS WAITING FOR?? 07:02:54 NO ONE????????? 07:08:12 Is that a Scheme question? 07:15:38 ecraven [n=nex@140.78.42.103] has joined #scheme 07:19:45 -!- Adamant [n=Adamant@unaffiliated/adamant] has quit [] 07:22:17 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Remote closed the connection] 07:23:20 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 07:23:46 mike [n=m@dslb-088-067-044-081.pools.arcor-ip.net] has joined #scheme 07:24:14 -!- mike is now known as Guest44991 07:25:19 -!- You_Bloody_Asses [n=ralph655@59.184.249.47] has quit [Read error: 110 (Connection timed out)] 07:27:45 Haha 07:42:51 attila_lendvai [n=ati@business-89-132-61-222.business.broadband.hu] has joined #scheme 07:53:50 -!- MelanomaSky [n=Melanoma@c-71-198-213-109.hsd1.ca.comcast.net] has quit ["Lost terminal"] 07:54:11 X-Scale2 [i=email@2001:470:1f08:b3d:0:0:0:2] has joined #scheme 07:54:51 -!- X-Scale [i=email@2001:470:1f08:b3d:0:0:0:2] has quit [Read error: 54 (Connection reset by peer)] 07:59:56 masm [n=masm@a83-132-152-110.cpe.netcabo.pt] has joined #scheme 08:09:27 jewel [n=jewel@dsl-242-186-123.telkomadsl.co.za] has joined #scheme 08:14:12 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Remote closed the connection] 08:14:30 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 08:24:21 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit ["Leaving"] 08:24:46 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 08:25:59 -!- stepnem [n=stepnem@topol.nat.praha12.net] has quit [Read error: 54 (Connection reset by peer)] 08:26:38 stepnem [n=stepnem@topol.nat.praha12.net] has joined #scheme 08:30:50 hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has joined #scheme 08:31:28 -!- hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has quit [] 08:34:13 -!- bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has quit [] 08:34:41 bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has joined #scheme 08:40:16 -!- Guest44991 [n=m@dslb-088-067-044-081.pools.arcor-ip.net] has quit ["This computer has gone to sleep"] 08:47:41 -!- bombshelter13 is now known as bombshelter13_ 08:48:16 iion_tichy [n=Bjoern@e179076218.adsl.alicedsl.de] has joined #scheme 08:49:41 -!- bombshelter13_ [n=bombshel@209-161-230-178.dsl.look.ca] has quit ["If only your veins were filled with oil, the world would rush to your rescue!"] 08:50:09 bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has joined #scheme 08:50:40 -!- bombshelter13 is now known as bombshelter13_ 08:51:56 -!- bombshelter13_ [n=bombshel@209-161-230-178.dsl.look.ca] has quit [Client Quit] 08:57:44 -!- hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has quit ["Leaving."] 09:02:51 tr3 [n=tr3@host72-238-dynamic.54-82-r.retail.telecomitalia.it] has joined #scheme 09:03:44 -!- tr3 [n=tr3@host72-238-dynamic.54-82-r.retail.telecomitalia.it] has quit [Client Quit] 09:03:59 jyaan [n=jyaan@adsl-76-226-101-61.dsl.sfldmi.sbcglobal.net] has joined #scheme 09:04:24 Is there something like != in Scheme? 09:04:38 I know about 'not' 09:07:57 -!- geckosenator [n=sean@71.237.94.78] has quit [Read error: 110 (Connection timed out)] 09:10:38 Should I be using (not (equal? x y)) ? 09:15:02 are you comparing numbers ? 09:15:29 alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has joined #scheme 09:16:27 Yea 09:16:36 But I also would like to know about Strings 09:18:18 string=? 09:18:45 -!- elf [i=elf@antenora.aculei.net] has quit [Remote closed the connection] 09:18:48 elf [i=elf@antenora.aculei.net] has joined #scheme 09:21:48 Also is there something for exponents I can use? 09:22:32 -!- alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has quit [] 09:22:38 r5rs expt 09:22:39 http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_idx_332 09:22:40 -rudybot:#scheme- http://tinyurl.com/5vwxon 09:22:56 Thanks 09:24:22 Is there any way I can temporarily turn off the error numbering in Gambit? It's kind of annoying when I'm experimenting, since I get errors alot 09:25:13 Didn't see anything about it in the man page, though 09:27:31 pfo [n=pfo@chello084114049188.14.vie.surfer.at] has joined #scheme 09:34:05 -!- attila_lendvai [n=ati@business-89-132-61-222.business.broadband.hu] has quit ["..."] 09:45:26 ejs [n=eugen@77.222.151.102] has joined #scheme 09:47:54 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Read error: 104 (Connection reset by peer)] 09:48:11 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 09:48:42 elias` [n=me@unaffiliated/elias/x-342423] has joined #scheme 09:56:34 ejs1 [n=eugen@nat.ironport.com] has joined #scheme 10:04:04 -!- ejs [n=eugen@77.222.151.102] has quit [Read error: 110 (Connection timed out)] 10:04:19 -!- Arelius [n=Indy@209.77.67.98] has quit [] 10:06:41 -!- jewel [n=jewel@dsl-242-186-123.telkomadsl.co.za] has quit [Connection timed out] 10:11:28 -!- jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has quit [Read error: 110 (Connection timed out)] 10:15:43 -!- jyaan [n=jyaan@adsl-76-226-101-61.dsl.sfldmi.sbcglobal.net] has left #scheme 10:17:38 foof [n=user@dn157-046.naist.jp] has joined #scheme 10:18:33 jewel [n=jewel@dsl-242-138-129.telkomadsl.co.za] has joined #scheme 10:26:38 hkBst [n=hkBst@gentoo/developer/hkbst] has joined #scheme 10:27:11 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 10:36:02 raikov [n=igr@81.153.145.122.ap.yournet.ne.jp] has joined #scheme 10:39:39 -!- iion_tichy [n=Bjoern@e179076218.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 10:46:39 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 10:49:45 attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has joined #scheme 10:50:52 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 10:53:28 jao [n=jao@74.Red-80-24-4.staticIP.rima-tde.net] has joined #scheme 10:59:23 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Remote closed the connection] 11:00:13 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 11:09:24 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 11:14:57 alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has joined #scheme 11:26:48 -!- ttmrichter [n=ttmricht@221.235.62.133] has quit [Read error: 110 (Connection timed out)] 11:33:46 -!- foof [n=user@dn157-046.naist.jp] has quit [Remote closed the connection] 11:34:31 foof [n=user@dn157-046.naist.jp] has joined #scheme 11:44:52 Nshag [i=user@Mix-Orleans-106-1-20.w193-248.abo.wanadoo.fr] has joined #scheme 12:18:23 dlt____ [n=dlt@c91192dd.static.bhz.virtua.com.br] has joined #scheme 12:19:39 Cheshire [n=e@amcant.demon.co.uk] has joined #scheme 12:23:58 -!- troter [n=troter@nurikabe.timedia.co.jp] has quit ["Leaving..."] 12:41:59 hemulen [n=hemulen@cpe-069-134-114-252.nc.res.rr.com] has joined #scheme 12:45:00 higepon726 [n=taro@FL1-118-109-128-58.tky.mesh.ad.jp] has joined #scheme 12:47:00 mike [n=m@dslb-088-066-235-079.pools.arcor-ip.net] has joined #scheme 12:47:28 -!- mike is now known as Guest11872 12:49:28 -!- raikov [n=igr@81.153.145.122.ap.yournet.ne.jp] has quit [Remote closed the connection] 12:55:30 Edico [n=Edico@unaffiliated/edico] has joined #scheme 12:59:55 ttmrichter [n=ttmricht@119.96.10.130] has joined #scheme 13:00:02 iion_tichy [n=Bjoern@g225035109.adsl.alicedsl.de] has joined #scheme 13:01:39 mngbd [n=user@vie-nas-ge-0-2.onenet.at] has joined #scheme 13:06:48 -!- Cheshire [n=e@amcant.demon.co.uk] has quit ["This computer has gone to sleep"] 13:08:38 Cheshire [n=e@amcant.demon.co.uk] has joined #scheme 13:10:09 hark [n=strider@hark.slew.org] has joined #scheme 13:14:17 -!- higepon726 [n=taro@FL1-118-109-128-58.tky.mesh.ad.jp] has quit [Remote closed the connection] 13:18:10 wingo-tp [n=wingo@60.Red-81-39-160.dynamicIP.rima-tde.net] has joined #scheme 13:23:02 dlt__ [n=dlt@201.80.187.243] has joined #scheme 13:31:41 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 104 (Connection reset by peer)] 13:31:47 dlt__ [n=dlt@201.80.187.243] has joined #scheme 13:32:22 -!- MichaelRaskin_1 [n=raskin@213.171.48.239] has quit [Read error: 110 (Connection timed out)] 13:38:53 dlt_ [n=dlt@201.80.187.243] has joined #scheme 13:40:38 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 104 (Connection reset by peer)] 13:41:21 -!- dlt____ [n=dlt@c91192dd.static.bhz.virtua.com.br] has quit [Read error: 110 (Connection timed out)] 13:52:35 morphir [n=morphir@217.168.81.9] has joined #scheme 13:54:58 -!- mmc [n=mima@gw1.teleca.fi] has quit ["Leaving."] 14:01:53 cracki [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has joined #scheme 14:02:34 higepon430 [n=taro@FL1-118-109-128-58.tky.mesh.ad.jp] has joined #scheme 14:03:14 -!- ramkrsna [n=ramkrsna@unaffiliated/ramkrsna] has quit ["Leaving"] 14:05:33 bhrgunatha [n=chatzill@118-170-35-186.dynamic.hinet.net] has joined #scheme 14:07:46 AtnNn [n=welcome@modemcable087.62-56-74.mc.videotron.ca] has joined #scheme 14:09:20 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 14:12:55 -!- bhrgunatha [n=chatzill@118-170-35-186.dynamic.hinet.net] has quit ["ChatZilla 0.9.84 [Firefox 3.1b3pre/20090301020506]"] 14:12:57 -!- alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has quit [] 14:26:26 orgy` [n=ratm_@pD9FFE126.dip.t-dialin.net] has joined #scheme 14:27:01 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 14:33:19 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 14:37:24 Today's Obvious Observation: It's Monday! 14:39:48 mib_s6i2bf [i=7bb01132@gateway/web/ajax/mibbit.com/x-2215d0020a55fe43] has joined #scheme 14:40:52 hi.. anyone knows a scheme interface for handling aspell rws files for querying? 14:41:14 Eh? 14:43:19 say.. to check if a word is an english word.. you know.. 14:50:24 any interface for other spell checkers even? 14:53:09 Hi folks. Shibuya.lisp Tech Talk #2 was held on last Satuday in Tokyo Japan. 14:53:39 Videos on YouTube are listed here. (Almost in Japanese) 14:53:42 http://www.youtube.com/view_play_list?p=46829C7B0D497284 14:53:54 And my presentation about Mosh Scheme is here. (in English) 14:54:04 http://www.slideshare.net/higepon/toy-to-practical-interpreter-mosh-intenals-shibuyalisp20090228-1083314 14:54:09 -rudybot:#scheme- http://tinyurl.com/b5poje 14:54:50 alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has joined #scheme 14:57:20 shibuya 14:57:36 yay 14:59:02 oh hi higepon! 14:59:13 Hi. 15:00:34 -!- morphir [n=morphir@217.168.81.9] has quit [] 15:03:13 -!- ecraven [n=nex@140.78.42.103] has quit ["bbl"] 15:12:52 annodomini [n=lambda@130.189.179.215] has joined #scheme 15:20:26 Congrats to the new Steering Committee! 15:20:31 Indeed. 15:21:01 mib_s6i2bf: You could probably write your own in a few lines with basic spell(1), if all you want is to check if a word is spelled correctly. 15:21:49 You could also check the source code of spell(1) and translate it out, so that you could use the parts you wanted. 15:23:03 foof: How soon do you think they are going to have something for us? ;-) 15:23:32 Wanna start a pool? 15:23:54 Hah! 15:23:57 Not a chance, pal. 15:23:57 *foof* chooses the March 2010 slot for R7RS 15:24:13 Oh wait... it's already 2009? 15:24:17 Make that 2012. 15:24:17 I hope we get something better than just another Revised Report that is no longre really a report. 15:24:28 araujo_ [n=araujo@190.38.50.207] has joined #scheme 15:24:39 -!- araujo_ [n=araujo@190.38.50.207] has quit [Connection reset by peer] 15:28:47 Well, I'm off! 15:28:49 -!- arcfide [n=arcfide@adsl-99-137-203-229.dsl.bltnin.sbcglobal.net] has quit ["Leaving"] 15:29:15 morphir [n=morphir@217.168.81.9] has joined #scheme 15:31:28 -!- berat [n=berat@d-stu.ibun.edu.tr] has quit [Remote closed the connection] 15:35:14 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [Read error: 110 (Connection timed out)] 15:35:56 fasta [n=a@217.109.160.5] has joined #scheme 15:46:32 tomelam [n=tomelam@122.167.106.193] has joined #scheme 15:47:42 dlt__ [n=dlt@c91192dd.static.bhz.virtua.com.br] has joined #scheme 15:49:13 ejs2 [n=eugen@77.222.151.102] has joined #scheme 15:52:05 dlt____ [n=dlt@201.80.187.243] has joined #scheme 15:54:13 -!- reprore_ [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit ["Leaving..."] 15:54:28 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Read error: 60 (Operation timed out)] 15:58:00 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 15:59:06 ecraven [n=nex@140.78.42.103] has joined #scheme 15:59:23 -!- ejs1 [n=eugen@nat.ironport.com] has quit [Read error: 110 (Connection timed out)] 16:02:16 jlongster [n=user@75.148.111.133] has joined #scheme 16:05:26 -!- dlt_ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 16:06:02 reprore [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has joined #scheme 16:06:35 -!- ejs2 [n=eugen@77.222.151.102] has quit [Read error: 110 (Connection timed out)] 16:08:02 kilimanjaro [n=kilimanj@70.116.95.163] has joined #scheme 16:09:28 -!- mib_s6i2bf [i=7bb01132@gateway/web/ajax/mibbit.com/x-2215d0020a55fe43] has left #scheme 16:10:34 jah_ [n=jah@16.138.72-86.rev.gaoland.net] has joined #scheme 16:10:54 -!- jah_ is now known as jah 16:12:34 -!- dlt__ [n=dlt@c91192dd.static.bhz.virtua.com.br] has quit [Read error: 110 (Connection timed out)] 16:12:54 thanks > all 16:12:58 -!- higepon430 [n=taro@FL1-118-109-128-58.tky.mesh.ad.jp] has quit [Remote closed the connection] 16:16:04 dlt__ [n=dlt@201.80.187.243] has joined #scheme 16:18:46 -!- ttmrichter [n=ttmricht@119.96.10.130] has quit ["Ex-Chat"] 16:18:49 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [Remote closed the connection] 16:30:51 athos [n=philipp@92.250.204.223] has joined #scheme 16:33:55 -!- dlt____ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 16:34:05 kryptiskt_ [n=irc@cust-IP-129.data.tre.se] has joined #scheme 16:36:57 -!- dlt__ [n=dlt@201.80.187.243] has quit [Connection reset by peer] 16:37:02 dlt__ [n=dlt@201.80.187.243] has joined #scheme 16:45:15 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 16:46:31 -!- masquerade_ [n=robert@host108-118.student.udel.edu] has quit [] 16:52:55 -!- masm [n=masm@a83-132-152-110.cpe.netcabo.pt] has quit [Read error: 60 (Operation timed out)] 16:53:03 leppie [n=lolcow@196-210-170-86-wblv-esr-3.dynamic.isadsl.co.za] has joined #scheme 16:55:43 -!- AtnNn [n=welcome@modemcable087.62-56-74.mc.videotron.ca] has quit [Read error: 110 (Connection timed out)] 16:56:18 langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has joined #scheme 17:05:35 -!- jewel [n=jewel@dsl-242-138-129.telkomadsl.co.za] has quit [Read error: 113 (No route to host)] 17:06:05 -!- reprore [n=reprore@ntkngw304058.kngw.nt.ftth.ppp.infoweb.ne.jp] has quit [Remote closed the connection] 17:07:10 -!- jao [n=jao@74.Red-80-24-4.staticIP.rima-tde.net] has quit [Read error: 110 (Connection timed out)] 17:07:15 dlt____ [n=dlt@201.80.187.243] has joined #scheme 17:07:27 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 17:07:47 -!- dlt__ [n=dlt@201.80.187.243] has quit [Connection reset by peer] 17:18:05 dlt__ [n=dlt@201.80.187.243] has joined #scheme 17:18:08 -!- fasta [n=a@217.109.160.5] has quit ["Ex-Chat"] 17:21:06 -!- jonrafkind [n=jon@c-98-202-86-149.hsd1.ut.comcast.net] has quit [Connection timed out] 17:28:25 -!- alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has quit [] 17:34:09 Hi, all. Hey, Attila! I've got a question at http://paste.lisp.org/display/76369 17:34:25 That's a question for any kind soul here. 17:35:19 -!- dlt____ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 17:35:56 tomelam, "a macro that creates macros" -- so you are to implement a macro system 17:36:14 -!- jah [n=jah@16.138.72-86.rev.gaoland.net] has quit ["Quitte"] 17:36:30 No, I just need one kind of macro, but I need many versions of that macro. 17:36:39 hm the thing is 17:36:50 I just looked at your paste and it seems like you could define functions, instead of macros 17:36:55 like 17:37:19 (define (@div . elts) (cons div elts)) 17:37:33 oops 17:37:38 (define (@div tag . elts) (cons div (cons tag elts))) 17:38:01 there seems to be no reason that @div is a macro 17:38:22 hmm. i think you're right. let me work with that for a few minutes. thanks! 17:38:45 btw 17:38:49 it might take me awhile. i'm probably going to be slow at this right now. 17:38:49 you could use a function to make the functions 17:38:58 so probably this is possible without any macros at all 17:39:01 like 17:39:05 (define (make-function specification) 17:39:10 (lambda parameters 17:39:13 ...)) 17:40:09 tomelam: generically, a define-syntax form may expand to one or more other define-syntax forms. So a macro may generate other macros. I agree with Cheshire's meta-point, nevertheless -- you may not need macros for what you want to do. 17:40:14 yes. i started with the macro to delay an evaluation, but it should have been unnecessary, i think i agree. 17:40:27 Daemmerung, 17:40:48 thank you too. 17:41:14 i'll go away for awhile and study this deeper. i am very glad you both concur. 17:41:45 Cowmoo` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has joined #scheme 17:46:01 masm [n=masm@a83-132-152-110.cpe.netcabo.pt] has joined #scheme 17:56:37 -!- athos [n=philipp@92.250.204.223] has quit [Read error: 104 (Connection reset by peer)] 17:58:18 tom_elam [n=tomelam@122.167.106.193] has joined #scheme 17:59:07 -!- tom_elam [n=tomelam@122.167.106.193] has left #scheme 18:01:26 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 18:05:41 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [Connection timed out] 18:09:58 jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has joined #scheme 18:10:55 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 18:11:07 masquerade [n=robert@wifi-roaming-170-161.nss.udel.edu] has joined #scheme 18:12:11 masquerade_ [n=robert@host108-118.student.udel.edu] has joined #scheme 18:12:30 -!- tonyg [n=tonyg@host226.lshift.net] has quit ["Leaving"] 18:15:17 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 18:15:21 amazon10x [i=amazon10@gateway/shell/blinkenshell.org/x-13835e0d2280148e] has joined #scheme 18:18:08 hello 18:19:06 jah [n=jah@16.138.72-86.rev.gaoland.net] has joined #scheme 18:21:47 bombshelter13 [n=bombshel@209-161-230-178.dsl.look.ca] has joined #scheme 18:22:37 so i'm in a programming class and i need to learn scheme. the official book given by the professor is "the little schemer" but the book is terrible. i already can program well in imperative langauges but have done nothing with functional languages 18:23:55 so basically i'm looking for a book with which i can learn scheme. i saw the on in the topic "The Scheme Programming Language" by Dybvig. since it is in the topic, i suppose it is recommended? 18:25:10 I'm curious why you find The Little Schemer terrible? 18:25:20 (I've never read it, only peeked) 18:25:56 amazon10x: you might want to read SICP (topic too) 18:26:05 though it is primarily about programming, not Scheme 18:26:30 it's quite a slog though for someone who wants to learn scheme quicly 18:26:45 yes, but it *will* make you a better programmer :) 18:27:06 depends no? if he has limited time then he might not get much if anything out of it, excpet fursrtation 18:27:17 amazon10x: try www.htdp.org 18:27:40 I didn't find SICP all that enlightening, but that's just me. 18:27:56 I quite liked it 18:28:16 although by now forgot nearly everything I learned :'( 18:28:39 chapters 3 and 4 (though I stopped mid-4) I liked 18:28:53 It has a lot of circular reasoning... 18:29:14 You always sound wise when you get to design the problems you then solve. :> 18:29:22 -!- masquerade [n=robert@wifi-roaming-170-161.nss.udel.edu] has quit [Connection timed out] 18:30:07 how do you mean 18:30:24 dlt____ [n=dlt@c91192dd.static.bhz.virtua.com.br] has joined #scheme 18:31:00 -!- dlt__ [n=dlt@201.80.187.243] has quit [Connection reset by peer] 18:31:10 incubot: it turns out that mary poppins is a pagan demi-god; and it's a shame andrews and van dyke didn't people the earth 18:31:14 You might also like Andrews Liver Salts 18:31:46 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 18:32:38 what Scheme's can be compiled for ARM processors? 18:33:49 alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has joined #scheme 18:35:11 Cowmoo`: Like if for instance...hm... 18:35:26 oh hey guys. just looked back here. 18:36:09 as for not liking the little schemer: so far it seems like the way they teach is to spend about two pages giving examples of some construct being used. and as you go along you're supposed to guess what is happening. then they give you a very sketchy definition of it 18:36:27 it has a very very low information:word ratio 18:36:57 it's a small book that teaches only one thing, but I wouldn't recommend any other book for that. 18:37:16 amazon10x: give htdp a go 18:37:19 i've heard of sicp but i've always thought of it as a book that teaches you to program. i really just need to learn scheme. but, the fact that i've never used a functional language might mean that i should get sicp 18:37:25 alright, looking at that now cow 18:37:38 amazon - if you just need to learn scheme, use Teach Yourself Scheme in Fixnum Days. 18:39:22 hmm, that looks good too ayrnieu 18:40:22 hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has joined #scheme 18:40:30 i just read a comment somwhere that that hasn't been updated for pplt scheme 4 though. does that matter? 18:40:52 -!- hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has quit [Remote closed the connection] 18:40:52 plt* 18:41:01 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit ["¬"] 18:41:06 yes, tysifd will not teach you the latest bastardization of scheme. 18:41:11 hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has joined #scheme 18:41:27 you might read that and then just read R6RS. 18:41:46 http://docs.plt-scheme.org/r6rs/index.html 18:41:48 that's r6rs? 18:42:02 aaco [n=aaco@unaffiliated/aaco] has joined #scheme 18:42:03 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 18:42:40 -!- Guest11872 is now known as mike______ 18:42:55 http://www.r6rs.org 18:44:34 Cowmoo`: It's like if you told a student to solve "y/dx + (x*dy)/dx^2 + (2*dy)/dx^2 + (x*d^2y)/dx^4 = 3" where (1,6) is a point in y, and (3,6) is a point in y'. 18:44:56 Cowmoo`: And *obviously* the answer is the line y = 6x 18:45:31 synx: your analogy is lost on me, it's been years since I took diffeq :) 18:45:36 Cowmoo`: But to teach the student the horrors of differential equations you mangled it all up, and worked backwards in non-reversible steps in order to construct the problem you gave them. 18:46:03 Cowmoo`: I think the point was that answer did not lie in that equation 18:46:12 oh oh 18:46:28 or maybe I understood wrong 18:46:31 I'm just saying that once the student saw the solution, they'd think you were hot stuff. But it doesn't take a brainiac to create a diffeq problem, just one to solve it. 18:47:05 oh, I thought the answer could be derived for the second part alone 18:47:13 s/for/from 18:47:19 well I'm not a brainiac so maybe I screwed up making the problem. :p It's supposed to solve as y=6x ... 18:47:43 I even included a point on the function and its *cough* derivative, which should be sufficient... 18:49:13 Just take xy=6x^2, double differentiate both sides then divide by dx^2 :> 18:52:06 dlt__ [n=dlt@201.80.187.243] has joined #scheme 18:52:31 sreeram [n=sreeram@122.164.241.81] has joined #scheme 18:59:08 Judofyr_ [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 18:59:52 -!- dlt____ [n=dlt@c91192dd.static.bhz.virtua.com.br] has quit [Read error: 60 (Operation timed out)] 19:06:30 -!- Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [Read error: 60 (Operation timed out)] 19:09:23 -!- araujo [n=araujo@gentoo/developer/araujo] has quit ["Leaving"] 19:13:44 schmalbe [n=bernhard@p549A10B6.dip0.t-ipconnect.de] has joined #scheme 19:14:23 melgray [n=melgray@70.99.250.82] has joined #scheme 19:14:54 :) 19:20:16 dlt____ [n=dlt@201.80.187.243] has joined #scheme 19:23:40 -!- jah [n=jah@16.138.72-86.rev.gaoland.net] has quit [Remote closed the connection] 19:23:52 JohnnyL [i=JohnnyL@ool-182f0b98.dyn.optonline.net] has joined #scheme 19:24:28 -!- JohnnyL [i=JohnnyL@ool-182f0b98.dyn.optonline.net] has left #scheme 19:33:20 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [Remote closed the connection] 19:36:30 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 19:36:33 athos [n=philipp@92.250.204.223] has joined #scheme 19:37:44 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 19:38:18 dlt__ [n=dlt@201.80.187.243] has joined #scheme 19:40:44 -!- dlt____ [n=dlt@201.80.187.243] has quit [Read error: 60 (Operation timed out)] 19:44:17 ^self [n=fn@116.58.16.58] has joined #scheme 20:05:13 samth [n=samth@punge.ccs.neu.edu] has joined #scheme 20:09:11 dlt____ [n=dlt@201.80.187.243] has joined #scheme 20:15:28 amoe [n=amoe@cpc1-brig3-0-0-cust512.brig.cable.ntl.com] has joined #scheme 20:20:35 Judofyr [n=Judofyr@c349BBF51.dhcp.bluecom.no] has joined #scheme 20:22:24 amazon10x: you should go with the flow and work through /The Little Schemer/. It is attempting to inculcate in you habits of thought directly contrary to your imperative language experience. It is strength training for an area in which you currently are weak. 20:23:15 SICP is a great book, but reading it to learn Scheme is like reading the KJV Bible to learn English. 20:24:52 Um. 20:25:35 Daemmerung: i was thinking maybe i should stick with TLS because of that but it is so painful. maybe i'll stick it out for a few more chapters and see what happens 20:26:13 <^self> i didn't like the teaching style of TLS 20:26:38 Yeah, I feel your pain. You could try Dybvig's /The Scheme Programming Language/ for a more straightforward "first this, then this" breakdown of Scheme. It is reasonably complete. 20:26:57 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 20:26:59 -!- Khisanth [n=Khisanth@pool-151-204-129-29.ny325.east.verizon.net] has quit [Read error: 110 (Connection timed out)] 20:27:06 But I would encourage you to persevere through a few more chapters. 20:27:42 <^self> it took a couple of tries, but in the end i did finish TLS. i don't remember if i finished TSS, though. 20:28:00 -!- ^self [n=fn@116.58.16.58] has quit ["so sleepy"] 20:28:19 eli: are you around? 20:28:23 rudybot: seen eli 20:28:24 samth: eli was seen in/on #scheme fourteen hours, forty-seven minutes ago, saying "rudybot: give Daemmerung (open-output-nowhere)", and then eli was seen in/on #scheme thirteen hours, twenty minutes ago, saying "Is that a Scheme question?" 20:31:35 Is 'Is that a Scheme question?' a scheme question? Hm? 20:33:36 Khisanth [n=Khisanth@141.157.231.169] has joined #scheme 20:36:14 proq [n=user@unaffiliated/proqesi] has joined #scheme 20:38:03 MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has joined #scheme 20:38:58 -!- Judofyr_ [n=Judofyr@c349BBF51.dhcp.bluecom.no] has quit [Read error: 110 (Connection timed out)] 20:40:59 arcfide [n=arcfide@99.137.203.229] has joined #scheme 20:43:36 -!- masquerade_ [n=robert@host108-118.student.udel.edu] has quit [] 20:47:42 -!- mngbd [n=user@vie-nas-ge-0-2.onenet.at] has quit [Read error: 110 (Connection timed out)] 20:49:29 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 20:51:03 Rhetosaur [n=heartles@203.97.179.3] has joined #scheme 20:52:25 Hello all. 20:52:46 Please stand on your head for about an hour, arcfide. 20:52:54 Har. 20:53:02 -!- amoe [n=amoe@cpc1-brig3-0-0-cust512.brig.cable.ntl.com] has quit ["erk"] 20:53:29 :) 20:56:29 hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has joined #scheme 21:01:56 -!- sreeram [n=sreeram@122.164.241.81] has quit [] 21:05:33 -!- Cheshire [n=e@amcant.demon.co.uk] has quit [Nick collision from services.] 21:06:19 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 21:10:06 Cowmoo`` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has joined #scheme 21:10:38 -!- mike______ [n=m@dslb-088-066-235-079.pools.arcor-ip.net] has quit ["This computer has gone to sleep"] 21:12:06 Riastradh: as a note, some parscheme documentation would be really cool. 21:14:10 -!- Cowmoo` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has quit [Connection timed out] 21:15:56 Is helpful? 21:17:16 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 21:17:26 Ello... 21:17:27 *arcfide* reads. 21:17:35 (Extending the example to include both left-associative and right-associative operators is left as an exercise for the reader.) 21:18:06 Well, SPARQL has an LL(1) BNF grammar that I hope to translate. I guess we'll see if this is sufficient. 21:18:15 You said that there were issues with tokenization? 21:18:23 I don't think that parscheme has substantially changed since I wrote that. 21:18:31 Parscheme does not tokenize. 21:18:51 -!- underspecified [n=eric@isa7-dhcp-116-127.naist.jp] has quit [] 21:19:02 I guess I don't understand enough of parscheme to understand what you do other than tokenize (I always though tokenization was the elementary first step in something like this.) 21:19:20 You have a stream of characters as input. 21:19:43 The grammar is written under the assumption that the input is a stream of tokens. 21:20:40 -!- hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has quit [] 21:21:23 Shouldn't it be easy to handle a stream of tokens then? 21:21:47 Yes. What parscheme doesn't help with is turning a stream of characters (or rather, a stream of text) into a stream of tokens. 21:22:07 Oh, right, I assumed I would have to write the procedures which turned this stuff into tokens. 21:22:37 But if I give it a stream of tokens, then parscheme can handle that easily enough, right? 21:22:41 Yes. 21:22:47 Okay. 21:22:56 You will just not use TEXT-PARSER-COMBINATORS. 21:23:02 -!- proq [n=user@unaffiliated/proqesi] has quit [Remote closed the connection] 21:23:12 proq [n=user@unaffiliated/proqesi] has joined #scheme 21:23:13 text-parser-combinators is an extension of parser-combinators that assumes that the tokens are characters, then? 21:23:25 Yes. 21:23:32 Alright, makes more sense now. :-) 21:29:08 dlt__ [n=dlt@201.80.187.243] has joined #scheme 21:29:13 These PARSER:---- procedures return s? 21:29:27 Yes. 21:29:43 I see where the name combinators comes into play. 21:30:25 So, I assume that at some point one has to write their own parsers, but of what form is a parser? 21:30:46 Generally you don't. The combinators provided should suffice. 21:30:52 I see. 21:31:33 Do you have a problem that you think is not readily solvable by the combinators provided? 21:31:48 masquerade [n=robert@wifi-roaming-17-216.nss.udel.edu] has joined #scheme 21:32:01 No, I'm just trying to go through and understand how this all goes. Eventually, when I write my parser, I'll know if these suffice or not. ;-) 21:34:18 -!- dlt____ [n=dlt@201.80.187.243] has quit [Read error: 60 (Operation timed out)] 21:35:59 REPLeffect [n=REPLeffe@69.54.115.254] has joined #scheme 21:36:21 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 21:36:47 Riastradh: So your example seems to map pretty closely to a normal BNF grammar of the same; is this intentional? 21:37:25 PARSER:CHOICE attempts to parse the first parser given, and if that fails, tries the next, and so forth? 21:37:27 Yes. 21:38:39 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 104 (Connection reset by peer)] 21:38:48 I was, by the way, serious about an exercise for the reader of extending the parser to left- and right-associative operators, i.e. adding subtraction and division (and exponentiation if you're ambitious). 21:38:51 dlt__ [n=dlt@201.80.187.243] has joined #scheme 21:39:17 Well, That seems like just the reverse of the left associative version of multiplication, no? 21:39:42 If it seems so, implement it so. 21:39:49 Check, though. 21:40:05 Also, it may help to change the parser so that it actually just parses, and does not evaluate, the arithmetic. 21:40:49 -!- ecraven [n=nex@140.78.42.103] has quit ["bbl"] 21:41:05 I noticed that. A bit weird doing the evaluation at the same time as the parsing. 21:41:12 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 21:45:16 Well, it is making more sense now. 21:46:32 NNshag [i=user@Mix-Orleans-106-3-196.w193-248.abo.wanadoo.fr] has joined #scheme 21:46:59 You may proceed to use parscheme for a SPARQL parser if your grade on your expanded arithmetic parser is high enough. As extra credit, you may make reduce strings of an associative operator to a single list, so that, for example, a + b + c is parsed as (+ a b c). 21:59:14 -!- proq [n=user@unaffiliated/proqesi] has quit [Remote closed the connection] 22:00:36 dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has joined #scheme 22:01:03 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 22:02:53 Fare [n=Fare@ita4fw1.itasoftware.com] has joined #scheme 22:03:06 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [No route to host] 22:03:24 Riastradh: does parscheme handle left recursion just fine? 22:04:11 dlt____ [n=dlt@201.80.187.243] has joined #scheme 22:05:26 jonrafkind [n=jon@wireless221.wireless.utah.edu] has joined #scheme 22:05:33 -!- Nshag [i=user@Mix-Orleans-106-1-20.w193-248.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] 22:07:01 No. You will need to be cleverer than that. 22:07:13 Parscheme does no global transformations of the grammar you express with it. It is entirely local. 22:07:23 Drat... 22:07:26 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [Read error: 104 (Connection reset by peer)] 22:08:17 It will be convenient to use the repetition parsers. 22:10:12 arcfide pasted "Bad Parsing" at http://paste.lisp.org/display/76380 22:10:25 -!- schmalbe [n=bernhard@p549A10B6.dip0.t-ipconnect.de] has quit [Remote closed the connection] 22:10:27 So I am trying to start with the basics, and add subtraction. 22:10:46 [I'd like to do this before doing left association.] 22:10:57 This doesn't work, but I don't see why. 22:11:03 I suggest that you define a combinator (PARSER:LEFT-ASSOCIATIVE ), and similarly for PARSER:RIGHT-ASSOCIATIVE. 22:11:26 That's not all your code, nor all your interactions. 22:12:16 arcfide annotated #76380 "All my code." at http://paste.lisp.org/display/76380#1 22:13:09 And your complete interactions? 22:13:18 At least, enough to elicit the error. 22:14:18 arcfide annotated #76380 "Interaction" at http://paste.lisp.org/display/76380#2 22:16:10 First of all, does the original example work, without your modifications? 22:16:16 Yes. 22:16:47 I tried that first, and it works, though it ignored parts that it did not understand, strangely. 22:16:57 Why is that strange? 22:17:06 It parsed all that it could, and then left the rest of the stream intact. 22:17:11 I expected it to give an error such as "Unexpected token" or something. 22:17:17 You didn't tell it to. 22:17:56 Anyway, the problem is that Chez's ERROR procedure is silly, and requires its second argument to be a string. 22:18:13 Oh! I thought I fixed that. 22:19:06 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 22:19:19 Oh, haha, not in your example, I did not. 22:19:27 samth: fong 22:19:35 -!- jonrafkind [n=jon@wireless221.wireless.utah.edu] has quit [Read error: 104 (Connection reset by peer)] 22:19:47 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 22:19:55 Riastradh: Okay, that's fixed. 22:20:06 Nonetheless, there's still something wrong with my grammar. 22:20:08 You should complain to the Chez developers that Chez fails to implement SRFI 23; or you should find some way to use SRFI 23. 22:20:24 Riastradh: I have a port of SRFI 23 so I can use it whenever I want. 22:20:31 I just didn't realize that you were using it. 22:20:42 Apparently my eyes glossed over the ERROR there. 22:20:50 So, what goes wrong now? 22:21:28 "Parse error at 3: Unexpected end of input." 22:21:42 -!- dlt__ [n=dlt@201.80.187.243] has quit [Read error: 110 (Connection timed out)] 22:21:48 If you trace the parser by hand, what do you expect to happen? 22:22:34 eli: send me that script 22:23:03 I expect the expression parser to => add-or-sub => add => multiplicative + add-or-sub => 5 + multiplicative => 5 + 5 => 10. 22:23:11 Wait... 22:23:26 Yeah. 22:23:42 Hrm. 22:24:01 rudybot: eval (begin (parameterize ((current-output-port (GRAB))) (display "not with a bang, ")) (display "but with a whimper") (newline)) 22:24:01 Daemmerung: ; stdout: "but with a whimper\n" 22:24:25 samth: ok, ok, I'm still recovering. 22:24:47 Riastradh: Yeah, that seems right. 22:24:47 in the room the women call/cc 22:24:52 arcfide, let's expand that a little bit. 22:25:01 Riastradh: Okay, how much do you want? 22:25:04 EXPRESSION reduces to ADD-OR-SUB. 22:25:08 Right. 22:25:13 ADD-OR-SUB reduces to a choice of ADD, SUB, or MULTIPLICATIVE. 22:25:17 Right. 22:25:31 ADD reduces to MULTIPLICATIVE, then `+', then ADD-OR-SUB. 22:25:35 Right. 22:25:49 Let's forget multiplication, and reduce it to PRIMARY, which consumes the `5', leaving `+5' as input. 22:26:02 *arcfide* nods. 22:26:05 Next, returning to ADD, we consume `+', and proceed to ADD-OR-SUB. 22:26:11 proq [n=user@unaffiliated/proqesi] has joined #scheme 22:26:15 -!- Cowmoo`` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has left #scheme 22:26:28 With ya so far. 22:26:33 ADD-OR-SUB reduces to ADD, which reduces to MULTIPLICATIVE, then `+', then ADD-OR-SUB; or to SUB, or to MULTIPLICATIVE. 22:26:44 Right, and that will fail. 22:26:52 MULTIPLICATIVE consumes the `5', and we are left with `', which ADD-OR-SUB is unhappy with. 22:27:10 Since no input is left, you get a parse error. 22:27:10 So it should fail and try the next choice, right? 22:27:11 What went wrong? 22:27:53 Not quite. ADD already consumed the `5' (since PRIMARY did), so we can't backtrack. 22:27:54 What's the use of PARSER:CHOICE then? Do I have to explicitely test each PASER and fail for CHOICE to work? 22:28:08 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 22:28:20 PARSER, even. 22:28:37 The tricky bit, which is not explained directly in (although it could be inferred from) the cheat sheet, is that PARSER:CHOICE allows choice but not backtracking. 22:28:52 How can you do choice without backtracking? 22:28:53 If the choices may overlap, then one of them (an arbitrary one) wins. 22:29:14 You mean this only works if all the parsers do not consume input on a failure? 22:29:44 There are many cases when choice without backtracking is exactly what one wants. 22:30:16 If you want backtracking, you must say so. 22:30:25 Fooey. 22:30:29 *arcfide* sighs. 22:30:32 Okay, so... 22:30:34 *arcfide* thinks. 22:30:37 Skim the cheat sheet, the whole thing. 22:30:42 (It's short.) 22:30:48 I noticed the BAKCTRACKing stuff. 22:31:07 Do I *need* to use BACKTRACK stuff for this? 22:31:29 No, I don't.... 22:31:32 No, but if you want to take the approach you're taking, you will. 22:31:33 I think I've got an idea. 22:32:25 -!- morphir [n=morphir@217.168.81.9] has quit [] 22:32:25 Oh boulderdash. That means implementing essentially a LEFT-ASSOCIATIVE and a RIGHT-ASSOCIATIVE. :-P 22:33:05 morphir [n=morphir@217.168.81.9] has joined #scheme 22:33:14 What a terrible pity. You'll just have to take my suggestion and give concise names to the concepts you'd otherwise spray incoherently all over the page... 22:33:49 Yeah yeah. 22:40:01 Riastradh: does PARSER:CHOICE return the value returned by the parser chosen? 22:40:45 The parser returned by PARSER:CHOICE yields the value yielded by the chosen parser. Be careful with the words `return' and `yield' -- I think that the cheat sheet is careful to use `return' to mean what a combinator (i.e. a procedure) returns, and `yield' to mean what a parser produces after consuming some input. 22:41:00 I see. 22:42:34 One important difference between PARSER:CHOICE and PARSER:DEEP-CHOICE is that PARSER:CHOICE is not fundamentally ordered; the current implementation is, but that is an implementation detail, and a fancier implementation could use a faster PARSER:CHOICE based on a map of the initial tokens admitted by each choice. 22:43:34 (...provided that none of the choices begins with PARSER:TOKEN-IF or PARSER:TOKEN*, of course.) 22:45:23 Also, it is important to understand that this is an imperative language for concisely describing the sequence of actions to parse a stream of tokens. It is nice when a grammar can be described declaratively with it, but this is not always so. 22:46:16 Right. 22:47:20 One consequence of this design is that it generally does not leak space unless you request it to, except in the form of closures (which is unfortunate if your Scheme system, unlike Scheme48, does not flatten all closure environments). 22:48:12 ah, committed choice non-determinism! 22:48:21 aka applicative order evaluation 22:48:27 aka call-by-value 22:48:36 aka cut (in prolog) 22:48:45 (except that cut cuts too much) 22:49:00 Cut is actually a little different. 22:50:05 jyaan [n=jyaan@adsl-76-226-101-61.dsl.sfldmi.sbcglobal.net] has joined #scheme 22:50:13 In Prolog, backtracking choice is the default, and cut severs all backtracking. In parscheme, committing choice is the default, and PARSER:BACKTRACKABLE records exactly the points to which you want to be able to backtrack. Thus it is much easier to control precisely how much information the parser must remember. 22:50:34 mmm, cut 22:54:40 Modius__ [n=Modius@adsl-68-91-194-65.dsl.austtx.swbell.net] has joined #scheme 22:55:59 And committing to a choice in parscheme does not sever existing backtracking points. 22:56:53 -!- XTL [i=t6haha00@rhea.oamk.fi] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- aaco [n=aaco@unaffiliated/aaco] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- hark [n=strider@hark.slew.org] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- zbigniew [n=zb@3e8.org] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- vincenz [n=vincenz@li23-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- minion [n=minion@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 22:56:53 -!- rodge [n=roderic@pinball.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 22:57:02 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [Read error: 104 (Connection reset by peer)] 23:00:22 -!- levi [n=user@levi.dsl.xmission.com] has quit [Read error: 104 (Connection reset by peer)] 23:00:38 Riastradh: What does the PARSER:REPEATED combiner take as arguments? 23:00:45 -!- wastrel [n=wastrel@nylug/member/wastrel] has quit [Remote closed the connection] 23:01:36 pchrist_ [n=spirit@gentoo/developer/pchrist] has joined #scheme 23:01:43 whereas logic variables are much like call-by-future 23:01:44 -!- z0d [n=z0d@unaffiliated/z0d] has quit [Read error: 104 (Connection reset by peer)] 23:01:53 -!- sad0ur [n=sad0ur@psi.cz] has quit [Remote closed the connection] 23:01:58 sad0ur [n=sad0ur@84.42.251.245] has joined #scheme 23:02:19 you name it know, you'll find what's in it later. 23:03:00 jld_ [i=jdev@panix5.panix.com] has joined #scheme 23:03:12 -!- jld [i=jdev@panix5.panix.com] has quit [Read error: 104 (Connection reset by peer)] 23:03:26 -!- yosafbridge [n=yosafbri@ludios.net] has quit [Read error: 104 (Connection reset by peer)] 23:03:34 *ayrnieu* likes to 'use' variables before he 'defines' them in Mercury. It reads nicer, and it prods the reader to remember the context. 23:03:50 offby1` [n=user@q-static-138-125.avvanta.com] has joined #scheme 23:04:46 levi [n=user@levi.dsl.xmission.com] has joined #scheme 23:04:46 aaco [n=aaco@unaffiliated/aaco] has joined #scheme 23:04:46 hark [n=strider@hark.slew.org] has joined #scheme 23:04:46 minion [n=minion@common-lisp.net] has joined #scheme 23:04:46 zbigniew [n=zb@3e8.org] has joined #scheme 23:04:46 XTL [i=t6haha00@rhea.oamk.fi] has joined #scheme 23:04:46 rodge [n=roderic@pinball.ccs.neu.edu] has joined #scheme 23:04:46 vincenz [n=vincenz@li23-146.members.linode.com] has joined #scheme 23:04:52 crypto_ [n=z0d@artifact.hu] has joined #scheme 23:04:56 wastrel_1 [n=wastrel@user-12hdult.cable.mindspring.com] has joined #scheme 23:04:58 yosafbri` [n=yosafbri@ludios.net] has joined #scheme 23:05:01 -!- levi [n=user@levi.dsl.xmission.com] has quit [Killed by sagan.freenode.net (sagan.freenode.net (levi(?) <- ballard.freenode.net))] 23:05:14 -!- XTL [i=t6haha00@rhea.oamk.fi] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- aaco [n=aaco@unaffiliated/aaco] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- hark [n=strider@hark.slew.org] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- zbigniew [n=zb@3e8.org] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- rodge [n=roderic@pinball.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- minion [n=minion@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- vincenz [n=vincenz@li23-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- athos [n=philipp@92.250.204.223] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- melgray [n=melgray@70.99.250.82] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- orgy` [n=ratm_@pD9FFE126.dip.t-dialin.net] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- wingo-tp [n=wingo@60.Red-81-39-160.dynamicIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- iion_tichy [n=Bjoern@g225035109.adsl.alicedsl.de] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- eno [n=eno@nslu2-linux/eno] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- rmrfchik [n=paul@62.117.74.154] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- rdd [n=rdd@c83-250-154-52.bredband.comhem.se] has quit [verne.freenode.net irc.freenode.net] 23:05:14 -!- bsmntbombdood [n=gavin@97-118-128-205.hlrn.qwest.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- specbot [n=specbot@common-lisp.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- ASau [n=user@193.138.70.52] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- wastrel_1 [n=wastrel@user-12hdult.cable.mindspring.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- crypto_ [n=z0d@artifact.hu] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- pfo [n=pfo@chello084114049188.14.vie.surfer.at] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- metasyntax [n=taylor@pool-71-127-85-87.aubnin.fios.verizon.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- saccade [n=saccade_@COMBINATOR.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- bzzbzz [n=franco@modemcable027.191-81-70.mc.videotron.ca] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- rotty [n=rotty@nncmain.nicenamecrew.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- emma [n=emma@unaffiliated/emma] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- yosafbri` [n=yosafbri@ludios.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- dlt____ [n=dlt@201.80.187.243] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- bitweiler [n=phax@ppp-70-242-144-65.dsl.stlsmo.swbell.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- Kusanagi [n=Lernaean@unaffiliated/kusanagi] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- synthase [n=synthase@68.63.48.10] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- ray [i=ray@unaffiliated/ray] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- mr_uggla_ [i=mzsillan@melkinpaasi.cs.helsinki.fi] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- Fade [i=fade@outrider.deepsky.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- brandelune [n=suzume@pl064.nas934.takamatsu.nttpc.ne.jp] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- Fare [n=Fare@ita4fw1.itasoftware.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- jlongster [n=user@75.148.111.133] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- hemulen [n=hemulen@cpe-069-134-114-252.nc.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- tomelam [n=tomelam@122.167.106.193] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- jyaan [n=jyaan@adsl-76-226-101-61.dsl.sfldmi.sbcglobal.net] has quit [verne.freenode.net irc.freenode.net] 23:05:15 -!- Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- tltstc [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- deep [n=deep@li61-146.members.linode.com] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- amazon10x [i=amazon10@gateway/shell/blinkenshell.org/x-13835e0d2280148e] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- offby1` [n=user@q-static-138-125.avvanta.com] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- samth [n=samth@punge.ccs.neu.edu] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- morphir [n=morphir@217.168.81.9] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- elias` [n=me@unaffiliated/elias/x-342423] has quit [verne.freenode.net irc.freenode.net] 23:05:16 -!- borism [n=boris@195-50-201-163-dsl.krw.estpak.ee] has quit [verne.freenode.net irc.freenode.net] 23:05:17 -!- masquerade [n=robert@wifi-roaming-17-216.nss.udel.edu] has quit [verne.freenode.net irc.freenode.net] 23:05:17 -!- danking [n=danking@129.10.116.123] has quit [verne.freenode.net irc.freenode.net] 23:05:17 -!- nasloc__ [i=tim@kalug.ks.edu.tw] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- r0bby [n=wakawaka@guifications/user/r0bby] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has quit [verne.freenode.net irc.freenode.net] 23:05:18 -!- kryptiskt_ [n=irc@cust-IP-129.data.tre.se] has quit [verne.freenode.net irc.freenode.net] 23:05:19 -!- mbishop [n=martin@unaffiliated/mbishop] has quit [verne.freenode.net irc.freenode.net] 23:05:19 -!- felipe [n=felipe@my.nada.kth.se] has quit [verne.freenode.net irc.freenode.net] 23:05:19 -!- ski_ [n=md9slj@remote1.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 23:05:19 -!- peddie [n=matthew@PEDDIE.MIT.EDU] has quit [verne.freenode.net irc.freenode.net] 23:05:19 -!- ski__ [n=md9slj@remote3.student.chalmers.se] has quit [verne.freenode.net irc.freenode.net] 23:06:11 XTL [i=t6haha00@rhea.oamk.fi] has joined #scheme 23:06:11 aaco [n=aaco@unaffiliated/aaco] has joined #scheme 23:06:11 levi [n=user@levi.dsl.xmission.com] has joined #scheme 23:06:11 Paraselene_ [n=Not@79-67-204-13.dynamic.dsl.as9105.com] has joined #scheme 23:06:11 yosafbri` [n=yosafbri@ludios.net] has joined #scheme 23:06:11 wastrel_1 [n=wastrel@user-12hdult.cable.mindspring.com] has joined #scheme 23:06:11 crypto_ [n=z0d@artifact.hu] has joined #scheme 23:06:11 vincenz [n=vincenz@li23-146.members.linode.com] has joined #scheme 23:06:11 rodge [n=roderic@pinball.ccs.neu.edu] has joined #scheme 23:06:11 zbigniew [n=zb@3e8.org] has joined #scheme 23:06:11 minion [n=minion@common-lisp.net] has joined #scheme 23:06:11 hark [n=strider@hark.slew.org] has joined #scheme 23:06:11 offby1` [n=user@q-static-138-125.avvanta.com] has joined #scheme 23:06:11 jyaan [n=jyaan@adsl-76-226-101-61.dsl.sfldmi.sbcglobal.net] has joined #scheme 23:06:11 morphir [n=morphir@217.168.81.9] has joined #scheme 23:06:11 jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has joined #scheme 23:06:11 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 23:06:11 saccade_ [n=saccade@65-78-24-47.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #scheme 23:06:11 dlt____ [n=dlt@201.80.187.243] has joined #scheme 23:06:11 Fare [n=Fare@ita4fw1.itasoftware.com] has joined #scheme 23:06:11 dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has joined #scheme 23:06:11 masquerade [n=robert@wifi-roaming-17-216.nss.udel.edu] has joined #scheme 23:06:11 hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has joined #scheme 23:06:11 MichaelRaskin_ [n=raskin@gwh-1-177-mytn23k1.ln.rinet.ru] has joined #scheme 23:06:11 samth [n=samth@punge.ccs.neu.edu] has joined #scheme 23:06:11 athos [n=philipp@92.250.204.223] has joined #scheme 23:06:11 melgray [n=melgray@70.99.250.82] has joined #scheme 23:06:11 errordeveloper [n=errordev@78-86-1-110.zone2.bethere.co.uk] has joined #scheme 23:06:11 amazon10x [i=amazon10@gateway/shell/blinkenshell.org/x-13835e0d2280148e] has joined #scheme 23:06:11 jao [n=jao@40.Red-83-33-183.dynamicIP.rima-tde.net] has joined #scheme 23:06:12 langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has joined #scheme 23:06:12 kryptiskt_ [n=irc@cust-IP-129.data.tre.se] has joined #scheme 23:06:12 jlongster [n=user@75.148.111.133] has joined #scheme 23:06:12 tomelam [n=tomelam@122.167.106.193] has joined #scheme 23:06:12 orgy` [n=ratm_@pD9FFE126.dip.t-dialin.net] has joined #scheme 23:06:12 wingo-tp [n=wingo@60.Red-81-39-160.dynamicIP.rima-tde.net] has joined #scheme 23:06:12 iion_tichy [n=Bjoern@g225035109.adsl.alicedsl.de] has joined #scheme 23:06:12 hemulen [n=hemulen@cpe-069-134-114-252.nc.res.rr.com] has joined #scheme 23:06:12 attila_lendvai [n=ati@catv-89-132-189-132.catv.broadband.hu] has joined #scheme 23:06:12 elias` [n=me@unaffiliated/elias/x-342423] has joined #scheme 23:06:12 pfo [n=pfo@chello084114049188.14.vie.surfer.at] has joined #scheme 23:06:12 eno [n=eno@nslu2-linux/eno] has joined #scheme 23:06:12 bitweiler [n=phax@ppp-70-242-144-65.dsl.stlsmo.swbell.net] has joined #scheme 23:06:12 ASau [n=user@193.138.70.52] has joined #scheme 23:06:12 rdd [n=rdd@c83-250-154-52.bredband.comhem.se] has joined #scheme 23:06:12 borism [n=boris@195-50-201-163-dsl.krw.estpak.ee] has joined #scheme 23:06:12 tltstc [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has joined #scheme 23:06:12 specbot [n=specbot@common-lisp.net] has joined #scheme 23:06:12 saccade [n=saccade_@COMBINATOR.MIT.EDU] has joined #scheme 23:06:12 brandelune [n=suzume@pl064.nas934.takamatsu.nttpc.ne.jp] has joined #scheme 23:06:12 metasyntax [n=taylor@pool-71-127-85-87.aubnin.fios.verizon.net] has joined #scheme 23:06:12 bzzbzz [n=franco@modemcable027.191-81-70.mc.videotron.ca] has joined #scheme 23:06:12 pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has joined #scheme 23:06:12 deep [n=deep@li61-146.members.linode.com] has joined #scheme 23:06:12 synthase [n=synthase@68.63.48.10] has joined #scheme 23:06:12 bsmntbombdood [n=gavin@97-118-128-205.hlrn.qwest.net] has joined #scheme 23:06:12 rmrfchik [n=paul@62.117.74.154] has joined #scheme 23:06:12 emma [n=emma@unaffiliated/emma] has joined #scheme 23:06:12 r0bby [n=wakawaka@guifications/user/r0bby] has joined #scheme 23:06:12 felipe [n=felipe@my.nada.kth.se] has joined #scheme 23:06:12 gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has joined #scheme 23:06:12 rotty [n=rotty@nncmain.nicenamecrew.com] has joined #scheme 23:06:12 Kusanagi [n=Lernaean@unaffiliated/kusanagi] has joined #scheme 23:06:12 Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has joined #scheme 23:06:12 danking [n=danking@129.10.116.123] has joined #scheme 23:06:12 ray [i=ray@unaffiliated/ray] has joined #scheme 23:06:12 Fade [i=fade@outrider.deepsky.com] has joined #scheme 23:06:12 mr_uggla_ [i=mzsillan@melkinpaasi.cs.helsinki.fi] has joined #scheme 23:06:12 nasloc__ [i=tim@kalug.ks.edu.tw] has joined #scheme 23:06:12 peddie [n=matthew@PEDDIE.MIT.EDU] has joined #scheme 23:06:12 mbishop [n=martin@unaffiliated/mbishop] has joined #scheme 23:06:12 ski__ [n=md9slj@remote3.student.chalmers.se] has joined #scheme 23:06:12 ski_ [n=md9slj@remote1.student.chalmers.se] has joined #scheme 23:07:13 Adamant [n=Adamant@c-76-29-188-22.hsd1.ga.comcast.net] has joined #scheme 23:07:32 -!- X-Scale2 [i=email@2001:470:1f08:b3d:0:0:0:2] has quit [] 23:10:43 Riastradh? Are you still there? 23:11:20 -!- jlongster [n=user@75.148.111.133] has quit [Remote closed the connection] 23:13:06 -!- Paraselene_ [n=Not@79-67-204-13.dynamic.dsl.as9105.com] has quit [""That's our secret... we kill you with kindness. What's your secret?""] 23:14:04 REPLeffect [n=REPLeffe@69.54.115.254] has joined #scheme 23:14:57 -!- annodomini [n=lambda@wikipedia/lambda] has quit [] 23:15:22 Briefly, yes. 23:15:49 The PARSER:REPEATED takes the item parsed as the first argument and the current seed as the second argument. 23:15:49 I think PARSER:REPATED is what I want, but what is the signature of the combinator? 23:15:58 Aah, I see. 23:16:04 Sorry: The procedure passed to PARSER:REPEATED... 23:16:23 and that seed changes with the results from the combinator? 23:16:28 Yes. 23:16:38 Great. I think I'm getting the hang of this. 23:16:51 -!- Modius_ [n=Modius@adsl-68-91-194-65.dsl.austtx.swbell.net] has quit [Connection timed out] 23:17:08 -!- langmartin [n=user@adsl-074-167-038-128.sip.cha.bellsouth.net] has quit ["ERC Version 5.3 (IRC client for Emacs)"] 23:18:41 -!- crypto_ is now known as z0d 23:21:36 -!- melgray [n=melgray@70.99.250.82] has quit [] 23:21:37 Paraselene_ [n=Not@79-67-204-13.dynamic.dsl.as9105.com] has joined #scheme 23:24:27 raikov [n=igr@203.181.243.11] has joined #scheme 23:24:45 -!- alaricsp [n=alaricsp@88-202-213-29.rdns.as8401.net] has quit [] 23:24:51 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [Connection timed out] 23:24:57 -!- hkBst [n=hkBst@gentoo/developer/hkbst] has quit [Read error: 104 (Connection reset by peer)] 23:26:26 -!- hotblack23 [n=jh@p5B05418E.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)] 23:30:41 hadronzoo [n=hadronzo@ppp-70-251-242-10.dsl.rcsntx.swbell.net] has joined #scheme 23:31:11 Cowmoo` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has joined #scheme 23:31:23 -!- pchrist [n=spirit@gentoo/developer/pchrist] has quit [Connection timed out] 23:32:09 -!- NNshag [i=user@Mix-Orleans-106-3-196.w193-248.abo.wanadoo.fr] has quit [Remote closed the connection] 23:37:49 -!- wastrel_1 is now known as wastrel 23:40:24 -!- Cowmoo` [n=Cowmoo@c-98-218-214-24.hsd1.va.comcast.net] has quit [Remote closed the connection] 23:41:20 -!- aaco [n=aaco@unaffiliated/aaco] has quit [Remote closed the connection] 23:41:29 -!- Paraselene_ [n=Not@79-67-204-13.dynamic.dsl.as9105.com] has quit [Connection reset by peer] 23:45:35 kryptiskt [n=no@80.251.192.2] has joined #scheme 23:52:01 -!- kryptiskt_ [n=irc@cust-IP-129.data.tre.se] has quit [Read error: 110 (Connection timed out)] 23:57:17 Wohoo! I think I got it. 23:58:03 arcfide annotated #76380 "ADD, SUB, MUL, DIV, EXPT, left associativity." at http://paste.lisp.org/display/76380#3 23:58:13 Riastradh: If you are still around, I welcome comments. 23:59:12 -!- sladegen [n=nemo@unaffiliated/sladegen] has quit [Nick collision from services.] 23:59:21 sladegen [n=nemo@unaffiliated/sladegen] has joined #scheme