00:15 (join) dmac1 00:23 (quit) si14: Ping timeout: 258 seconds 00:25 (join) si14 00:27 (join) samth 00:55 (quit) dnolen: Quit: dnolen 01:03 (quit) dmac1: Quit: WeeChat 0.3.5 01:04 (join) dmac1 01:26 (quit) cb`: Quit: ERC Version 5.3 (IRC client for Emacs) 01:31 (quit) samth: Ping timeout: 252 seconds 01:55 (quit) yoklov: Quit: Leaving. 02:13 (quit) jao: Ping timeout: 258 seconds 02:33 (join) jonrafkind 02:42 (quit) jonrafkind: Ping timeout: 255 seconds 02:44 (quit) mithos28: Quit: mithos28 02:57 (quit) _danb_: Quit: ERC Version 5.3 (IRC client for Emacs) 03:13 (join) hkBst 03:22 (join) bluezenix 03:24 (quit) dmac1: Ping timeout: 260 seconds 03:25 (join) ahinki 03:26 (join) Blkt 03:41 (join) dmac1 03:42 (join) eMko_CZ 03:51 (join) masm 04:08 Blkt: good morning everyone 04:12 (join) noelw 04:13 ohwow: hi 04:13 noelw: hi 04:25 (quit) dmac1: Ping timeout: 244 seconds 04:32 (join) tfb 04:34 (join) _danb_ 04:43 Blkt: hello 04:48 noelw: bonjour 05:02 (quit) ahinki: Ping timeout: 258 seconds 05:08 (join) MightyFoo 05:09 (join) ahinki 05:31 (quit) chemuduguntar: Ping timeout: 245 seconds 06:23 (quit) eMko_CZ: Quit: eMko_CZ 06:37 (quit) realitygrill: Ping timeout: 248 seconds 06:38 (join) realitygrill 07:17 (join) yoklov 07:45 (quit) yoklov: Quit: Leaving. 07:55 (join) xharkonnen 07:57 (quit) _danb_: Ping timeout: 252 seconds 08:21 (join) neilv 08:32 (join) yoklov 08:38 (quit) ve: Ping timeout: 260 seconds 08:41 (quit) bluezenix: Ping timeout: 240 seconds 08:53 (nick) samth_away -> samth 08:54 (join) dnolen 08:55 (join) mceier 09:13 (quit) yoklov: Quit: Leaving. 09:16 (quit) ChibaPet: Quit: Leaving. 09:20 (join) ChibaPet 10:01 (quit) dnolen: Quit: dnolen 10:11 (join) anRch 10:13 samth: eli: perhaps ask GH ppl questions here: https://github.com/blog/910-github-office-hours 10:26 (quit) realitygrill: Quit: realitygrill 10:33 (quit) hkBst: Remote host closed the connection 10:37 (join) realitygrill 10:39 (join) yoklov 10:43 MightyFoo: I've got an (imperfect) vim syntax for scribble: http://www.vim.org/scripts/script.php?script_id=3756 10:44 MightyFoo: and a so-called "racket" syntax -- which i use to take some of the edges off vim's scheme.vim 10:44 MightyFoo: http://www.vim.org/scripts/script.php?script_id=3755 10:46 (quit) yoklov: Quit: Leaving. 10:56 (join) yoklov 11:01 (quit) ahinki: Quit: ChatZilla 0.9.87 [Firefox 7.0/20110916091512] 11:02 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/_J33QA 11:02 RacketCommitBot: [racket/master] Improve tooltip time printing. - Sam Tobin-Hochstadt 11:03 samth: stamourv: you should link to MightyFoo's scripts from your editor page 11:04 stamourv: MightyFoo: Neat! Do you mind if I add pointers to them in the docs? We have a chapter about using Racket with vim/emacs. 11:04 MightyFoo: sure thing 11:04 stamourv: Great, thanks! 11:06 MightyFoo: the code is too poor a.t.m. to even come close to replacing "scheme.vim" 11:06 MightyFoo: and it's a proper collection of fudges 11:06 MightyFoo: but it's made editing (simple) scribble possible 11:08 MightyFoo: i've asked about "reverse-engineering" syntaxes (in a syntax-highlighting sense) so that vim do these things automatically 11:09 MightyFoo: but it seems that racket loses too much information (or scatters it) to be able to do that 11:09 MightyFoo: so everything will be done on a case by case (and have I the time) basis, unfortunately 11:10 stamourv: I'm sure what you have is useful as is. 11:10 stamourv: I'd try it out, but I'm not a vim user. 11:10 MightyFoo: where are these pages where you'll be putting the links 11:11 MightyFoo: I'm always hungry for racket resources 11:13 stamourv: http://pre.racket-lang.org/docs/html/guide/other-editors.html 11:13 stamourv: It will be in the next release. 11:14 MightyFoo: what is a *.rktl file? literate programming? 11:15 stamourv: It's a file that's meant to be loaded/included, so no #lang at the top. 11:16 MightyFoo: does anyone have a convention for a "#lang scribble/lp" file? 11:17 stamourv: What do you mean a convention? 11:17 MightyFoo: sorry, a file name extension 11:17 MightyFoo: does anyone have a convention for *naming a* "#lang scribble/lp" file? 11:18 stamourv: I would go with .rkt. 11:19 MightyFoo: fair enough -- you'd use it in exactly the same way, I suppose 11:22 asumu: MightyFoo: Have you taken a look at https://github.com/wlangstroth/vim-racket ? 11:22 asumu: I think it covers many more keywords, but if you've added things vim-racket lacks it may be worth merging via pull-request. 11:24 MightyFoo: no i hadn't.. now i have... 11:24 (join) eMko_CZ 11:25 MightyFoo: my racket.vim tweaks a few identifiers... but it actually works around scheme.vim not recognising {} as parentheses 11:25 asumu: Also, thanks for the scribble syntax. I'll try it next time I'm in vim. 11:25 MightyFoo: which is no used for @title{oh no! braces} 11:26 MightyFoo: s/used/use/ 11:26 MightyFoo: vim-racket looks good w.r.t. numbers and identifiers 11:26 MightyFoo: but if i read it correctly, it seems to suffer from {}, tooo. 11:27 MightyFoo: (but that's only on a cursory glance) 11:28 MightyFoo: i also tweak the @ character in scribble.vim -- but that's because it's the major change in scribble 11:31 MightyFoo: my working environment is one where: (read-square-bracket-as-paren #t) 11:32 (quit) realitygrill: Quit: realitygrill 11:33 (quit) mceier: Quit: leaving 11:33 MightyFoo: that said... all of *my* effort was in avoiding scheme.vim recognising identifier{ as an error 11:33 MightyFoo: once vim has highlighted an error, the syntax falls apart 11:35 MightyFoo: vim-racket seems not to care about braces. i'll experiment tomorrow 11:39 (join) jonrafkind 11:39 (join) realitygrill 11:39 (join) dnolen 11:44 MightyFoo: If you've got racket.vim from the vim-racket package, https://github.com/wlangstroth/vim-racket, this works with scribble.vim 11:44 MightyFoo: (and better than with my racket.vim) 11:53 (quit) yoklov: Quit: Leaving. 11:57 (quit) neilv: Quit: Leaving 12:00 (quit) anRch: Quit: anRch 12:08 (join) anRch 12:13 (quit) Blkt: Quit: going back home... 12:18 (join) mithos28 12:20 (join) yoklov 12:24 (join) MayDaniel 12:27 MightyFoo: night all 12:28 (part) MightyFoo: "Leaving" 12:47 (quit) anRch: Ping timeout: 248 seconds 12:51 (join) anRch 12:53 (quit) tfb: Quit: sleeping 12:54 (join) strass 12:54 strass: Anyone know how to make a .exe file in racket? 12:56 (quit) anRch: Client Quit 12:56 jonrafkind: raco exe foobar.rkt 12:59 (quit) strass: Ping timeout: 252 seconds 13:05 (quit) sethalves: Ping timeout: 260 seconds 13:10 askhader: wow 13:10 askhader: That's easy. 13:20 (nick) elliottcable -> elliottcableOff 13:21 (join) sethalves 13:24 (join) bluezenix 13:38 (quit) bluezenix: Quit: Leaving. 13:41 (join) anRch 13:45 (quit) xharkonnen: Ping timeout: 248 seconds 13:48 (join) dmac1 13:52 (quit) jonrafkind: Ping timeout: 244 seconds 13:56 (join) DanBurton 14:18 (join) jonrafkind 14:19 (join) xharkonnen 14:20 (join) bluezenix 14:25 (join) jao 14:27 (nick) mattmigh` -> mattmight 14:27 (join) Blkt 14:36 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/9iY2Nw 14:36 RacketCommitBot: [racket/master] Add a pointer to a vim plugin for scribble. - Vincent St-Amour 14:39 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/sbCGqw 14:39 RacketCommitBot: [racket/master] cocoa: fix control-refresh bug - Matthew Flatt 14:39 (part) ChibaPet 14:47 (quit) DanBurton: Quit: Leaving 14:48 (join) DanBurton 14:50 stamourv: yoklov: Figured out part of the story of yesterday's bug. 14:50 stamourv: The "happens after the 3rd time" part is a red herring, and a result of loop unrolling + constant folding. 14:51 stamourv: i.e. the program becomes: (begin (print 1) (print 2) (print 3) ) 14:56 yoklov: oh 14:56 yoklov: weird 14:56 (quit) anRch: Quit: anRch 14:58 stamourv: No, that part makes sense. 14:58 stamourv: But when the computation is actually done at run-time, that's when the problem occurs. 15:03 yoklov: Yeah, I mean it makes sense 15:03 yoklov: brb 15:03 (quit) yoklov: Quit: Page closed 15:07 (quit) MayDaniel: Read error: Connection reset by peer 15:08 (join) jeapostrophe 15:20 (join) rotty 15:21 rotty: hi folks. anyone having an (almost) up-to-date racket build (Unix) handy? 15:21 rotty: if so, could you try this: (require racket/system) (system/exit-code "exit 42") 15:21 samth: rotty: you mean 5.1.3, or from git? 15:21 rotty: well, both would be interesting? 15:22 rotty: s/?// 15:22 samth: rotty: it produces 42, waits for input, echos the input 15:22 rotty: (here, i do not get 42, as expected, but 10752) 15:23 samth: rotty: strange 15:24 rotty: racket Debian package, version 5.1.3+dfsg1-1 15:24 bremner: 42 here, but I'm still running 5.1 on this one. 15:24 rotty: (amd64) 15:24 bremner: hmm. I do believe I built that package 15:24 samth: on 5.1.3, i get 10752 as well 15:24 rotty: samth: the first one was git master, right? 15:24 samth: yes 15:25 rotty: ok, I guess there's no need to file a bug report, then 15:25 samth: so it looks like there was a bug at some point that's currently fixed 15:25 samth: maybe a test case, though :) 15:25 stamourv: rudybot: eval (require racket/system) 15:25 rudybot: stamourv: your sandbox is ready 15:25 rudybot: stamourv: Done. 15:25 stamourv: rudybot: eval (system/exit-code "exit 42") 15:25 rudybot: stamourv: error: subprocess: `execute' access denied for /bin/sh 15:25 stamourv: :() 15:25 stamourv: :( 15:26 stamourv: (Emacs paren completion backfires!) 15:26 samth: ha! 15:27 bremner: yeah, I get 10752 with 5.1.3+dfsg1-1 as well 15:30 (quit) bluezenix: Quit: Leaving. 15:31 rotty: samth: there seems to be already a test case (git master): 15:32 rotty: collects/tests/racket/subprocess.rktl: (test 3 system/exit-code "exit 3"))) 15:39 (quit) jao: Ping timeout: 252 seconds 15:42 (quit) jeapostrophe: Quit: jeapostrophe 15:46 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/kzuz2A 15:46 RacketCommitBot: [racket/master] Place channels correctly use refcount on place_objects - Kevin Tew 15:48 (join) _danb_ 15:54 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/mtC5-A 15:54 RacketCommitBot: [racket/master] Include millisecond timings with commas. - Sam Tobin-Hochstadt 16:02 (join) jao 16:15 (quit) realitygrill: Quit: realitygrill 16:19 (join) bluezenix 16:31 (join) yoklov 16:33 (join) realitygrill 16:42 (quit) jonrafkind: Ping timeout: 260 seconds 16:56 (part) eMko_CZ 16:59 (join) mceier 17:08 (quit) DanBurton: Quit: Leaving 17:16 (join) anRch 17:28 (quit) _danb_: Ping timeout: 245 seconds 17:33 (join) tfb 17:36 (quit) Blkt: Quit: good night 17:37 (join) Mellow` 17:42 (quit) dnolen: Quit: Page closed 17:42 (join) realitygrill_ 17:43 (quit) realitygrill: Ping timeout: 248 seconds 17:43 (nick) realitygrill_ -> realitygrill 17:46 (quit) tfb: Quit: sleeping 18:01 (join) jeapostrophe 18:07 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/DrEuZg 18:07 RacketCommitBot: [racket/master] remove debugging printf - Robby Findler 18:07 RacketCommitBot: [racket/master] fix problems with the autosave recovery gui and add a drdr test for it - Robby Findler 18:09 (nick) samth -> samth_away 18:11 (quit) bluezenix: Quit: Leaving. 18:13 (quit) anRch: Quit: anRch 18:26 (quit) jeapostrophe: Quit: jeapostrophe 18:27 (join) jonrafkind 18:35 (join) _danb_ 18:58 (join) jeapostrophe 19:35 (quit) masm: Quit: Leaving. 20:06 (quit) bfulgham: Ping timeout: 260 seconds 20:07 (join) bfulgham 20:26 (join) kwamz 20:27 kwamz: anyone know what function is used to play music or access an external file? 20:27 (quit) kwamz: Client Quit 20:29 (quit) mceier: Quit: leaving 20:31 (quit) jonrafkind: Ping timeout: 256 seconds 20:46 (join) dnolen 20:57 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/zKEJ9w 20:57 RacketCommitBot: [racket/master] remove debugging edit - Robby Findler 21:05 (quit) jeapostrophe: Quit: jeapostrophe 21:06 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/KOGkJQ 21:06 RacketCommitBot: [racket/master] revert some (require racket/pretty) to (require scheme/pretty) - Ryan Culpepper 21:15 (quit) xharkonnen: Ping timeout: 260 seconds 21:46 (join) JoelMcCracken 21:56 (quit) jao: Ping timeout: 240 seconds 22:05 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/I7O0pg 22:05 RacketCommitBot: [racket/master] adjust frame position preferences for the case when a monitor has gone away - Robby Findler 22:30 (quit) jrslepak: Remote host closed the connection 22:39 (join) roastbird 22:41 (quit) dmac1: Ping timeout: 252 seconds 22:47 (join) dmac1 23:00 (quit) realitygrill: Read error: Connection reset by peer 23:02 (join) realitygrill 23:30 (join) jrslepak 23:35 (quit) jrslepak: Quit: Leaving 23:36 (join) jrslepak 23:37 (join) realitygrill_ 23:38 (quit) jrslepak: Client Quit 23:38 (join) jrslepak 23:38 (quit) realitygrill: Ping timeout: 248 seconds 23:38 (nick) realitygrill_ -> realitygrill 23:39 (join) jonrafkind 23:44 (join) jao