00:24 (join) freakazoid 00:28 (join) jeapostrophe 00:31 (join) Demosthenes 00:44 veer: is C type char eqv to ctype _int in racket ? 00:46 cky: veer: _byte 00:46 veer: ok , thanks cky 00:47 cky: :-) 00:48 (quit) jeapostrophe: Ping timeout: 240 seconds 00:52 (join) jonrafkind 00:54 (quit) freakazoid: Quit: Computer has gone to sleep. 00:57 (join) JoelMcCracken 01:03 (quit) JoelMcCracken: Ping timeout: 240 seconds 01:14 (join) freakazoid 01:29 (quit) kudkudyak: Ping timeout: 252 seconds 01:40 (join) gciolli 01:40 (part) gciolli 01:40 (join) gciolli 01:53 veer: how do I use "replace all" in DrRacket , it is disabled in the menu 01:54 veer: I can replace one step at a time , but not all at once 01:55 (quit) Demosthenes: Read error: Connection reset by peer 02:03 (quit) freakazoid: Quit: Computer has gone to sleep. 02:15 (join) jeapostrophe 02:22 (quit) realitygrill: Quit: realitygrill 02:45 (join) Demosthenes 02:48 (quit) veer: Quit: Leaving 03:00 (quit) jeapostrophe: Ping timeout: 240 seconds 03:13 (quit) dsantiago: Ping timeout: 244 seconds 03:17 (quit) jonrafkind: Ping timeout: 252 seconds 03:34 (join) noelw 03:50 (quit) Shviller: Ping timeout: 255 seconds 03:50 (join) Shviller 03:52 (quit) gciolli: Quit: Leaving. 04:06 (join) veer 04:16 veer: _cvector should be super type of other cvectors like u8vectors and #f should be a valid value for it, just a thought. 04:30 (join) masm 04:52 (join) ahinki 04:57 (join) gciolli 05:19 (join) Blkt 05:21 (nick) chaozzbubi -> ChaozZBubi 05:21 (quit) Demosthenes: Quit: leaving 05:33 (quit) ahinki: Ping timeout: 252 seconds 05:47 Blkt: good day everyone 05:48 noelw: hi 05:50 Blkt: :D 06:03 (join) ahinki 06:54 (join) kamyzi`e 07:20 (quit) veer: Ping timeout: 276 seconds 07:23 (join) sindoc 08:12 (join) metadave 08:14 (part) metadave 08:56 (quit) acarrico: Remote host closed the connection 09:22 (join) sixpoint8 09:22 (quit) AlbireoX: Quit: Leaving 09:50 (join) realitygrill 10:10 (quit) realitygrill: Quit: realitygrill 10:19 (part) sixpoint8 10:20 (join) sixpoint8 10:22 (join) jeapostrophe 10:30 (part) sixpoint8 10:38 (quit) jeapostrophe: Ping timeout: 240 seconds 10:39 (join) veer 10:43 veer: (define vertices (cvector _cvector (cvector _float -1.0 -1.0))) 10:43 veer: (cvector-ref vertices 0) 10:43 veer: I get following error : 10:43 veer: _cvector: cannot automatically convert a C pointer to a cvector 10:44 (part) tim-brown: "Leaving" 10:47 (join) realitygrill 10:49 (join) freakazoid 10:51 (quit) ahinki: Quit: ChatZilla 0.9.88 [Firefox 10.0/20111228055358] 11:07 (join) jeapostrophe 11:22 (quit) jeapostrophe: Ping timeout: 240 seconds 11:26 (part) kanak 11:40 (quit) veer: Quit: Leaving 11:52 (quit) freakazoid: Quit: Computer has gone to sleep. 11:55 (quit) realitygrill: Quit: realitygrill 12:10 (join) dsantiago 12:13 (join) MayDaniel 12:38 (join) anRch 12:46 (quit) MayDaniel: Read error: Connection reset by peer 12:58 stamourv: samth: ping 13:08 (quit) anRch: Quit: anRch 13:20 (quit) gciolli: Ping timeout: 240 seconds 13:27 (join) freakazoid 13:32 (quit) freakazoid: Quit: Computer has gone to sleep. 13:33 (join) freakazoid 13:45 (join) jonrafkind 13:53 (join) gciolli 14:10 (quit) gciolli: Quit: Leaving. 14:14 (quit) eli: Ping timeout: 268 seconds 14:14 (join) jrslepak 14:17 (quit) freakazoid: Quit: Computer has gone to sleep. 14:20 (join) acarrico 14:36 (join) kudkudyak 14:37 (join) bmp 14:40 (join) realitygrill 14:46 (quit) realitygrill: Quit: realitygrill 14:48 (join) jeapostrophe 14:56 (join) realitygrill 14:56 (quit) kudkudyak: Read error: Connection reset by peer 14:59 (join) kudkudyak 15:14 (join) freakazoid 15:15 (join) snearch 15:23 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/lBScuQ 15:23 RacketCommitBot: [racket/master] Forgot to update props for GC2 - Jay McCarthy 15:45 (join) jao 15:59 (quit) freakazoid: Quit: Computer has gone to sleep. 16:06 (quit) masm: Ping timeout: 252 seconds 16:07 (join) freakazoid 16:07 (join) masm 16:16 (quit) realitygrill: Quit: realitygrill 16:19 (quit) masm: Ping timeout: 252 seconds 16:20 (join) fdre3wsd 16:20 (part) sindoc 16:21 (join) masm 16:23 fdre3wsd: I'm having trouble passing these two lists into a function expecting a pair in plt: ((a b)(c d)) and (a (b c)) 16:24 asumu: fdre3wsd: what error do you get? 16:24 asumu: And what is the function su pposed to do ? 16:26 fdre3wsd: its a little schemer example, it reorders the list using some helper fns with car and cdr, i keep getting procedure build: expects 2 arguments, given 1: 16:26 (quit) snearch: Quit: Verlassend 16:26 fdre3wsd: i did it last nigth before falling asleep using cons i think, thought id remember in the morning, but no 16:29 asumu: fdre3wsd: What does the function "build" do? Should it take two arguments? 16:30 fdre3wsd: (define build (lambda (s1 s2) (cond (else (cons s1 (cons s2 '())))))) 16:30 (quit) jrslepak: Quit: This computer has gone to sleep 16:30 asumu: Well, the error says you're calling it with 1 argument. 16:31 asumu: So you'll probably want to fix that to start. 16:31 (join) realitygrill 16:32 fdre3wsd: but im trying to shift 16:33 fdre3wsd: (define shift (lambda (pair) (build (first (first pair)) (build (second (first pair)) (second pair))))) 16:34 (quit) bmp: Quit: Bye! 16:36 asumu: Are you sure that's the only place you're calling build? 16:37 (quit) masm: Ping timeout: 260 seconds 16:38 (join) masm 16:44 (quit) karswell: Ping timeout: 252 seconds 16:53 (quit) freakazoid: Quit: Computer has gone to sleep. 16:57 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/c5b_9Q 16:57 RacketCommitBot: [racket/master] Fixing last dumb mistake? - Jay McCarthy 16:58 (quit) fdre3wsd: Quit: Page closed 17:14 (quit) kamyzi`e: Quit: Lost terminal 17:54 (quit) SeanTAllen: Read error: Connection reset by peer 18:01 (join) DanBurton 18:02 (join) SeanTAllen 18:18 (join) OfficerBenDavid 18:18 (quit) OfficerBenDavid: Client Quit 18:19 (join) OfficerBenDavid 18:19 OfficerBenDavid: Is this the place to ask questions about the book excercises 18:20 jonrafkind: yea, but is it your homework? 18:20 (quit) OfficerBenDavid: Client Quit 18:20 jonrafkind: rofl 18:23 (quit) Shviller: Quit: bye 18:23 (join) Shviller 18:24 DanBurton: this is the place to talk about Racket :) 18:28 (join) bfulgham_ 18:28 (quit) bfulgham: Read error: Connection reset by peer 18:28 (nick) bfulgham_ -> bfulgham 18:30 (join) AlbireoX 18:32 (quit) AlbireoX: Max SendQ exceeded 18:33 (join) AlbireoX 18:34 (quit) SeanTAllen: Remote host closed the connection 18:40 (quit) jeapostrophe: Ping timeout: 252 seconds 18:47 (join) SeanTAllen 19:13 (nick) IslaamulIslaam -> MarcusMcRandall 19:15 (join) freakazoid 19:23 (join) yoklov 19:43 (join) eli 19:47 (quit) DanBurton: Quit: Leaving 20:21 (quit) masm: Quit: Leaving. 20:33 (join) jeapostrophe 20:44 (quit) jonrafkind: Ping timeout: 240 seconds 21:13 (join) PfhatWork 21:16 (join) karswell 21:20 (quit) realitygrill: Read error: Connection reset by peer 21:21 (join) realitygrill 21:28 (nick) ChaozZBubi -> chaozzbubi 21:30 (quit) freakazoid: Quit: Computer has gone to sleep. 21:56 Oxryly: in MzScheme I used to do a (provide (all-from-except mzscheme ...)) 21:56 Oxryly: How do I do the same in Racket? 21:56 Oxryly: except-out? 21:58 Oxryly: yup... except-out 22:06 (quit) Blkt: Remote host closed the connection 22:19 (quit) jeapostrophe: Ping timeout: 240 seconds 22:55 (join) jonrafkind 23:07 (join) jeapostrophe 23:08 offby1: o rly? 23:34 (join) jrslepak 23:47 (quit) chaozzbubi: Ping timeout: 252 seconds 23:50 (join) chaozzbubi 23:55 (join) double_t 23:55 (part) double_t