00:01:30 -!- blackened [~blackened@ip-89-102-29-120.net.upcbroadband.cz] has quit [Ping timeout: 260 seconds] 00:15:36 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 00:37:17 replore_ [~replore@203.152.213.161.static.zoot.jp] has joined #scheme 00:42:43 platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has joined #scheme 00:44:39 -!- platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has quit [Quit: Leaving...] 00:47:05 -!- ijp [~user@host31-52-22-26.range31-52.btcentralplus.com] has quit [Quit: The garbage collector got me] 00:49:09 SwashBuckla [~simon@unaffiliated/swashbuckla] has joined #scheme 00:51:04 anyone know of a minifier and a (possibly separate) beautifier tool for scheme source code? 00:51:31 rm 00:52:18 :) 00:53:57 I mean, vim nicely formats my code as I go along, but I wish to write (or adapt an existing) tool for formatting scheme to make marking students work less painful 00:54:36 SwashBuckla: :-O 00:54:40 you can toss it into drracket and let it reindent it 00:54:44 That. 00:55:02 SwashBuckla: Just quote the whole S-expression, and racket's default formatter does a wonderful job. 00:55:11 oh excellent 00:58:14 -!- blackened_ [~blackened@ip-89-102-29-120.net.upcbroadband.cz] has quit [Quit: blackened_] 01:00:07 -!- homie [~levgue@xdsl-78-35-130-40.netcologne.de] has quit [Read error: Operation timed out] 01:00:23 wbooze` [~levgue@xdsl-78-35-155-90.netcologne.de] has joined #scheme 01:01:10 homie` [~levgue@xdsl-78-35-155-90.netcologne.de] has joined #scheme 01:02:39 -!- wbooze [~levgue@xdsl-78-35-130-40.netcologne.de] has quit [Ping timeout: 248 seconds] 01:11:06 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 01:11:49 naryl [~weechat@213.170.70.141] has joined #scheme 01:12:02 -!- naryl [~weechat@213.170.70.141] has left #scheme 01:14:40 jwd_ [~jwd@cable-118-42.sssnet.com] has joined #scheme 01:17:13 -!- EmmanuelOga [~emmanuel@190.244.27.236] has quit [Ping timeout: 244 seconds] 01:23:01 -!- samth [~samth@2620:149:f01:201:221:6aff:fe52:7b90] has quit [Ping timeout: 244 seconds] 01:40:35 -!- jonrafkind [~jon@crystalis.cs.utah.edu] has quit [Ping timeout: 244 seconds] 01:46:55 -!- jwd_ [~jwd@cable-118-42.sssnet.com] has quit [Ping timeout: 248 seconds] 01:49:36 -!- gffa [~gffa@unaffiliated/gffa] has quit [Quit: sleep] 01:50:00 -!- amoe [~amoe@host-78-147-172-54.as13285.net] has quit [Ping timeout: 260 seconds] 01:50:30 -!- copumpkin is now known as luke-sr 01:50:46 -!- luke-sr is now known as copumpkin 01:51:24 amoe [~amoe@host-92-24-169-147.ppp.as43234.net] has joined #scheme 02:00:24 SwashBuckla: Do you just need auto-indenting? There is a script by Dorai Sitaram for that too. http://evalwhen.com/scmindent/index.html 02:01:39 -!- X-Scale [email@sgi-ultra64.broker.freenet6.net] has quit [Remote host closed the connection] 02:01:46 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 02:02:22 -!- jrslepak [~jrslepak@129.10.228.212] has quit [Quit: Leaving] 02:09:18 asumu: oh that looks helpful :) 02:09:21 asumu: thanks 02:22:37 -!- RageOfThou [~RageOfTho@users-60-219.vinet.ba] has quit [Ping timeout: 240 seconds] 02:28:36 -!- freakazoid [~seanl@66.220.144.73] has quit [Quit: Computer has gone to sleep.] 02:30:18 yours_truly [~yours@infocalypse-net.info] has joined #scheme 02:30:58 -!- Nisstyre [~yours@infocalypse-net.info] has quit [Read error: Connection reset by peer] 02:40:38 hmm, the function (any) seems to return #f if any of it's given list elements are #t. Does anyone know which scheme is this in? 02:41:19 example: (any '(#f #f #t)) --> #t (any '(#f #f #f)) --> #f 02:43:54 sorry it needs a predicate too 02:44:36 (any zero? '(1 0 2)) --> #t (any zero? '(1 2 3)) --> #f 02:45:47 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 02:46:14 ah, MIT Scheme :) 02:52:35 -!- yours_truly is now known as Nisstyre 02:57:23 -!- jrapdx [~jra@74-95-41-205-Oregon.hfc.comcastbusiness.net] has quit [Quit: Leaving] 02:57:48 soveran [~soveran@186.19.214.247] has joined #scheme 02:59:04 joyfulgirl [~ivy@209-6-79-248.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com] has joined #scheme 02:59:07 -!- joyfulgirl [~ivy@209-6-79-248.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com] has quit [Changing host] 02:59:07 joyfulgirl [~ivy@unaffiliated/joyfulgirl] has joined #scheme 03:00:40 -!- mmc2 [~michal@178-85-131-65.dynamic.upc.nl] has quit [Ping timeout: 240 seconds] 03:08:28 dnolen [~davidnole@cpe-98-14-92-234.nyc.res.rr.com] has joined #scheme 03:13:51 -!- masm [~masm@bl19-171-145.dsl.telepac.pt] has quit [Quit: Leaving.] 03:17:32 -!- turbofail [~user@c-107-3-149-149.hsd1.ca.comcast.net] has quit [Ping timeout: 245 seconds] 03:24:53 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 03:25:04 platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has joined #scheme 03:26:34 -!- SwashBuckla [~simon@unaffiliated/swashbuckla] has quit [Quit: Lost terminal] 03:32:18 freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has joined #scheme 03:37:38 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has left #scheme 03:42:00 -!- pygospa [~Pygosceli@kiel-d9bfcc97.pool.mediaWays.net] has quit [Ping timeout: 260 seconds] 03:43:54 pygospa [~Pygosceli@kiel-5f7680fb.pool.mediaWays.net] has joined #scheme 03:49:16 -!- freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has quit [Quit: Computer has gone to sleep.] 04:06:12 jrslepak [~jrslepak@c-71-233-151-135.hsd1.ma.comcast.net] has joined #scheme 04:09:02 jrapdx [~jra@c-76-105-198-230.hsd1.or.comcast.net] has joined #scheme 04:11:33 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:18:06 -!- joyfulgirl [~ivy@unaffiliated/joyfulgirl] has quit [Remote host closed the connection] 04:18:12 freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has joined #scheme 04:20:36 chromaticwt [~chromatic@71-222-128-203.albq.qwest.net] has joined #scheme 04:20:46 just figured out 1.11 sicp. 04:22:55 -!- platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has quit [Quit: Computer has gone to sleep.] 04:24:19 platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has joined #scheme 04:33:39 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 04:35:31 -!- replore_ [~replore@203.152.213.161.static.zoot.jp] has quit [Read error: Connection reset by peer] 04:35:50 replore_ [~replore@203.152.213.161.static.zoot.jp] has joined #scheme 04:37:11 -!- chromaticwt [~chromatic@71-222-128-203.albq.qwest.net] has quit [Quit: leaving] 04:37:17 EmmanuelOga [~emmanuel@190.244.27.236] has joined #scheme 04:40:00 astertronistic [~astertron@ip68-8-234-179.sd.sd.cox.net] has joined #scheme 04:42:09 -!- dnolen [~davidnole@cpe-98-14-92-234.nyc.res.rr.com] has quit [Quit: dnolen] 04:44:25 catface [~catface@client-86-25-206-5.cht-bng-013.adsl.virginmedia.net] has joined #scheme 04:45:31 jonrafkind [~jon@jonr5.dsl.xmission.com] has joined #scheme 04:48:08 wipt [~wipt@74-33-84-188.drr01.jrdn.mn.frontiernet.net] has joined #scheme 05:06:39 -!- jrslepak [~jrslepak@c-71-233-151-135.hsd1.ma.comcast.net] has quit [Quit: Leaving] 05:10:06 samth [~samth@173-164-132-66-SFBA.hfc.comcastbusiness.net] has joined #scheme 05:13:49 leo2007 [~leo@119.255.41.67] has joined #scheme 05:24:59 gravicappa [~gravicapp@ppp91-77-186-12.pppoe.mtu-net.ru] has joined #scheme 05:27:38 -!- homie` [~levgue@xdsl-78-35-155-90.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 05:28:04 -!- wbooze` [~levgue@xdsl-78-35-155-90.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 05:30:06 nego_ [~nego@c-76-16-30-244.hsd1.il.comcast.net] has joined #scheme 05:33:45 -!- nego [~nego@c-76-16-30-244.hsd1.il.comcast.net] has quit [Ping timeout: 252 seconds] 05:39:50 -!- rff [~rff@ip72-207-248-18.br.br.cox.net] has quit [Ping timeout: 260 seconds] 05:43:41 04:20:46 < chromaticwt> just figured out 1.11 sicp. <-- Uhh...uhh...congrats? 05:50:32 -!- EmmanuelOga [~emmanuel@190.244.27.236] has quit [Ping timeout: 244 seconds] 05:55:01 -!- astertronistic [~astertron@ip68-8-234-179.sd.sd.cox.net] has quit [Ping timeout: 240 seconds] 05:56:50 astertronistic [~astertron@ip68-8-234-179.sd.sd.cox.net] has joined #scheme 06:03:37 hello 06:08:12 paperkettles [~chris@2406:a000:f005:1f00:226:bbff:fe0c:b57f] has joined #scheme 06:14:52 -!- freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has quit [Quit: Computer has gone to sleep.] 06:16:48 -!- platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has quit [Remote host closed the connection] 06:25:09 -!- samth [~samth@173-164-132-66-SFBA.hfc.comcastbusiness.net] has quit [Ping timeout: 244 seconds] 06:30:44 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 06:37:11 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 06:42:44 jewel [~jewel@196-209-248-92.dynamic.isadsl.co.za] has joined #scheme 06:49:13 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Read error: Connection reset by peer] 07:03:15 -!- leo2007 [~leo@119.255.41.67] has quit [Ping timeout: 260 seconds] 07:06:29 -!- gravicappa [~gravicapp@ppp91-77-186-12.pppoe.mtu-net.ru] has quit [Ping timeout: 244 seconds] 07:10:31 -!- toekutr [~user@50-0-51-2.dsl.static.sonic.net] has quit [Remote host closed the connection] 07:12:16 -!- jewel [~jewel@196-209-248-92.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 07:21:40 leo2007 [~leo@119.255.41.67] has joined #scheme 07:22:43 fschwidom [~fschwidom@2.210.187.119] has joined #scheme 07:23:05 -!- jonrafkind [~jon@jonr5.dsl.xmission.com] has quit [Ping timeout: 260 seconds] 07:24:56 gravicappa [~gravicapp@ppp91-77-173-193.pppoe.mtu-net.ru] has joined #scheme 07:26:33 dnolen [~davidnole@cpe-98-14-92-234.nyc.res.rr.com] has joined #scheme 07:33:43 -!- dnolen [~davidnole@cpe-98-14-92-234.nyc.res.rr.com] has quit [Quit: dnolen] 07:48:45 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 07:49:17 pchrist [~spirit@gentoo/developer/pchrist] has joined #scheme 08:12:00 -!- pjb` is now known as pjb 08:17:24 platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has joined #scheme 08:18:01 snizzo [~quassel@host207-237-dynamic.31-79-r.retail.telecomitalia.it] has joined #scheme 08:23:19 -!- snizzo [~quassel@host207-237-dynamic.31-79-r.retail.telecomitalia.it] has quit [Remote host closed the connection] 08:26:59 -!- realitygrill [~realitygr@76.226.207.97] has quit [Quit: realitygrill] 08:27:33 -!- cmatei [~cmatei@95.76.22.68] has quit [Remote host closed the connection] 08:31:54 wingo [~wingo@90.164.198.39] has joined #scheme 08:50:59 -!- wingo [~wingo@90.164.198.39] has quit [Ping timeout: 276 seconds] 08:51:26 mmc2 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 09:00:43 cmatei [~cmatei@95.76.22.68] has joined #scheme 09:01:52 -!- y4m4 [fharshav@nat/redhat/x-flrsvzklaxseapez] has quit [Read error: Connection reset by peer] 09:02:53 -!- bytbox [~s@129.2.129.226] has quit [Read error: Operation timed out] 09:06:55 y4m4 [fharshav@nat/redhat/x-njomnoipzmxlobrh] has joined #scheme 09:09:09 ahinki [~chatzilla@212.99.10.150] has joined #scheme 09:11:32 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 09:16:24 soveran [~soveran@186.19.214.247] has joined #scheme 09:19:42 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 09:24:47 -!- mmc2 [~michal@sams-office-nat.tomtomgroup.com] has quit [Read error: Connection reset by peer] 09:45:59 -!- replore_ [~replore@203.152.213.161.static.zoot.jp] has quit [Remote host closed the connection] 09:46:14 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Ping timeout: 252 seconds] 09:47:37 replore [~replore@203.152.213.161.static.zoot.jp] has joined #scheme 09:52:10 -!- replore [~replore@203.152.213.161.static.zoot.jp] has quit [Remote host closed the connection] 09:56:52 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 10:04:02 -!- leo2007 [~leo@119.255.41.67] has quit [Ping timeout: 260 seconds] 10:08:29 -!- otakutomo [~otakutomo@KD027083117212.ppp-bb.dion.ne.jp] has quit [Read error: Connection reset by peer] 10:08:36 masm [~masm@bl19-172-157.dsl.telepac.pt] has joined #scheme 10:08:43 otakutomo [~otakutomo@KD027083117212.ppp-bb.dion.ne.jp] has joined #scheme 10:14:50 -!- yamanu [~yamanu@cpe-212-18-40-64.static.amis.net] has quit [Ping timeout: 276 seconds] 10:19:21 y4m4_ [fharshav@nat/redhat/x-xmglgepzkbupotxr] has joined #scheme 10:21:29 -!- y4m4_ [fharshav@nat/redhat/x-xmglgepzkbupotxr] has quit [Read error: Operation timed out] 10:22:47 -!- y4m4 [fharshav@nat/redhat/x-njomnoipzmxlobrh] has quit [Ping timeout: 252 seconds] 10:24:07 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Read error: Operation timed out] 10:24:14 yamanu [~yamanu@cpe-212-18-40-64.static.amis.net] has joined #scheme 10:24:24 y4m4 [fharshav@nat/redhat/x-qqlugvbdstlasgcs] has joined #scheme 10:25:17 -!- joast [~rick@76.178.187.139] has quit [Read error: Operation timed out] 10:25:56 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 10:43:46 Riastradh is still forsaking us :'-( 10:49:00 y4m4_ [fharshav@nat/redhat/x-ltpahtxcsyuflqel] has joined #scheme 10:50:19 keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has joined #scheme 10:50:45 spacejammin [~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it] has joined #scheme 10:51:52 -!- y4m4 [fharshav@nat/redhat/x-qqlugvbdstlasgcs] has quit [Ping timeout: 240 seconds] 10:53:25 -!- y4m4_ [fharshav@nat/redhat/x-ltpahtxcsyuflqel] has quit [Ping timeout: 240 seconds] 10:53:58 y4m4 [fharshav@nat/redhat/x-ftgoyrqaazmdpbtu] has joined #scheme 11:07:34 tupi [~david@139.82.89.24] has joined #scheme 11:08:42 -!- githogori [~githogori@c-69-181-109-120.hsd1.ca.comcast.net] has quit [Ping timeout: 258 seconds] 11:10:14 -!- platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has quit [Remote host closed the connection] 11:11:07 -!- Arafangion [~Arafangio@220-244-108-23.static.tpgi.com.au] has quit [Read error: Connection reset by peer] 11:17:17 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 11:21:27 Arafangion [~Arafangio@220-244-108-23.static.tpgi.com.au] has joined #scheme 11:25:44 gffa [~gffa@unaffiliated/gffa] has joined #scheme 11:33:29 -!- drdo [~drdo@85.207.54.77.rev.vodafone.pt] has quit [Ping timeout: 276 seconds] 11:49:04 -!- markskilbeck [~Mark@unaffiliated/markskilbeck] has left #scheme 11:49:21 markskilbeck [~Mark@unaffiliated/markskilbeck] has joined #scheme 11:57:10 -!- B`rendan [~Brendan_T@repo.parabolagnulinux.org] has quit [Quit: WeeChat 0.3.6] 11:57:31 Brendan_T [~Brendan_T@repo.parabolagnulinux.org] has joined #scheme 11:58:55 -!- keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has quit [Ping timeout: 258 seconds] 12:19:00 bfig_ [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has joined #scheme 12:22:26 -!- bfig_ [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has quit [Quit: Leaving] 12:22:33 bfig [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has joined #scheme 12:30:02 -!- masm [~masm@bl19-172-157.dsl.telepac.pt] has quit [Ping timeout: 276 seconds] 12:32:02 -!- catface [~catface@client-86-25-206-5.cht-bng-013.adsl.virginmedia.net] has quit [Ping timeout: 252 seconds] 12:35:53 -!- bfig [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has quit [Read error: Connection reset by peer] 12:38:31 -!- pygospa [~Pygosceli@kiel-5f7680fb.pool.mediaWays.net] has quit [Disconnected by services] 12:38:41 pygospa [~Pygosceli@kiel-5f77b9e6.pool.mediaWays.net] has joined #scheme 12:50:35 vu3rdd [~vu3rdd@122.167.82.195] has joined #scheme 12:50:35 -!- vu3rdd [~vu3rdd@122.167.82.195] has quit [Changing host] 12:50:35 vu3rdd [~vu3rdd@fsf/member/vu3rdd] has joined #scheme 12:52:04 rff [~rff@ip72-207-248-18.br.br.cox.net] has joined #scheme 12:55:36 X-Scale [email@sgi-ultra64.broker.freenet6.net] has joined #scheme 13:08:50 soveran [~soveran@186.19.214.247] has joined #scheme 13:13:05 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 13:19:24 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 13:25:47 keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has joined #scheme 13:27:39 paperkettles_ [~chris@ip72-195-132-159.ri.ri.cox.net] has joined #scheme 13:28:13 -!- paperkettles [~chris@2406:a000:f005:1f00:226:bbff:fe0c:b57f] has quit [Ping timeout: 240 seconds] 13:28:13 -!- paperkettles_ is now known as paperkettles 13:36:13 gavino [47bd073a@gateway/web/freenode/ip.71.189.7.58] has joined #scheme 13:36:19 EmmanuelOga [~emmanuel@190.244.27.236] has joined #scheme 13:49:21 -!- ahinki [~chatzilla@212.99.10.150] has quit [Read error: Connection reset by peer] 13:49:53 ahinki [~chatzilla@212.99.10.150] has joined #scheme 13:52:54 catface [~catface@client-86-25-206-5.cht-bng-013.adsl.virginmedia.net] has joined #scheme 13:55:31 -!- fridim [~fridim@dafuckingbox.fridim.org] has left #scheme 13:58:04 EbiDK [5ab93b9f@gateway/web/freenode/ip.90.185.59.159] has joined #scheme 14:00:41 bfig [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has joined #scheme 14:12:31 bytbox [~s@129.2.129.226] has joined #scheme 14:20:09 metasyntax|work [~taylor@fw-its-kt209a-2.dyn.ipfw.edu] has joined #scheme 14:43:47 joast [~rick@76.178.187.139] has joined #scheme 14:55:14 -!- copumpkin [~pumpkin@unaffiliated/pumpkingod] has quit [Quit: Computer has gone to sleep.] 15:01:02 masm [~masm@bl19-172-157.dsl.telepac.pt] has joined #scheme 15:06:27 -!- Nshag [user@chl45-1-88-123-84-8.fbx.proxad.net] has quit [Ping timeout: 244 seconds] 15:14:28 stis [~stis@1-1-1-39a.veo.vs.bostream.se] has joined #scheme 15:15:53 -!- astertronistic [~astertron@ip68-8-234-179.sd.sd.cox.net] has quit [Ping timeout: 244 seconds] 15:21:15 pjb- [~t@81.202.16.46.dyn.user.ono.com] has joined #scheme 15:23:52 copumpkin [~pumpkin@unaffiliated/pumpkingod] has joined #scheme 15:31:54 wbooze [~levgue@xdsl-78-35-182-134.netcologne.de] has joined #scheme 15:32:22 homie [~levgue@xdsl-78-35-182-134.netcologne.de] has joined #scheme 15:33:30 realitygrill [~realitygr@76.226.207.97] has joined #scheme 15:37:35 snizzo [~quassel@iglu.cc.uniud.it] has joined #scheme 15:42:42 -!- bytbox [~s@129.2.129.226] has quit [Quit: Lost terminal] 15:44:19 Nshag [user@chl45-1-88-123-84-8.fbx.proxad.net] has joined #scheme 15:49:13 freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has joined #scheme 15:58:17 -!- keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has quit [Ping timeout: 252 seconds] 15:58:55 -!- realitygrill [~realitygr@76.226.207.97] has quit [Quit: realitygrill] 16:08:18 -!- ahinki [~chatzilla@212.99.10.150] has quit [Quit: ChatZilla 0.9.87 [Firefox 9.0/20111109112850]] 16:12:49 leo2007 [~leo@222.130.143.5] has joined #scheme 16:14:09 -!- freakazoid [~seanl@c-67-164-106-36.hsd1.ca.comcast.net] has quit [Quit: Computer has gone to sleep.] 16:14:30 astertronistic [~astertron@ip68-8-234-179.sd.sd.cox.net] has joined #scheme 16:14:49 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has left #scheme 16:15:43 -!- pjb- [~t@81.202.16.46.dyn.user.ono.com] has quit [Ping timeout: 248 seconds] 16:35:30 HG` [~HG@dsbg-4db5618f.pool.mediaWays.net] has joined #scheme 16:38:49 -!- HG` [~HG@dsbg-4db5618f.pool.mediaWays.net] has quit [Client Quit] 16:39:03 jrslepak [~jrslepak@129.10.228.251] has joined #scheme 16:41:45 -!- homie [~levgue@xdsl-78-35-182-134.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:42:26 -!- wbooze [~levgue@xdsl-78-35-182-134.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 16:49:52 wbooze [~levgue@xdsl-78-35-182-134.netcologne.de] has joined #scheme 16:50:12 homie [~levgue@xdsl-78-35-182-134.netcologne.de] has joined #scheme 16:50:37 kk` [~kk@unaffiliated/kk/x-5380134] has joined #scheme 16:51:50 jonrafkind [~jon@crystalis.cs.utah.edu] has joined #scheme 17:06:42 keenbug [~daniel@p5B2DA77E.dip.t-dialin.net] has joined #scheme 17:07:21 -!- vu3rdd [~vu3rdd@fsf/member/vu3rdd] has quit [Remote host closed the connection] 17:12:32 -!- bfig [~bfig@r186-48-205-57.dialup.adsl.anteldata.net.uy] has quit [Read error: Connection reset by peer] 17:12:56 bfig [~bfig@r186-48-192-5.dialup.adsl.anteldata.net.uy] has joined #scheme 17:19:29 jewel [~jewel@196-209-248-92.dynamic.isadsl.co.za] has joined #scheme 17:24:23 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 17:29:36 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 17:36:51 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 17:38:14 githogori [~githogori@c-50-131-15-16.hsd1.ca.comcast.net] has joined #scheme 17:39:09 -!- gavino [47bd073a@gateway/web/freenode/ip.71.189.7.58] has quit [Quit: Page closed] 17:45:34 -!- snizzo [~quassel@iglu.cc.uniud.it] has quit [Remote host closed the connection] 17:57:39 -!- jrapdx [~jra@c-76-105-198-230.hsd1.or.comcast.net] has quit [Remote host closed the connection] 18:04:30 freakazoid [~seanl@66.220.144.73] has joined #scheme 18:05:33 ijp [~user@host31-52-140-207.range31-52.btcentralplus.com] has joined #scheme 18:10:17 snizzo [~Claudio@host157-11-dynamic.50-79-r.retail.telecomitalia.it] has joined #scheme 18:18:38 snizzo_ [~Claudio@host169-238-dynamic.50-79-r.retail.telecomitalia.it] has joined #scheme 18:19:04 -!- snizzo [~Claudio@host157-11-dynamic.50-79-r.retail.telecomitalia.it] has quit [Ping timeout: 240 seconds] 18:21:23 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 18:26:01 -!- saccadewrk [saccadewrk@nat/google/x-iiyhklgtndyjnqno] has quit [Read error: Connection reset by peer] 18:27:35 -!- jrslepak [~jrslepak@129.10.228.251] has quit [Quit: This computer has gone to sleep] 18:28:34 -!- spacejammin [~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it] has quit [Quit: Leaving] 18:28:46 -!- EOF-sensei [~temp@dsl-173-206-246-125.tor.primus.ca] has quit [Ping timeout: 258 seconds] 18:29:41 EOF-sensei [~temp@dsl-173-206-246-98.tor.primus.ca] has joined #scheme 18:29:54 saccadewrk [saccadewrk@nat/google/x-hftwfuzpehaqofel] has joined #scheme 18:34:12 kuribas [~user@94-227-95-27.access.telenet.be] has joined #scheme 18:36:08 samth [~samth@2620:149:f01:201:221:6aff:fe52:7b90] has joined #scheme 18:45:03 -!- leo2007 [~leo@222.130.143.5] has quit [Ping timeout: 248 seconds] 18:53:12 turbofail [~user@c-107-3-149-149.hsd1.ca.comcast.net] has joined #scheme 19:00:04 soveran [~soveran@186.19.214.247] has joined #scheme 19:00:48 -!- EbiDK [5ab93b9f@gateway/web/freenode/ip.90.185.59.159] has quit [Ping timeout: 265 seconds] 19:13:20 -!- aspect [~aspect@abstracted-spleen.org] has quit [*.net *.split] 19:13:21 -!- Khisanth [~Khisanth@50.14.244.111] has quit [*.net *.split] 19:13:21 -!- pranq [pranq@unaffiliated/contempt] has quit [*.net *.split] 19:13:21 -!- moll [~user@150.181.35.213.dyn.estpak.ee] has quit [*.net *.split] 19:13:21 -!- shachaf [~shachaf@204.109.63.130] has quit [*.net *.split] 19:13:21 -!- xian [xian@we-are-the-b.org] has quit [*.net *.split] 19:13:25 shachaf [~shachaf@204.109.63.130] has joined #scheme 19:13:26 aspect [~aspect@abstracted-spleen.org] has joined #scheme 19:13:27 xian [xian@we-are-the-b.org] has joined #scheme 19:13:37 Khisanth [~Khisanth@50.14.244.111] has joined #scheme 19:13:40 moll [~user@150.181.35.213.dyn.estpak.ee] has joined #scheme 19:13:55 pranq [pranq@unaffiliated/contempt] has joined #scheme 19:14:15 ahinki [~chatzilla@AAmiens-551-1-135-118.w86-207.abo.wanadoo.fr] has joined #scheme 19:15:32 -!- keenbug [~daniel@p5B2DA77E.dip.t-dialin.net] has quit [Ping timeout: 258 seconds] 19:26:12 MrFahrenheit [~RageOfTho@users-151-132.vinet.ba] has joined #scheme 19:28:53 wingo [~wingo@90.164.198.39] has joined #scheme 19:30:06 -!- freakazoid [~seanl@66.220.144.73] has quit [Quit: Computer has gone to sleep.] 19:31:27 freakazoid [~seanl@66.220.144.73] has joined #scheme 19:36:37 -!- MrFahrenheit [~RageOfTho@users-151-132.vinet.ba] has quit [Ping timeout: 258 seconds] 19:45:11 -!- ahinki [~chatzilla@AAmiens-551-1-135-118.w86-207.abo.wanadoo.fr] has quit [Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928224103]] 19:53:57 keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has joined #scheme 19:54:38 ahinki_ [~chatzilla@AAmiens-551-1-135-118.w86-207.abo.wanadoo.fr] has joined #scheme 19:56:03 -!- ahinki_ is now known as ahinki 19:56:37 -!- samth [~samth@2620:149:f01:201:221:6aff:fe52:7b90] has quit [Ping timeout: 240 seconds] 20:00:34 -!- freakazoid [~seanl@66.220.144.73] has quit [Quit: Computer has gone to sleep.] 20:03:42 freakazoid [~seanl@66.220.144.73] has joined #scheme 20:06:39 hi there 20:07:38 hello 20:08:06 okay, just wanted to ask my question and now i solved it by myself :D 20:08:23 just needed to think another time about it a little bit :) 20:08:27 hehe 20:09:06 but maybe, to be sure i'm not just doing a fault: 20:09:36 i quote: A four-word buffer (A,B,C,D) is used to compute the message digest. Here each of A, B, C, D is a 32-bit register. These registers are initialized to the following values in hexadecimal, low-order bytes first): 20:09:55 word A: 01 23 45 67 20:10:33 i wondered if that means word A is #x67452301 or #x76543210 20:10:44 but i think it should be the first 20:11:06 depends on the endianness of the machine 20:11:17 well, it depends on whether the low-order or the high-order nibble in the bytes above come first 20:11:17 which is why you should avoid using the number literal notation for it :P 20:11:37 oh, I see what you mean 20:12:00 -!- whitequark [~whitequar@whitequark.static.corbina.ru] has left #scheme 20:12:14 -!- otakutomo [~otakutomo@KD027083117212.ppp-bb.dion.ne.jp] has quit [Read error: Connection reset by peer] 20:12:29 otakutomo [~otakutomo@KD027083117212.ppp-bb.dion.ne.jp] has joined #scheme 20:12:55 yeah, I think they give four bytes in the normal (human) manner big endian 20:13:28 but the bytes are ordered less significant first 20:13:35 endianess does not effect the string representation of a byte 20:15:12 -!- stis [~stis@1-1-1-39a.veo.vs.bostream.se] has left #scheme 20:15:28 s/effect/affect/ 20:15:48 yes, but they didn't give a whole number, instead they gave four bytes and I just mixed up their order and the representation of the bytes themselves 20:17:10 Transformer [~Transform@ool-4a59e397.dyn.optonline.net] has joined #scheme 20:17:19 -!- Transformer [~Transform@ool-4a59e397.dyn.optonline.net] has quit [Excess Flood] 20:19:10 it's so annoying to turn the imperative style of the RFC for MD5 into functional style :/ 20:22:35 jrapdx [~jra@74-95-41-205-Oregon.hfc.comcastbusiness.net] has joined #scheme 20:25:19 -!- fschwidom [~fschwidom@2.210.187.119] has quit [Ping timeout: 248 seconds] 20:31:04 -!- jewel [~jewel@196-209-248-92.dynamic.isadsl.co.za] has quit [Ping timeout: 240 seconds] 20:38:28 MrFahrenheit [~RageOfTho@users-151-132.vinet.ba] has joined #scheme 20:40:52 samth [~samth@2620:149:f01:201:221:6aff:fe52:7b90] has joined #scheme 20:49:35 -!- ahinki [~chatzilla@AAmiens-551-1-135-118.w86-207.abo.wanadoo.fr] has quit [Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928224103]] 20:58:22 platinuum [~platinuum@S0106602ad06b80ad.vc.shawcable.net] has joined #scheme 21:00:57 -!- freakazoid [~seanl@66.220.144.73] has quit [Quit: Computer has gone to sleep.] 21:03:32 choas [~lars@p5795CB7A.dip.t-dialin.net] has joined #scheme 21:12:44 -!- copumpkin is now known as and 21:14:17 -!- and is now known as copumpkin 21:23:27 -!- tupi [~david@139.82.89.24] has quit [Quit: Leaving] 21:24:43 -!- keenbug [~daniel@p4FDB6331.dip.t-dialin.net] has quit [Ping timeout: 258 seconds] 21:34:06 -!- ecraven [~nex@www.nexoid.at] has quit [Quit: brb] 21:34:48 ecraven [~nex@www.nexoid.at] has joined #scheme 21:37:19 -!- thoughtfusion [~thoughtfu@68-116-201-134.dhcp.oxfr.ma.charter.com] has quit [Remote host closed the connection] 21:51:45 -!- gravicappa [~gravicapp@ppp91-77-173-193.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 22:03:20 freakazoid [~seanl@66.220.144.73] has joined #scheme 22:04:14 -!- homie [~levgue@xdsl-78-35-182-134.netcologne.de] has quit [Read error: Connection reset by peer] 22:05:32 homie [~levgue@xdsl-78-35-182-134.netcologne.de] has joined #scheme 22:15:15 -!- bfig [~bfig@r186-48-192-5.dialup.adsl.anteldata.net.uy] has quit [Quit: Leaving] 22:15:39 bfig [~bfig@r186-48-192-5.dialup.adsl.anteldata.net.uy] has joined #scheme 22:20:13 -!- choas [~lars@p5795CB7A.dip.t-dialin.net] has quit [Ping timeout: 240 seconds] 22:40:14 -!- wingo [~wingo@90.164.198.39] has quit [Read error: Operation timed out] 23:08:54 -!- ijp [~user@host31-52-140-207.range31-52.btcentralplus.com] has quit [Read error: Connection reset by peer] 23:10:11 ijp [~user@host31-52-140-207.range31-52.btcentralplus.com] has joined #scheme 23:10:35 -!- ijp [~user@host31-52-140-207.range31-52.btcentralplus.com] has quit [Client Quit] 23:20:13 -!- gffa [~gffa@unaffiliated/gffa] has quit [Quit: sleep] 23:23:21 -!- kuribas [~user@94-227-95-27.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:24:05 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Read error: Operation timed out] 23:25:53 -!- Arafangion [~Arafangio@220-244-108-23.static.tpgi.com.au] has quit [Ping timeout: 276 seconds] 23:27:09 dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has joined #scheme 23:28:40 -!- bfig [~bfig@r186-48-192-5.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 244 seconds] 23:28:57 -!- soveran [~soveran@186.19.214.247] has quit [Remote host closed the connection] 23:30:27 -!- MrFahrenheit [~RageOfTho@users-151-132.vinet.ba] has quit [Ping timeout: 258 seconds] 23:34:16 -!- leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has quit [Read error: Connection reset by peer] 23:37:18 bytbox [~s@129.2.129.230] has joined #scheme 23:40:55 leppie [~lolcow@196-210-148-9.dynamic.isadsl.co.za] has joined #scheme 23:47:24 -!- kk` [~kk@unaffiliated/kk/x-5380134] has quit [Remote host closed the connection] 23:58:47 -!- acarrico [~acarrico@pppoe-68-142-40-116.gmavt.net] has quit [Ping timeout: 245 seconds]