| 2008-02-17 | |
| 20:09:50 | <LeoD> `_´ |
| 20:10:02 | <NotZuu> ´_` |
| 20:10:36 | <NotZuu> `_´ + ´_` = ^_^ |
| 20:10:41 | <LeoD> I agree |
| 20:11:03 | <NotZuu> :D |
| 20:12:14 | <NotZuu> smiley arithmetic beats pointer arithmetic by far |
| 20:12:25 | <NotZuu> i mean, with a lot |
| 2008-05-28 | |
| 19:39:42 | <downs> 396 return [" "[]: "_"[], ",": "_", ":": "", "!": "", "/": "_", "'": "_"] |
| 19:39:42 | <downs> 397 /map/ (string a, string b) { return stuple(a, b); } |
| 19:39:42 | <downs> 398 /reduce(s)/ (ref string s, Stuple!(string, string) t) { s = s.replace(t._0, t._1); }; |
| 19:39:46 | <downs> ^_________^ |
| 19:39:57 | <downs> that's actually readable. |
| 19:40:00 | <I-MOD> yeah, that's just a bunch of smileys on a line |
| 2008-06-06 | |
| 15:58:18 | <Ge0rG> /apply/ is a part of downs' standard library :> |
| 15:58:22 | <downs> ^^ |
| 15:58:35 | <downs> consider it D's amateur-made version of boost. |
| 15:58:47 | <Ge0rG> downs: whats the progress on the smiley operator library? |
| 15:58:59 | <downs> XD |
| 16:26:10 | <I-MOD> Ge0rG, it appears he is already using it and has been for some time on irc |
| 16:27:48 | <downs> that's just tools |
| 16:32:19 | <Ge0rG> I want to code in smileys. |
| 16:32:28 | <Ge0rG> and I want smiley compiler error warnings! |
| 16:32:38 | <Ge0rG> and friendly exception handling |
| 2008-06-19 | |
| 20:15:32 | <Zuu> hmm.. we should make a language base don smileys |
| 20:15:48 | <BCSd> derived from BF |
| 2008-06-25 | |
| 18:22:32 | <downs> foreach (key, value; number_of_md5sums) writefln(key._0); |
| 18:22:53 | <Ge0rG> downs: what kind of fugly syntax is ._0? is that some smiley operator? |