00:01:55 -!- GregorR-W has quit ("ANd then, Gregor went home"). 00:09:05 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 00:11:24 "ANd"? 00:15:24 -!- wildhalcyon has joined. 01:16:17 -!- tgwizard has quit ("Leaving"). 02:08:22 * ihope yawns 02:13:57 -!- calamari has joined. 02:18:38 ihope: try everything2 for an indiscriminat collection of information 02:19:05 At the bottom of each page there is a collection of a couple of dozen links of varying relevance 02:19:13 reeeeally addictive 02:19:42 I generally get to one page from a Google search, and end up reading it for 6 hours or something like that 02:20:03 do not, of courese, forget the "uncyclopedia". 02:20:09 * SimonRC goes to bed 02:24:29 -!- ihope has quit ("Bedtime"). 04:20:17 -!- vincenz has joined. 04:20:19 Hello people! 04:21:48 I am in the need of some very important elp 04:21:50 s/elp/help 04:22:34 I need a good name for my programming language 04:24:08 F# 04:24:17 o.O 04:44:39 Why don't you explain some of its features? 04:44:47 it's a mixture of haskell and ml 04:45:48 * GregorR has no suggestions :P 05:34:49 -!- fizzie has joined. 05:42:52 vincenz: "ml" 06:15:55 -!- sedimin has joined. 06:16:35 greetings 06:31:08 http://i15.photobucket.com/albums/a379/GregorRichards/Jefish.jpg 06:34:24 uh 06:49:22 -!- kipple has joined. 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:06:57 -!- CXII has joined. 08:07:30 -!- CXI has quit (Read error: 131 (Connection reset by peer)). 08:09:51 !help 08:09:54 help ps kill i eof flush show ls bf_txtgen usertrig daemon undaemon 08:09:56 1l 2l adjust axo befunge bch bf{8,[16],32,64} fyb fybs glass glypho kipple lambda lazyk linguine malbolge pbrain rail rhotor sadol sceql trigger udage01 unlambda whirl 08:10:00 Wow, what a survivor it is today :P 08:59:42 -!- calamari has left (?). 09:01:35 -!- bsmntbombdood has quit ("all your basment are belong to bsmntbombdood"). 09:47:26 omg 10:05:08 -!- sedimin_ has joined. 10:06:50 -!- sedimin has quit (Read error: 113 (No route to host)). 10:09:09 -!- sedimin_ has left (?). 10:13:26 -!- tgwizard has joined. 10:52:27 -!- wildhalcyon has quit ("Chatzilla 0.9.73 [Firefox 1.5.0.4/2006050817]"). 11:30:18 -!- jix has joined. 11:55:50 oh dear: 11:55:57 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119185 11:56:21 "Bugzilla Bug 119185 – if rpm exits in mid-transaction, the RPM data base can be left in an inconsistent state" 11:57:33 etc 11:57:45 IMO it *is* a bug 14:44:24 -!- goxen has joined. 14:47:37 -!- goxen has quit (Client Quit). 16:43:08 -!- ChanServ has quit (kornbluth.freenode.net irc.freenode.net). 16:57:53 -!- ChanServ has joined. 16:57:53 -!- irc.freenode.net has set channel mode: +o ChanServ. 17:13:33 -!- poiuy_qwert has quit. 18:19:36 -!- Robdgreat has quit ("I'd rather have this bottle in front of me than a frontal lobotomy."). 18:42:07 is Oerjan Johansen here? 19:07:23 -!- ihope has joined. 19:07:26 Oh, right! 19:08:03 My English word regex was a failure (mostly because English is so weird, I'm sure), so now I'll try a Spanish one. 19:32:52 -!- sedimin_ has joined. 19:33:00 hi there 19:33:04 Hello. 19:33:12 All stereotypes are stupid! 19:33:28 sometimes not 19:33:32 -!- sedimin_ has changed nick to sedimin. 19:36:19 hm. what is the EOF defines as? it varies from OS to OS or from what? 19:36:26 I thought it was 0 19:37:19 Isn't EOF obsolete? :-P 19:37:36 :) 19:37:40 but look at this: 19:37:54 rtfm 19:37:54 stfw lol 19:37:54 wtf lol iz liek 0 19:37:54 tldr 19:37:54 brb 19:37:54 rofl lol 19:37:55 brb 19:38:42 ehm -> http://rafb.net/paste/results/Y0qnBt87.html 19:39:15 the problem is, it runs for infinite amount of time 19:39:36 so i can't stop it 19:41:34 If by "EOF" you mean the C language macro in , it _can't_ be 0, because: "EOF which expands to an integer constant expression, with type int and a negative value, that is returned by several functions to indicate end-of-file, --" (C99 7.9.1, paragraph 3.) 19:42:16 (If you mean some other EOF, disregard the previous.) 19:43:03 I think the general end-of-file expression 19:44:06 for example, brainfuck cat program is ,[.,] I think. so when the current cell value is 0, then it ends 19:45:22 I don't think there is any "general end-of-file"; especially with brainf*ck environments EOF seems to vary between 0, 255 and no-change. 19:46:37 (And probably -1, too, if there are some non-byte-cells.) 19:46:40 i see 19:47:14 but imagine you have a program of some kind (cat for example) and you are giving it input. then you give it ctrl+z in windows, or ctrl+d in linux 19:47:21 and it stops 19:48:35 It stops if the cat program has been written to understand the EOF given by the brainf*ck system. That particular cat program would not work for a "EOF means no change to current cell" brainf*ck system.) 19:48:47 i see 19:48:54 thanks 19:50:44 geeez i'm stupid 19:56:18 i just thought of keyboard shortcut that yields EOF and its value - i forgot that it's dirrefent on windows and linux 19:57:44 The keyboard shortcut to give EOF is very probably not what the program sees, anyway. 19:58:25 yes, 19:59:13 but i wondered why the cat program does not end on ctrl+z when using standard input, and it did when a file has been redirected into standard input 20:03:03 -!- sedimin has left (?). 20:08:38 -!- sedimin__ has joined. 20:18:47 hm 20:41:20 hi sedimin 20:41:25 hey 20:41:36 I'm Rune in the wiki. 20:41:45 about that EOF and file handling... 20:41:51 go on 20:42:17 first off, I think 255 file handles is a lot. probably enough 20:42:36 reading filenames off the stack is not a bad idea 20:42:43 yes, but imagine an omgrofl operating system 20:42:51 ah :) 20:42:53 it would be only able to have 255 handles at run time :( 20:42:54 :) 20:43:06 why not simply make it 32bit... 20:43:26 or 1024-bit? :) 20:43:46 or undefined 20:43:52 then it would be prepared for 1024-bit processors 20:43:56 and let each implementation choose 20:43:59 -!- poiuy_qwert has joined. 20:44:10 hmm 20:44:17 that's wise 20:47:33 an operator that reads a (zero-terminated) filename off the stack and opens it would be nice I think. But only if file IO (apart from STDIO) is actually wanter 20:47:36 wanted 20:47:51 hmm 20:49:15 imagine it is 20:49:32 then there will be commands to read from a file? 20:50:06 If you add that, you'll have to add pointers. 20:50:13 of will we swap the STDI/O for the file handle and use stfw or rofl to read/write to/from file? 20:50:14 That is, you 20:50:34 'll have to add dynamic memory allocation, which more-or-less requires pointers. 20:50:34 you can add a second parameter to rofl and stfw 20:51:00 or you can have a command that sets the active file 20:51:04 yes 20:51:14 Then you'll need a good way to do network connections. 20:51:17 :) 20:51:25 i was actually going to say it! 20:51:29 heh 20:51:42 actually, due to the nature of the language the IRC protocol should probably be included :P 20:51:56 or somebody should just code IRC library 20:52:33 Ah, yes. Libraries. 20:52:45 There needs to be a way to define functions, and a way to call them. 20:53:50 -!- sedimin_ has joined. 20:53:53 stupid miranda 20:55:06 ... 20:55:18 so, but - when we'll be able to change active file 20:55:34 we still won't be able to seek in the files, just use them as streams 20:56:01 true 20:56:17 you could of course add random access functionality, but is it really necessary? 20:56:36 i don't think so 20:56:47 you may read the entire file into stack 20:56:51 and manipulate it there 20:57:40 and to the function definitions 20:57:49 i still have the "omg" keyword reserved ;) 20:58:30 indeed. it needs an omg keyword 20:58:43 And a bbq keyword. 20:59:16 bbq? like in barbequeue? 20:59:31 Yeah. 20:59:47 I guess it could mark the end of whatever omg begins. 20:59:56 :)) 20:59:56 bbl is also available 21:00:01 and cya 21:00:07 many keywords ;) 21:00:08 And wtf needs to be one of the things that omg and bbq can enclose. 21:01:30 maybe it should be object-oriented and programmer-hostile 21:02:47 hm. doesn't bbq mean also "be back quick" ? :) 21:05:06 Yeah, it does! 21:05:22 but barbeque sounds nicer 21:05:36 especially in a code 21:06:54 a couple of others: g2g, wb, IANAL, btw 21:08:46 good list: http://www.sharpened.net/glossary/acronyms.php 21:10:11 brb :) 21:11:00 -!- sedimin__ has quit (Read error: 113 (No route to host)). 21:11:44 I'd say IANA could be an output command, but... 21:12:13 :)) 21:12:21 or http://www.noslang.com/dictionary/full 21:12:23 brb 21:12:25 -!- sedimin_ has left (?). 21:12:48 An example: "IANAH; IANAe; IANAl; IANAl; IANAo; IANA,; IANA ; IANAw; IANAo; IANAr; IANAl; IANAd; IANA!" 21:17:10 -!- bsmntbombdood has joined. 21:28:11 -!- sedimin has joined. 21:29:47 eh 21:30:22 so what about the networking and libraries in omgrofl? :) 21:30:50 :-D can be import. 21:31:04 Except that I wanted emoticons to be comments. 21:31:35 just a harmless comment? 21:32:01 wherever in the code like lol :) iz 3 21:39:54 IANA should obviously only allow capital letters 21:40:21 sedimin: yep. 21:40:23 IANAH; IANAE; IANAL; IANAL; IANAO 21:41:02 I am not a large humanoid; I am not an elemental; I am not a lich; I am not a lich; I am not an ogre? 21:41:09 perhaps it could even allow several at a time 21:41:18 IANAHE; IANAL; IANALO 21:42:09 But we already have an output command, don't we? 21:43:15 i am not a happy elephant; i am not a lawyer; i am not a little orange. 21:58:29 -!- sedimin has quit (Read error: 113 (No route to host)). 22:15:41 -!- vincenz has quit ("leaving"). 22:46:32 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 22:55:09 -!- kipple has quit (Read error: 110 (Connection timed out)). 22:56:11 -!- lindi- has joined. 23:26:07 -!- tgwizard has quit (Success).