00:00 offby1: The future's so buggy, I gotta wear sunglasses 00:00 (nick) elliottcable -> battlecollie 00:01 mithos28: Does any one know what the first possible match means in the documentation for the regexp form "(?> )"? 00:01 (join) freakazoid 00:03 (nick) battlecollie -> elliottcable 00:04 offby1: nope 00:04 offby1: be nice if they included an example 00:04 mithos28: there are a lot of examples for other forms 00:05 mithos28: It looks like it does what I want, but I would like a specification to know that I am relying on documented behavior 00:05 offby1: well, once you figure it out, write up some examples and submit 'em :) 00:09 mithos28: The problem is that that form makes "a|ab" different from "ab|a" as a sub expression 00:44 (nick) elliottcable -> ec|thiscutiemark 00:44 (nick) ec|thiscutiemark -> elliottcable|see 00:44 (nick) elliottcable|see -> elliottcable 01:00 (join) realitygrill 01:01 (quit) jonrafkind: Ping timeout: 252 seconds 01:05 (quit) freakazoid: Quit: Computer has gone to sleep. 01:09 ozzloy: https://gist.github.com/1426239 is there an easy way to pass on a rest-args to a function call? 01:10 ozzloy: also what's the technical name for the "vs" in (define (foo arg .vs) ...)? 01:11 ozzloy: i'm thinking i could check if vs is empty and then call (question) with or without it 01:12 ozzloy: but ... hoping there's a better way 01:36 (nick) elliottcable -> elliottcable|fag 01:44 (nick) elliottcable|fag -> elliottcable|hat 02:00 (nick) elliottcable|hat -> hatiottcable 02:00 (nick) hatiottcable -> ellihatcable 02:04 (join) mithos28_ 02:07 (quit) mithos28: Read error: Connection reset by peer 02:07 (join) mithos28 02:11 (quit) mithos28_: Ping timeout: 240 seconds 02:12 (quit) Shviller: Ping timeout: 248 seconds 02:15 (nick) ellihatcable -> elliottcable 02:37 (nick) elliottcable -> elliottcable^ 03:02 (nick) elliottcable^ -> elliottcable 03:33 (quit) noam: Read error: Connection reset by peer 03:34 (join) noam 04:07 (quit) realitygrill: Quit: realitygrill 04:14 (join) Shviller 04:22 (join) keenbug 04:51 (join) masm 05:56 (quit) mithos28: Quit: mithos28 06:00 (join) kenjin2201 06:08 (join) sindoc 06:13 kenjin2201: .. 06:15 Pauan: ozzloy: not sure what you mean, to "pass on rest args to another function", you would just use apply. 06:47 (quit) sindoc: Quit: Leaving. 06:57 (join) MayDaniel 06:59 (join) sindoc 07:22 (quit) MayDaniel: 07:30 Pauan: hey, I'm trying to write a *super-minimal* module, where the *only* binding is #%require, which is then used to import other modules 07:30 Pauan: I can use #lang s-exp '#%kernel but that imports a bunch of stuff I don't want. Is there a more minimal form than '#%kernel? 07:31 Pauan: (if you're curious why I want this, it's because I'm bootstrapping the Arc language, and I want all Racket stuff prefixed with racket- so you'd say racket-cons rather than cons, etc.) 07:47 (quit) masm: Ping timeout: 248 seconds 07:59 (quit) sindoc: Quit: Leaving. 07:59 (join) masm 08:19 (join) ambrosebs 08:19 (part) ambrosebs 08:21 RacketCommitBot: [racket] plt pushed 5 new commits to master: http://git.io/_RB3cQ 08:21 RacketCommitBot: [racket/master] remove reference to `compiler/cffi' - Matthew Flatt 08:21 RacketCommitBot: [racket/master] flatten (begin ... (begin ...)) in last pass of compiler - Matthew Flatt 08:21 RacketCommitBot: [racket/master] avoid uninitialized-variable warning from C compilers - Matthew Flatt 08:29 (join) anRch 08:52 (join) sindoc 09:12 (join) ambrosebs 09:28 (join) phoenixsun 09:29 (part) phoenixsun 09:32 (join) jrslepak 09:32 (quit) noam: Read error: Connection reset by peer 09:32 (join) MayDaniel 09:33 (join) noam 10:45 (quit) anRch: Quit: anRch 11:06 (quit) sindoc: Quit: Leaving. 11:45 (part) kenjin2201 12:08 (join) realitygrill 12:20 (quit) jrslepak: Ping timeout: 248 seconds 12:22 (join) sindoc 12:25 (quit) noam: Read error: Connection reset by peer 12:26 (join) noam 12:27 (join) EmmanuelOga 12:31 ozzloy: Pauan, look at the bottom to see the error output when running the file 12:32 ozzloy: i guess i could shorten up the example 12:48 ozzloy: https://gist.github.com/1426239 am i being silly here? i don't see how to use apply to solve this problem 13:12 (quit) Lajla: Ping timeout: 252 seconds 13:18 ozzloy: okay, i was being stupid 13:22 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/LWln1w 13:22 RacketCommitBot: [racket/master] Revert "typo in `universe' docs for `on-new'" - Matthew Flatt 13:23 (join) mithos28 13:24 samth: Pauan: no, there's nothing more minimal than '#%kernel 13:24 samth: but you could just write your own module that exports `#%require' and `#%top-interaction' 13:36 (quit) Demosthenes: Ping timeout: 244 seconds 13:41 Pauan: true, I thought about that, but I'd rather not have another file... 13:43 (quit) keenbug: Ping timeout: 244 seconds 13:53 (join) Demosthenes 13:55 (quit) masm: Quit: Leaving. 14:02 (quit) MayDaniel: Read error: Connection reset by peer 14:21 (quit) sindoc: Quit: Leaving. 15:10 (join) MayDaniel 15:26 (quit) MayDaniel: Read error: Connection reset by peer 15:33 (quit) fridim_: Ping timeout: 240 seconds 15:38 (join) sindoc 15:38 (quit) sindoc: Client Quit 15:39 (join) MayDaniel 15:44 (join) sindoc 15:46 (join) kfb 16:05 (quit) noam: Read error: Connection reset by peer 16:05 (join) noam 16:13 (quit) kfb: Ping timeout: 244 seconds 16:35 (quit) MayDaniel: Read error: Connection reset by peer 16:39 (quit) mithos28: Quit: mithos28 17:26 (join) kfb 17:45 (join) malkomalko 17:47 (quit) malkomalko: Remote host closed the connection 17:50 (join) fridim_ 17:58 (join) Shvillr_ 17:58 (quit) Shviller: Disconnected by services 17:58 (nick) Shvillr_ -> Shviller 18:17 (quit) kfb: Ping timeout: 244 seconds 18:19 (join) kfb 18:29 (quit) kfb: Ping timeout: 260 seconds 18:47 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/mNUw-A 18:47 RacketCommitBot: [racket/master] Avoid providing internal macro. - Sam Tobin-Hochstadt 18:47 samth: stamourv: we now have no typed racket drdr errors :) 18:47 (quit) sindoc: Read error: Connection reset by peer 18:56 (quit) acarrico: Ping timeout: 244 seconds 19:09 (join) acarrico 19:49 offby1: You mean, it no longer hurts when I do this? 19:49 (nick) samth -> samth_away 19:49 samth_away: offby1: it never hurt when *you* did it ;) 19:51 offby1: Oh, that's good to know. 19:56 (join) jrslepak 20:00 (join) sindoc 20:11 (join) jonrafkind 20:47 (quit) sindoc: Ping timeout: 248 seconds 20:51 (join) tauntaun` 20:55 (join) shachaf_ 20:57 (quit) tauntaun: Read error: Connection reset by peer 20:57 (quit) shachaf: Ping timeout: 245 seconds 21:09 (quit) fridim_: Ping timeout: 240 seconds 21:39 (join) ipiprime 21:43 (quit) ipiprime: Client Quit 22:04 (join) Lajla 22:32 (join) freakazoid 23:21 (quit) Lajla: Read error: Connection reset by peer 23:33 (nick) shachaf_ -> shachaf