00:10 (quit) Axsuul: Read error: Connection reset by peer 00:14 (join) jeapostrophe_ 00:22 (quit) jeapostrophe_: Quit: jeapostrophe_ 00:38 (quit) Guest65415: Ping timeout: 276 seconds 01:21 askhader: Is there any way to get racket installed by bypassing this memory constraint? I don't imagine any code that I'll write will use more than 256MB of RAM and I would hate to pay for an upgrade JUST to *install* racket. 01:21 askhader: Right now the installer seems to run out of memory. 01:30 (join) vu3rdd 01:54 (join) jeapostrophe_ 02:03 (quit) jeapostrophe_: Quit: jeapostrophe_ 02:31 (quit) vu3rdd: Quit: ERC Version 5.3 (IRC client for Emacs) 02:51 askhader: I noticed that net/cgi doesn't offer any functions for integrating css stylesheets- any standardized way to get around it? 02:54 askhader: standard, evne* 03:05 (quit) writer: Quit: writer 03:08 eli: askhader: No, you just spit out whatever you want. 03:41 askhader: Oh 03:42 askhader: So functions like generate-html-output probably just print to stdout? 03:42 askhader: Ah, they must be. 04:13 askhader: So I have racket playing nicely with CGI now- have any of you had experiences using racket with cgi, if so- was it slow? 05:58 (join) _mo_ 06:07 (join) Axsuul 06:13 (quit) _mo_: Quit: Leaving 06:15 (join) MayDaniel 06:33 (join) mceier 07:44 (join) hanDerPeder 08:55 (join) vu3rdd 09:30 (join) writer 09:32 (join) b-man_ 09:51 (quit) RyanRN: Ping timeout: 245 seconds 10:11 (quit) b-man_: Remote host closed the connection 10:22 (join) danbrown 10:27 (join) _mo_ 10:47 (quit) mattmight: Ping timeout: 276 seconds 10:56 (join) mattmight 11:00 (join) jeapostrophe_ 11:18 (quit) hanDerPeder: Quit: hanDerPeder 11:18 (join) Samy_ 11:19 Samy_: Hi at all, is somebody here ? 11:21 Samy_: I wanna test a number. with (natural? a) But its not working. 11:22 writer: number? 11:23 (quit) pygospa: Ping timeout: 255 seconds 11:23 Samy_: Yes, is number 8 a natural one or not 11:23 Samy_: (natural? 8) 11:24 Samy_: (rational? 8) works but (natural?) not why ? 11:24 writer: I can't find a 'natural?' defined. 11:25 (join) pygospa 11:25 Samy_: i use racket as language 11:25 Samy_: http://docs.racket-lang.org/deinprogramm/advanced-prim-op.html?q=natural#%28def._%28%28lib._deinprogramm/.D.Md.A-advanced..rkt%29._natural~3f%29%29 11:26 rudybot: http://tinyurl.com/38ncxhe 11:26 (join) rmitt 11:28 Samy_: Im beginner, how look a code what say me is a number natural or not 11:34 (join) hanDerPeder 11:34 Samy_: In Racket docs i read, (natural? n) but this drops an exception 11:36 Quetzalcoatl_: Samy_: (require deinprogramm/DMdA-advanced) 11:37 Samy_: what does this mean? 11:37 Quetzalcoatl_: Put that at the top of your program, and then you'll have natural? 11:38 Samy_: ah thx 11:38 Samy_: Is this something like "import package" in java ? 11:38 Quetzalcoatl_: Yes. 11:38 Samy_: Ah ok thx you all 11:38 (quit) Samy_: Quit: Page closed 11:39 (join) Yann1 11:44 (quit) hanDerPeder: Quit: hanDerPeder 11:47 (quit) Eren: Ping timeout: 265 seconds 11:55 (quit) jeapostrophe_: Quit: jeapostrophe_ 12:00 (join) hanDerPeder 12:09 (join) alexsuraci_ 12:09 (quit) alexsuraci: Disconnected by services 12:09 (nick) alexsuraci_ -> alexsuraci 12:10 (join) Alex-_ 12:10 (quit) Alex-_: Remote host closed the connection 12:44 (join) jeapostrophe_ 12:44 (quit) alexsuraci: Quit: alexsuraci 12:44 (quit) jeapostrophe_: Client Quit 12:48 (quit) Axsuul: Ping timeout: 250 seconds 13:06 (join) jao 13:12 (join) Eren 13:21 (nick) Ogion_ -> Ogion 13:25 offby1: rudybot: (define (natural? thing) (and (integer? thing) (exact? thing) (not (negative? thing)))) 13:25 rudybot: *offby1: Done. 13:25 offby1: rudybot: (natural? "wood") 13:25 rudybot: *offby1: ; Value: #f 13:25 offby1: rudybot: (natural? "polypropyline") 13:25 rudybot: *offby1: ; Value: #f 13:25 offby1: rudybot: (natural? 17) 13:25 rudybot: *offby1: ; Value: #t 13:25 offby1: rudybot: (natural? 17.9) 13:25 rudybot: *offby1: ; Value: #f 13:25 offby1: rudybot: (natural? -17) 13:25 rudybot: *offby1: ; Value: #f 13:25 offby1: drat 13:26 offby1: long gone 13:34 eli: rudybot: (define natural? exact-nonnegative-integer?) 13:34 rudybot: eli: Done. 13:34 eli: rudybot: (natural? "foo") 13:34 rudybot: eli: ; Value: #f 13:34 eli: rudybot: (natural? 17.9) 13:34 rudybot: eli: ; Value: #f 13:34 eli: rudybot: (natural? -17) 13:34 rudybot: eli: ; Value: #f 13:51 (quit) _mo_: Quit: Leaving 13:52 (join) jonrafkind 13:53 offby1: ah. 13:53 offby1: I've used exact-nonnegative-integer? in contracts, but somehow didn't remember that it's a plain old predicate. 14:14 (join) alexsuraci 14:22 (quit) Yann1: Read error: Connection reset by peer 14:44 (quit) rudybot: Remote host closed the connection 14:53 (join) rudybot 14:53 (quit) MayDaniel: 16:03 (quit) rmitt: Ping timeout: 265 seconds 16:08 (quit) writer: Quit: writer 16:12 (join) writer 16:50 (join) anRch 16:58 (quit) jonrafkind: Ping timeout: 272 seconds 17:04 (join) jeapostrophe_ 17:04 (quit) jeapostrophe_: Client Quit 17:24 (join) _mo_ 17:36 (join) Axsuul 18:05 (quit) anRch: Quit: anRch 19:10 (quit) mceier: Quit: leaving 19:21 (quit) _mo_: Quit: Leaving 20:28 (join) ari__ 20:28 ari__: hwy guys 20:29 ari__: yo 20:29 (quit) ari__: Client Quit 20:42 (join) jonrafkind 20:53 offby1: oy 20:56 eli: vey 20:58 rudybot: Gevalt 20:59 eli circumcises rudybot 20:59 eli: rudybot is now the first properly jewish irc bot. 21:00 jonrafkind: dont forget about gabot 21:03 eli: gabot: slap jonrafkind 21:04 eli: He's too obedient to be jewish. 21:04 jonrafkind: למצוץ אותו 21:05 eli: Google translating much? 21:06 jonrafkind: yea 21:12 bremner: I'm always unreasonably happy when utf8 works. 21:26 (quit) vu3rdd: Quit: ERC Version 5.3 (IRC client for Emacs) 21:38 (quit) danbrown: Remote host closed the connection 21:55 (quit) emma: Ping timeout: 264 seconds 21:56 (join) danbrown 23:21 (quit) danbrown: Remote host closed the connection 23:32 (join) vu3rdd 23:34 (join) Fare