00:01:26 about to finish the little schemer.. 00:02:56 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 255 seconds] 00:07:32 Good! 00:07:53 Finish, in the sense that you have worked all the activities, or only in the sense that you have read all the words? 00:08:09 jcowan: worked all of the activities. 00:08:46 Doubleplusgood! 00:13:06 my plan is: the little schemer - the seasoned schemer - the reasoned schemer - htdp - simply scheme - sicp 00:15:49 The Six Patriarchs of the Way of Scheme 00:20:21 Jayrays [~Jayrays@unaffiliated/jayrays] has joined #scheme 00:25:57 bjz [~brendanza@CPE-121-222-141-160.lnse1.woo.bigpond.net.au] has joined #scheme 00:26:13 (double (plus 'good)) 00:26:34 is that kind of 1984ish, I don't know.. 00:29:34 All those books .. sounds like over-doing it for me, but I guess I'd do it too for the sake of it if I had the motivation. 00:30:26 Yes, exactly 00:30:33 Today Orwell might have written good++ 00:31:10 ++$good; 00:32:16 -!- francisl [~flavoie@bas6-montreal45-1176494827.dsl.bell.ca] has quit [Quit: francisl] 00:37:19 -!- FunkyDrummer [~RageOfTho@cable-77-221-21-70.dynamic.telemach.ba] has quit [Read error: Operation timed out] 00:38:15 oh, and eventually the structure and interpretation of classical mechanics. 00:38:23 -!- b4283 [~b4283@1-172-82-104.dynamic.hinet.net] has quit [Remote host closed the connection] 00:38:48 like omg :-) 00:41:16 kuribas [~user@94-227-88-230.access.telenet.be] has joined #scheme 00:43:59 -!- Nisstyre [~yours@oftn/member/Nisstyre] has quit [Read error: Connection reset by peer] 00:52:45 -!- belabartok [~user@unaffiliated/lcc] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:57:59 -!- SrPx [~SrPx@177.98.105.124] has quit [Ping timeout: 256 seconds] 01:01:48 SrPx [~SrPx@177.98.105.124] has joined #scheme 01:05:51 -!- masm [~masm@bl18-63-15.dsl.telepac.pt] has quit [Quit: Leaving.] 01:12:38 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 272 seconds] 01:12:44 -!- yeming [~user@180.168.36.70] has quit [Ping timeout: 244 seconds] 01:13:44 taylanub [~taylanub@85.100.53.190] has joined #scheme 01:13:54 -!- SrPx [~SrPx@177.98.105.124] has quit [Ping timeout: 272 seconds] 01:24:04 t_hash [~hash@www7001uf.sakura.ne.jp] has joined #scheme 01:25:09 -!- kuribas [~user@94-227-88-230.access.telenet.be] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 01:27:21 -!- bjz [~brendanza@CPE-121-222-141-160.lnse1.woo.bigpond.net.au] has quit [Quit: Leaving...] 01:31:38 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 272 seconds] 01:34:12 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 250 seconds] 01:34:49 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 01:36:08 taylanub [~taylanub@85.100.53.190] has joined #scheme 01:39:22 belabartok [~user@unaffiliated/lcc] has joined #scheme 01:44:16 Kruppe [~user@CPE602ad0938e9a-CM602ad0938e97.cpe.net.cable.rogers.com] has joined #scheme 01:45:49 SrPx [~SrPx@177.98.108.173] has joined #scheme 01:46:37 -!- t_hash [~hash@www7001uf.sakura.ne.jp] has quit [Quit: ZNC - http://znc.in] 01:48:54 b4283 [~b4283@60.249.196.111] has joined #scheme 01:53:17 -!- belabartok is now known as bartok 01:57:05 Bartok, those are very good books for learning Scheme, but to be honest I would prefer that you finish the Viola Concerto. Signed, - Your #1 fan. 01:58:46 ha 01:59:48 (Only someone who goes by 'bartok' in IRC would understand that joke). 02:09:45 -!- r126l [~ruwin126@120.142.67.254] has quit [Remote host closed the connection] 02:14:11 -!- peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has quit [Ping timeout: 246 seconds] 02:16:51 r126l [~ruwin126@120.142.67.254] has joined #scheme 02:18:36 peterhil [~peterhil@91-157-48-10.elisa-laajakaista.fi] has joined #scheme 02:36:04 jcowan: I've been redesigning a cleaner version of fmt for WG2. Apart from certain abstraction improvements, the name is one char longer ("show"), and cryptic names like "wrt" and "dsp" become "written" and "displayed". 02:36:23 Okay, cool 02:36:24 e.g. (show ... (written x) ...) 02:36:44 Also padded, joined, etc. 02:37:18 Excellent. 02:37:24 -!- mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has quit [Ping timeout: 264 seconds] 02:37:34 I assume this is the basic formatter only plus Unicode, and not the C etc. parts? 02:38:29 Just the basic formatter right now. 02:38:41 I think the duowidth feature is also very important. 02:38:45 It's only one formatter. 02:39:56 Zero-width handling is essential, and it may make sense to specify that the default. Duo-width depends on the terminal. 02:42:27 True. At least we have all the necessary information. 02:42:44 In particular, there are many duowidth fonts available. 02:50:20 foof: do you have a view on whether full Unicode support should be required for R7RS-large conformance? Same question about full numeric tower. 02:52:45 I think it makes sense for R7RS to specify conformance levels, probably identified via features. 02:53:29 tupi [~user@186.205.46.201] has joined #scheme 02:55:25 We already have full-unicode, it would be easy to add numeric-tower 02:56:16 The question is what you should be able to assume because your system is R7RS-large conformant rather than just R7RS-small conformant. Right now the answer is "absolutely nothing", as we only have optional packages. I'm not sure that's the Right Thing. 02:56:47 And a big question is whether we'll have a full condition hierarchy, in which case most "is an error" situations should signal a specific condition, and conformance for that should be a feature. 02:58:29 I never thought we'd be able to get away with just optional packages, although in the medium term implementations are likely to just claim small support and adopt various large language libraries. 02:59:10 I think a predicative condition system is TRT 02:59:52 no fixed hierarchy, no guarantees on what fields are available, but lots of defined predicates for conditions and fields. 03:00:59 I figure there are 3-4 kinds of mandatoriness we might want: mandatory packages, pruned options (musts instead of shoulds or mays), and required extensions to existing stuff (new arguments, library declarations, import clauses, etc.) 03:03:50 In some cases these overlap: an implementation may add new arguments to a procedure or new syntax to a macro, and so if we specify that certain such extensions are now required, that is a pruned option. 03:05:53 Predicative condition systems can be layered over arbitrary existing ones, because they do not require that condition classes are record types, e.g. 03:07:47 jrapdx [~jra@c-76-115-235-187.hsd1.wa.comcast.net] has joined #scheme 03:08:15 bonch [~bonch@h175.51.155.207.dynamic.ip.windstream.net] has joined #scheme 03:10:24 That's probably the most practical solution. 03:11:58 It's been a long time, I realize, since I've done anything that makes me feel as sustainedly good about myself as this standardization effort. 03:12:21 Even if it craters, I will have known I did a good job. 03:13:22 Onionnion|Eee [~ryan@adsl-68-254-160-140.dsl.milwwi.ameritech.net] has joined #scheme 03:14:46 escapade [~charles@75-137-112-123.dhcp.gnvl.sc.charter.com] has joined #scheme 03:19:04 huh 03:19:07 glad to hear that 03:19:23 I assumed that sitting on a standards body would have destroyed your soul; I'm glad to have been wrong 03:23:56 dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has joined #scheme 03:29:32 astertronistic [~astertron@ip68-8-238-110.sd.sd.cox.net] has joined #scheme 03:32:29 -!- amgarchIn9 [~amgarchin@p4FD6077B.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 03:34:29 -!- cataska [~cataska@210.64.6.233] has quit [Quit: leaving] 03:44:36 cataska [~user@210.64.6.233] has joined #scheme 03:50:33 -!- MichaelRaskin [~MichaelRa@195.91.224.225] has quit [Quit: MichaelRaskin] 03:54:22 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 265 seconds] 03:56:34 -!- escapade [~charles@75-137-112-123.dhcp.gnvl.sc.charter.com] has quit [Quit: Leaving.] 04:02:41 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 04:04:53 -!- tupi [~user@186.205.46.201] has quit [Ping timeout: 265 seconds] 04:07:10 BossKonaSegwaY [~Michael@208.102.188.65] has joined #scheme 04:10:38 -!- BossKonaSegwaY1 [~Michael@208.102.188.65] has quit [Ping timeout: 250 seconds] 04:19:00 -!- Jayrays [~Jayrays@unaffiliated/jayrays] has quit [Ping timeout: 248 seconds] 04:23:28 MichaelRaskin [~MichaelRa@195.178.216.22] has joined #scheme 04:24:21 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 04:27:56 cataska [~user@210.64.6.233] has joined #scheme 04:27:59 -!- jao [~user@pdpc/supporter/professional/jao] has quit [Ping timeout: 255 seconds] 04:30:28 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 04:33:04 cataska [~user@210.64.6.233] has joined #scheme 04:39:25 -!- Onionnion|Eee [~ryan@adsl-68-254-160-140.dsl.milwwi.ameritech.net] has quit [Quit: Leaving] 04:40:52 safekeeping_ [~safekeepi@c-68-36-167-104.hsd1.nj.comcast.net] has joined #scheme 04:42:31 -!- bartok is now known as spiderweb 04:49:18 -!- spiderweb [~user@unaffiliated/lcc] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:50:14 -!- safekeeping_ is now known as safekeeping__ 04:52:22 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 265 seconds] 04:54:34 -!- sirdancealot7 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 252 seconds] 04:59:32 sirdancealot7 [~sirdancea@98.82.broadband5.iol.cz] has joined #scheme 05:10:02 spiderweb [~user@unaffiliated/lcc] has joined #scheme 05:17:44 -!- adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has quit [Ping timeout: 272 seconds] 05:19:33 adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has joined #scheme 05:22:07 -!- yacks [~yacks@180.151.36.171] has quit [Quit: Leaving] 05:24:04 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 248 seconds] 05:30:05 yacks [~yacks@180.151.36.171] has joined #scheme 05:36:50 Fare [fare@nat/google/x-jilfyxybpqsqpugo] has joined #scheme 05:44:01 cdidd [~cdidd@89-178-201-138.broadband.corbina.ru] has joined #scheme 05:51:29 -!- Kruppe [~user@CPE602ad0938e9a-CM602ad0938e97.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 05:52:15 -!- lusory [~lusory@bb42-60-31-187.singnet.com.sg] has quit [Quit: leaving] 06:00:53 -!- dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has quit [Remote host closed the connection] 06:16:05 jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has joined #scheme 06:19:39 -!- safekeeping__ [~safekeepi@c-68-36-167-104.hsd1.nj.comcast.net] has quit [Read error: Connection reset by peer] 06:59:21 -!- jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has quit [Ping timeout: 265 seconds] 07:16:31 t_hash [~hash@www7001uf.sakura.ne.jp] has joined #scheme 07:23:48 -!- t_hash [~hash@www7001uf.sakura.ne.jp] has quit [Quit: ZNC - http://znc.in] 07:27:44 -!- jcowan [~John@cpe-74-68-121-27.nyc.res.rr.com] has quit [Quit: Leaving] 07:33:22 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 07:34:08 cataska [~user@210.64.6.233] has joined #scheme 07:35:33 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 07:48:47 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 07:49:44 -!- ASau [~user@46.115.97.219] has quit [Ping timeout: 272 seconds] 07:49:58 cataska [~user@210.64.6.233] has joined #scheme 07:53:32 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 07:56:29 cataska [~user@210.64.6.233] has joined #scheme 08:03:25 -!- bonch [~bonch@h175.51.155.207.dynamic.ip.windstream.net] has quit [Quit: The computer fell asleep] 08:05:20 -!- astertronistic [~astertron@ip68-8-238-110.sd.sd.cox.net] has quit [Remote host closed the connection] 08:06:41 -!- zuurr [~zuurr@24-177-92-172.dhcp.nwtn.ct.charter.com] has quit [Quit: computer sleeping] 08:12:40 answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has joined #scheme 08:14:16 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Ping timeout: 265 seconds] 08:16:05 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 08:16:54 -!- Siphonblast [~Siphonbla@c-98-210-95-103.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 08:18:58 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 08:20:47 cataska [~user@210.64.6.233] has joined #scheme 08:22:03 Siphonblast [~Siphonbla@c-98-210-95-103.hsd1.ca.comcast.net] has joined #scheme 08:25:14 hkBst [~marijn@79.170.210.172] has joined #scheme 08:25:14 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 08:25:14 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 08:26:00 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 08:27:23 gravicappa [~gravicapp@ppp91-77-172-202.pppoe.mtu-net.ru] has joined #scheme 08:27:48 cataska [~user@210.64.6.233] has joined #scheme 08:29:47 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 08:30:11 hkBst [~marijn@79.170.210.172] has joined #scheme 08:30:11 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 08:30:11 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 08:33:52 -!- cataska [~user@210.64.6.233] has quit [Remote host closed the connection] 08:39:25 cataska [~user@210.64.6.233] has joined #scheme 08:46:13 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 08:51:49 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 08:52:11 hkBst [~marijn@79.170.210.172] has joined #scheme 08:52:11 -!- hkBst [~marijn@79.170.210.172] has quit [Changing host] 08:52:11 hkBst [~marijn@gentoo/developer/hkbst] has joined #scheme 08:57:23 -!- Siphonblast [~Siphonbla@c-98-210-95-103.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 08:59:24 -!- adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has quit [Ping timeout: 272 seconds] 09:06:57 adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has joined #scheme 09:07:38 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 272 seconds] 09:08:58 -!- huseby [~huseby@gateway/tor-sasl/huseby] has quit [Remote host closed the connection] 09:09:00 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 09:09:56 huseby [~huseby@gateway/tor-sasl/huseby] has joined #scheme 09:11:00 -!- Fare [fare@nat/google/x-jilfyxybpqsqpugo] has quit [Ping timeout: 264 seconds] 09:13:48 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Ping timeout: 260 seconds] 09:27:14 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 255 seconds] 09:39:43 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Read error: Operation timed out] 09:42:25 -!- hiroakip [~hiroaki@ip-5-147-122-136.unitymediagroup.de] has quit [Quit: Ex-Chat] 09:43:15 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 09:50:42 -!- adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has quit [Ping timeout: 272 seconds] 10:03:44 -!- dsp [dsp@antenora.aculei.net] has quit [Ping timeout: 252 seconds] 10:26:22 chitofan [dcff029f@gateway/web/freenode/ip.220.255.2.159] has joined #scheme 10:26:37 http://www.youtube.com/watch?feature=player_embedded&v=erHp3r6PbJk 10:26:43 at 31:57, i cannot understand the example 10:26:55 f is used as an operator in the last 2 lines of the slide 10:27:08 you accept f as an argument, so does that mean f is a procedure accepted as an argument? 10:27:14 and f isn't defined in the slide too.. 10:34:08 was that a stupid question :( 10:34:22 i watched till the end of the segment 10:34:27 and it wasn't cleared up for me 10:38:43 The first should be a procedure. 10:38:53 s/first/first argument/ 10:41:18 29:00 10:42:31 thanks euthy` 10:42:39 It wouldn't have hurt if you had quoted the slide, btw. 10:42:39 someone cleared it up for me in another channel :) 10:42:59 oh sorry, i thought i gave the time of the video where the slide was being shown 10:42:59 Which one? (If you don't mind) 10:43:04 #sicp 10:44:43 You did, but it's more work for us. 10:45:21 protist [~protist@125-237-130-19.jetstream.xtra.co.nz] has joined #scheme 10:59:05 masm [~masm@bl18-63-15.dsl.telepac.pt] has joined #scheme 11:10:34 hiroakip [~hiroaki@bi1.roaming.dfn.de] has joined #scheme 11:17:11 -!- b4283 [~b4283@60.249.196.111] has quit [Remote host closed the connection] 11:32:23 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 11:32:37 -!- hkBst [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 248 seconds] 11:55:32 -!- hiroakip [~hiroaki@bi1.roaming.dfn.de] has quit [Ping timeout: 248 seconds] 12:07:42 bniels [~niels@p4FD6F16A.dip.t-dialin.net] has joined #scheme 12:28:15 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Read error: Connection reset by peer] 12:30:32 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 12:32:03 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Remote host closed the connection] 12:32:26 hkBst_ [~marijn@79.170.210.172] has joined #scheme 12:32:26 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 12:32:26 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 12:35:02 SeySayux_ [SeySayux@libsylph/developer/seysayux] has joined #scheme 12:35:45 -!- SeySayux [SeySayux@libsylph/developer/seysayux] has quit [Ping timeout: 265 seconds] 12:49:44 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 255 seconds] 12:50:17 hkBst_ [~marijn@79.170.210.172] has joined #scheme 12:50:17 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 12:50:17 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 12:52:06 b4283 [~b4283@1-172-82-104.dynamic.hinet.net] has joined #scheme 13:07:38 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Ping timeout: 246 seconds] 13:09:20 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 13:23:24 -!- SeySayux_ [SeySayux@libsylph/developer/seysayux] has quit [Read error: Connection reset by peer] 13:41:42 -!- gravicappa [~gravicapp@ppp91-77-172-202.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 13:44:11 hiroakip [~hiroaki@bi1.roaming.dfn.de] has joined #scheme 13:46:47 -!- hiroakip [~hiroaki@bi1.roaming.dfn.de] has quit [Client Quit] 13:48:28 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 13:50:34 gffa [~unknown@unaffiliated/gffa] has joined #scheme 14:10:10 jrajav [~jrajav@167.68.114.6] has joined #scheme 14:25:09 taylanub [~taylanub@85.100.53.190] has joined #scheme 14:26:36 hiroakip [~hiroaki@tmo-111-19.customers.d1-online.com] has joined #scheme 14:32:57 scheme_ [8448e28e@gateway/web/freenode/ip.132.72.226.142] has joined #scheme 14:44:17 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Read error: Connection reset by peer] 14:44:24 hkBst_ [~marijn@79.170.210.172] has joined #scheme 14:44:25 -!- hkBst_ [~marijn@79.170.210.172] has quit [Changing host] 14:44:25 hkBst_ [~marijn@gentoo/developer/hkbst] has joined #scheme 14:45:27 -!- hiroakip [~hiroaki@tmo-111-19.customers.d1-online.com] has quit [Read error: Connection reset by peer] 14:47:47 -!- mr_vile [~carnage@9ch.in] has quit [Read error: Connection reset by peer] 14:48:09 lusory [~lusory@bb42-60-31-187.singnet.com.sg] has joined #scheme 15:08:11 jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has joined #scheme 15:12:42 -!- bniels [~niels@p4FD6F16A.dip.t-dialin.net] has quit [Quit: WeeChat 0.3.8] 15:15:37 wbooze [~wbooze@xdsl-78-35-144-5.netcologne.de] has joined #scheme 15:18:08 any one can help with a scheme code? 15:18:45 Depends. 15:18:58 in..? 15:19:27 http://pastebin.com/7crRaDcc 15:19:32 this is the code... 15:22:22 anyone? 15:22:46 Anyone what? 15:23:44 can help with the code 15:24:09 http://pastebin.com/7crRaDcc 15:24:34 you haven't actually mentioned the problem with your code yet... 15:24:42 do you know how to add "Quoted -> (single-quote) Sexpr" to the get-sexpr 15:25:11 problem in page 2 http://www.little-lisper.org/website/files/2012-2013-compiler-construction-hw2.pdf 15:25:11 http://tinyurl.com/bmzn2nw 15:25:29 scheme_: Hmmm. Is this homework? 15:25:33 i want to add the quoted.... to the grammar 15:25:42 scheme_: You should do your own homework, you know. 15:25:55 it was a homework 15:26:24 and i have a partial answers to it... 15:27:14 scheme_: indenting your closing parens like that is really unusual in the Lisp world 15:27:25 (in get-sexprs) 15:28:08 i know... make it for understanding 15:28:59 what editor do you use? 15:29:19 racket, why 15:30:45 any help??? 15:32:04 how do i test it? :) 15:32:25 do u want input? 15:33:01 (tokens->sexprs '((lparen) (lparen) (lparen) (rparen) (number 1) (rparen) (number 2) (dot) (number 3) (rparen))) 15:33:03 -!- MichaelRaskin [~MichaelRa@195.178.216.22] has quit [Quit: MichaelRaskin] 15:33:37 and the output (((() 1) 2 . 3)) 15:35:08 still there? 15:35:50 what is ORMAP? 15:35:56 is that ANY? 15:36:09 ormap 15:36:28 like map but do with or like andmap that do with and... 15:37:34 if u use drRacket make it in the language ...pretty big 15:37:41 i don't use racket :) 15:38:04 so why you have an error? 15:38:18 yes, because ORMAP is not in R5RS :) 15:39:35 ok, found it 15:40:08 so, you want to add support for SINGLE-QUOTE? 15:40:14 yes 15:41:20 now, inside which procedure would you do this? 15:41:28 get-sexpr 15:41:55 ((eq? (caar toks) 'single-quote) .... 15:42:19 exactly 15:42:43 so, what is your problem? 15:43:00 what is after 15:47:33 -!- hkBst_ [~marijn@gentoo/developer/hkbst] has quit [Quit: Konversation terminated!] 15:50:01 -!- spiderweb [~user@unaffiliated/lcc] has quit [Read error: Operation timed out] 15:50:29 hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has joined #scheme 15:54:14 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Quit: Must not waste too much time here...] 15:58:21 gozoner [~ebg@137.79.22.51] has joined #scheme 16:01:18 -!- SrPx [~SrPx@177.98.108.173] has quit [Quit: SrPx] 16:01:29 peterhil` [~peterhil@gatekeeper.brainalliance.com] has joined #scheme 16:04:40 SrPx [~SrPx@177.98.108.173] has joined #scheme 16:04:42 scheme_: Do you have any idea at all? 16:05:17 what? 16:05:24 no 16:07:40 What is it supposed to do? 16:08:23 its a reader for sexpr 16:09:22 I meant the part you're missing. 16:09:46 -!- SrPx [~SrPx@177.98.108.173] has quit [Ping timeout: 246 seconds] 16:09:58 after checking the single-quote 16:10:11 should check if next is sxpr 16:11:58 SrPx [~SrPx@177.98.108.173] has joined #scheme 16:12:45 And how would you do that? 16:13:22 have no idea 16:14:29 Do you know how to get the next ... thing? 16:14:43 cdr 16:14:50 -!- samth_away is now known as samth 16:15:16 What's the definition of a sexp in this case? 16:15:43 the getsexpr 16:22:07 -!- scheme_ [8448e28e@gateway/web/freenode/ip.132.72.226.142] has quit [Ping timeout: 245 seconds] 16:22:32 SeySayux [SeySayux@libsylph/developer/seysayux] has joined #scheme 16:24:08 -!- SrPx [~SrPx@177.98.108.173] has quit [Quit: SrPx] 16:25:44 -!- hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has quit [Remote host closed the connection] 16:27:54 mmc1 [~michal@sams-office-nat.tomtomgroup.com] has joined #scheme 16:27:58 -!- jrajav [~jrajav@167.68.114.6] has quit [Quit: phunq, sandwich store loop, WHAT NO UNIVERSE] 16:45:27 SrPx [~SrPx@177.98.108.173] has joined #scheme 16:47:13 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 16:48:12 dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has joined #scheme 16:52:19 taylanub [~taylanub@85.100.53.190] has joined #scheme 17:03:56 -!- chitofan [dcff029f@gateway/web/freenode/ip.220.255.2.159] has quit [Quit: Page closed] 17:06:45 snits [~snits@inet-hqmc01-o.oracle.com] has joined #scheme 17:07:22 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 17:09:36 -!- SrPx [~SrPx@177.98.108.173] has quit [Quit: SrPx] 17:09:50 taylanub [~taylanub@85.100.53.190] has joined #scheme 17:12:37 jao [~user@232.Red-83-32-71.dynamicIP.rima-tde.net] has joined #scheme 17:12:44 -!- jao [~user@232.Red-83-32-71.dynamicIP.rima-tde.net] has quit [Changing host] 17:12:44 jao [~user@pdpc/supporter/professional/jao] has joined #scheme 17:19:09 amoe_ [~amoe@host-78-147-149-173.as13285.net] has joined #scheme 17:20:07 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 17:22:12 -!- amoe [~amoe@host-78-147-160-154.as13285.net] has quit [Ping timeout: 252 seconds] 17:23:47 taylanub [~taylanub@85.100.53.190] has joined #scheme 17:25:46 hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has joined #scheme 17:25:52 hiroaki [~hiroaki@tmo-111-118.customers.d1-online.com] has joined #scheme 17:27:17 -!- hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has quit [Client Quit] 17:30:07 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 17:30:46 taylanub [~taylanub@85.100.53.190] has joined #scheme 17:31:11 ASau [~user@46.115.98.250] has joined #scheme 17:31:40 -!- mmc1 [~michal@sams-office-nat.tomtomgroup.com] has quit [Ping timeout: 246 seconds] 17:33:01 hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has joined #scheme 17:35:25 -!- protist [~protist@125-237-130-19.jetstream.xtra.co.nz] has quit [Quit: leaving] 17:38:14 -!- hiroaki [~hiroaki@tmo-111-118.customers.d1-online.com] has quit [Quit: Ex-Chat] 17:43:23 zuurr [~zuurr@67.221.86.191] has joined #scheme 17:43:36 gravicappa [~gravicapp@ppp91-77-172-202.pppoe.mtu-net.ru] has joined #scheme 17:45:02 -!- zuurr [~zuurr@67.221.86.191] has quit [Client Quit] 17:49:17 bartok [406a6f06@gateway/web/freenode/ip.64.106.111.6] has joined #scheme 17:51:48 hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has joined #scheme 18:01:01 amgarchIn9 [~amgarchin@p4FD60741.dip0.t-ipconnect.de] has joined #scheme 18:01:44 -!- bartok [406a6f06@gateway/web/freenode/ip.64.106.111.6] has quit [] 18:08:29 pnpuff [~Eternit9a@unaffiliated/pnpuff] has joined #scheme 18:10:46 -!- gozoner [~ebg@137.79.22.51] has quit [Quit: Computer has gone to sleep.] 18:15:01 -!- githogori [~githogori@c-69-181-111-195.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 18:15:11 MichaelRaskin [~MichaelRa@195.91.224.225] has joined #scheme 18:19:43 amoe [~amoe@host-2-99-113-19.as13285.net] has joined #scheme 18:22:04 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 18:22:23 -!- amoe_ [~amoe@host-78-147-149-173.as13285.net] has quit [Ping timeout: 255 seconds] 18:26:41 taylanub [~taylanub@85.100.53.190] has joined #scheme 18:26:49 -!- hiroakip [~hiroaki@tmo-111-118.customers.d1-online.com] has quit [Quit: Ex-Chat] 18:28:04 youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 18:28:30 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 18:31:43 kk` [~kk@unaffiliated/kk/x-5380134] has joined #scheme 18:33:08 -!- b4283 [~b4283@1-172-82-104.dynamic.hinet.net] has quit [Remote host closed the connection] 18:37:35 -!- taylanub [~taylanub@85.100.53.190] has quit [Quit: Using Circe, the loveliest of all IRC clients] 18:38:37 taylanub [~taylanub@85.100.53.190] has joined #scheme 18:39:07 mr_vile [~carnage@9ch.in] has joined #scheme 18:43:41 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 18:44:25 adiii [~adityavit@c-76-117-52-187.hsd1.nj.comcast.net] has joined #scheme 18:45:18 amoe_ [~amoe@host-78-147-154-218.as13285.net] has joined #scheme 18:48:11 -!- amoe [~amoe@host-2-99-113-19.as13285.net] has quit [Ping timeout: 260 seconds] 18:53:37 has anyone here ever implemented the s-hull algorithm for delauney triangulation of a 2d point set? 18:55:48 -!- jrapdx [~jra@c-76-115-235-187.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 18:58:13 untrusted [~user@stgt-5f718d6a.pool.mediaWays.net] has joined #scheme 19:01:42 gozoner [~ebg@137.79.22.51] has joined #scheme 19:02:54 -!- mr_vile [~carnage@9ch.in] has quit [Ping timeout: 265 seconds] 19:06:03 amoe [~amoe@host-78-147-107-84.as13285.net] has joined #scheme 19:09:06 -!- amoe_ [~amoe@host-78-147-154-218.as13285.net] has quit [Ping timeout: 264 seconds] 19:09:10 -!- pjb [~t@cust-seco21th2-46-193-64-247.wb.wifirst.net] has quit [Read error: Operation timed out] 19:13:06 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 19:13:35 -!- kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has quit [Ping timeout: 255 seconds] 19:14:34 -!- ASau [~user@46.115.98.250] has quit [Ping timeout: 246 seconds] 19:17:58 eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has joined #scheme 19:21:44 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 252 seconds] 19:22:14 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 19:32:46 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 19:33:14 mmc1 [~michal@178-85-56-58.dynamic.upc.nl] has joined #scheme 19:37:35 -!- untrusted [~user@stgt-5f718d6a.pool.mediaWays.net] has quit [Remote host closed the connection] 19:39:19 taylanub [~taylanub@85.100.53.190] has joined #scheme 19:50:18 add^_ [~add^_@m90-141-22-155.cust.tele2.se] has joined #scheme 19:50:28 -!- gozoner [~ebg@137.79.22.51] has quit [Ping timeout: 246 seconds] 19:53:31 -!- amoe [~amoe@host-78-147-107-84.as13285.net] has quit [Read error: Connection reset by peer] 19:58:05 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 19:58:50 amoe [~amoe@host-92-26-162-43.as13285.net] has joined #scheme 19:59:49 taylanub [~taylanub@85.100.53.190] has joined #scheme 20:03:12 -!- pnpuff [~Eternit9a@unaffiliated/pnpuff] has quit [Ping timeout: 264 seconds] 20:03:32 -!- amoe [~amoe@host-92-26-162-43.as13285.net] has quit [Ping timeout: 248 seconds] 20:03:47 amoe [~amoe@host-78-147-154-228.as13285.net] has joined #scheme 20:07:16 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 248 seconds] 20:10:44 -!- jewel [~jewel@105-236-20-105.access.mtnbusiness.co.za] has quit [Ping timeout: 255 seconds] 20:10:45 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Ping timeout: 252 seconds] 20:13:25 taylanub [~taylanub@85.100.53.190] has joined #scheme 20:19:37 amoe_ [~amoe@host-92-26-175-155.as13285.net] has joined #scheme 20:21:59 -!- amoe [~amoe@host-78-147-154-228.as13285.net] has quit [Ping timeout: 255 seconds] 20:24:47 amoe [~amoe@host-78-147-104-10.as13285.net] has joined #scheme 20:26:39 -!- amoe_ [~amoe@host-92-26-175-155.as13285.net] has quit [Ping timeout: 265 seconds] 20:27:23 jonrafkind [~jon@racket/jonrafkind] has joined #scheme 20:32:47 -!- wbooze [~wbooze@xdsl-78-35-144-5.netcologne.de] has quit [Ping timeout: 265 seconds] 20:33:52 wbooze [~wbooze@xdsl-78-35-144-5.netcologne.de] has joined #scheme 20:45:29 tupi [~user@139.82.89.157] has joined #scheme 20:47:27 -!- wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has quit [Read error: Operation timed out] 20:49:51 amoe_ [~amoe@host-92-26-173-26.as13285.net] has joined #scheme 20:51:39 pjb [~t@cust-seco21th2-46-193-64-247.wb.wifirst.net] has joined #scheme 20:52:24 -!- amoe [~amoe@host-78-147-104-10.as13285.net] has quit [Ping timeout: 264 seconds] 20:52:27 William [~William@108-85-16-151.lightspeed.gnvlsc.sbcglobal.net] has joined #scheme 20:52:51 -!- William is now known as Guest82619 20:55:11 wingo [~wingo@cha74-2-88-160-190-192.fbx.proxad.net] has joined #scheme 20:56:11 -!- Nisstyre-laptop [~yours@oftn/member/Nisstyre] has quit [Read error: Connection reset by peer] 20:57:07 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #scheme 21:00:58 -!- taylanub [~taylanub@85.100.53.190] has quit [Ping timeout: 246 seconds] 21:04:47 pessoa [~pessoa@188-195-211-39-dynip.superkabel.de] has joined #scheme 21:08:31 -!- kk` [~kk@unaffiliated/kk/x-5380134] has quit [Quit: WeeChat 0.3.9.2] 21:08:49 taylanub [~taylanub@85.100.53.190] has joined #scheme 21:13:35 amoe [~amoe@host-78-147-173-212.as13285.net] has joined #scheme 21:14:11 -!- ski [~ski@c80-216-142-165.bredband.comhem.se] has quit [Ping timeout: 252 seconds] 21:16:11 ski [~ski@c80-216-142-165.bredband.comhem.se] has joined #scheme 21:16:32 -!- amoe_ [~amoe@host-92-26-173-26.as13285.net] has quit [Ping timeout: 255 seconds] 21:21:58 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Ping timeout: 246 seconds] 21:22:36 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 21:23:30 hiroakip [~hiroaki@ip-5-147-122-136.unitymediagroup.de] has joined #scheme 21:28:00 ASau [~user@46.115.59.176] has joined #scheme 21:30:12 civodul [~user@reverse-83.fdn.fr] has joined #scheme 21:33:48 -!- Guest82619 [~William@108-85-16-151.lightspeed.gnvlsc.sbcglobal.net] has quit [Read error: Connection reset by peer] 21:36:05 -!- hash_table [~quassel@70-138-242-181.lightspeed.hstntx.sbcglobal.net] has quit [Ping timeout: 244 seconds] 21:37:45 amoe_ [~amoe@host-92-26-169-100.as13285.net] has joined #scheme 21:40:08 -!- amoe [~amoe@host-78-147-173-212.as13285.net] has quit [Ping timeout: 256 seconds] 21:42:58 -!- gravicappa [~gravicapp@ppp91-77-172-202.pppoe.mtu-net.ru] has quit [Ping timeout: 246 seconds] 21:43:16 -!- youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Read error: Connection reset by peer] 21:45:18 youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 21:45:37 youlysse` [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #scheme 21:50:51 -!- peterhil` [~peterhil@gatekeeper.brainalliance.com] has quit [Ping timeout: 245 seconds] 21:51:30 -!- answer_42 [~answer_42@gateway/tor-sasl/answer42/x-66983568] has quit [Ping timeout: 276 seconds] 22:00:29 cmatei_ [~cmatei@95.76.19.237] has joined #scheme 22:00:36 -!- cmatei_ [~cmatei@95.76.19.237] has quit [Client Quit] 22:02:31 -!- ohama [~ohama@92.240.248.100] has quit [Remote host closed the connection] 22:05:23 gozoner [~ebg@ip68-6-88-163.sb.sd.cox.net] has joined #scheme 22:06:08 ohama [~ohama@92.240.248.100] has joined #scheme 22:06:46 -!- eni [~eni@gob75-5-82-230-88-217.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 22:09:22 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 22:09:52 taylanub [~taylanub@85.100.53.190] has joined #scheme 22:21:11 SrPx [~SrPx@177.98.108.173] has joined #scheme 22:22:36 -!- add^_ [~add^_@m90-141-22-155.cust.tele2.se] has quit [Quit: add^_] 22:33:08 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 22:33:29 taylanub [~taylanub@85.100.53.190] has joined #scheme 22:38:53 -!- SrPx [~SrPx@177.98.108.173] has quit [Quit: SrPx] 22:40:21 -!- dnolen [~user@cpe-74-64-61-245.nyc.res.rr.com] has quit [Ping timeout: 252 seconds] 22:40:44 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 22:40:54 Aune [~Arne@h-152-28.a163.priv.bahnhof.se] has joined #scheme 22:42:32 taylanub [~taylanub@85.100.53.190] has joined #scheme 22:44:36 -!- asumu [~at@2001:470:b:b7:1e6f:65ff:fe23:c3d4] has quit [Ping timeout: 264 seconds] 22:44:52 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 22:45:18 taylanub [~taylanub@85.100.53.190] has joined #scheme 22:54:53 -!- pessoa [~pessoa@188-195-211-39-dynip.superkabel.de] has quit [Quit: Started wasting time elsewhere] 22:58:10 -!- bipt [~bpt@cpe-071-070-253-241.nc.res.rr.com] has quit [Ping timeout: 250 seconds] 22:58:20 -!- jonrafkind [~jon@racket/jonrafkind] has quit [Read error: Operation timed out] 23:00:15 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 23:00:35 taylanub [~taylanub@85.100.53.190] has joined #scheme 23:08:56 -!- hiroakip [~hiroaki@ip-5-147-122-136.unitymediagroup.de] has quit [Quit: Ex-Chat] 23:15:40 -!- samth is now known as samth_away 23:20:43 jesusito [~user@97.205.76.188.dynamic.jazztel.es] has joined #scheme 23:23:38 jrapdx [~jra@74-95-41-205-Oregon.hfc.comcastbusiness.net] has joined #scheme 23:23:48 kilimanjaro [~kilimanja@unaffiliated/kilimanjaro] has joined #scheme 23:28:25 -!- jesusito [~user@97.205.76.188.dynamic.jazztel.es] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:29:35 -!- wbooze [~wbooze@xdsl-78-35-144-5.netcologne.de] has quit [Ping timeout: 260 seconds] 23:34:29 -!- Aune [~Arne@h-152-28.a163.priv.bahnhof.se] has quit [Quit: Lämnar] 23:51:14 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 23:51:32 taylanub [~taylanub@85.100.53.190] has joined #scheme 23:53:36 -!- tupi [~user@139.82.89.157] has quit [Ping timeout: 264 seconds] 23:58:49 -!- taylanub [~taylanub@85.100.53.190] has quit [Disconnected by services] 23:59:12 taylanub [~taylanub@85.100.53.190] has joined #scheme