01:04 (quit) jeapostrophe: Quit: jeapostrophe 01:24 (join) blahblaghbla 01:24 blahblaghbla: hello 01:24 blahblaghbla: anyone here? 01:25 ttuttle: yes 01:26 blahblaghbla: I just had a question 01:26 blahblaghbla: about dr.racket 01:26 ttuttle: Go ahead and ask. 01:26 ttuttle: I probably don't know the answer, but someone else might. 01:26 blahblaghbla: is there some sort of function that will round to the nearest positive integer? 01:27 blahblaghbla: like (round-to-positive -5000) would evaluate to 0 01:33 jon2: (round (inexact->exact (max n 0))) or something 01:34 jon2: (nn 1.3) => 1; (nn 1.8) => 2 01:34 (join) vu3rdd 01:35 blahblaghbla: ok, thank you 01:42 (quit) blahblaghbla: Ping timeout: 265 seconds 02:00 (quit) jon2: Ping timeout: 264 seconds 02:25 (join) samth 03:00 Lajla: samth, you're probably the guy who knows how I can within a reasonable timeframe racket up the list of all primes lower than 2 million right? 03:02 Lajla: Even the mighty sieve was bested by this. 03:03 samth: the sieve is not a good prime-finding algorithm 03:04 samth: i recommend google 03:10 Lajla: But google works a lot less efficiently on variable input. =( 03:16 (join) MayDaniel 03:22 (quit) MayDaniel: 03:46 samth: Lajla, http://www.troubleshooters.com/codecorn/primenumbers/primenumbers.htm 03:53 (quit) samth: Ping timeout: 252 seconds 04:13 (join) hanDerPeder 06:02 (join) jao 06:21 (join) Marius 06:22 (nick) Marius -> Guest6934 06:24 (nick) Guest6934 -> MariusM 06:49 MariusM: (map (lambda (a) (say-hello a)) people-in-the-room) 06:52 Lajla: MariusM, I suppose the order is irrelevant when saying hello yes. 06:52 Lajla: Still, if you don't use the return value for-each might be cheaper. 06:54 MariusM: true, why construct a list 07:08 (quit) MariusM: Quit: Page closed 08:05 (join) mcarter_ 08:16 (quit) alexsuraci: Remote host closed the connection 08:24 (join) MayDaniel 08:27 (join) b-man_ 08:40 (quit) MayDaniel: 09:02 (join) jeapostrophe 10:08 (quit) vu3rdd: Quit: ERC Version 5.3 (IRC client for Emacs) 10:12 (join) samth 10:17 (join) MayDaniel 10:57 (quit) hanDerPeder: Quit: hanDerPeder 11:02 (join) danbrown 11:12 (join) anRch 11:12 (quit) samth: Ping timeout: 265 seconds 11:23 (quit) MayDaniel: 11:29 (quit) jeapostrophe: Quit: jeapostrophe 11:43 (join) stamourv 11:44 (quit) mcarter_: Quit: Leaving 11:46 (quit) danbrown: Quit: danbrown 12:01 (join) jeapostrophe 12:08 (quit) anRch: Quit: anRch 12:17 (quit) jao: Ping timeout: 264 seconds 12:26 (quit) jeapostrophe: Quit: jeapostrophe 12:33 (join) jeapostrophe 12:39 (join) hanDerPeder 12:39 (join) MayDaniel 12:46 (join) jon2 12:51 (quit) hanDerPeder: Quit: hanDerPeder 12:53 (join) samth 13:03 (quit) jeapostrophe: Quit: jeapostrophe 13:07 (join) hanDerPeder 13:07 (quit) jon2: Ping timeout: 276 seconds 13:15 (join) vu3rdd 13:18 (quit) samth: Ping timeout: 265 seconds 13:30 (join) jon2 13:32 (join) jeapostrophe 13:33 (quit) jeapostrophe: Client Quit 13:36 (join) samth 13:39 (quit) jon2: Ping timeout: 240 seconds 13:42 (quit) hanDerPeder: Quit: hanDerPeder 13:48 (quit) MayDaniel: 14:03 (join) mceier 14:03 (quit) samth: Ping timeout: 240 seconds 14:05 (quit) b-man_: Read error: Connection reset by peer 14:12 (join) b-man_ 14:26 (join) danbrown 14:27 (join) anRch 14:36 (join) MayDaniel 14:44 (quit) anRch: Quit: anRch 14:46 (join) anRch 14:55 (join) alexsuraci 14:55 (quit) alexsuraci: Excess Flood 14:55 (join) alexsuraci 15:18 (join) tommc 15:36 (join) jsnikeris 15:41 jsnikeris: Hi all, I'm at this site: git.racket-lang.org/intro.html#ssh_setup trying to follow along. I cannot execute 'ssh git@git.racket-lang.org' successfully because it is asking for a password. Above, it says "and you should be able to connect to this account using the ssh identity key that corresponds to the public key that you use with the git server." Well, I haven't used a public key with the git server yet, so I'm a little confused. 15:41 jsnikeris: Is there a public key listed somewhere? 15:56 (quit) MayDaniel: 15:57 (quit) vu3rdd: Remote host closed the connection 16:09 (quit) b-man_: Remote host closed the connection 16:10 (join) jao 16:11 (quit) anRch: Quit: anRch 16:18 (join) MayDaniel 16:34 stamourv: jsnikeris: this is for developers 16:35 stamourv: just do git clone 16:35 stamourv: git clone http://git.racket-lang.org/plt.git 16:35 stamourv: the repo is publically readable 16:37 jsnikeris: ok thanks 16:37 jsnikeris: and if I want to submit a patch? 16:41 jsnikeris: Another question: So the windows binary distribution includes a bunch of source files for DrRacket. Is it possible to edit these files and test the changes without recompiling everything? 16:49 (join) carleastlund 17:04 (join) jon2 17:07 (quit) tommc: Quit: Page closed 17:14 (join) b-man_ 17:22 (join) sstrickl 17:26 (quit) MayDaniel: 17:29 stamourv: sstrickl: ping 17:32 stamourv: jsnikeris: to submit a patch, send a mail to the racket-dev mailing list 17:32 stamourv: patches are always appreciated! 17:33 sstrickl: stamourv: pong 17:33 stamourv: and for your other question, if you only change the .rkt files, you don't need to recompile everything. running raco setup will compile only what's necessary 17:33 stamourv: sstrickl: did you write the dict contracts implementation? 17:34 sstrickl: stamourv: no, ryanc did 17:34 stamourv: sstrickl: I see. do you know anything about it? 17:35 sstrickl: stamourv: Generally, but not anything about the real specifics. Ryan and I have talked about it, but I don't have the details on the tip of my tongue at the moment, and haven't gone back to look over the code since. 17:35 stamourv: using pretty much any dict function results expands into calls to contract-related stuff internal to racket/dict 17:36 stamourv: which makes the expansion not really typeable 17:36 stamourv: we'd have to special case all of them, not really interesting 17:36 sstrickl: ah, gotcha. Yeah, I'd send Ryan an email about it and discuss it with him then. I'll also mention you're running into this issue next I see him here. 17:37 stamourv: alright, thanks 17:38 sstrickl: stamourv: just send him the email also in case I forget :) 17:47 stamourv: I'll do that 17:57 (quit) jsnikeris: Ping timeout: 245 seconds 18:00 (join) jsnikeris 18:00 (join) rmitt 18:08 (quit) jon2: Ping timeout: 276 seconds 18:13 (quit) b-man_: Remote host closed the connection 18:18 (join) joe-the-somethin 18:22 (join) jon2 18:26 (quit) sstrickl: Quit: sstrickl 18:46 (quit) danbrown: Quit: danbrown 18:55 (quit) joe-the-somethin: Quit: Ex-Chat 19:02 (quit) jon2: Ping timeout: 276 seconds 19:05 (quit) mceier: Quit: leaving 19:06 (join) jeapostrophe 19:21 (join) hanDerPeder 19:31 (join) CVRS 19:32 CVRS: would it be possible to load srfi/13 in r6rs? 19:32 CVRS: i try this: (import (rnrs) (srfi :13 strings)) 19:32 CVRS: and I get this: liarliar.scm:4:0: module: identifier already imported from: (lib "rnrs/main.rkt") at: string-upcase in: (lib "srfi/%3a13/strings.rkt") 19:33 CVRS: i try this: (import (rnrs) (srfi 13 string)) 19:33 CVRS: and i get this: liarliar.scm:4:15: import: ill-formed library reference at: (srfi 13 string) in: (import (rnrs) (srfi 13 string)) 19:40 (quit) CVRS: Ping timeout: 265 seconds 19:41 (quit) jeapostrophe: Quit: jeapostrophe 19:51 (quit) rbarraud: Read error: Connection reset by peer 19:51 (join) danbrown 20:00 (quit) danbrown: Quit: danbrown 20:01 (quit) hanDerPeder: Quit: hanDerPeder 20:04 (join) jeapostrophe 20:18 (join) b-man_ 20:19 (quit) masm1: Quit: Leaving. 20:20 (quit) Lajla: Quit: Phallic Illuminatus 20:44 (join) rbarraud 20:51 (quit) emma: Ping timeout: 276 seconds 20:53 (quit) rbarraud: Remote host closed the connection 20:53 (join) rbarraud 21:02 (quit) rmitt: Quit: Page closed 21:04 (quit) b-man_: Read error: Connection reset by peer 21:19 (join) danbrown 21:39 (quit) jao: Ping timeout: 276 seconds 21:41 (join) joe-the-somethin 21:42 joe-the-somethin: whenever i run drracket gnome is sent back to the dark ages. any ideas as to why this is? 21:50 (quit) joe-the-somethin: Quit: Ex-Chat 21:50 (join) toekutr 22:02 (quit) toekutr: Ping timeout: 265 seconds 22:04 (join) Lajla 22:05 (join) toekutr 22:05 toekutr: hello 22:06 (quit) rbarraud: Ping timeout: 255 seconds 22:06 toekutr: i've got a minor problem with dr racket 22:07 (join) rbarraud 22:09 Lajla: toekutr, what is that? 22:09 (quit) rbarraud: Read error: Connection reset by peer 22:09 toekutr: if I try to paste something, it freezes for about 10 seconds 22:09 toekutr: everything else works fine 22:10 (join) rbarraud 22:11 (join) emma 22:14 toekutr: actually, i'm pretty sure it's related to the operating system, not racket itself 22:17 Lajla: toekutr, that could be. But to be sure, you have to give me a hug. ^^ 22:18 toekutr hugs Lajla 22:18 Lajla: There, now you are sure. 22:18 toekutr: i think so 22:18 toekutr: ;) 22:19 (quit) rbarraud: Read error: Connection reset by peer 22:26 Lajla: toekutr, what are you using Roacket for? 22:59 (quit) danbrown: Quit: danbrown 23:01 (join) rbarraud 23:13 toekutr: sorry, i was having dinner 23:13 toekutr: im reading htdp right now actually