[00:25] MSG: Quit: humhum [06:01] Join: datagram joined #corewars [06:01] I return [06:27] so do I [06:28] I like ocaml [06:28] L P [06:28] it is "beautiful": [06:28] let rec merge cmp l0 l1 = [06:28] match (l0, l1) with [06:28] (xl, []) -> xl [06:28] | ([], yl) -> yl [06:28] : P even [06:28] | (x :: _ as xl, y :: ys) [06:28] when cmp x y -> y :: merge cmp xl ys [06:28] | (x :: xs, yl) -> x :: merge cmp xs yl;; [06:28] type 'a cranky_list = { pl:'a list; [06:28] cmp:('a -> 'a -> bool); [06:28] ordered:bool };; [06:28] let insert (elt:'a) (cl:'a cranky_list) = [06:28] match cl with [06:28] {ordered=true} -> {cl with pl = merge cl.cmp [elt] cl.pl} [06:28] | _ -> {cl with pl = elt :: cl.pl};; [06:29] # let x = {pl=[3;5;9;16];cmp=(>);ordered=true};; [06:29] val x : int cranky_list = {pl = [3; 5; 9; 16]; cmp = ; ordered = true} [06:29] # insert 7 x;; [06:29] - : int cranky_list = {pl = [3; 5; 7; 9; 16]; cmp = ; ordered = true} [06:29] what do you say? [06:29] (about ocaml) [06:30] It looks okay, but not amazing [06:31] your sense for aesthetic has been crippled by insane exposure to c. [06:31] Join: Mizcu joined #corewars [06:31] ocaml has so much syntax, I want to puke [06:32] greetings [06:32] but, behold the pattern matching [06:32] (haskell does it better..) [06:32] greetings Mizcu [06:32] * brx_ is on language ranting mode again, this time: ocaml [06:37] Join: fiveop joined #corewars [06:37] fiveop: see www.koth.org/irc-logs/ for an ocaml paste. [07:22] MSG: [07:59] Join: Mizcu joined #corewars [10:04] Join: Core29 joined #corewars [10:22] MSG: [10:26] Join: Moonwolf joined #corewars [10:28] MSG: Client Quit [11:04] Join: caesar joined #corewars [12:26] Join: Jens joined #corewars [12:26] :) [12:30] hi jens [12:30] Morning [12:53] Hi everybody! [12:53] datagram: Morning? [12:53] It's 6 AM here [12:54] I'm actually on your same schedule though : P You guys always try to message me during the day [12:54] I sleep during the day (my time) [12:54] I got my passport yesterday [12:54] Now I can be internationally cool [12:55] It is 15:00 here :) [12:55] I know [12:55] I got my world clock thing going [12:56] I'm working on a new warrior [12:56] hehe ... good idea, I should use mine, too [12:56] completely new? [12:56] Yes [12:56] and still a stone? [12:57] That's top secret, Jens [12:57] If I told you I'd likely have to kill you [12:58] But if I get onto 94b I'll show you the code [12:58] ah yes, I think, I know, what you are talking about [13:00] I don't want help on this one, that's all [13:14] I was simply curious ... as always. Nothing more :) [13:15] I know [13:15] The tournament starts tomorrow? [13:16] Join: Nenad joined #corewars [13:21] ... a little quiet in here... [13:21] :( [13:22] the wiki been block in our isp [13:26] * Nenad waves [13:26] MSG: [13:35] datagram: It starts on Monday [13:39] So I need to have a warrior ready on Monday, Jens? [13:44] No, on Oct 23 the rules for the first round will be announced. If I remember correctly, you have then one week to submit your warrior. [13:47] After that every week a new round starts. [13:48] I see [13:48] Good thing I'll lose in the first round! : P [13:49] argh ... Nenad, what have you done. HFB has dropped 9 (!) places just because of your test submission :( [13:49] Nenad left [13:49] I know, but he reads the logs [13:51] Cool [13:53] ye... [13:53] bye [13:53] Part: caesar left #corewars [13:55] I am gonna goto bed [13:55] Night everyone [13:57] * Jens waves [13:57] Part: Jens left #corewars [14:04] Join: brx joined #corewars [14:07] MSG: Read error: Operation timed out [14:40] Join: simple joined #corewars [14:55] MSG: Quit: HydraIRC -> http://www.hydrairc.com <- The future of IRC [15:12] Join: Neo joined #corewars [15:14] wee [15:23] Join: Fizmo joined #corewars [15:24] hi [15:26] hi Fiz [15:26] Roskilde is out, btw! [15:27] ohh, really :-/ [15:27] it enters as koth with [15:27] lp hill is getting stronger and stronger [15:29] yeah. My recent warriors are all p-spacers [15:30] well, 200 instructions should be enough to make a good brainwasher [15:30] "stand alone" strategies fall soon [15:30] * Neo thinks of vampires [15:31] I've somewhere a tiny little vamp programm that nicely find opponents p-space location and value [15:32] it'S based on Moore's p-scout [15:32] looks for non-zero locations in the p-space? [15:35] yes [15:36] and store the location and the value [15:38] how do you read from the opponents p-space? [15:38] let him read? :P [15:38] yes, vamp one of his processes into a special pit [15:39] and let him read the p-space [15:40] * Neo is looking at pScout's code right now [15:41] mmh, it could be useful [15:45] * Neo is going to publish a couple of LP's. I want to promote interest on LP. [15:45] well, I think that is the simplest part of a brainwasher [15:46] it's more tricky to let stay the opponent in a useless strategy where you can continue with brainwashing [15:47] I always gave up on that point, because I didn'T find a good solution for that [15:47] but I am pretty sure that it could be solved. It's just a lack of good ideas from my side :-/ [15:49] Even it could be possible to make your opponent to suicide in the p^3 routine [15:52] hey, if this would be possible, then brainwashers would soon make a comeback [15:54] p^3? [15:54] the most common p-switching engine [15:54] http://www.corewar.info/lexicon/p-switcher.htm [15:55] * Neo was looking for the link... [15:55] ;-) [15:56] 21 player for CSEC2005 [15:56] just 3 more and it would be perfect [15:57] CSEC2005 has attracted a great interest in a very short time! [15:59] I am very happy that so much player participate. I didn't expected that [16:00] still waiting for response of some player. [16:03] do you think there will be 24 players? [16:05] that would be the best participation in tournament in the last 2 or 3 years! [16:05] I wish it would be 24 player, which would be perfect for the qualification round [16:07] at least one more of the cw gurus, like Kline, Moore, Macrae, Guenzel, Paulsson, etc. [16:09] Another remote PnP exploit for windows... [16:09] Get ready for another worm [16:09] :-/ [16:14] Topic Change: Neo sets topic: 3 more needed for CSES2005! http://www.corewar.info/tournament/cwset2005/ [16:16] :) [16:18] grr, i wrote CSES instead CSEC! [16:18] Topic Change: Neo sets topic: 3 more needed for CSEC2005! http://www.corewar.info/tournament/cwset2005/ [16:23] A 2nd RF place to add to my CW achivements :) [16:24] oh, yes. RF20 [16:24] sorry, overlooked that [16:25] oh, yes. RF20 [16:25] still waiting for Adamowski's replay [16:26] I thought he would surely participate [16:27] Yes, I can't wait to get my ass kicked. [16:27] Surely. He takes part on almost every round [16:28] hehe [16:28] Don't be so pesimist, there can be many surprises [16:28] Goodnight, everyone [16:28] * fiveop waves [16:29] I'm horribly pessimistic [16:29] ;) [16:29] * Neo waves [16:29] * Fizmo waves [16:29] okay, time to go for me too [16:30] * Fizmo waves [16:30] bye [16:30] bye Neo [16:30] MSG: Quit: Physical Wreck IRC webscript: http://www.pswclan.com/cgi-bin/irc/irc.cgi [EOF] [16:33] Join: sascha joined #corewars [16:35] Can we hope for 24 participants for cwset2005 ? [16:36] There's always hope *blubberblubber* :P [16:37] hi Sascha [16:37] that's my goal [16:37] i will press you my "daumen" [16:38] hehe [16:38] Join: Jens joined #corewars [16:38] Hi Jens [16:39] hi [16:40] Heya Jens, whats going on with the Bunny....? [16:41] Never seen such a colourful "huge array" for 94nop...not well balanced the hill... [16:44] Unfortunately Elven King was pushed off. HFB got a lot of points from it. [16:44] :-( [16:46] Thats bad.. [16:50] Join: elkauka joined #corewars [16:51] hi [16:51] Hi elkauka [16:52] hi [16:53] hemm, look at the bottom part of the cw wiki :-O [16:53] hi fiz, sascha [16:53] http://www.pvk.ca/tiki/tiki-index.php [16:54] * elkauka drops an eye [16:54] gee, damn wiki spammer [16:55] are you already altering the page fiz? [16:55] i done it [16:55] still removing the viag--- spamm [16:55] ah ok [16:56] now it looks better [16:57] i thought i removed it :) [17:07] Yikes! is funny. It enters on last place with a big gap to 19th and is now age 11 [17:08] I think best place was 18th [17:11] time to go [17:11] * Jens waves [17:11] Part: Jens left #corewars [17:57] * elkauka waves [17:57] * elkauka can't await sunday [17:57] :) [17:57] cu [17:57] :) [17:57] * Fizmo waves [17:57] Part: elkauka left #corewars [18:11] Part: sascha left #corewars [18:32] I have to go now [18:32] * Fizmo waves [18:32] MSG: [18:56] MSG: Read error: Operation timed out [18:57] Join: datagram joined #corewars [19:21] MSG: Ping timeout: 252 seconds [19:22] Join: datagram joined #corewars [21:49] Join: elkauka joined #corewars [21:56] Join: Core29_ joined #corewars [21:59] hi core [21:59] MSG: Ping timeout: 252 seconds [22:23] MSG: Quit: humhum [22:26] hi [22:26] hey...i'm two times in here =) [22:28] Join: Moonwolf joined #corewars [22:30] MSG: Client Quit [22:36] MSG: Quit: Kopete 0.9.0 : http://kopete.kde.org [23:00] MSG: Quit: Trillian (http://www.ceruleanstudios.com