< 1161561613 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Mmkay. . . Before I start; anyone *else* care?' < 1161561631 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: you are interested arn't you? < 1161561643 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :in BFM? < 1161561646 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yes < 1161561654 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I guess it could be interesting < 1161561660 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: Feel free to discuss it, too; you're the other person who understands it right now. :p < 1161561670 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but let me solve this rubics cube first.... < 1161561686 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :If you don't get it in 3 minutes, I'll smack you upside the head. < 1161561692 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161561700 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :In the meantime, I'll solve mine, too. < 1161561761 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :done < 1161561791 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: you too? < 1161561828 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Done. < 1161561837 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Let's start, then. < 1161561840 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161561859 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :First, we've got the commands that allow BFM to be Brainfuck complete. . . < 1161561870 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :add variable number < 1161561887 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :variable number? < 1161561904 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :add < 1161561907 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah < 1161561914 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uhm and what is variable? < 1161561917 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Sorry; should be less vague. < 1161561932 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Adds to . . . < 1161561946 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :subtract < 1161561954 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Self-explanitory from that. < 1161561954 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah but what can variable be? < 1161561962 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :@ < 1161561964 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah < 1161561980 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Declares a variable at in the Brainfuck memory. < 1161561997 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(a variable "current" is automatically declared) < 1161562030 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :current just means that the operation acts on the current location in the Brainfuck memory. < 1161562034 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :right < 1161562047 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Moves right in the Brainfuck memory. < 1161562051 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :left < 1161562060 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Same, except s/right/left/. < 1161562068 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :wont it get quite confused when one tries to write moving code? < 1161562083 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :at < 1161562097 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :yes. it is wise to use only the current variable in combination with right/left. < 1161562102 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Tells the compiler that the current location is the 's location. < 1161562110 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah < 1161562127 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It's not merely wise, it's the only thing you can do sanely. < 1161562151 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :while {} < 1161562156 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :and then you use at to switch back to known positions < 1161562163 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :While !=0, execute . < 1161562184 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Finally: < 1161562189 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :set < 1161562193 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :are the macros written for wrapping code or for nonwrapping? < 1161562219 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Pretty much the same as "while {subtract 1};add ". < 1161562229 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: wrapping. < 1161562234 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161562248 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :So, that's it for pure Brainfuck equivalency. . . < 1161562253 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :do you have arrays implemented? < 1161562263 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :the stdlib assumes wrapping. the base commands might work in either way < 1161562267 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: I've not done an array macro yet. < 1161562273 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1161562299 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :So, we've got a few more commands left. . . < 1161562303 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :since they'd amount to a datatype, rather than a function, it might be best to make them part of the spec. < 1161562303 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :is0 < 1161562319 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Tells the compiler that =0. < 1161562323 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :isnot0 < 1161562333 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Same, except !=0. < 1161562354 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :does is0 produce code to set variable = 0 or tells it only the compiler... < 1161562394 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: Only tells the compiler, so the compiler won't set it to 0 again (when it's optimizing). . . Those two commands are only needed if the compiler's assumptions are wrong. < 1161562427 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :They do nothing when you've not enabled optimization. < 1161562428 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :cool < 1161562437 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmm < 1161562439 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :interesting < 1161562441 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And one last command: < 1161562447 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ACTION is thinking of implementing some highlevel lang using bfm as backend < 1161562471 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :macro {} {} {} {} < 1161562505 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Declares a macro , which executes , with , , and as arguments. < 1161562513 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :A macro would be called as follows: < 1161562528 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric : > : < 1161562561 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(the seperation of arguments into input, output, and temp are just to make code calling the macro easier to understand) < 1161562565 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1161562578 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric : and can each contain several variables < 1161562585 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :or none < 1161562611 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :The > and : are only needed when you've got output or temp arguments. < 1161562644 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :btw pikhq i noticed that there is currently no way to have only output and temp arguments < 1161562652 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Argh; forgot a handful of commands. < 1161562665 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: Need to fix that. < 1161562670 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :in < 1161562680 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Takes input, and puts it into . < 1161562683 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :out < 1161562690 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Outputs . < 1161562696 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :source < 1161562708 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Executes the code in . < 1161562742 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(^ is replaced with the location of the stdlib macro library) < 1161562758 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :comment {} < 1161562777 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :A comment block (when the compiler isn't told to strip this, it gets sent with the output). < 1161562786 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :That's all, I believe. < 1161562796 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Unless you want an exhaustive spec of the macros in stdlib? < 1161562805 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: no i don't < 1161562821 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Good; I'm not willing to talk about those right now. < 1161562844 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmm i have a feature suggestion.... tool and the stdout of the tool gets inserted into the code < 1161562857 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :the macros in stdlib are in any case good to read to see how to code in the language < 1161562943 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(the compiler may act oddly on code that's nonstandard, so don't do it!) < 1161562984 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :what do you mean by nonstandard? < 1161563010 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :while [variable] ("[ Wheee! ]') {code} < 1161563012 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric ::p < 1161563047 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(I *think* that would make the compiler vomit on your terminal) < 1161563061 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :let's try that < 1161563089 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :so nonstandard = syntax error < 1161563099 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Yeah. < 1161563116 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :only 15 lines < 1161563143 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh wait < 1161563148 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i called the interpreter wrong < 1161563162 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :./bfm --file file.bfm > file.b < 1161563168 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :why --file? < 1161563178 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Or: ./bfm --file file.bfm --strip 1 --optimize 1 > file.b < 1161563189 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Haven't bothered getting the command line parser done right. < 1161563195 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah ok < 1161563394 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Any luck? < 1161563636 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :is it possible to pass numbers as arguments to macros? < 1161563650 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Only variables. < 1161563707 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :have you tried? < 1161563713 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no < 1161563728 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Only variables, according to the spec; whether it works on the compiler or not is beyond me. . . < 1161563741 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Err. . . < 1161563749 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION beats his brain into submission < 1161563761 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :why? < 1161563763 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :it could be useful to have numbers too < 1161563786 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :The question, then, is how to get it integrated into the spec. . . < 1161563795 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And the compiler. < 1161563815 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Hmm. < 1161563869 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :macro {} {} {} {} {}? < 1161563877 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :i should think the compiler already allows it < 1161563879 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :macro {} {} {} {} {}, I mean. < 1161563885 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :. . . Oh. < 1161563899 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Just change the spec, then? :p < 1161563979 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Yeah, it does work. < 1161563996 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :After banging my head against the wall for a while, I think I've got my trefunge instruction wrapping working. Now to test it. :D < 1161563999 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Fine; macros can be passed variables or numbers (be careful with this). < 1161564006 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Voila. < 1161564046 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :for what it's worth you could probably squeeze through {} blocks too i expect < 1161564069 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Hmm? < 1161564133 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: pikhq: GregorR: ihope: everyone else don't forget to submit your statements! < 1161564158 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: I'm thinking about what they should be. < 1161564189 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :i am not sure whether to submit what i have or try to improve it < 1161564214 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: even if you don't have many or some that arn't that funny.... together with the rest they will be < 1161564229 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :boring statements are 1000x better than no statements at all < 1161564236 0 :ihope!unknown@unknown.invalid PRIVMSG #esoteric :Mmh. < 1161564241 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :oh they are all somewhat insane < 1161564249 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: well no problem then < 1161564256 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ouch < 1161564260 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: i misread your msg < 1161564270 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: If you want to see a finished BFM project, http://pikhq.nonlogic.org/basm.tar.bz2 (understanding it could be a bit difficult; sorry). < 1161564282 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i am not sure whether to submit < i thought OH NO!!!> < 1161564315 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :What's your email again? < 1161564323 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: jannis@harderweb.de < 1161564356 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :thats @web.de easy to remember < 1161564379 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: i think {} blocks can also be macro arguments < 1161564433 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :after all the macro and while commands essentially work that way < 1161564463 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: Ah. < 1161564479 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :http://www.zib.de/zuse/Inhalt/Kommentare/Html/0684/universal2.html <- FOUND IT! This article is fascinating. I mentioned it a few weeks ago, but I didn't want to scan it in from my book for fear of summoning copyright demons. < 1161564780 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I've got 3 commands so far. . . < 1161564802 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I think you'll laugh hysterically at them. ;) < 1161564810 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161564838 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :"The result shown in this paper seems counterintuitive, until we realize that operations like multiplication and division are iterative computations in which branching decisions are taken by the hardware." < 1161564844 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :"The conditional branchings we need are embedded in these arithmetical operations and the whole purpose of the transformations used is to lift the branches up from the hardware in which they are buried to the software level, so that we can control the program flow. The whole magic of the transformation consists in making the hardware branchings visible to the programmer." < 1161564855 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :^ sums up the paper well. < 1161565508 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION has sent off his entry < 1161565521 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: Feel free to laugh as soon as you see my entry. < 1161565585 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'll wait with looking at them until the deadline < 1161565591 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :will be more fun to read them all at once < 1161565612 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :You'll get a kick out of mine, I assure you. < 1161565636 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i hope we get a lot of funny and incompatible syntax ^^ < 1161565691 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Mine has three syntax types in it. < 1161565711 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :mine doesn't really has syntax it's just nargh i can't explain without showing them.... < 1161565712 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION grins evilly < 1161565729 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you could say mine has 15 types of syntax or so ^^ < 1161565769 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Got a bit over 21 hours to go. < 1161565783 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(I think) < 1161565787 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah < 1161565803 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh and if someone hasn't 15 statements yet and thinks ah this one really has to go in you can submit a 2nd mail < 1161565806 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It *is* 01:09 UTC, right? < 1161565812 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: dunno < 1161565823 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: i was on some website that had an uhm dunno what clock < 1161565837 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i allways fuck up times between time zones :| < 1161565865 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION only submitted 8 (4 of which were defined in terms of the others). . . < 1161565868 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :00:10:39 gmt sais this side < 1161565903 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :22 hours, then (thought I was in UTC-7, not UTC-6; damn you, daylight savings time!). < 1161565987 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'm 2 hours ahead of gmt now but 1 hour ahead when the other daylight saving state is.... < 1161566195 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Anyone else care to submit? < 1161566200 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :We need your evil ideas. < 1161566211 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :well there is plenty of time left... i just wanted to remember everyone < 1161566221 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Bit under a day. < 1161566229 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :and i expect GregorR to submit ideas... he always has good ideas.... < 1161566236 0 :anonfunc!n=pimaniac@adsl-67-121-235-143.dsl.chic01.pacbell.net JOIN :#esoteric < 1161566242 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Garr < 1161566250 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: whatis? < 1161566255 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Do you have anything resembl---oh right, you're not reading it. < 1161566274 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :How about basic guidelines for statement structure? How can we submit statements if we don't know what a statement looks like :P < 1161566283 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :line-separated? ;-separated? < 1161566287 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: well it can be anything! < 1161566288 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no limits < 1161566293 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :just come up with something < 1161566303 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :might be that your particular statement needs a ; and some others don't < 1161566324 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Razor-X: How's judging going on the contest? < 1161566325 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :What abouve variables. < 1161566327 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Are there variables? < 1161566336 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: well if you need variables just use them < 1161566340 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :there will be variables then < 1161566344 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :if you want a tape.... just use it < 1161566350 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :same for stack / whatever < 1161566352 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :But if there are only variables in two statements, that's sort of ridiculous :P < 1161566363 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :That's the idea. < 1161566387 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :of course there will be a way to swap data between tape/variables if needed etc.... but that's part of the 2nd round... < 1161566390 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :One thing we'll have is the hardest to implement language ever. < 1161566415 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION has a tape, stack, *and* variables used by his statements. . . < 1161566418 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Bwahahaha! < 1161566439 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :My statements alone also provide for Turing completeness. < 1161566466 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmm i dunne but i think mine would too < 1161566486 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i hope we get nondeterminism somehow < 1161566616 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :How many am I supposed to do? < 1161566639 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: between 5 and 15 < 1161566745 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION feels that this language is going to be really hard to parse < 1161566755 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Yeah :P < 1161566760 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :I have no intention of helping with that < 1161566809 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION drags you into that < 1161566911 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'm sure there wont be a compiler for the language < 1161566953 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'm sure i should go into bed now < 1161567055 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It's a requirement. ;p < 1161567074 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Well, I have three ... < 1161567078 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(at least, an implementation is required) < 1161567252 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Sending to jix, right? < 1161567272 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: yes to my email address < 1161567289 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR: but you have a few ours left.... < 1161567311 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :+h < 1161567313 0 :jix!unknown@unknown.invalid QUIT :"Bitte waehlen Sie eine Beerdigungnachricht" < 1161567668 0 :kipple_!unknown@unknown.invalid QUIT :Read error: 110 (Connection timed out) < 1161567893 0 :ihope!unknown@unknown.invalid QUIT :Read error: 110 (Connection timed out) < 1161568178 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hmm < 1161568196 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION doesn't know if he should use the incoming table for computations etc < 1161569121 0 :oerjan!unknown@unknown.invalid QUIT :"Good night." < 1161570992 0 :Sgeo_!n=Sgeo@ool-18bf61f7.dyn.optonline.net JOIN :#esoteric < 1161571668 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric : a programming language based on lojban would be fun! < 1161571750 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :ACTION has a lot of ideas for MKBL < 1161571757 0 :Sgeo!unknown@unknown.invalid QUIT :Connection timed out < 1161571816 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Dear lord. . . < 1161571886 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :hm? < 1161571938 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Language based on Lojban. . . Craziness. < 1161572341 0 :TehCommando!n=TehComma@208.96.72.11 JOIN :#esoteric < 1161572457 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION sighs < 1161572485 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :Please evaluate (8 * 9)^56 < 1161572523 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :PROGRAMMER ERROR: /dev/coffee is out. Refill mug. < 1161572581 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :Answer: 102475441987519000200272610048162721086802501989166604512727563935541058327937254889964982197984476266496 < 1161572585 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :return full mug < 1161572605 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :IRP> < 1161572623 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :PROGRAMMER ERROR: I don't interperet math until it's RPN or sexp. < 1161572693 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :return 0 < 1161572728 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :PROGRAMMER ERROR: Unwanted terseness < 1161572760 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(I (not (do)) (want (to)) .) < 1161572769 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :please print and mail "file.doc" to me < 1161572787 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :404 File Not Found < 1161572802 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :please find "file.doc" < 1161572804 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :IRP ERROR: IRP shutting down. < 1161572809 0 :Sgeo_!unknown@unknown.invalid PRIVMSG #esoteric :410 Gone < 1161572827 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :!EgoBot will take care of your needs. < 1161572829 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :ACTION will take care of your needs. < 1161572860 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :please thank everyone else here < 1161572878 0 :Sgeo_!unknown@unknown.invalid NICK :EveryoneElseHere < 1161572919 0 :EveryoneElseHere!unknown@unknown.invalid PRIVMSG #esoteric :ACTION is thanked. < 1161572951 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :please give my brother a haircut < 1161572973 0 :EveryoneElseHere!unknown@unknown.invalid PRIVMSG #esoteric :ERROR: Brother not found in vicinity. < 1161572990 0 :EveryoneElseHere!unknown@unknown.invalid PRIVMSG #esoteric :ERROR: Location of TehCommando unknown < 1161572990 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :please rename me to "Asdquefty" < 1161573021 0 :EveryoneElseHere!unknown@unknown.invalid PRIVMSG #esoteric :ERROR: I-am-not-you < 1161573029 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :IRP> programmers: Please echo "/ignore TehCommando". < 1161573039 0 :TehCommando!unknown@unknown.invalid PRIVMSG #esoteric :thx bye < 1161573040 0 :EveryoneElseHere!unknown@unknown.invalid PRIVMSG #esoteric :"/ignore TehCommando" < 1161573042 0 :TehCommando!unknown@unknown.invalid QUIT :"Leaving" < 1161573066 0 :EveryoneElseHere!unknown@unknown.invalid NICK :Sgeo < 1161574200 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :http://esoteric.voxelperfect.net/wiki/MKBL-LN < 1161574234 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :It's a start of a spec < 1161574447 0 :sp3tt!unknown@unknown.invalid QUIT :Remote closed the connection < 1161574448 0 :sp3tt!n=sp3tt@80-162.cust.umeaenergi.com JOIN :#esoteric < 1161574771 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :PROGRAMMER IS OVERLY POLITE. < 1161574901 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Hahah. < 1161574935 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Any comments on MKBL-LN so far? < 1161575505 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Participate in language design. < 1161576100 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Ah. INTERCAL is fun :D. < 1161576125 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I feel like playing around with ASM and Forth instead of implementing SLUMTP. < 1161576163 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Razor-X: Have you even *looked* at the entries for the contest yet? < 1161576167 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It's been nearly a month. < 1161576177 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: Somewhat. < 1161576183 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I've looked at yours. < 1161576191 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :But I mean, the committee has not convened. < 1161576205 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :The contest has been *over* for a month; the commitee should've convened weeks ago. -_-' < 1161576225 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Well, I just got un-busy technically yesterday. < 1161576241 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I'm not sure where everyone else has been. < 1161576253 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :GregorR is bantering less than usual too :( < 1161576284 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :How about this! < 1161576287 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Gregor + 19 credit hours + 20 work hours = foo < 1161576315 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Committee! Meet in ##quantum in 24 hours! < 1161576332 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :I'll be in class in 24 hrs. < 1161576453 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :25 hours then? < 1161576477 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :I'll be on my way home in 25 hrs :P < 1161576484 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :How about 6 * 24 hou? < 1161576485 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :*hours < 1161576506 0 :GregorR!unknown@unknown.invalid PRIVMSG #esoteric :Saturdays are all free :P < 1161576515 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Hooray geeks with no lives! < 1161578342 0 :CakeProphet!unknown@unknown.invalid QUIT :Read error: 113 (No route to host) < 1161579187 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :No comments on MKBL-LN? < 1161580351 0 :Asztal!unknown@unknown.invalid QUIT :Read error: 60 (Operation timed out) < 1161581013 0 :Arrogant!i=Paragon@231.orlando-06-08rs.fl.dial-access.att.net JOIN :#esoteric < 1161581668 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hey, Razor-X- I finished the spec for "synthesys" http://www.nonlogic.org/dump/text/1161556217.html < 1161584661 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: Lemme take a looksee. < 1161584688 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Also, are you free to meet for the first of probably many judging meetings next Saturday? < 1161584761 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :oh, sure. < 1161584767 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :my weekends are generally free. < 1161584773 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Awesome. < 1161584873 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :What does pop 2 mean? < 1161584904 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :pop the top two arguments from the stack. < 1161584916 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Aha. < 1161584924 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I then refer to them by their order, [1] being first, [2] second and so on. < 1161584946 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :it seemed like the least ambiguous way to say it. < 1161584999 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Aha. < 1161585012 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I don't mean to be a pain or anything, but you might want to dry a small Stack drawing. < 1161585023 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Like: |1|2| -> |2| < 1161585028 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm. might be a good idea. < 1161585037 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Or use Forth style comments. < 1161585046 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I plan on making a more nicely formatted and better explained version of the spec soon. < 1161585076 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Ah. < 1161585125 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :So @ pop's the first two things off the stack? < 1161585139 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :it's an assignment operator. < 1161585146 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Oh, nevermind. < 1161585147 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I see! < 1161585153 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Concat made it make sense, heh. < 1161585173 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :the stack can contain literal values or variables. < 1161585195 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Are you sure you don't want to make + pop [1], push [1] + 1 ? < 1161585267 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :well, that might be a better way to explain it, but remember- all variables are essentially strings. I wanted to make it clear that + and - operate on the first (or only) character of a string. < 1161585514 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Well, that would be different behavior. < 1161585533 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Because you could have |'a'|'b'| then a +, and you would have |'b'|'b'| right? < 1161585542 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :yes < 1161585552 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :The version I proposed would be mork ``stack-ish'' is all I meant to say. < 1161585557 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1161585568 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :*more < 1161585587 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Because Synthesis would be trivial to implement on any stack based device. < 1161585643 0 :ghostless!unknown@unknown.invalid QUIT :"leaving" < 1161585649 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :to a degree. #  and : are what make it very powerful, and % is a convenient feature. < 1161585677 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :the stack is more of a means to an end- they make it extremely easy to create long chains of function calls. < 1161585700 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Ah. < 1161585736 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :: is the super operator ;D < 1161585787 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :: allows programmers to create functions that contain functions, and so on easily, as string literals are an essential to declaring functions. < 1161585812 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :and the fact that functions are themselves strings makes it trivially easy to make use of self-modifying code- just change the string. < 1161585825 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Hmm... can you demonstrate a function for me? < 1161585828 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Simple. < 1161585846 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :'sum' "[-~+~],"@ < 1161585854 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :defines a function, < 1161585864 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :'a' 'b' 'sum' # < 1161585889 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :will add together the contents of a and b (or the first characters) < 1161585968 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Ah hah. < 1161586069 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :if I wanted a function that contained said function, I could do 'fun' "'sum' X[-~+~],X@":@ < 1161586091 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :then, 'fun' # will redefine the sum function. < 1161586111 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :have I captured your imagination? :) < 1161586115 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Yes ;) < 1161586120 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Simple, yet elegant. < 1161586137 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I'm glad you think so. ^_^ < 1161586147 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Is there any required length for the stack? < 1161586187 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm. There's none required, but I should probably define one in the spec as a "minimum expected size". < 1161586210 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Yeah. < 1161586319 0 :Sgeo!unknown@unknown.invalid QUIT :Read error: 110 (Connection timed out) < 1161586381 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :well, I need to get some sleep soon- calc class tomorrow morning. If you have any suggestions for tweaks and modifications, just let me know. If you feel so inclined, I would be honored if you helped me write the standard library. < 1161586411 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Do you have an implementation for it done, or would you want me to do one? < 1161586436 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I have one in the works, but a second one would be awesome! < 1161586451 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Heh. Mmmkays. < 1161586461 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :What would you like to see in stdlib? < 1161586508 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I'm not sure yet- math functions and more complex string/number/etc manipulation and conversion seem like they would be the most useful. < 1161586523 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Wait... < 1161586528 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Oh. Nevermind. < 1161586541 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I think passing code segments as arguments might make it possible to synthesize flow control like case... select statements and the like. < 1161586556 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I have one suggestion: < 1161586590 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :If you want to make a few modifications to the spec to make it conform just a bit more to the architecture, I think you'll have a great low-level language. < 1161586607 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :ooh. a compelling concept. < 1161586628 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Because it already seems like a great abstraction of the machine. < 1161586658 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :well, good night... er... good morning. I'd be fascinated to discuss this in more detail later. < 1161586666 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :Sure-z :) < 1161586673 0 :Razor-X!unknown@unknown.invalid PRIVMSG #esoteric :I may or may not have an implementation done by tonight. < 1161586678 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :haha < 1161590399 0 :clog!unknown@unknown.invalid QUIT :ended < 1161590400 0 :clog!unknown@unknown.invalid JOIN :#esoteric < 1161593360 0 :ivan`!i=ivan@wikipedia/ivan JOIN :#esoteric < 1161599814 0 :Arrogant!unknown@unknown.invalid QUIT :"Leaving" < 1161601216 0 :ihope_!n=foo@c-71-205-100-59.hsd1.mi.comcast.net JOIN :#esoteric < 1161601228 0 :ihope_!unknown@unknown.invalid NICK :ihope < 1161601963 0 :jix!n=jix@L600e.l.strato-dslnet.de JOIN :#esoteric < 1161603595 0 :ihope!unknown@unknown.invalid QUIT :Read error: 110 (Connection timed out) < 1161603963 0 :ihope_!n=foo@c-71-205-100-59.hsd1.mi.comcast.net JOIN :#esoteric < 1161603975 0 :ihope_!unknown@unknown.invalid NICK :ihope < 1161606580 0 :ihope!unknown@unknown.invalid QUIT :Read error: 110 (Connection timed out) < 1161609559 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :!ps < 1161609562 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :3 SimonRC: ps < 1161609594 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :!psd < 1161609596 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :Huh? < 1161609599 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :!psd < 1161609600 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :!ps d < 1161609603 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :Huh? < 1161609604 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :1 EgoBot: daemon EgoBot reload < 1161609607 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :2 GregorR-L: daemon cat bf < 1161609608 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :3 SimonRC: psd < 1161609611 0 :EgoBot!unknown@unknown.invalid PRIVMSG #esoteric :4 SimonRC: ps < 1161610458 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :'morning, everyone. < 1161610930 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Morn'. < 1161613143 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :bbl < 1161614314 0 :oerjan!n=oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1161619608 0 :tgwizard!n=tgwizard@c-103fe155.178-1-64736c10.cust.bredbandsbolaget.se JOIN :#esoteric < 1161619879 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :back < 1161621819 0 :kipple_!n=kipple@167.80-202-102.nextgentel.com JOIN :#esoteric < 1161623582 0 :lindi-!unknown@unknown.invalid QUIT :"Lost terminal" < 1161624222 0 :oerjan!unknown@unknown.invalid QUIT :"Leaving" < 1161625246 0 :GregorR-L!n=GregorR-@192.55.60.43 JOIN :#esoteric < 1161625283 0 :Asztal!n=asztal@cpc1-stkn2-0-0-cust919.midd.cable.ntl.com JOIN :#esoteric < 1161625495 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :bbl < 1161626648 0 :lindi-!n=lindi@kulho150.adsl.netsonic.fi JOIN :#esoteric < 1161630512 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Time for NAME THAT FAMOUS PASSAGE! < 1161630516 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :This, _ duration, it goes out and duration, it goes out and age information quite bad us it goes out bevoegheid hope this, it goes out and and and seasonal datum darkness this, it goes out and and and the seasonal datum light this, it goes out and and and and seasonal datum disbelievingness this, it goes out and and and and and seasonal datum it believes and and and and and this, to go out the age idiotic thing this, it goes out and and and and and a < 1161630517 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :nd many winter d3esespoir, me that us sky of oneself it goes immediately, thing because of us is going out from this and and me us who are going out hazard anything us who are not, us me which am the possibility of doing to go out me all, it is a B to go out and it fixes and compared to this me which recover, different method -goes out and the en brevity which it talks, I discover a duration by now < 1161630545 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :This passage has been translated: English->French->Dutch->English->German->English->Greek->English->Korean->English < 1161630565 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :You guess the original passage (I don't need the exact words, just the context), and you win! < 1161630571 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Win nothing. < 1161630593 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :eek. < 1161630618 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :The Korean really kills it :P < 1161630619 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :"and and and and and" :/ < 1161630646 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: you read my statements! < 1161630656 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :? < 1161630666 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you'll see in a few hours... < 1161630673 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :? < 1161630691 0 :anonfunc!unknown@unknown.invalid QUIT : < 1161630707 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I really have no idea what that bastardised passage may be : < 1161630709 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric ::( < 1161630721 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :At 11:21 I'll drop one translation :P < 1161630730 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :time zone? < 1161630735 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Erm, 11:19 ... PST. < 1161630739 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :In six minutes ;) < 1161630742 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :argh < 1161630745 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Give people a chance :P < 1161630758 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Ten minutes after I posted it ;) < 1161630822 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :How does it manage to get numbers inside of words < 1161630828 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I don't know XD < 1161630833 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Good ol' Babelfish :P < 1161630899 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hell < 1161630955 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :A psalm? < 1161630959 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I dunno. < 1161630973 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I think when Korean gets stripped off somebody may guess it :P < 1161630995 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :is the text know outside of english speaking countries? < 1161631012 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I can't guarantee that it is, but I can't imagine that it isn't - it permeates the fabric of society :P < 1161631033 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I think it's a biblical quote. < 1161631043 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :*buzz* wrong < 1161631053 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I think I give up for now. < 1161631056 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Almost time to strip off Korean :P < 1161631061 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Less than one minute! < 1161631065 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Ding! < 1161631066 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :_ this I am better than the period, I am more very bad from the period, this I am the age intelligence, this I am the age the idiot thing, this I am the season the faith, this I am the season the disbelievingness, this I am the season the light, this I am the season dark, this I am bevoegheid hope, this I am the a lot of winter désespoir, because us ours I have, we I have I have nothing for us, we I can I am I am all, that I go immediately our own s < 1161631066 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :ky, I am all, that I align the other way - en brevity I say, I find period up to now < 1161631081 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I thought given all the talk about seasons/datums it may be a 1) scientist 2) philosopher < 1161631124 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I don't know WHERE THE HELL the word 'datum' came from XD < 1161631127 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Um. . . War and Peace? < 1161631134 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Nope < 1161631162 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Could've *sworn* that was the first page or so of War and Peace. < 1161631193 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :If you think you recognize the quote itself, just give some of the quote, regardless of context. < 1161631194 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(although I may have the wrong !%$# book. . . "It was the best of times, it was the worst of times. . .", right?) < 1161631205 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Ding ding! < 1161631215 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Tale of Two Cities < 1161631217 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :oh my, that really is butchered < 1161631219 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Doh. < 1161631223 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :XD < 1161631226 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Wrong. Damned. Book. < 1161631226 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :LOL?! < 1161631229 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :GOD I love Babelfish. < 1161631234 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :"I am more very bad" < 1161631260 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Let us continue stripping off languages until it becomes the recognized quote. < 1161631274 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :The next one is an important one, as the tense is destroyed here (Greek): < 1161631278 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but do it in a fast run.. < 1161631278 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :It was best from the periods, was most badly from the periods, it was the age of intelligence, it was the age of the stupid thing, it was the era of the faith, it was the era of the disbelievingness, it was the season of the light, it was the season of Obscurity, it was bevoegheid hope, it was the winter of désespoir, much for us ours had, we has had nothing for us, we could be been everything, that go directly to the sky, ours was everything, which < 1161631278 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric : line the other way - briefly said does, the found period so far < 1161631284 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Of course < 1161631314 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :German was cruel to it as well: < 1161631316 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :He was best of the periods, was worst of the periods, he was the age of wisdom, he was the age of the silly thing, he was the era of the belief, he was the era of incredulity, he was the season of light, he was the season of obscurity, he was the bevoegheid of the hope, he was the winter of désespoir, a lot for us our has had, we have had nothing for us, us let us be everything that to the sky go directly, our were everything doing lead the other ma < 1161631316 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :nner - in short, the period found so far as < 1161631321 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i want the german text... < 1161631324 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OK < 1161631333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Er war von den Perioden am besten, war am schlechtesten von den Perioden, er < 1161631333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :war das Alter von Klugheit, er war das Alter der dummen Sache, er war die Ära < 1161631333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :des Glaubens, er war die Ära der Ungläubigkeit, er war die Jahreszeit des < 1161631333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Lichtes, er war die Jahreszeit von Obscurity, er war das bevoegheid der < 1161631333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Hoffnung, er war der Winter von désespoir, viel für uns unsere hat gehabt, wir < 1161631336 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :hat gehabt nichts für uns, wir ließ uns sein alles, die zum Himmel direkt < 1161631338 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :gehen, unser war alles, der Leitung die andere Weise - kurz gesagt tut, die < 1161631340 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :gefundene Periode soweit < 1161631342 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Erm ... megaspam >_O < 1161631363 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :That last English one is after Dutch+French < 1161631365 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :And french converted "it" to "he"? < 1161631386 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :One of French and Dutch - there's no English between them, so Idonno :P < 1161631390 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :" er war der Winter von désespoir" << after this part it get's really screwed up < 1161631407 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :well in frensh there is no it... onle he and she < 1161631419 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :even things are either male or female... < 1161631422 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I really wonder what Hungarian could do to it < 1161631430 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :but I've never found a translator < 1161631433 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I don't think Babelfish has Hungarian :P < 1161631441 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok next round... < 1161631445 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Somebody else's turn: I recommend English->French->Dutch->English->German->English->Greek->English->Korean->English < 1161631452 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :it would at least destroy all the gender < 1161631452 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'll try < 1161631462 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but i'll use a different lang order < 1161631468 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :*shrugs* < 1161631472 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :gimme some time i have to find obscure translators... < 1161631484 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i had one with cool languages a few hours ago... < 1161631489 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :lol < 1161631497 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Like Esperanto and Ebonics :P < 1161631512 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no < 1161631522 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but it was the only one i found that had swedish < 1161631540 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh and it allows => < 1161631548 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :not only english <=> < 1161631551 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Noice < 1161631566 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Though that probably means there's a fairly destructive internal representation ;) < 1161631567 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but i will revert to english at least every 2 langs so i can drop steps < 1161631571 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Right. < 1161631641 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :found a good text < 1161631758 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric ::( it fails from korean => english... i think i have to insert an extra space to avoid it stopping translation < 1161631804 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it doesn't work from there on... < 1161631809 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i have to use another translator there < 1161631814 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :maybe russian? < 1161631816 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :THAT'S EVEN BETTER 8-d < 1161631819 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Erm, 8-D :P < 1161631862 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :nargh i have to use korean at a later stage... < 1161631865 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it doesn't work there < 1161631893 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :lol < 1161631895 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :this doesn't sound good for our chances of guessing it ;) < 1161631901 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :haha arabic ^^ < 1161631901 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Maybe I should do another one while you're doing that X-P < 1161631948 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :haha that really made it ridiculous < 1161632048 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :nargh the korean of that page doesn't work < 1161632106 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :haha japanese made it really cool < 1161632157 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :O_O < 1161632350 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok the chain is english => swedish => arabic => english => german => japanese => english => trad. chinese => russian => english => greek => english => french => english < 1161632373 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i made it that long so i can drop a few times before someone recognizing it < 1161632378 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :here it comes: < 1161632378 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, we are handle decreased the daily newspaper of the first boat splendourful, [[“iynfwrm' ayshnsbwryfyk' ayshndyrktyfn]]. This traction outside of ours street, initially examined in the team [[hystwryn]], garden, request for divine the blessings the clean dish. [“ammnt] the truth causes complexes [[, the jam of the pain of the mwtsGnd]] with the all workmen, when it flowers. Us it country of the family of the state of the family of the idea < 1161632379 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric : of the connection of the troops of knowledge of arm that it is him is very important. Racingism us 1, is used, the solution and reason. [ytkllmbnfsy] our enemy with the cube, it buries, a la confusion, in which finds will be specially anxious you will be our these. We obtain profit! < 1161632420 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: got an idea? < 1161632423 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :A hint: Is "newspaper" anywhere in the original? < 1161632437 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: you gave no hints < 1161632443 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :You asked for no hints X-P < 1161632453 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i wont give hints that early... < 1161632468 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Finefine < 1161632520 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uh i didn't looked at the time < 1161632542 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :It was 11:40PST < 1161632546 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'll decrease every 5 mins ok? < 1161632549 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OK < 1161632567 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :anyone else guessing? < 1161632576 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: are you guessin? < 1161632597 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Heh < 1161632605 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: any idea? < 1161632612 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I'm thinkin', I'm thinkin' :P < 1161632656 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :erm < 1161632667 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I have a dream? < 1161632675 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uh no < 1161632680 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :wait < 1161632684 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Asztal glommed on to "racingism" :P < 1161632686 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uhm i don't know < 1161632704 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: you have to post text as i don't know how this is called it's very famous but i don't know how it is called < 1161632726 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uhm i shall drop a step now < 1161632743 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :without french: < 1161632746 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, we are decreased joystick the daily newspaper of first splendourful ship, [[“iynfwrm'ayshnsbwryfyk'ayshndyrktyfn]]. This pull outside from ours street, first examined in team [[hystwryn]], garden, prays for divine the benedictions the clean dish. [“ammnt] causes complex truth [[, the jam of pain of mwtsGnd]] with the all workers, when it blooms. Us the country of family of condition of family of idea of connection of troops of arm acquain < 1161632746 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :tance it is it is very important. Racingism we 1, is used a, the solution and reason. [ytkllmbnfsy] our enemy to the cube, it buries, has confusion, in which finds will be specially anxious you will be our these. We obtain profit! < 1161632748 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :http://www.usconstitution.net/dream.html (on second thought, looks nowhere nearÖ < 1161632756 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no < 1161632768 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah i know that text too but no... < 1161632780 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :*whew* < 1161632794 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it's so funny < 1161632797 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I love "joystick" -> "handle" :P < 1161632838 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i love that part too < 1161632843 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but not only in this step... < 1161632860 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :This pull outside from ours street ... < 1161632921 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: I bet half of those words which look like they're probably not too far wrong have been rotated through 720 degrees of wrongness :( < 1161632929 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Probably ^^ < 1161632949 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i can't stop laughing ^^ < 1161632961 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it's too hilarious (right word?) < 1161632982 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :drop time right? < 1161632997 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yeah < 1161632999 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :let's remove the greek translation < 1161633005 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, we is decreased rudder the daily newspaper of the first of splendourful of ship, [[“iynfwrm'ayshnsbwryfyk'ayshndyrktyfn]]. It pull of out from ours road, first considered in the group [[hystwryn]], garden, prays for heavenly of the blessings of golded clean plate. [“ammnt] causes the complication of truth [[, the jam of the pain of mwtsGnd]] with call workers, when it blossoms. Our of the country of the family of the prerequisite of the f < 1161633005 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :amily of the idea of the connection of the troops of the weapon of known is one is very important. Racingism we 1, it is utilized will a, the solution and reason. [ytkllmbnfsy] our enemy to the cube, it buries, has confusion, in which finds will be specially anxious you will be our these. We obtain profit! < 1161633023 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :rudder => joystick => handle ^^ < 1161633029 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OMFG XD < 1161633042 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I love how powerful the phrase "We obtain profit!" is < 1161633057 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :heh < 1161633080 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you have to go to all translations when the original is revealed it's SO FUNNY < 1161633120 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I get the feeling I won't know this speech :P < 1161633146 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i know it but i woldn't be able to recognize it from this pile of crap ^^ < 1161633301 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I think it's time :P < 1161633301 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmhmhmm < 1161633305 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :xrsh < 1161633307 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah < 1161633317 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i dropped greek last? < 1161633319 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah < 1161633320 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yeah < 1161633330 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok let's drop russian and trad. chinese now... < 1161633343 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, we lower the first splendourful rudder of the daily newspaper, [[“iynfwrm'ayshnsbwryfyk'ayshndyrktyfn]]. Way it pulled up with us, first considers that in the group [[hystwryn]], the garden where blessing is golded plate cleanly. [“ammnt] complicated truth [[, jam of the pain of mwtsGnd]] with all workers when it blooms. Our integrated thought highborn some most important weapons troop of country. Racingism of us 1, using one will, decisi < 1161633343 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :on and cause. [ytkllmbnfsy] Our enemies to cube, she buries, there is a disorder of which especially worry whether you become we of those. We obtain the profit! < 1161633400 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i like we obtain profit more... sounds stronger than we obtain the profit.... < 1161633523 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :and you have NO idea? < 1161633540 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Every thought I've thought hasn't panned out :P < 1161633597 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok the last drop comes now... < 1161633606 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :The word "ship" suddenly disappeared :P < 1161633606 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i shall drop japanese and german < 1161633621 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, We lowers the first glorious oar of day from [['iynfwrm'ayshnsbwryfyk'ayshndyrktyfn]]. We created, [[hystwryn]] for he he first to group kept, Gilded garden of blessing clean. ['ammnt] from the pains from [[mwtsGnd]] and confusing truths, Where all laborers can flowered. Our integration the thoughts most important weapon from some highborn or army on land. We racism one, With will one, Decision, One causes. [ytkllmbnfsy] our enemies to dies, < 1161633621 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Buries them we is will with them worry especially confusion. We gains! < 1161633721 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :X_X < 1161633752 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :because there is only one step to drop now this'll last for 10 mins < 1161633847 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :If I'm going to recognize the original, this is gonna be a doozy of a translation. < 1161633882 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hrhr < 1161633890 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you have 5 mins left < 1161633912 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you can start to ask for hints now... < 1161633924 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I have no hints to ask for :P < 1161633935 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you should... < 1161633995 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :*eyes glazed over* < 1161634037 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hrhr < 1161634156 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :ACTION gives. < 1161634177 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161634185 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'll post the original word by word < 1161634194 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but don't google for it ... < 1161634201 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, < 1161634210 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :we celebrate < 1161634216 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :the first < 1161634229 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :glorious anniversary < 1161634233 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :of the < 1161634239 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Information Purification Directives. < 1161634252 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :........ not recognizing this quote at all ............ < 1161634252 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :(that got [['iynfwrm'ayshnsbwryfyk'ayshndyrktyfn]]) < 1161634263 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok here is it: < 1161634264 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Today, we celebrate the first glorious anniversary of the Information Purification Directives. We have created, for the first time in all history, a garden of pure ideology. Where each worker may bloom secure from the pests of contradictory and confusing truths. Our Unification of Thoughts is more powerful a weapon than any fleet or army on earth. We are one people, with one will, one resolve, one cause. Our enemies shall talk themselves to death an < 1161634264 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :d we will bury them with their own confusion. We shall prevail! < 1161634284 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it's from george orwell's 1984 < 1161634285 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :O_O < 1161634295 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :used in the first apple commercial < 1161634296 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :http://www.uriahcarpenter.info/1984.html < 1161634305 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I don't think I could've dredged that quote up out of my mind X_X < 1161634322 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I suspected a Hitler speech < 1161634330 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :So did I for a tick XD < 1161634345 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :that would probably not be in english... < 1161634364 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Exactly why I stopped considering that :P < 1161634376 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :ACTION wonders WTF is going on on here < 1161634389 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: We're playing the "name that famous quote" game. < 1161634397 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: and now go and compare the first with the last one ^^ < 1161634399 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :ah, ok < 1161634405 0 :ihope_!n=foo@c-71-205-100-59.hsd1.mi.comcast.net JOIN :#esoteric < 1161634405 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i still don't know where we got the rudder/joytick/handle from < 1161634415 0 :ihope_!unknown@unknown.invalid NICK :ihope < 1161634444 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :anyone has an idea? < 1161634446 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OK, I have one. < 1161634453 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Not sure if it'll work, but we'll see. < 1161634460 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Actually, I can't now - lunch first :P < 1161634462 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :anniversary -> (somehow) Oar of day < 1161634469 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah+ < 1161635354 0 :jix!unknown@unknown.invalid PART #esoteric :? < 1161635359 0 :jix!n=jix@L600e.l.strato-dslnet.de JOIN :#esoteric < 1161635428 0 :Arrogant!i=Arrogatn@55.orlando-09-10rs.fl.dial-access.att.net JOIN :#esoteric < 1161636645 0 :CakeProphet!n=CakeProp@h9.228.213.151.ip.alltel.net JOIN :#esoteric < 1161637994 0 :Sgeo!n=Sgeo@ool-18bf61f7.dyn.optonline.net JOIN :#esoteric < 1161638095 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :My new ideas for MKBL-LN: < 1161638104 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :2D memory < 1161638121 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :use a row of memory to store the current time < 1161638170 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Use numbers for branches < 1161638323 0 :dbc!unknown@unknown.invalid PRIVMSG #esoteric :No it's not from George Orwell's 1984. < 1161638349 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hm? < 1161638381 0 :dbc!unknown@unknown.invalid PRIVMSG #esoteric :The quote jix posted earlier. < 1161638389 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :not? < 1161638398 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but the site sais so.... < 1161638444 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :is it just made up for that apple commercial? < 1161638451 0 :dbc!unknown@unknown.invalid PRIVMSG #esoteric :It is from Apple's commercial, which in turn was inspired by that book. < 1161638451 0 :dbc!unknown@unknown.invalid PRIVMSG #esoteric :Yes. < 1161638456 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ARGHX < 1161638465 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i thought it was a quote out of that book that was used in the commercial < 1161638519 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :nah i was wrong then... < 1161638587 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :back < 1161638593 0 :Arrogant!unknown@unknown.invalid QUIT :"Leaving" < 1161638644 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I have a multiple-translation challenge. This one is a backronym in sentence form. Full points for the original sentence, half for just the acronym. < 1161638650 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Eng:Deu:Eng:Spa:Eng:Por:Eng < 1161638656 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :"The majority of the uses that push if In., the system if operating will be connected." < 1161638978 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :The system ... if operating ... will be connected. < 1161638991 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :incorrect. < 1161639004 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :next phase? < 1161639007 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :SOC < 1161639027 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Idonno, I just got here :P < 1161639034 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I meant, do you want the next version of the sentence? < 1161639040 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Sure < 1161639041 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :(less mangled) < 1161639049 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Eng:Deu:Eng:Spa:Eng: < 1161639054 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Most of the uses they push if no, the operating system is connected. < 1161639109 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :When the MKBL-LN specs are settled a bit, I'm going to give a tutorial in here < 1161639141 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :...backronym... >_> < 1161639190 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :a phrase that was not the cause for a name but (often humourously) describes a name. < 1161639200 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Nonono, I know what a backronym is :-P < 1161639203 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I'm just muttering :P < 1161639204 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :for example, LISP: Lost In Shitty Parentheses. < 1161639221 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OH, that's not a backronym you idjit >_< < 1161639228 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :haha < 1161639236 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Backronym = you decide the name first, then you make an acronym to fit it. < 1161639258 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I assume this means you give up and want the next version. < 1161639263 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yeah :P < 1161639271 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Eng:Deu:Eng: < 1161639272 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Most applications push if not, the operating system are connected. < 1161639388 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :X_X < 1161639411 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :give up? < 1161639436 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yeah >_> < 1161639437 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :the only thing I can guess is that "if not" was "unless" :P < 1161639438 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Eng: < 1161639446 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Most applications crash- if not, the operating system hangs. < 1161639450 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :M--- A----------- C----- I- N-- T-- O-------- S----- H----. < 1161639462 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :See, I wouldn't have gotten that, because I've never heard that. < 1161639483 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :well, it's a common joke in the mac community. < 1161639486 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Tengo un. < 1161639498 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Uno momento < 1161639765 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :_ It celebrates the point which spreads out and 7 years it has and left it inside the new person in order good season this continent our fathers it undergoes,: Program it does inside the demand where the cause which hazard gets up the freedom which it commits and the total pasting individual becomes. Inside civilian making war where we are big now it was reported, that the broad way person examination one program does the appear person and all to be < 1161639765 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :doing inevitably it inaugurates inevitably quite to bring. Us inside big fighting we whom it meets touch from this warfare. < 1161639786 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :This one may be too easy, but we'll see. < 1161639943 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :what's the translation sequence on this one? < 1161639948 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :oO < 1161639949 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :tomem[branch:I,time:I,subtimer:I,memrow:I,memcol,table:S,tbranch:I,ttime:I,tsubtimer:I,field:I] < 1161639972 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :ah, christ. I read that as a series of translations at first. < 1161639975 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng->Greek->Eng->Kor->Eng < 1161639988 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :roll it back one. < 1161640001 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :hmm < 1161640016 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Give somebody else a chance :P < 1161640059 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I don't have a clue >_< < 1161640093 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :tomem[0,42,0,1,3,"incoming",0,41,0,0] < 1161640093 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :OK, I'll go back one < 1161640097 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng->Greek->Eng-> < 1161640099 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng->Greek->Eng < 1161640104 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :_ you celebrate point and seven year in order to it suffers it left our father in the new persons of these continents to take: committed programmed in the freedom and in the demand, which is caused for all right the individuals. Now we were reported in a big civilian war, that examines as these persons or consequently programs all the likely persons and consequently inaugurated can bring very. We are met in a big battle in order to we touch from this < 1161640104 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric : war. < 1161640105 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :All just to read in a character that was input < 1161640120 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Anyone think the language is a bit too complicated already? < 1161640121 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :Lincoln's Gettysburg Address? < 1161640124 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Ding < 1161640128 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :woot < 1161640132 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I thought it'd be too easy :P < 1161640140 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :But, let's roll back JUST FOR FUN < 1161640142 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION pokes < 1161640145 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I want to see where "suffer" came in < 1161640150 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: NOBODY CARES GO AWAY < 1161640152 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I mean hi < 1161640164 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng < 1161640164 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I was kinda thinking about that on the first translation, but I wasn't sure enough < 1161640166 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :_ you celebrate point and seven year to suffer let our father on this continent new people get: engaged planned in the liberty and to the request, which are caused for all right men. Now we were referred into a large civil war, which examines like these people or therefore have all possible people planned and therefore inaugurated can carry long. We are met on a large battle to catch by this war. < 1161640178 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :It's the seven years that gives it away, isn't it? :P < 1161640185 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng < 1161640186 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :point <=> score. lol < 1161640186 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :_ celebrate point and seven year suffer have our father bring on this continent a new people: devised dedicated in freedom, and to the proposal which all men right are created. Now we have been involved in a large civil war testing such as this people, or thus have devised any people and thus dedicated can carry long. We are met on a large battle field of this war. < 1161640199 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng < 1161640200 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Four score and seven years ago, our fathers brought forth upon this continent a new nation: conceived in liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war. . .testing whether that nation, or any nation so conceived and so dedicated. . . can long endure. We are met on a great battlefield of that war. < 1161640201 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :grr < 1161640212 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Hi Sgeo! :p < 1161640216 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :hi < 1161640252 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hmm < 1161640495 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :frommem[0,0,0,-1,0,"outgoing",0,0,0,3] < 1161640517 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :outgoing[0,0,0,0,"stdout"] < 1161640528 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :foobar[woffle,copter] < 1161640535 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :order[0,0,"frommem,outgoing"] < 1161640550 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Three lines of code just to print out the current line < 1161640607 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :err < 1161640609 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :not line < 1161640610 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :time < 1161640622 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :s/time/step/ really < 1161640644 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Anyone think that this language might not be that great? < 1161640668 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :jix: <-- < 1161640674 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :what? < 1161640691 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Where's our statement list? :P < 1161640698 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :is it time yet? < 1161640712 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i have no idea what the deadline was.. lemme check... < 1161640715 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :TIME IS IRRELEVENT. MY PATIENCE HAS LIMITS. AND THOSE LIMITS ARE VERY SHORT < 1161640739 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :1hour and 20 mins left < 1161640811 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :Bleh, this one is way too guessable, no matter how many languages I do. "The base you completely belong in us, they." :( < 1161640878 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: can you wait 1hour and 20 mins? < 1161640945 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :actually, I managed "Foundation it is complete spreads out and the dansles United States, them it belongs." < 1161640978 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :FINE < 1161641022 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you can? < 1161641037 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: do you want to submit statements? < 1161641051 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it would be cool to get another submission < 1161641084 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :How does it work? < 1161641093 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Maybe < 1161641098 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: what? < 1161641103 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :Do people just submit statements, not knowing any details of the rest of the language? < 1161641104 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :But not this very minute < 1161641185 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: yes < 1161641192 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: yeah the next hour and 20 mins < 1161641199 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :well 14 mins now.. < 1161641212 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :This one didn't work very well, it'll be cracked very quickly ... < 1161641220 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng->Greek->Eng->Kor->Eng < 1161641224 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Wheat one opinion and it the hazard international hub opens the programmeertaal. < 1161641435 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :who do I mail my statements to? < 1161641444 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: me, jannis@harderweb.de < 1161641508 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Eng->Fra->Dutch->Eng->Ger->Eng->Greek->Eng < 1161641510 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :The international hub for the secret opinion and it unfolds programmeertaal. < 1161641555 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :topic ? < 1161641560 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yup :P < 1161641573 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :A famous quote ... by Gregor Richards 8-D < 1161641581 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :jix: time left? < 1161641607 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :en-ru-en-kor-en-ger-fr-en-kor-en < 1161641612 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :The eye eliminated from the construction machine cooperation in of the Esolang in him and it criticized < 1161641619 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric ::) < 1161641632 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Adjudicated Blind Collaborative Design Esolang Factory < 1161641645 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :Correct. < 1161641916 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :jix: this is quite tough < 1161641963 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: doesn't metter when you have less than 4 comments < 1161642022 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :?? < 1161642039 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :well i think i got you wrong then... < 1161642097 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :huh? < 1161642104 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :ACTION must have missed something above < 1161642105 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :"23:18:13 jix: this is quite tough" ?? < 1161642111 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I agree, SimonRC :P < 1161642121 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :what were you talking about? < 1161642123 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :It is hard to think up silly types of statement < 1161642132 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I have 2 rather silly statements < 1161642145 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :and even I have no idea what they'll do until 1 hour 5 minutes < 1161642146 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :We are who we have slight they who we make examinación of you in the < 1161642146 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :loan. They are comparable. The resistance is useless. < 1161642169 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah and i said if you arn't able to come up with 5 of them (the rules say you should submit 5) you can submit less < 1161642179 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I'm not sure if they'd be considered fair and/or lega < 1161642189 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: they are all < 1161642199 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :as long as they can be implementeed < 1161642209 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :Probably. < 1161642218 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :You'll know when I send them < 1161642244 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :DO "command" < 1161642253 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Parses the command as a freeform English command, and does it. < 1161642253 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :heh < 1161642266 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :[To within the limits of a computer] < 1161642277 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :DO "Get me some coffee." < 1161642281 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :ERROR: Impossible command. < 1161642287 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :DO "Set x to 3" < 1161642289 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :x = 3 < 1161642293 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :uhm that isn't implementable < 1161642296 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :yes it < 1161642298 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :is < 1161642298 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Sure it is! < 1161642302 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :NO IT ISN'T < 1161642309 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Of course it is! < 1161642316 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :the computer will never be able to understand all freeform english commands < 1161642321 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Maybe not by mere humans with their short life span :P < 1161642343 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :you just have to use that language that runs on IRC channels < 1161642351 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :haha < 1161642355 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :IRP < 1161642355 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :what's it called? < 1161642359 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: yeah < 1161642393 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Oh right, I was in the middle of a translatothon :P < 1161642400 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :We are we we have leves they who we make examination of you in the loan. They are comparable. The resistance is useless. < 1161642474 0 :oerjan!n=oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1161642593 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Come on, nobody's even going to guess? :P < 1161642594 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: ah, ythe classic borg line < 1161642606 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yup :P < 1161642614 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :"examination of you in the loan"??! < 1161642620 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :WE ARE WE WE HAVE LEVES THEY WHO WE MAKE EXAMINATION OF YOU IN THE LOAN. < 1161642628 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :"The resistance is useless" gave it away, no? < 1161642712 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION returns < 1161642891 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: As soon as I upload a new tarball, your name will be part of the copyright notice (you seriously have made quite a few helpful contributions to BFM). < 1161642913 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: You're looking at the submitted statements soon, right? < 1161643098 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah when i'm going to put them in one big list < 1161643498 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :When are statements due? < 1161643518 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :in 40 mins i think < 1161643525 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :35 < 1161643578 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :The only statements I can think of are from MKBL-LN < 1161643592 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no problem ^^ < 1161643594 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :And it would completely break everything probably < 1161643606 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :that is a problem < 1161643624 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :hah, as if i worried about that :) < 1161643627 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hmm < 1161643629 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I have an idea < 1161643640 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :A statement inspired by MKBL < 1161643653 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Is the idea of variables existent? < 1161643660 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I guess I shouldn't ask < 1161643665 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :My addition provides for variables. < 1161643670 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :named? < 1161643679 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And Turing completeness (two times over). < 1161643686 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Yeah, named. < 1161643688 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pshh! < 1161643696 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :}:[ < 1161643703 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hmm < 1161643725 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :My idea would break any language that required statements to be next to eachother < 1161643729 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It also provides a tape and a stack. < 1161643735 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: no problems < 1161643740 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: stop talking about your statements... < 1161643749 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it's part of the game to not know what others do or provide < 1161643750 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And I'll shut up for half an hour. < 1161643771 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: Be evil; that's all I'm going to ask. < 1161643824 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Can it be sort of a structural thing? < 1161643842 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: it can be everything < 1161643880 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :This'll be damned hard to parse. < 1161643899 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Unless we decide to provide a uniform syntax for this oddball assortion of parts. < 1161643906 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :We have to add the syntax for them too? :P < 1161643916 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: We *can*. < 1161643925 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :you should < 1161643927 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I made sure that all of mine could be parsed based solely on the initial keyword and positioning of matched braces etc. < 1161643932 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :eg LL(0) < 1161643939 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It'll make doing the interpreter easier. < 1161643967 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I'm not *entirely* sure that one can parse it any other way, actually. < 1161643974 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :warning using this will result in a HUGE waste of time: http://www.deviantart.com/deviation/40255643/ < 1161644291 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :... < 1161644291 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :alas, i have submitted two statements that might ruin any chance of an easy parsing < 1161644313 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :*evil cackle* < 1161644326 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Um. . . I know! We'll put all statements inside sexps! < 1161644368 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(syntax1 ([+~-]))(syntax2 (foothebaz(qux);))(syntax3 (WEK$~@Rsdcvj@#)) < 1161644396 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :*brain explodes* < 1161644415 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Hold on < 1161644437 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION goes to submit his evil stuff < 1161644491 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I hope mine don't break things. You can disregard them if they do. < 1161644495 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION emails it < 1161644510 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION hopes the concept of a statement is defined < 1161644573 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :i would say the concept of a statement is the only thing that is defined < 1161644589 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :>_< < 1161644606 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :May I provide hints as to mine? < 1161644615 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Remember COBOL's ALTER? This is worse < 1161644632 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :no. what is COBOL's ALTER? < 1161644646 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Lets you change where a GOTO points < 1161644647 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :IIRC < 1161644664 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i suddenly don't feel like implementing this anymore... < 1161644673 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1161644673 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :? < 1161644675 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :but i'll try < 1161644689 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: alter etc... < 1161644692 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :okaay, I have one crazy looping construct coming up... < 1161644692 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :good that i didn't include my similar idea then... < 1161644731 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :My looping constuct adds at least 12 keywords to the language. < 1161644740 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Yay looping constructs X-P < 1161644751 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :It's worse that LISP's LOOP macro. < 1161644761 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I think my thing can do looping and ifs etc. < 1161644775 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :worse than ALGOL's for? < 1161644778 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: uhm i thought of counting such things as one statement < 1161644822 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :How much more time? < 1161644832 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Maybe 5 minutes? < 1161644838 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Ooohh.. nother neat idea < 1161644840 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :15 i think < 1161644843 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah more like 15 < 1161644891 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION makes an intentionally ugly looking statement < 1161645059 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I don't know if what I did is actually implementable sensibly < 1161645184 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :ACTION sends in 4 < 1161645197 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :IS IT TIME YET? IS IT TIME YET? < 1161645234 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :8 minutes. < 1161645261 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :more like 6 minutes < 1161645275 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Is now. < 1161645304 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(my clock is synced to UTC; don't tell *me* about temporal accuracy) < 1161645370 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :in 5 minutes jix will start laughing to death. < 1161645389 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :Oops, I may have sent that twice. < 1161645394 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Assuming jix doesn't tremble in fear of my statements < 1161645414 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :well, considering he is supposed to implement them... < 1161645417 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal: i got it only once < 1161645423 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: What; did you include the Funniest Joke in the World in it? < 1161645439 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :i don't mean just my contribution < 1161645456 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And I think the idea is that we *all* help on the implementation to some degree. . . < 1161645469 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :ACTION wants nothing to do with it. < 1161645475 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :although mine are mainly just for laughs, yes < 1161645488 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I'm not helping unless the implementation is in Python < 1161645516 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :jix: Wenn ist das Nunstück git und Slotermeyer? Ja! ... Beiherhund das Oder die Flipperwaldt gersput. < 1161645540 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: you're crazy :) < 1161645544 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :0o? < 1161645560 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Funniest_joke_in_the_world Don't blame me, blame Python, Monty. < 1161645565 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Heh < 1161645586 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :That 0o from jix ... < 1161645588 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :That's him dying. < 1161645595 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Indeed, it is. < 1161645600 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :1 minute left < 1161645601 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :0o < the moment before you get it < 1161645605 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :8-D < when you get it < 1161645610 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :X-D < uh oh, too late < 1161645616 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :X-( < 1161645645 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Let the laughter begin! < 1161645650 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric ::D < 1161645655 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :hm... < 1161645657 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1161645660 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i'll put up a text file < 1161645770 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :ACTION foams < 1161645771 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Whereisit>? < 1161645808 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :maybe it is best not to do so before you have read it. could save many lives that way. < 1161645811 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :ACTION goes nuts with the looping statement < 1161645818 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok i have them all in a textfile where to upload? < 1161645821 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :put them on wiki? < 1161645824 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :I am introducing other statements just to support it < 1161645831 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :jix: you on't have mine! < 1161645835 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh < 1161645843 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: hurry up < 1161645858 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :TOO LATE SIMON LOSES < 1161645859 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :done... < 1161645862 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :hehehe < 1161645927 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :http://www.harderweb.de/tmp_jix/allofthem.txt < 1161645932 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ok now time to read them < 1161645997 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :My submissions alone provide for a curiously odd language. < 1161646020 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :pikhq, but those statements are useful. It's a language that natively runs other languages < 1161646027 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :>:D < 1161646073 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Any comments on mine? < 1161646098 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: you've been reading Lingua::Romana::Perligata, haven't you? < 1161646103 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Is optimaliscious() supposed to be implementable? < 1161646120 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :« should not have that nasty Â, it should be « < 1161646128 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :indeed :) < 1161646151 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :GregorR-L: i probably fucked up encoding... < 1161646170 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :I never define to what degree optimaliscious must work. If the implementer is lazy, they can just make it "give up". < 1161646177 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :just tell your browser that is utf8 and everything is fine < 1161646178 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ah < 1161646234 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :OMG < 1161646240 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :the computedJump sounds like fun with my CHANGE < 1161646242 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :jix, hm> < 1161646242 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :? < 1161646255 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Asztal is pretty UGH < 1161646258 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Well, computedJump is fun by itself < 1161646259 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric ::( < 1161646263 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh no < 1161646269 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i didn't looked at the title < 1161646272 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :woot for CJ's! < 1161646274 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: it's yours that i was thinking of < 1161646288 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :um.. < 1161646297 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :What's wrong? >.< < 1161646297 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :combined with mine.... < 1161646310 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it's going to be a pain in the ass to implement all of them < 1161646317 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :even to write a spec that specifies all corner cases < 1161646364 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmm the first two of oerjan doesn't really go with the rest of the language where syntax is specified... < 1161646385 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :and as specifying syntax for the own statements was encouranged i think the syntax of the commands will stay as intended by the submitter < 1161646390 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE <<1=2>> < 1161646392 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :if no one has a better idea < 1161646412 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :lol "a brief nap, somewhere in the neighborhood of < 1161646413 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :200 milliseconds to 7.9 years." < 1161646429 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :macro bwahahah(foo) { < 1161646439 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :ah pikhq's are nice... simple syntax easy to implement < 1161646446 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :WHINE foo < 1161646447 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :} < 1161646469 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :whine and whisper won't probably work without externel tts tools that support those voices < 1161646504 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Specify that, if needed, an implementation can just output "WHINE: expr" or "WHIPSER: expr". < 1161646505 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Should I have had SWAP change the order of execution? < 1161646522 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :I guess the spec should decide < 1161646537 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I think we should try to devise some uniform syntax. < 1161646541 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :pikhq: no! < 1161646553 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Esotericly uniform. < 1161646555 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :look at my statements they all have a different syntax < 1161646558 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :it was intended < 1161646559 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :/#<>+SWAP([{5,3}]) < 1161646561 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :what do you guys think about my variable clamping/wrapping capability? < 1161646562 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :A "uniform" syntax maybe ;) < 1161646564 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric ://#<>+SWAP([{5,3}]) < 1161646572 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: interesting < 1161646599 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :hmm i think we should disallow swapping thinks like start /end of macro definitions and start/end of function etc declartion < 1161646607 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Hmm. . . I know. < 1161646620 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :because that cases can't handled in any sane way... < 1161646637 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :jix, maybe the numerical label can still be swapped? < 1161646649 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: yeah < 1161646667 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :my loops will interact in a great way with things like statment-swapping. < 1161646672 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :We shall define "syntax sets". /n^/n moves up one, /nv/n moves down one. < 1161646674 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :;) < 1161646677 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i still think the CASVS and TEMPORA statements are uhm somehow don't work together with the rest < 1161646686 0 :SimonRC!unknown@unknown.invalid PRIVMSG #esoteric :It seems that all variables will be stacs with associated bitsinks < 1161646710 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :maybe we should come up with a couple of "reserved characters" that are used for defining parameters, loop separations, etc. < 1161646715 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :SimonRC: i think they should be stacks of numbers associated with bitsinks < 1161646724 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :like " <> {} or something. < 1161646726 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: why? < 1161646731 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :those things arn't problematic < 1161646747 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :well it sure as hell would make some things easier to parse. < 1161646749 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :mandatory syntactic stuff? < 1161646752 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: no < 1161646753 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :*fluff < 1161646769 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :RodgerTheGreat: the self modyfying stuff makes it hard to parse/interpret < 1161646816 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Like I said: syntax sets. . . < 1161646869 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :(> _ >) << i love that < 1161646904 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oh and my statment 2 and 3 are relateted the arm architecture.... < 1161646912 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :the CASVS and TEMPORA statements were intended to be hard to include. < 1161646932 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: it's only that it says how other statments should look like... < 1161646935 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: They also ruin my "SPEAK" statement :P < 1161646937 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :How is CHANGE going to be processed? < 1161646955 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: and as each one was allowed to define his own syntax that shouldn't be done < 1161646957 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :and if you must have a textual representation for WHINE at least make it use ALL CAPS :) < 1161647026 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :i think we should write the spec tomorrow... i have to sleep a night over these statements... < 1161647043 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :technically i think you can avoid some of the CASVS problems by just using the nominative case in most cases. < 1161647071 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :yeah i'll take a close look to this < 1161647123 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Since all variables shall be stacks, I would like to change my glasscode(); statement a bit. < 1161647127 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :2. Disallows any statements sent in by GregorR from executing. < 1161647164 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Glass is started with the contents of the variable's stack, not with the variable as the first item on the stack. < 1161647165 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :shhhh < 1161647165 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Asztal, where are the statements themselves? < 1161647181 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :That is a statement.. < 1161647189 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :it does that when encountered < 1161647214 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :So when the text < 1161647215 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Allows any statements sent in by GregorR to execute < 1161647221 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :appears, it allows etc.? < 1161647223 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I didn't define the syntax < 1161647260 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :"The next stage consists of discussing the statements and to decide what the language should look like (the main goal is to get all statements into the language)" < 1161647278 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ACTION at first thought the numbering would be used < 1161647286 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :e.g. < 1161647286 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :3. < 1161647303 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I vote that all statements should have the style of oerjan and I. < 1161647313 0 :jix!unknown@unknown.invalid PRIVMSG #esoteric :no < 1161647333 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I VOTE THAT YOU SUXES < 1161647345 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :ET TU SUX < 1161647387 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :"DODO < 1161647387 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Exterminate . All executions of are reversed. < 1161647387 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :It is implementation-defined whether this effect is restricted to the < 1161647387 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :currently running program." < 1161647391 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Muahahaha! < 1161647434 0 :RodgerTheGreat!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1161647471 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :The ASSURE statement sounds evil < 1161647549 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :I guess you could temporarily disable it in critical situations < 1161647551 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric ::P < 1161647593 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :NEVER! < 1161647605 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :INASSURE < 1161647615 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :By evil I meant cool < 1161647616 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Forces statement to be inassured. < 1161647628 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :though I don't know whether mine would disable either (1) the check between each call or (2) just when you encounter ASSURE < 1161647629 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE <<1==0>> < 1161647639 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Sgeo: HEYHEY < 1161647641 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :When executed, this statement shall force the interpreter to take a 5 second pause between each instruction. < 1161647641 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :That's not two <'s < 1161647643 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :That's « < 1161647646 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ooh < 1161647653 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE «1==0» < 1161647654 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :WARNING: SWITCHING TO MOD 1 ARITHMETIC < 1161647667 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Egg-zactly 8-D < 1161647668 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :... < 1161647671 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Oh, dear Lord. < 1161647674 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE «1/0» < 1161647677 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :Everything's true in base one :P < 1161647686 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE «1!=1» < 1161647697 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Ohwait < 1161647699 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :WARNING: DESTROYING THE LAWS OF NATURE < 1161647718 0 :kipple_!unknown@unknown.invalid QUIT :Read error: 145 (Connection timed out) < 1161647735 0 :GregorR-L!unknown@unknown.invalid PRIVMSG #esoteric :I was really thinking more along the lines of ASSURE « x * y = 7 » < 1161647762 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :WARNING: SWITCHING TO PARACONSISTENT LOGIC < 1161647766 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :ASSURE «x==0 && x==1» < 1161647792 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :it would change the meaning of && < 1161647816 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :var null=0;brainfuckcode(brainfuckcode([>,]), null); < 1161647817 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :My favorite statement is officially ASSURE < 1161647832 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Argh. < 1161647852 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :hm? < 1161647856 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :var null=0;brainfuckcode(brainfuckcode("[>,]", null), null); < 1161647861 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :DODO ASSURE < 1161647863 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :A Brainfuck interpreter. < 1161647871 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :I think. < 1161647894 0 :Asztal!unknown@unknown.invalid PRIVMSG #esoteric :(the interpreter may choose to delete the source file in this circumstance.) <- that would be a nice touch. < 1161647898 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Nope, that's not it. < 1161647903 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :brb < 1161647952 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION declares that brainfuckcode shall set the memory to the contents of the var stack < 1161647977 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :var string; < 1161647996 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :brainfuckcode("[>,]", string);