00:07 (join) Spewns 00:07 (quit) Guest1580: Remote host closed the connection 00:16 (join) b-man 00:16 (nick) b-man -> Guest17207 00:35 (quit) hanDerPeder: Ping timeout: 276 seconds 00:39 (quit) Guest17207: Remote host closed the connection 00:59 (quit) sstrickl: Read error: Connection reset by peer 01:03 (join) sstrickl 01:16 (join) evhan_ 01:19 (quit) evhan: Ping timeout: 240 seconds 01:50 (quit) Spewns: Quit: Leaving. 02:24 (join) rbarraud_ 02:25 (quit) rbarraud: Ping timeout: 265 seconds 03:27 (quit) rbarraud_: Ping timeout: 264 seconds 03:59 (join) rbarraud 04:13 (quit) rbarraud: Ping timeout: 240 seconds 04:24 (quit) evhan_: Ping timeout: 264 seconds 05:16 (join) rbarraud 06:12 (join) masm 06:31 (join) pavelludiq 06:39 (join) spidermario 06:49 (quit) rbarraud: Remote host closed the connection 06:49 (join) rbarraud 08:10 (join) hanDerPeder 09:14 (part) SinDoc 09:24 (quit) rbarraud: Ping timeout: 276 seconds 09:27 (quit) tewk: Ping timeout: 276 seconds 09:28 (join) tewk 09:33 (join) kingping 09:33 kingping: Hi 09:33 kingping: Is there a portable way to import an arbitrary srfi module across different scheme implementations which conform to R^6RS? E. g. in Racket it's done like this: (import (srfi :19)), but in Ypsilon it's implemented the other way: (import (srfi srfi-19)). 09:50 (quit) bremner: Quit: ZNC - http://znc.sourceforge.net 09:50 (join) bremner 10:22 (join) evhan 10:24 (quit) kingping: Quit: Vale. 10:25 (join) evhan_ 10:56 (join) anRch 11:24 (join) b-man 11:25 (nick) b-man -> Guest23140 11:37 (quit) evhan_: Quit: leaving 11:37 (quit) evhan: Quit: leaving 12:09 (quit) anRch: Quit: anRch 13:28 (join) georgek 13:42 (join) rmitt 13:43 rmitt: is there a Racket equivalent of C's getc? 13:44 rmitt: i though it might be read-char, but read-char requires carriage returns. 13:44 chandler: Does it? I'd expect that it has more to do with line-buffering being performed by your terminal. 13:47 offby1 votes for chandler 13:53 rmitt: Actually the behavior suggests that you're right. How do I control the terminal's line buffering? 13:59 rmitt: nevermind...found it on plt-help. 14:33 rmitt: Well, I tried setting the buffer mode on stdin, with (file-stream-buffer-mode (current-input-port) 'none), but it still seems to be doing line buffering (by which I understand that it flushes on carriage return). And, more confusingly, Racket reference says that input ports are not allowed to be line buffered. Help, anyone? I must be misunderstanding things... 14:34 jonrafkind: is that a parameter? 14:34 jonrafkind: i guess it has global staet 14:35 rmitt: I doubt it. It's meant to set the buffer mode on the given port only. 14:35 jonrafkind: oh I see 14:37 (quit) georgek: Quit: Leaving 14:40 jonrafkind: ok ill try this rmitt 14:41 jonrafkind: actually can you paste your code so i can playwith it 14:42 rmitt: sure, thanks....just a moment 14:42 chandler: lisppaste: url? 14:42 lisppaste: To use the lisppaste bot, visit http://paste.lisp.org/new/racket and enter your paste. 14:42 chandler: (if you need it) 14:43 lisppaste: rmitt pasted "untitled" at http://paste.lisp.org/display/113550 14:55 jonrafkind: rmitt, im not sure what the reason is, can you send it to the list? 14:57 rmitt: Which mailing list exactly? 15:00 jonrafkind: racket-dev or racket-users 15:00 jonrafkind: probably racket-users 15:49 (quit) spidermario: Read error: Connection reset by peer 16:02 (join) j3parker 16:15 (quit) rmitt: Quit: Page closed 17:33 (quit) tewk: Quit: leaving 17:34 (quit) hanDerPeder: Quit: hanDerPeder 17:47 (quit) jonrafkind: Ping timeout: 240 seconds 17:51 (join) hanDerPeder 18:57 (join) rbarraud 19:12 (join) jao 19:20 (quit) jao: Ping timeout: 276 seconds 19:46 (quit) pavelludiq: Remote host closed the connection 19:52 (quit) hanDerPeder: Ping timeout: 252 seconds 19:53 (join) hanDerPeder 20:06 (join) jonrafkind 20:58 (quit) masm: Quit: Leaving. 21:06 (join) jao 21:34 (quit) hanDerPeder: Quit: hanDerPeder 22:30 (join) writer 22:30 writer: Hi everyone 22:31 (join) mg4001 22:31 writer: I'm trying to expand a macro definition using 'expand' but it seems output is big and rest of the output get replaced with ellipsis. 22:31 writer: Any ideas how to prevent this ? 22:32 writer: (expand '(fluid-let ((x 50)) (play-x-y ))) => # 22:32 (quit) jonrafkind: Ping timeout: 240 seconds 22:32 writer: ^^^ something ike above 22:59 writer: s/ik/lik/ 23:19 (quit) Guest23140: Ping timeout: 248 seconds 23:23 (join) Guest23140