←2006-04-01 2006-04-02 2006-04-03→ ↑2006 ↑all
00:47:51 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht").
00:52:03 -!- CXI has joined.
00:55:59 -!- Arrogant_ has joined.
01:07:11 -!- Arrogant has quit (Nick collision from services.).
01:07:15 -!- Arrogant_ has changed nick to Arrogant.
01:11:05 -!- GregorR has joined.
01:25:27 -!- GregorR has quit (Read error: 104 (Connection reset by peer)).
01:25:51 -!- GregorR has joined.
01:27:34 -!- Arrogant has quit ("Leaving").
02:03:50 -!- ihope_ has quit ("¡Hasta manzana!").
04:40:25 -!- GregorR has quit (Remote closed the connection).
04:40:58 -!- GregorR has joined.
05:36:23 <puzzlet> tetration for reals? it is well defined
05:37:53 <puzzlet> ah
05:37:56 <puzzlet> i was mistaken
05:38:07 <puzzlet> confused
05:38:23 -!- CXI has quit (Connection timed out).
05:39:23 <puzzlet> but it exists! http://en.wikipedia.org/wiki/Tetration#Extension_to_real_numbers
05:50:56 <calamari> so what is pi^^pi then? :)
05:52:03 <puzzlet> it exists
05:52:05 <puzzlet> at least
05:54:27 <calamari> pi^^pi = pi^pi^pi ?
05:55:35 <calamari> so approx 1.34 * 10^18
05:55:42 <calamari> bbl
05:55:46 -!- calamari has quit ("Leaving").
07:09:22 <GregorR> Damn you people.
07:09:32 <GregorR> I'm writing a language for a MUD engine that I'm totally not working on *cough*
07:09:43 <GregorR> Anyway, it's coming out more awful than some esoteric languages.
07:10:00 <GregorR> foreach i in $obj
07:10:00 <GregorR> set ["p_".$i."_ok"] to true
07:10:00 <GregorR> foreend
07:10:00 <GregorR> foreach i in "above at behind below from in inside into on onto to under upon"
07:10:00 <GregorR> if [$p_($i) !?= "" & !$p_($i)_ok]
07:10:00 <GregorR> echo ["How do you do that ".$i." something?"] to $~
07:10:02 <GregorR> return
07:10:04 <GregorR> ifend
07:10:06 <GregorR> foreend
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
09:07:18 -!- jix has joined.
09:29:21 -!- CXI has joined.
09:53:50 -!- nooga has joined.
11:03:12 <GregorR> Hey nooga, want to give your opinion on a bit of nasty syntax of mine?
11:04:11 <GregorR> HOLY F*** IT'S 3AM >_<
11:04:16 <GregorR> Damn DST.
11:05:02 <nooga> ok
11:05:10 <GregorR> inline:_pa
11:05:10 <GregorR> echo ["\W" , %s_name , "\N\n" , %s_desc , "\n"] to $user
11:05:10 <GregorR> if [%b_nolist]
11:05:10 <GregorR> return
11:05:10 <GregorR> ifend
11:05:10 <GregorR> foreach i in %l_beings
11:05:12 <GregorR> echo ["\R" , $($i).s_name , " is here.\N"] to $user
11:05:14 <GregorR> foreend
11:05:16 <GregorR> foreach i in %l_objs
11:05:18 <GregorR> echo ["\BThere is a " , @($i).s_name , " here.\N"] to $user
11:05:20 <GregorR> foreend
11:05:22 <GregorR> Unfortunately, this is not supposed to be esoteric :(
11:07:00 <nooga> gulp
11:07:06 <nooga> many sigils
11:07:25 <GregorR> sigils?
11:07:28 <nooga> looks awfull
11:07:35 <nooga> $, % and @
11:07:51 <GregorR> $ = beings, % = rooms, @ = objects :P
11:08:58 <jix> GregorR: what's that?
11:09:30 <GregorR> About eight months ago I wrote a large chunk of a MUD engine. Recently I trudged it up and continued working on it.
11:09:37 <GregorR> That's an example of its language.
11:09:45 <jix> looks awfull
11:09:49 <GregorR> Hahaha
11:10:04 <GregorR> What looks PARTICULARLY awful :P
11:10:41 <jix> foreend why foreend instead of just end... the interpreter should KNOW it's in a for loop
11:11:00 <GregorR> That was quite possibly the most minor thing you could have pointed out XD
11:11:43 <jix> and i don't like the [] they are hard to type on a de keyboard
11:12:07 <GregorR> Where are they?
11:12:13 <jix> echo [...
11:12:19 <GregorR> >_<
11:12:24 <GregorR> On a DE keyboard you doof :P
11:12:29 <jix> oh ^^
11:12:36 <jix> depends on the OS
11:12:48 <jix> on windows they are on alt-gr 8 and 9
11:12:58 <jix> on mac os they are on alt 5 and 6
11:13:05 <GregorR> Ow.
11:13:13 <nooga> lol
11:13:18 <GregorR> We've keys just for them over here :P
11:13:20 <nooga> im poland we use us keyboards
11:13:23 <jix> i know...
11:13:25 <nooga> and they're the best
11:13:32 <nooga> :]
11:13:35 <nooga> [][][][
11:13:39 <jix> :[
11:13:53 <GregorR> Well, thank you jix for pointing out the two least important problems with my code XD
11:14:01 <nooga> oh, GregorR, it resembles bash
11:14:08 <jix> GregorR: couldn't you use öä instead of [] we have keys for them
11:14:15 <nooga> bash combined with infant-basic
11:14:22 <GregorR> jix: ö is alt-o-" for me XP
11:14:29 <jix> GregorR: replace foreend with hcaerof
11:14:38 <GregorR> lol
11:14:50 <nooga> jus end would be nice
11:14:57 <nooga> or indentation
11:15:04 <GregorR> I agree with just end.
11:15:09 <nooga> no, no indentation
11:15:11 <jix> YAY!
11:15:13 <GregorR> I don't like when languages make indentation significant.
11:15:15 <nooga> it will look pythony
11:15:16 <GregorR> F***ing python.
11:15:23 <jix> (my yay was about end not indention)
11:15:25 <nooga> well, g2g
11:15:25 <nooga> bye
11:15:29 -!- nooga has quit.
11:15:32 <GregorR> That is quite seriosly the ONLY ---
11:15:33 <GregorR> ...
11:15:38 <jix> idention is stupid
11:15:42 <GregorR> ... thing I dislike about python >_>
11:15:59 <jix> and you have to put self on the argument list right?
11:16:00 <GregorR> OK, I'm going to sleep. Tomorrow I'll make them all 'end'
11:16:07 <jix> hrhr
12:30:46 -!- CXI has quit (Read error: 104 (Connection reset by peer)).
12:31:12 -!- CXI has joined.
14:08:48 -!- CXI has quit (Read error: 104 (Connection reset by peer)).
14:09:15 -!- CXI has joined.
14:47:07 -!- CXII has joined.
14:49:23 -!- CXIII has joined.
15:06:11 -!- CXI has quit (Connection timed out).
15:09:39 -!- CXII has quit (Connection timed out).
18:23:04 -!- Sgeo has joined.
19:31:45 <SimonRC> :-S
20:21:20 -!- Arrogant has joined.
21:19:06 -!- Arrogant has quit (Connection reset by peer).
21:24:15 -!- Arrogant has joined.
21:39:12 -!- Arrogant_ has joined.
21:48:06 -!- Arrogant has quit (No route to host).
22:20:04 -!- GregorR has quit (Read error: 104 (Connection reset by peer)).
22:20:36 -!- GregorR has joined.
22:40:35 -!- GregorR has quit (Remote closed the connection).
22:41:11 -!- GregorR has joined.
22:57:02 -!- Arrogant_ has quit ("Leaving").
23:18:05 -!- GregorR has quit (Remote closed the connection).
23:47:17 -!- calamari has joined.
←2006-04-01 2006-04-02 2006-04-03→ ↑2006 ↑all