00:02 (join) jeapostrophe 00:20 (quit) jeapostrophe: Quit: jeapostrophe 00:40 neilv: "syntax-parse" seems very nice for doing macros with keyword arguments 00:50 (join) kPb_in 01:19 (quit) dnolen: Quit: dnolen 01:55 (quit) kPb_in: Ping timeout: 252 seconds 02:13 (quit) jonrafkind: Ping timeout: 240 seconds 02:15 (join) kPb_in 02:18 (join) tfb 02:21 (quit) kPb_in: Quit: kPb_in 02:23 (nick) elliottcable -> GONE 02:23 (nick) GONE -> sephr 02:24 (join) kPb_in 02:26 (nick) sephr -> elliottcable_ 02:26 (nick) elliottcable_ -> sephr_ 02:27 (nick) sephr_ -> elliottcable 02:29 (nick) elliottcable -> system 02:29 (nick) system -> elliottcable 02:31 (quit) tfb: Quit: sleeping 02:42 (quit) kPb_in: Ping timeout: 264 seconds 02:46 (join) kPb_in 02:55 (quit) kPb_in: Quit: kPb_in 03:02 (join) RacketCommitBot 03:02 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/qkJa9Q 03:02 RacketCommitBot: [racket/master] Typo in docs. - Asumu Takikawa 03:02 (part) RacketCommitBot 03:50 (quit) neilv: Quit: Leaving 03:59 (join) mceier 04:08 (join) hkBst 04:30 (join) tfb 04:44 (quit) noelw: Ping timeout: 260 seconds 04:45 (join) noelw 04:51 (join) si14 05:38 (join) Burlingk 06:10 (nick) rapacity_ -> rapacity 06:32 (quit) realitygrill: Quit: realitygrill 06:57 (quit) noelw: Ping timeout: 240 seconds 06:59 (join) MayDaniel 07:01 (join) noelw 07:22 (quit) MayDaniel: Read error: Connection reset by peer 07:35 (join) jeapostrophe 08:19 (quit) jeapostrophe: Quit: jeapostrophe 08:26 (join) stud 08:27 stud: hi there 08:27 stud: can anyone help on how to install racket on puppy linux? i have downloaded the program. whats the next step? 08:29 stud: hello. anyone there? 08:31 stud: can anyone help on how to install racket on puppy linux? i have downloaded the program. whats the next step? 08:32 (join) jeapostrophe 08:37 (quit) stud: Ping timeout: 252 seconds 08:54 (quit) jeapostrophe: Quit: jeapostrophe 08:54 (join) dnolen 09:14 (join) MayDaniel 09:24 (join) jeapostrophe 09:24 (quit) jeapostrophe: Client Quit 09:34 (join) orivej 09:47 (join) jeapostrophe 09:49 (join) realitygrill 09:50 (join) anRch 09:58 (quit) noelw: Read error: Connection reset by peer 10:07 (quit) hkBst: Read error: Connection reset by peer 10:19 (quit) dnolen: Quit: dnolen 10:55 (join) jonrafkind 11:17 (join) dnolen 11:19 (quit) anRch: Quit: anRch 11:24 (quit) samth_away: Remote host closed the connection 11:26 (join) samth 12:06 (join) RacketCommitBot 12:06 RacketCommitBot: [racket] plt pushed 5 new commits to master: http://git.io/33ERdA 12:06 RacketCommitBot: [racket/master] doc clarifications - Matthew Flatt 12:06 RacketCommitBot: [racket/master] doc style adjustments; reorg cmdline+editors docs in Guide - Matthew Flatt 12:06 RacketCommitBot: [racket/master] slideshow/pict: add `linestyle' and `#:style' argument to `pin-line' - Matthew Flatt 12:06 (part) RacketCommitBot 12:22 (quit) tfb: Quit: sleeping 12:23 (quit) jao: Remote host closed the connection 12:34 (join) masm 12:35 (quit) realitygrill: Quit: realitygrill 12:55 (join) shofetim 13:22 (join) turbofail 13:26 (join) orivej_ 13:27 (quit) orivej: Ping timeout: 260 seconds 13:38 (join) soegaard 13:55 (nick) orivej_ -> orivej 13:55 (quit) soegaard: Quit: Page closed 13:58 (quit) masm: Ping timeout: 240 seconds 14:04 (join) anRch 14:37 (join) RacketCommitBot 14:37 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/e-_TuQ 14:37 RacketCommitBot: [racket/master] clarify precise semantics of 'raco setup -D' - Robby Findler 14:37 RacketCommitBot: [racket/master] adjust the way the execute-callback is overridden so that this mixin - Robby Findler 14:37 RacketCommitBot: [racket/master] added the ability to tell drracket to run a program and then run something after that - Robby Findler 14:37 (part) RacketCommitBot 14:47 tauntaun: The Sribble ref doesn't seem to offer a way to document a dotted function argument, as in (define (f x . y) etc). Is there a trick for this? 14:47 (quit) anRch: Quit: anRch 14:48 samth: rudybot: doc + 14:48 rudybot: samth: your typed/racket sandbox is ready 14:48 rudybot: samth: http://docs.racket-lang.org/reference/generic-numbers.html#(def._((quote._~23~25kernel)._%2B)) 14:48 samth: tauntaun: see, eg: http://docs.racket-lang.org/reference/generic-numbers.html#%28def._%28%28quote._~23~25kernel%29._~3d%29%29 14:48 rudybot: http://tinyurl.com/3gxt658 14:49 samth: source here: https://github.com/plt/racket/blob/master/collects/scribblings/reference/numbers.scrbl#L448 14:49 rudybot: http://tinyurl.com/3qz4u5d 14:52 tauntaun: samth: Thanks, but I don't think ellipses are quite what I need, because the dotted arg I'm trying to document is heterogeneous. 14:57 samth: tauntaun: see the docs for `make-struct-type' then 14:57 samth: or `procedure-chaperone' 14:57 samth: both of which are heterogenous 15:02 (join) jao 15:34 (join) masm 15:52 (quit) masm: Quit: Leaving. 15:55 (join) RacketCommitBot 15:55 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/NyOG0A 15:55 RacketCommitBot: [racket/master] Reuse `case-lambda' syntax in optimizer. - Sam Tobin-Hochstadt 15:55 RacketCommitBot: [racket/master] Propagate expected function types propertly in case-lambda. - Sam Tobin-Hochstadt 15:55 (part) RacketCommitBot 16:07 (nick) elliottcable -> ecdysis 16:08 (nick) ecdysis -> ecad 16:31 (nick) ecad -> elliottcable 16:59 (join) RacketCommitBot 16:59 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/-LHpYg 16:59 RacketCommitBot: [racket/master] Allow TCP sockets and file ports to be communicated across places - Kevin Tew 16:59 (part) RacketCommitBot 17:02 (quit) fmu: Quit: Coyote finally caught me 17:25 (join) anRch 17:45 (quit) mceier: Quit: leaving 18:00 (quit) jeapostrophe: Quit: jeapostrophe 18:01 (quit) MayDaniel: Read error: Connection reset by peer 18:19 (nick) samth -> samth_away 18:30 (quit) DGASAU: Excess Flood 18:36 tauntaun: Can a keyword func be invoked with apply? E.g., (define (f #:a x) etc), and then do something like (apply f '(#:a x)). I've turned up empty with the docs and with experiments with "keyword->" functions, but I'd like to be sure there isn't a trick to it... 18:37 (quit) anRch: Quit: anRch 18:39 tauntaun: Nevermind. 18:39 jonrafkind: i remember apply and keywords working together somehow 18:39 tauntaun just found keyword-apply. 18:39 jonrafkind: thats it! 19:03 (quit) dnolen: Ping timeout: 252 seconds 19:07 (join) RacketCommitBot 19:07 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/OAOALQ 19:07 RacketCommitBot: [racket/master] Revert "adjust the way the execute-callback is overridden so that this mixin" - Robby Findler 19:07 (part) RacketCommitBot 19:08 (join) jeapostrophe 19:12 (join) neilv 19:20 (quit) jeapostrophe: Quit: jeapostrophe 19:21 neilv: in scribble, when "doc/lang" documentaiton for a library generates single-page html, are there options to do things like disable the navigation bar at the of the html page? 19:22 neilv: er, not "doc/lang". i meant "scrbble/manual" 19:36 shofetim: There is a planet package that looks like its author is too busy to maintain (it has open bugs, and some with unmerged patches, and they are many months old) that I plan on fixing for my own needs... What is the proper etiquette for getting a version with my updates into planet? 19:37 shofetim: On github I would do a pull request... but here do I just upload the package under my username? or is there a way to update the existing package? 19:38 shofetim: (I'm thinking sending patches to the owner wont work as there are some attached to the bugs and they haven't been applied) 19:39 shofetim: (I don't want to annoy the package owner or community, just want to help out) 19:43 (join) dnolen 19:56 offby1: shofetim: dunno. Ask on the mailing list. 20:10 (join) jeapostrophe 20:10 (quit) jeapostrophe: Client Quit 20:14 (quit) neilv: Ping timeout: 245 seconds 20:38 (quit) jonrafkind: Read error: Operation timed out 20:43 (quit) rekahsoft: Ping timeout: 258 seconds 20:48 (join) neilv 20:55 (join) jeapostrophe 20:56 (quit) jeapostrophe: Client Quit 21:08 (join) lvilnis 21:13 (quit) orivej: Ping timeout: 245 seconds 21:15 lvilnis: Hi everybody. Sorry if this is a dumb question... if I have a patch for DrRacket, who should I send it to? 21:20 offby1: lvilnis: the plt dev list 21:20 offby1: please hold for that email address 21:21 lvilnis: dev@racket-lang.org? 21:21 offby1: dev@racket-lang.org 21:21 offby1: jinx 21:21 lvilnis: nice. so I can just add it to the email as an attachment and it won't get stripped by the server? 21:23 lvilnis: alright, I'll give it a try, thanks for your help! 21:24 (join) jeapostrophe 21:25 (quit) jeapostrophe: Client Quit 21:42 (join) jeapostrophe 21:54 (quit) jeapostrophe: Quit: jeapostrophe 22:04 (join) jeapostrophe 22:06 (quit) jao: Ping timeout: 240 seconds 22:09 (join) RacketCommitBot 22:09 RacketCommitBot: [racket] plt pushed 8 new commits to master: http://git.io/o60ffg 22:09 RacketCommitBot: [racket/master] add `raco unpack' - Matthew Flatt 22:09 RacketCommitBot: [racket/master] change -s `raco link' flag to -l - Matthew Flatt 22:09 RacketCommitBot: [racket/master] more `raco link' command-line changes: add -u, adjust -rn - Matthew Flatt 22:09 (part) RacketCommitBot 22:14 (quit) turbofail: Ping timeout: 245 seconds 22:39 (join) wtetzner 23:25 (quit) jeapostrophe: Quit: jeapostrophe 23:43 (join) jonrafkind