00:02:53 L33t? 00:04:30 There's fungot, he's written in Funge-98. 00:04:31 fizzie: i've been into c++ quite fnord, by state fnord? 00:04:40 ^source 00:04:40 http://git.zem.fi/fungot/blob/HEAD:/fungot.b98 00:04:50 There's them codes. 00:05:41 You could count him doubly or triply esoteric, since in addition to the implementation language, he interprets Brainfuck and Underload too. 00:07:25 C++ is pretty esoteric 00:07:43 :D 00:10:08 cool 00:10:32 i think my goal is to make an IRC bot in an esoteric language 00:15:22 well have a nice afternoon with that :) 00:21:14 wont be too hard 00:21:15 * SimonRC curses debian 00:21:30 they have made openoffice impossible to install 00:21:57 I tried uninstalling it to fix some weird dependancy things 00:22:01 and now I can't re-install it 00:22:24 that sucks 00:23:54 argh 00:23:57 I know what's up 00:24:20 "mysql-common 5.1.37-2" conflicts with... 00:24:22 ITSELF! 00:24:34 I wonder how I get aptitude to ignore this fact 00:34:54 -!- lifthrasiir has quit (Read error: 110 (Connection timed out)). 00:42:55 -!- quantumEd has joined. 00:44:25 -!- Oranjer has joined. 01:33:28 -!- MizardX has quit ("What are you sinking about?"). 01:33:55 -!- MizardX has joined. 01:38:49 -!- jpc has quit (Read error: 104 (Connection reset by peer)). 01:38:58 -!- jpc has joined. 01:42:12 -!- Aedolon has quit ("using sirc version 2.211+KSIRC/1.3.12"). 01:42:25 -!- poiuy_qwert has left (?). 01:42:30 -!- poiuy_qwert has joined. 01:51:59 -!- Gracenotes has joined. 01:57:16 -!- jpc has quit (Connection timed out). 02:20:16 -!- augur has joined. 02:28:00 -!- Slereah has joined. 02:38:32 -!- Slereah_ has quit (Read error: 110 (Connection timed out)). 02:42:22 * SimonRC goes 02:42:46 (the solution was wget and dpkg -i for 2 of the packages, BTW) 02:44:46 -!- augur has quit (Read error: 110 (Connection timed out)). 02:56:42 -!- augur has joined. 02:57:21 -!- Oranjer has left (?). 03:51:58 -!- augur has quit (Read error: 110 (Connection timed out)). 04:08:22 -!- quantumEd has quit ("Leaving"). 04:08:47 -!- lifthrasiir has joined. 04:23:48 -!- augur has joined. 04:30:28 -!- coppro has quit (Remote closed the connection). 04:48:47 -!- coppro has joined. 05:29:11 -!- poiuy_qwert has left (?). 05:55:58 -!- oerjan has joined. 06:23:58 (01:31:40 AM) <>: I don't know if its more messed up that its trying to compile Python.h or that it is trying to compiler Python.h 06:24:02 Erm 06:24:09 (01:31:11 AM) <>: SystemError: Cannot compiler 'Python.h'. 06:24:11 Then that 06:24:48 cannot parser sentence 06:39:34 -!- oerjan has quit ("leaving"). 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:46:32 -!- coppro has quit (Read error: 60 (Operation timed out)). 09:38:12 -!- Asztal has quit (Read error: 110 (Connection timed out)). 18:49:22 -!- clog has joined. 18:49:22 -!- clog has joined. 18:49:33 -!- lifthrasiir has quit (Read error: 104 (Connection reset by peer)). 18:50:26 wb clog 18:50:30 I have devised a disturbingly crazy language. 18:50:38 Well, rather, prototype-language. 18:51:20 It gives you a false sense of normality, then piles the WTF on you. It's not an esolang, but only because it's too dastardly for that. 18:54:39 augur: this is relevant to you, as it's sort of dependently typed 18:57:44 -!- lifthrasiir has joined. 18:57:45 -!- lifthras1ir has quit (Read error: 104 (Connection reset by peer)). 19:03:11 -!- lifthrasiir has quit (Remote closed the connection). 19:03:18 -!- lifthrasiir has joined. 19:04:59 http://pastie.org/728558.txt?key=u4gd8tswifanismyu9dusg yes, I know the syntax is fugly 19:05:50 http://pastie.org/728561.txt?key=niy1z20jplxlhak9uy8ya just realised i don't need the dots 19:07:32 ehird: wut 19:07:38 oh tell me about a prototype language :D 19:07:44 prototype as in unformed 19:07:50 not as in prototypical, though it is sort of that 19:07:54 more composition-based, though 19:08:01 oh oh ok 19:08:05 but 19:08:06 it has dependent types 19:08:08 specifically 19:08:17 there is no type/variable namespace dichotomy 19:08:25 and no compile/runtime variable existence dichotomy 19:08:39 so types exist in the single namespace, at compile time and at run time, simple as 19:08:43 anyway, http://pastie.org/728561.txt?key=niy1z20jplxlhak9uy8ya is the hideous abomination in question 19:08:53 it shows off one or two off the "unique" features 19:09:02 note that that's incomplete see e.g. thee comment about * 19:09:05 and the syntax is very first-draft 19:09:06 *the 19:10:32 s/ret contents/ret elems/ 19:10:51 http://pastie.org/728566.txt?key=gv9hd8rlldampcr5j0r3og 19:10:59 look at all the mistakes i'm making, i need to sleep :) 19:11:05 oh darn, another one 19:11:32 augur: http://pastie.org/728567.txt?key=dosixl4rjiqvmdqaefrna this, finally, should have no dumb mistakes 19:13:01 the interesting elements there are rather subtle, and fuck my life, i just found another error 19:13:24 http://pastie.org/728571.txt?key=zl2af7lovf0knbe3avpw 19:13:24 good lord. 19:16:41 -!- lifthras1ir has joined. 19:16:46 -!- lifthrasiir has quit (Read error: 54 (Connection reset by peer)). 19:51:35 -!- Sgeo has joined. 19:51:47 My computer problems: 19:51:48 http://www.bleepingcomputer.com/forums/topic276368.html 19:53:17 That's nice. 19:59:45 -!- lifthras1ir has quit (Read error: 104 (Connection reset by peer)). 20:03:26 -!- lifthrasiir has joined. 20:23:27 -!- poiuy_qwert has joined. 20:29:00 See you tomorrow. 20:29:06 -!- ehird has quit. 20:36:53 -!- lifthras1ir has joined. 20:44:19 -!- lifthras2ir has joined. 20:44:20 -!- lifthras1ir has quit (Read error: 104 (Connection reset by peer)). 20:50:12 -!- lifthras1ir has joined. 20:50:12 -!- lifthras2ir has quit (Read error: 54 (Connection reset by peer)). 20:54:54 -!- quantumEd has joined. 20:57:03 -!- lifthrasiir has quit (Read error: 110 (Connection timed out)). 21:19:28 -!- lifthras1ir has quit (Read error: 110 (Connection timed out)). 21:20:08 -!- lifthrasiir has joined. 21:27:32 -!- lifthras1ir has joined. 21:27:33 -!- lifthrasiir has quit (Read error: 104 (Connection reset by peer)). 21:44:15 -!- lifthrasiir has joined. 21:44:15 -!- lifthras1ir has quit (Read error: 104 (Connection reset by peer)). 21:50:46 -!- lifthras1ir has joined. 21:51:01 -!- lifthrasiir has quit (Read error: 104 (Connection reset by peer)). 22:01:51 -!- quantumEd has quit ("* I'm too lame to read BitchX.doc *"). 22:08:13 -!- augur has quit (Read error: 110 (Connection timed out)). 22:17:51 -!- poiuy_qwert has quit ("Leaving"). 22:32:08 -!- coppro has quit (Remote closed the connection). 22:46:03 -!- coppro has joined. 22:47:14 -!- oerjan has joined. 22:52:02 -!- augur has joined. 22:54:07 -!- lifthras1ir has changed nick to lifthrasiir. 22:54:57 -!- coppro has quit (Remote closed the connection). 23:08:04 -!- oerjan has quit ("leaving"). 23:09:16 -!- Sgeo has quit (Remote closed the connection). 23:15:07 -!- coppro has joined. 23:15:48 -!- lifthrasiir has quit (Read error: 54 (Connection reset by peer)). 23:21:25 -!- lifthrasiir has joined. 23:33:01 -!- Asztal has quit (Read error: 110 (Connection timed out)). 23:34:05 -!- lifthras1ir has joined. 23:34:06 -!- lifthrasiir has quit (Read error: 104 (Connection reset by peer)). 23:54:16 -!- Pthing has quit (Remote closed the connection).