00:36 (quit) dnolen: Quit: dnolen 00:37 (join) dnolen 00:38 (quit) dnolen: Client Quit 00:50 (join) vu3rdd 00:50 (quit) vu3rdd: Changing host 00:50 (join) vu3rdd 01:24 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/2irxgw 01:24 RacketCommitBot: [racket/master] Use rational? instead of regular-real?, cut some cruft - Neil Toronto 01:24 RacketCommitBot: [racket/master] Only try to build the Syntax Check popup menu if there is Syntax Check data - Neil Toronto 01:37 (join) rgrinberg 02:03 (quit) freakazoid: Quit: Computer has gone to sleep. 02:12 (part) anacrolix 02:27 (join) jonrafkind 02:51 (join) Shvillr_ 02:51 (quit) realitygrill: Quit: realitygrill 02:51 (quit) Shviller: Disconnected by services 02:51 (nick) Shvillr_ -> Shviller 02:53 (quit) jonrafkind: Ping timeout: 252 seconds 02:55 (join) realitygrill 03:40 (quit) realitygrill: Quit: realitygrill 03:41 (quit) mithos28: Quit: mithos28 04:43 (join) haruki_zaemon 04:44 haruki_zaemon: hey all, what do most ppl here use for editing racket code? DrRacket, Emacs, Vim, other? 04:45 (join) mye 04:49 (join) tim-brown 04:49 (join) masm 04:57 (quit) noam: Read error: Operation timed out 04:57 (join) noam 05:06 noelw: Emacs 05:06 noelw: Probably DrRacket and Emacs are the most popular 05:08 haruki_zaemon: noelw thanks, do you use quack? 05:08 _p4bl0: Emacs too for me 05:08 noelw: Quack, paredit, and geiser 05:08 _p4bl0: just geiser for me 05:08 haruki_zaemon: ok I have quack and paredit but not heard of geiser 05:09 haruki_zaemon: gthanks 05:10 _p4bl0: geiser is awesome, the only sad things is that the design of Racket web-server doesn't let it work nice with geiser 05:10 haruki_zaemon: right 05:12 noelw: paredit is fantastic 05:13 haruki_zaemon: I've just installed it, I hope :/ 05:43 loz`: hi duds, what about multidimenstional vectors in racket? 05:50 (quit) Shvillr: Ping timeout: 260 seconds 05:50 (join) Shvillr 06:09 (quit) vu3rdd: Remote host closed the connection 06:14 (join) ahinki 06:15 haruki_zaemon: loz` vector of vectors? or use a c array? 06:15 haruki_zaemon: I'm no expert so take what I say with a large grain of salt 06:16 haruki_zaemon: loz` also. see http://docs.racket-lang.org/srfi-std/srfi-25.html 06:18 loz`: haruki_zaemon: ok, thanks 06:40 (join) veer 06:48 (quit) haruki_zaemon: Ping timeout: 244 seconds 08:37 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/nPx6jg 08:37 RacketCommitBot: [racket/master] added note about recent commit - Robby Findler 08:48 (join) metadave 09:07 (join) kenjin_ 09:12 kenjin_: It makes an error to evaluate (car #'(1 2)) but r6rs library allows it. Is it possible to apply "car" over syntax objects in Racket? 09:13 (join) epsil 09:14 noelw: Syntax objects are not lists in Racket 09:14 noelw: syntax-car will do what you want 09:15 noelw: or you can go syntax-object->datum and lose some information 09:16 kenjin_: so...can't I also use map? 09:18 kenjin_: I can't find syntax-car 09:18 _p4bl0: it's stx-car 09:19 kenjin_: Thank you 09:19 _p4bl0: you may be able to use map with stx->list 09:20 _p4bl0: err syntax->list 09:21 noelw: Search, young jedi 09:21 noelw: stx-map 09:22 _p4bl0: ah right, all the cool stuff are in the syntax/stx module 09:22 kenjin_: I'm sorry but I imported the library but the compiler says those identifiers are unbound 09:23 kenjin_: Sorry, I'm really a newbie 09:23 _p4bl0: kenjin_: depending on what you are trying to do, it might be easier to deconstruct your syntax object using syntax-case than using the usual list functions 09:25 _p4bl0: kenjin_: maybe you don't import it at the right phase, I don't know what is your code but you may need to import it for-syntax (i mean, "(require (for-syntax styntax/stx))") 09:26 kenjin_: I'm testing some code in r6rs library. Thank you it seems to work 09:27 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/gUk0aw 09:27 RacketCommitBot: [racket/master] make the planet cmdline-tool.rkt test more informative in the case that there are planet packages installed - Robby Findler 09:27 kenjin_: People in here are very nice to newbs 09:28 epsil: that's my impression too 09:29 kenjin_: #lisp is scary sometimes 09:32 _p4bl0: ^^ 09:38 (join) keenbug 09:40 (quit) jao: Ping timeout: 240 seconds 09:58 (nick) Nanakhiel -> TurboSaimazoon 10:00 (nick) samth_away -> samth 10:04 samth: offby1: that's pretty weird 10:04 samth: eli: see offby1's paste from earlier 10:28 (quit) veer: Remote host closed the connection 10:36 (join) dnolen 10:36 (quit) kenjin_: Ping timeout: 276 seconds 10:39 (join) freakazoid 10:40 (nick) TurboSaimazoon -> Borland_TurboSai 10:40 (nick) Borland_TurboSai -> TurboSaimazoon 10:58 (quit) ahinki: Quit: ChatZilla 0.9.87 [Firefox 9.0/20111116091359] 11:24 (join) anRch 11:28 (quit) anRch: Read error: Connection reset by peer 11:28 (join) anRch 11:33 (join) mithos28 11:33 (join) Blkt 11:49 (join) MayDaniel 12:02 (join) jeapostrophe 12:07 (quit) anRch: Quit: anRch 12:12 (join) anRch 12:17 (quit) rekahsoft: Ping timeout: 260 seconds 12:25 (join) jonrafkind 12:33 (join) mceier 12:35 (join) rekahsoft 12:37 (quit) anRch: Quit: anRch 12:44 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/nFUwOw 12:44 RacketCommitBot: [racket/master] Move point label `radius' units from point; plug plot->dc API leak - Neil Toronto 12:52 eli: samth, offby1: probably the result of running the computation on a different thread or something like that. 13:01 (quit) metadave: Ping timeout: 276 seconds 13:03 (join) ahinki 13:09 (quit) mceier: Quit: leaving 13:10 (quit) epsil: Quit: WeeChat 0.3.5 13:15 (quit) MayDaniel: Read error: Connection reset by peer 13:27 (quit) freakazoid: Quit: Computer has gone to sleep. 13:28 (quit) Blkt: Remote host closed the connection 13:30 (join) freakazoid 13:36 (join) metadave 13:37 (quit) metadave: Client Quit 13:58 (join) anRch 14:01 (join) shofetim 14:08 (quit) eli: Remote host closed the connection 14:10 (quit) mye: Ping timeout: 244 seconds 14:26 (join) MayDaniel 14:38 (quit) rekahsoft: Ping timeout: 244 seconds 14:39 (join) rekahsoft 14:45 (join) Zaiby 14:47 Zaiby: hello 14:47 Zaiby: 2. Write a procedure calc that accepts scheme expressions in symbolic form (a list of symbols) and calculates the their values. The expressions involve built-in procedures + 14:47 Zaiby: some one help me to make this prosedure??? 14:48 freakazoid: I assume you're not allowed to use eval? 14:49 Zaiby: what do you mean?? 14:49 Zaiby: ?? 14:50 (part) Zaiby 14:50 jonrafkind: write an evaluator 14:50 jonrafkind: rofl 15:14 (quit) anRch: Quit: anRch 15:17 offby1: eli, samth: yeah, I thought it might be a threading thing, so I tried again with #:threads #t, and that made no difference. 15:36 offby1: OK, I've submitted a bug report. 15:37 (quit) MayDaniel: Read error: Connection reset by peer 15:39 (quit) dnolen: Ping timeout: 265 seconds 15:43 offby1: http://bugs.racket-lang.org/query/?cmd=view&pr=12389 for those following along at home 15:54 (quit) jeapostrophe: Ping timeout: 252 seconds 16:00 (join) avarus 16:02 (join) mesteiral 16:02 (quit) masm: Ping timeout: 248 seconds 16:03 (part) mesteiral 16:04 (join) masm 16:18 (quit) ahinki: Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928224103] 16:46 (quit) rekahsoft: Quit: Changing server 16:50 (quit) keenbug: Ping timeout: 252 seconds 17:05 (join) jao 17:10 (join) mesteiral 17:26 (join) elrzn 17:44 (quit) mesteiral: Ping timeout: 255 seconds 17:54 (quit) jao: Ping timeout: 240 seconds 17:55 (join) jao 18:04 (join) jeapostrophe 18:24 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/MXC9nw 18:24 RacketCommitBot: [racket/master] don't continue after an error when scribbling via the 'scribble html' - Robby Findler 18:31 (quit) Shviller: Read error: Connection reset by peer 18:31 (quit) jeapostrophe: Ping timeout: 248 seconds 18:32 (join) Shviller 18:39 (quit) elrzn: Remote host closed the connection 18:42 (join) jeapostrophe 18:59 (quit) jeapostrophe: Ping timeout: 240 seconds 19:01 (quit) avarus: Remote host closed the connection 19:45 samth: toyota goes with racket brand marketing strategy: http://www.toyota.com/yaris/ 19:46 (join) dnolen 19:50 jonrafkind: rofl 19:50 jonrafkind: at least they have a cool font 19:56 (join) dnolen_ 19:58 (quit) dnolen: Ping timeout: 240 seconds 19:58 (nick) dnolen_ -> dnolen 20:25 (nick) samth -> samth_away 20:34 (quit) jonrafkind: Ping timeout: 248 seconds 20:35 offby1 stares blankly 20:44 bremner: "racket is a programming language" 20:44 offby1: but that statement actually contains information, because people might not know it 20:44 offby1: whereas the Toyota ad, well, ... 20:45 offby1: I for one am reasonably familiar with the "Toyota" brand, and am pretty sure that they make cars. 20:45 offby1 nods gravely 20:45 bremner: "programming languages are a racket" 20:53 (join) jeapostrophe 21:09 (quit) masm: Quit: Leaving. 21:18 jaimef ponders how portable racket code is to gambit 21:26 (quit) jeapostrophe: Ping timeout: 260 seconds 22:23 (quit) jaimef: Ping timeout: 240 seconds 22:39 (quit) Em: Ping timeout: 252 seconds 22:40 (quit) dnolen: Quit: dnolen 22:41 (join) mesteiral 22:43 (join) jonrafkind 22:50 (part) mesteiral 22:55 (join) Em 22:59 (quit) cataska: Ping timeout: 252 seconds 23:05 (join) jeapostrophe 23:06 (join) platinuum 23:16 (join) jaimef 23:38 (join) cataska