< 1533254555 385055 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 240 seconds > 1533255074 173580 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57164&oldid=56736 5* 03A 5* (-8) 10My description is too complicated. < 1533255978 496981 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric > 1533256943 108323 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57165&oldid=57164 5* 03A 5* (+196) 10Include more understandable Brainfuck implementation < 1533257309 82262 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :I should totally try to design my own Tcl OO system < 1533257329 9478 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Why? < 1533257352 532569 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :Someone on Twitter reminded me Tcl existed, and I have it stuck in my head now < 1533257370 677997 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :The model of objects where they're just strings that know what to do via {*} fascinates me < 1533257388 377887 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :e.g. {*}$someObject somemethod < 1533257397 663336 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 240 seconds < 1533257405 565819 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :$someObject could just be a lambda that switches on the somemethod argument < 1533257426 556777 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Why not make an OO system for Ada? < 1533257439 180207 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :No need to worry about garbage collection in this model, unlike other models where each object is a command, and Tcl can't just clean up commands < 1533257443 679525 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1533257453 860199 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Also I'm thinking lambdas are a little bit scow for control flow. < 1533257460 398118 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :In most languages, at least. < 1533257470 667235 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :This is mostly unrelated to what you're saying. < 1533257497 473093 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION sics GL Steele on shachaf  < 1533257498 945838 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Ruby has a special case to make things like this work: def f(a); a.each {|x| return true if x == 5 }; return false; end < 1533257533 938008 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Where that's a lambda that can return from the scope it was created in. If you return a lambda like that, it fails at runtime. < 1533257544 19519 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(You could also make it use continuations, but...) < 1533257557 863433 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :Tcl control flow is string and eval based. < 1533257601 290189 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is there anything that uses lambdas for control flow for this sort of thing? How does it work? < 1533257693 307346 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I should learn Tcl. seems the interpreters for it are pretty complicated though. > 1533257778 600749 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57166&oldid=57165 5* 03A 5* (-4) 10/* Examples */ < 1533257803 472154 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :I suggest learning it properly via tutorials or other documentation, rather than via osmosis of real life examples. It's the sort of language where things one might not expect to make a difference can < 1533257837 311297 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :how would it compare with something like forth, which is similarly untyped. < 1533257855 851472 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :mainly interested in the implementation of the language. can I write a Tcl in a weekend? < 1533257890 320408 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :I'm not an implement a language person. I think it would be simple to implement the syntax rules, at least. < 1533258044 791278 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :iamcalledbob and A should be banned from the wiki, they've created a lot of junk articles. cmv. > 1533258355 810837 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57167&oldid=57166 5* 03A 5* (+122) 10/* Examples */ < 1533258451 582733 :MDude!~MDude@97-127-137-99.cdrr.qwest.net QUIT :Ping timeout: 244 seconds > 1533258498 653777 PRIVMSG #esoteric :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=57168&oldid=57160 5* 03Oerjan 5* (+0) 10ginorst + cdeeginnors > 1533258516 242603 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57169&oldid=57167 5* 03A 5* (-122) 10 < 1533258527 446985 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm esowiki isn't ... oh < 1533258565 227345 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :HackEso isn't responding, though. < 1533258574 142704 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :like there's literally a language called "String rewriting paradigm". < 1533258588 360348 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :that qualifies as a stub. someone's trolling. < 1533258594 64860 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh wait that's caught by my pribate +R < 1533258599 70269 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :stupid stuff < 1533258603 399991 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo hi < 1533258611 333690 :ChanServ!ChanServ@services. MODE #esoteric +o :oerjan < 1533258622 436821 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It seems that the spam has stopped for now. < 1533258634 122640 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :At least for a few hours. < 1533258643 183456 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :mmm. < 1533258662 398372 :sleepnap!~thomas@2603:3015:260e:1900::13ed PART :#esoteric > 1533258685 574395 PRIVMSG #esoteric :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=57170&oldid=57169 5* 03A 5* (-5) 10/* Examples */ < 1533258824 423295 :zzo38!~zzo38@24-207-47-161.eastlink.ca JOIN :#esoteric < 1533258825 881761 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo hi are you there < 1533258826 747087 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :hi are you there < 1533258837 134086 :oerjan!oerjan@hagbart.nvg.ntnu.no MODE #esoteric -o :oerjan < 1533258863 779091 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :wob_jonas: Yes, approximately that is what a yard is. More precisely, it is three feet. < 1533258866 1222 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> "is lambdabot registered?" < 1533258867 786226 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "is lambdabot registered?" < 1533258869 921903 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :yep < 1533258871 489583 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Since lambdas don't seem work very well for control constructs without hacks or continuations, how should user-defined control constructs work? < 1533258886 71367 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fizzie: it might be a good idea to register them, just in case. < 1533258906 350647 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :One answer is to scrap early return etc. and make people use Either or something if they want it. Which is almost back to using (delimited) continuations. < 1533258920 855831 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Another answer is lisp-style macros, I guess. < 1533258922 457938 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :To check if someone is registered with NickServ you can use the NS INFO command. < 1533258932 526076 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Are there more standard answers? < 1533258945 329227 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: i think i'm not going to open the floodgates without some information that there's a more network-wide solution. < 1533258951 898472 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :OK. < 1533258957 179176 :S_Gautam!uid286066@gateway/web/irccloud.com/x-btmqkvhstepyytxz QUIT :Quit: Connection closed for inactivity < 1533258977 2179 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :has this channel been hit by the spambots as well? < 1533258981 599216 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :haven't been around. < 1533258989 968669 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :(The cloak I suppose also reveals being registered with NickServ, although it is possible to be registered and not cloaked.) < 1533259080 330901 :MDude!~MDude@97-127-137-99.cdrr.qwest.net JOIN :#esoteric < 1533259227 19138 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :imode: yep < 1533259242 433380 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm fungot isn't even here to test < 1533259265 814918 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :although i guess it would also be on zem.fi < 1533259358 88592 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :imode: so it's now set +q $~a which also gives some of the bots problems < 1533259439 790683 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and also we all seem to have been set +R which means the bots cannot reach us in private either < 1533259463 859608 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :that's good, I suppose. < 1533259473 895735 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :you have to wonder what the dude's motives are... < 1533259482 670061 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :psychotic, he is. < 1533259487 944441 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :You can unset the +R mode on yourself if you want to receive the message, or use ACCEPT command < 1533259491 423015 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh i wasn't thinking about the spam bots when i said "bots", but our trusty channel ones < 1533259509 775223 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :ah. < 1533259513 289420 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :not so good then. :P < 1533259570 487013 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :so i added an exception for fizzie's domain, although he might want to register them too (i guess that adds extra hassle when logging in) < 1533259595 75896 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :https://wiki.tcl.tk/10225 is the sort of thing that scares me about Tcl > 1533259892 71050 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57171&oldid=56365 5* 03A 5* (+122) 10/* swap x, y */ < 1533259982 684258 :boily!~alexandre@cable-192.222.236.157.electronicbox.net QUIT :Quit: YESTERDAY CHICKEN < 1533260260 989470 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that Preprocessor proof is so obviously wrong, sigh < 1533260291 288428 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(he also misunderstood my proof that he's trying to base it on, although i guess the comment about 8 fixes that.) < 1533260480 777393 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ok maybe that's sane if e can actually mutate variables, but then it's not much of a CPP derivative... < 1533260589 689797 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533260620 367626 :mahaa!~mahaaaham@142.79.92.79.rev.sfr.net JOIN :#esoteric < 1533260680 781913 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the way in which mediawiki's diffs can completely fail to match identical parts because of slight spacing differences is really annoying. > 1533260694 15416 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57172&oldid=57171 5* 03A 5* (+28) 10/* x = not x (bitwise) */ < 1533260697 669668 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 240 seconds < 1533260697 867052 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(looking at ObCode) > 1533260725 966385 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57173&oldid=57172 5* 03A 5* (+41) 10/* x = not x (bitwise) */ > 1533260772 655495 PRIVMSG #esoteric :14[[07ObCode14]]4 M10 02https://esolangs.org/w/index.php?diff=57174&oldid=57134 5* 03Oerjan 5* (-1) 10rm newline that breaks the stupid diff < 1533260814 80282 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ah better < 1533260869 634636 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 268 seconds > 1533261001 771101 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57175&oldid=57173 5* 03A 5* (+1) 10/* x = not x (bitwise) */ > 1533261045 134 PRIVMSG #esoteric :14[[07ObCode14]]4 M10 02https://esolangs.org/w/index.php?diff=57176&oldid=57174 5* 03Oerjan 5* (+12) 10wikify sections > 1533261082 968050 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57177&oldid=57175 5* 03A 5* (+65) 10/* x = not x (bitwise) */ > 1533261132 315777 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57178&oldid=57177 5* 03A 5* (+5) 10/* Wrapping */ > 1533261172 664940 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57179&oldid=57178 5* 03A 5* (-3) 10/* swap x, y */ < 1533261208 680274 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :imo reban zem.fi hth < 1533261303 593670 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :well in obvious hindsight... < 1533261441 81115 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm why are there esowiki announcements in the logs... < 1533261452 250080 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :perhaps it's actually supposed to be registered. < 1533261467 919111 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :or maybe it doesn't get quieted unless it rejoins... > 1533261636 878803 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57180&oldid=57179 5* 03A 5* (+90) 10/* x = not x (boolean, logical) */ < 1533261785 432700 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1533262125 822571 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm this is weird. there's a message from esowiki in the logs from several minutes after i joined that i haven't seen. < 1533262149 21870 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh wait < 1533262156 996845 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's also the logging bot isn't it? < 1533262168 94247 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oh man < 1533262169 299237 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :so it's been faking it :P < 1533262170 167779 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :pranked < 1533262278 276151 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :indeed, the logs have my own edit that got me wondering what was up < 1533262294 508700 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :CASE CLOSED < 1533262308 807141 :mahaa!~mahaaaham@142.79.92.79.rev.sfr.net PRIVMSG #esoteric :A good affair, Bravo! < 1533262326 485533 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION bows > 1533262548 24634 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57181&oldid=57180 5* 03A 5* (+30) 10/* x = x - y */ > 1533262609 208626 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57182&oldid=57181 5* 03A 5* (-30) 10/* Non-wrapping */ > 1533262637 209491 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57183&oldid=57182 5* 03A 5* (+29) 10/* Wrapping */ > 1533262664 203181 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57184&oldid=57183 5* 03A 5* (-19) 10/* x = x + y */ < 1533262863 429420 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533263137 339150 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 248 seconds > 1533265187 61842 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57185&oldid=57184 5* 03A 5* (+77) 10/* Input a decimal number */ < 1533265803 411 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Go and C++17 support initializers for if, as in "if (int x = f(); x > 0) { ... }". Is there any language that supports initializers for while, as in "while (int c = getchar(); c != EOF) { ... }"? < 1533265877 734532 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :surely you can do that with c macros < 1533265935 577608 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, yes. < 1533265960 215864 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I mean, y'know, sort of. With all the usual caveats about C macros. < 1533266025 609013 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533266028 166381 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :I don't know. I mean, you can get the same effect with for loops, but... < 1533266043 61159 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Can you, without writing "getchar()" twice? < 1533266066 936514 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :Well, no. < 1533266294 574708 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 244 seconds < 1533266621 325646 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :proc lambda {arguments body args} { < 1533266621 325718 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric : return [list ::apply [list $arguments $body] {*}$args] < 1533266621 325737 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :} < 1533266634 941157 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :https://github.com/tcltk/tcllib/blob/master/modules/lambda/lambda.tcl < 1533266895 138031 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :Oh, right, I forgot about Tcl. < 1533266909 676343 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :Tcl is, uh, decidedly odd. < 1533266959 172915 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :Though I can't remember, doesn't while in Tcl execute the condition in the calling stack frame? < 1533266991 738534 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :i.e. basically like it did an uplevel expr $cond < 1533267055 539103 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :uplevel 1 I think < 1533267083 77606 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :I think I remember you talking about liking Tcl? I liked it for a while until I found myself incapable of writing programs that don't memory leak. < 1533267092 755868 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :Mutable locations don't get garbage collected. < 1533267112 266216 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :(Since every mutable thing has to have a name) < 1533267116 569077 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :Just because I like Tcl doesn't mean I can't admit it's decidedly odd. < 1533267123 726499 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :In fact, its oddness is part of why I like it. :) > 1533267228 926679 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=57186&oldid=57185 5* 03A 5* (+108) 10/* Summing 1~n */ > 1533268423 307656 PRIVMSG #esoteric :14[[07FizzBuzz14]]4 10 02https://esolangs.org/w/index.php?diff=57187&oldid=57158 5* 03A 5* (+161) 10Add Python implementation > 1533268660 657042 PRIVMSG #esoteric :14[[07FizzBuzz14]]4 10 02https://esolangs.org/w/index.php?diff=57188&oldid=57187 5* 03A 5* (+1) 10Shorten My Code > 1533268852 795918 PRIVMSG #esoteric :14[[07FizzBuzz14]]4 10 02https://esolangs.org/w/index.php?diff=57189&oldid=57188 5* 03A 5* (-2) 10/* Examples */ < 1533269190 406266 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533269435 385877 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 240 seconds < 1533272016 646072 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Quit: the creeping crawling chaos will return. < 1533272763 635340 :nfd9001!~nfd9001@c-73-157-90-101.hsd1.wa.comcast.net JOIN :#esoteric < 1533275500 10259 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533275805 965273 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 264 seconds < 1533275874 628337 :Anon_!~Anonoymou@104.237.80.2 JOIN :#esoteric < 1533275890 292305 :Anon_!~Anonoymou@104.237.80.2 QUIT :Client Quit < 1533276295 187071 :Guest29789!~DJones@14.187.82.57 JOIN :#esoteric < 1533276627 720326 :Guest29789!~DJones@14.187.82.57 QUIT :Ping timeout: 240 seconds > 1533276751 979541 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57190&oldid=57150 5* 03A 5* (-8) 10Well, since there is no changing, it is turing-complete. > 1533276937 981727 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57191&oldid=57190 5* 03A 5* (+28) 10Only 2 commands, it is a Turing-tarpit. < 1533277224 361981 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1533277314 970309 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533277535 296089 :S_Gautam!uid286066@gateway/web/irccloud.com/x-awapqnwhjubmfssu JOIN :#esoteric < 1533277583 434389 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533277598 682086 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric > 1533277664 26911 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57192&oldid=57191 5* 03A 5* (-1) 10Uh, operation is wrong < 1533277676 802593 :bleepy8!~bleepy@156.211.199.46 JOIN :#esoteric > 1533277715 264733 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57193&oldid=57192 5* 03A 5* (+45) 10 > 1533277902 2569 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57194&oldid=57193 5* 03A 5* (-7) 10 > 1533278003 593737 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57195&oldid=57194 5* 03A 5* (-6) 10 < 1533278014 101059 :bleepy8!~bleepy@156.211.199.46 QUIT :Ping timeout: 260 seconds > 1533278283 369456 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57196&oldid=57195 5* 03A 5* (+7) 10 > 1533278451 429811 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57197&oldid=57196 5* 03A 5* (-94) 10 > 1533278963 455055 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57198&oldid=57197 5* 03A 5* (-26) 10 > 1533279503 869780 PRIVMSG #esoteric :14[[07FizzBuzz14]]4 10 02https://esolangs.org/w/index.php?diff=57199&oldid=57189 5* 03Zzo38 5* (+155) 10TeX > 1533279606 889945 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 N10 02https://esolangs.org/w/index.php?oldid=57200 5* 03A 5* (+1964) 10Copy my text first... < 1533279809 488307 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 248 seconds < 1533280037 971575 :Frogging10112!~Frogging1@cpe-76-168-120-196.socal.res.rr.com JOIN :#esoteric < 1533280114 670628 :Frogging10112!~Frogging1@cpe-76-168-120-196.socal.res.rr.com QUIT :Remote host closed the connection < 1533280347 633281 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1533281412 286659 :Anon!~Anonoymou@104.237.80.2 JOIN :#esoteric < 1533281429 453898 :Anon!~Anonoymou@104.237.80.2 QUIT :Client Quit > 1533281556 856118 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57201&oldid=57200 5* 03A 5* (-1964) 10Blanked the page > 1533281603 143642 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57202&oldid=57198 5* 03A 5* (-144) 10Examples are useless < 1533281642 828367 :avelardi20!~avelardi@64.145.76.111 JOIN :#esoteric < 1533281648 70279 :linuxmodder24!~linuxmodd@209.197.6.149 JOIN :#esoteric < 1533281693 73694 :linuxmodder24!~linuxmodd@209.197.6.149 QUIT :Remote host closed the connection < 1533281741 81205 :avelardi20!~avelardi@64.145.76.111 QUIT :Remote host closed the connection > 1533281870 991806 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57203&oldid=57202 5* 03A 5* (+22) 10Else can be represented by if > 1533282405 359088 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57204&oldid=57201 5* 03A 5* (+1842) 10 < 1533282662 646385 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 268 seconds > 1533282854 868018 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57205&oldid=57204 5* 03A 5* (-125) 10 > 1533282873 109412 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57206&oldid=57205 5* 03A 5* (+9) 10 > 1533283019 660594 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57207&oldid=57206 5* 03A 5* (-2) 10 > 1533283047 55775 PRIVMSG #esoteric :14[[07User:A14]]4 10 02https://esolangs.org/w/index.php?diff=57208&oldid=57163 5* 03A 5* (+26) 10 > 1533283156 283504 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57209&oldid=57207 5* 03A 5* (+9) 10/* Syntax */ < 1533283169 44940 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric > 1533283377 483856 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57210&oldid=57209 5* 03A 5* (-19) 10 < 1533283942 93812 :programmerq6!~programme@81.171.98.56 JOIN :#esoteric < 1533283950 910819 :programmerq6!~programme@81.171.98.56 QUIT :Killed (Sigyn (Spam is off topic on freenode.)) < 1533284843 265711 :basic`27!~basic`@209.197.26.107 JOIN :#esoteric > 1533284937 448121 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57211&oldid=57210 5* 03A 5* (+75) 10 < 1533284942 329054 :basic`27!~basic`@209.197.26.107 QUIT :Remote host closed the connection < 1533284970 243544 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@tell oerjan Good point, I didn't even consider them bots. < 1533284970 331708 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1533285409 401958 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 248 seconds < 1533285581 186469 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1533285581 536265 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1533285581 536312 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric > 1533285724 215747 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57212&oldid=57211 5* 03A 5* (+1107) 10 > 1533285961 833522 PRIVMSG #esoteric :14[[07Post-preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57213&oldid=57212 5* 03A 5* (-600) 10 > 1533286007 757996 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57214&oldid=57203 5* 03A 5* (-85) 10 > 1533286084 542967 PRIVMSG #esoteric :14[[07Preprocessor14]]4 10 02https://esolangs.org/w/index.php?diff=57215&oldid=57214 5* 03A 5* (+0) 10 < 1533286108 408408 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Can I say that I prefer quality over quantity when it comes to esolangs? < 1533287403 625191 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :int-e: you can < 1533288412 362209 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Huh, what's happened to fungot? < 1533288419 356255 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, right, I restarted the machine. < 1533288546 670 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I have a bouncer in front it now, so when it joins, it's not going to actually be responsive yet. Just thought I'd warn you. < 1533288565 307161 :fungot!~fungot@momus.zem.fi JOIN :#esoteric < 1533288641 846271 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Feeling all normal again? < 1533288642 124735 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: and we can multiply quantum states with numbers.) < 1533288655 418476 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Subsystems nominal, I guess. < 1533288683 874584 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fungot: what kinds of numbers twh < 1533288684 637344 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :shachaf: like international paper sizes?' thread. one of his friends to build an entire scheme program and a scheme list is kind of weird. even though that " should" visit espoo today, since i don't notice any fault with the gui < 1533288910 579674 :S_Gautam!uid286066@gateway/web/irccloud.com/x-awapqnwhjubmfssu QUIT :Quit: Connection closed for inactivity < 1533289825 710014 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1533290192 887444 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1533290358 650201 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Ping timeout: 268 seconds < 1533290433 990766 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Later it turns out the secret to solving noise issues in quantum computing was multiplying quantum states with international paper sizes. < 1533290565 886905 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Ping timeout: 264 seconds < 1533290866 918600 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :If you could get an A3-sized qubit I think a lot of things would work differently < 1533291314 55634 :mahaa!~mahaaaham@142.79.92.79.rev.sfr.net QUIT :Ping timeout: 260 seconds < 1533291329 395896 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :hey they finally found an elementary knightship in the game of life < 1533291485 699611 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I know what some of those words mean! That sounds neat < 1533291502 349490 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :(what's a knightship? what does it mean for one to be elementary?) < 1533291613 70857 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :knightship = travels along a vector other than (1,0) and (1,1) (modulo rotation/reflection ofc.) < 1533291660 141361 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :elementary = not a giant million cell machine engineered to build a copy of itself along a certain vector then take itself apart < 1533291710 540295 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :it's predictably very weird looking http://www.conwaylife.com/wiki/Sir_Robin > 1533291744 144928 PRIVMSG #esoteric :14[[07Obcode14]]4 N10 02https://esolangs.org/w/index.php?oldid=57216 5* 03Wastl 5* (+20) 10make redirect to ObCode > 1533292123 226895 PRIVMSG #esoteric :14[[07Functoin14]]4 N10 02https://esolangs.org/w/index.php?oldid=57217 5* 03A 5* (+695) 10Created page with "It is inspired by [[Post-preprocessor]]. ==Syntax(= command)== f(x)=1/x`function` f(a)=`Put your code here`,f() (a!=0) `nothing here` (a==0)`if statement` a=0`variabl..." > 1533292167 336738 PRIVMSG #esoteric :14[[07User:A14]]4 10 02https://esolangs.org/w/index.php?diff=57218&oldid=57208 5* 03A 5* (+14) 10 < 1533292405 729116 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :That *is* neat < 1533294353 114909 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1533298759 114150 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1533298808 285069 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`paste wisdom/limerick < 1533298809 244821 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :https://hack.esolangs.org/repo/file/tip/wisdom/limerick < 1533298867 963917 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`learn The password of the month is alphanumer1c. < 1533298869 939761 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Relearned 'password': The password of the month is alphanumer1c. < 1533299085 351893 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`' ꙮ < 1533299086 122059 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :1133) A Swede who was in #esoteric / Thought his rhymes were a little generic. / "I might use, in my prose, / ꙮs, / But my poetry's alphanumeric." < 1533299096 681605 :int-e!~noone@int-e.eu PRIVMSG #esoteric :So that's where it is. < 1533299117 84400 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`wc -l quotes < 1533299117 736509 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :wc: invalid option -- ' ' \ Try 'wc --help' for more information. < 1533299121 688176 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`` wc -l quotes < 1533299122 431379 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :1325 quotes < 1533299134 519720 :int-e!~noone@int-e.eu PRIVMSG #esoteric :`` tail -2 quotes < 1533299135 325127 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​ Please look at the new [[BackTurn]] program language see if it is good or else what other comment/question/complaint. \ i'm sending this from within a computer on minecraft < 1533299825 130318 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :int-e: https://zem.fi/tmp/quotes.png < 1533299883 95208 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Source: hg log -T "{rev} {node|short}\n" quotes | tac | while read rev hash; do printf "%s\t%s\n" $rev $(hg cat -r $rev quotes | wc -l); done | tee ~/tmp/quotes.csv < 1533299954 210933 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :A time axis might be nice as well. < 1533300104 475464 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :...huh, I didn't actually use the commit hash, and didn't notice because -r accepted the revision number as well. < 1533300154 303079 :opung28!~opung@91.83.173.35 JOIN :#esoteric < 1533300258 782857 :opung28!~opung@91.83.173.35 QUIT :Remote host closed the connection < 1533300637 710178 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :By date: https://zem.fi/tmp/quotes2.png < 1533301295 389327 :zzo38!~zzo38@24-207-47-161.eastlink.ca QUIT :Ping timeout: 240 seconds < 1533301423 635731 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Well I still think that the limit should be 1336. :P < 1533301709 105669 :zzo38!~zzo38@24-207-47-161.eastlink.ca JOIN :#esoteric < 1533303024 347215 :Monkeh7!~Monkeh@p2E58DE5D.dip0.t-ipconnect.de JOIN :#esoteric < 1533303082 433748 :Monkeh7!~Monkeh@p2E58DE5D.dip0.t-ipconnect.de QUIT :Killed (Sigyn (Spam is off topic on freenode.)) < 1533303641 787875 :sleepnap!~thomas@2603:3015:260e:1900::13ed JOIN :#esoteric < 1533306738 443708 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :Remote host closed the connection < 1533306870 390191 :mahaaaham!~mahaaaham@142.79.92.79.rev.sfr.net JOIN :#esoteric < 1533306886 454063 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1533308526 109815 :mahaaaham!~mahaaaham@142.79.92.79.rev.sfr.net QUIT :Quit: Leaving < 1533308671 587912 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :Ping timeout: 244 seconds < 1533309107 65867 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1533309624 129383 :S_Gautam!uid286066@gateway/web/irccloud.com/x-chxoqtbtfvymehpc JOIN :#esoteric < 1533310433 369392 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1533310554 17338 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Ping timeout: 260 seconds < 1533311330 76651 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533312594 864919 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1533313096 528435 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533313317 609552 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`olist 1132 < 1533313318 389395 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :olist 1132: shachaf oerjan Sgeo FireFly boily nortti b_jonas < 1533313352 606049 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 244 seconds < 1533314996 125139 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net PRIVMSG #esoteric :*slaps roof of HackEgo* this bad boy can fit so much olist in it < 1533315303 642716 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533315306 927891 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? olist < 1533315308 80436 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :olist is update notification for the webcomic Order of the Stick. http://www.giantitp.com/comics/ootslatest.html < 1533315321 76947 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Does HackEgo have a roof? < 1533316076 908434 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I sure hope so; computers get even more irritable in the rain than most people. < 1533316131 54393 :AnotherTest!~turingcom@213.202.60.99 JOIN :#esoteric < 1533317066 107641 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533317438 691115 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533318681 666842 :arseniiv!~arseniiv@94.41.80.212.dynamic.ufanet.ru JOIN :#esoteric < 1533319033 876503 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533319069 68400 :AnotherTest!~turingcom@213.202.60.99 QUIT :Ping timeout: 260 seconds < 1533319176 590780 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533319227 23830 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1533319322 520592 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1533319716 662863 :SopaXT!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1533319749 654665 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1533319886 508831 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533320998 691251 :S_Gautam!uid286066@gateway/web/irccloud.com/x-chxoqtbtfvymehpc QUIT :Quit: Connection closed for inactivity < 1533321853 297772 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1533322450 428994 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533322715 414342 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 240 seconds < 1533324765 906950 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533325053 863018 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 264 seconds < 1533325076 706469 :AnotherTest!~turingcom@213.202.60.99 JOIN :#esoteric < 1533326127 661784 :arseniiv!~arseniiv@94.41.80.212.dynamic.ufanet.ru QUIT :Ping timeout: 240 seconds < 1533326259 822258 :imode!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.2 < 1533328131 365527 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533329301 980361 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533329309 604579 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I made this computer game recently: http://zzo38computer.org/GAMES/MEGAPANE.ZIP < 1533329533 119783 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Do you like this? < 1533329843 682783 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533330065 299231 :int-e!~noone@int-e.eu PRIVMSG #esoteric :hmm it's not entirely terrible :P < 1533330452 253266 :int-e!~noone@int-e.eu PRIVMSG #esoteric :What's that real number though? http://int-e.eu/~bf3/tmp/mp.png < 1533330552 561850 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :The ratio of score to rows. < 1533330639 601814 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net JOIN :#esoteric < 1533330709 315144 :int-e!~noone@int-e.eu PRIVMSG #esoteric :ah < 1533330821 517618 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1533331903 55938 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :zzo38: I can't figure out how to make dosbox work well with my high-DPI screen. < 1533331907 578391 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So the font is too small. < 1533332097 670731 :AnotherTest!~turingcom@213.202.60.99 QUIT :Ping timeout: 240 seconds < 1533333024 268499 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: I have something like this in my .dosbox/dosbox-0.74.conf: http://paste.debian.net/1036624/ (those are the settings that I modified) < 1533333166 297151 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, I tried similar settings before but not quite those ones. < 1533333182 999610 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(this may still be rather small for you but you can adjust the window size accordingly; keeping it 4:3 and multiples of 640x480 are probably a good idea) < 1533333237 279354 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It's a sufficient size. < 1533333294 653028 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is there a language similar to C or C++ that has every function taking one argument, which might be a struct/tuple containing multiple values? < 1533333426 943192 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I don't know of any. < 1533333543 379909 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm wondering how to make it work with various things, like named arguments and varargs (and default arguments?). < 1533333584 929791 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Of course you can have a calling convention that turns this into the regular C ABI. < 1533333663 160946 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533334535 108680 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533335661 856217 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Remote host closed the connection < 1533335756 478593 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1533335833 877215 :nope__!~nope__@p4FDD0F10.dip0.t-ipconnect.de JOIN :#esoteric < 1533335880 852183 :nope__!~nope__@p4FDD0F10.dip0.t-ipconnect.de QUIT :Killed (Unit193 (Spam is not permitted on freenode.)) < 1533335897 148618 :sleepnap!~thomas@2603:3015:260e:1900::13ed PART :#esoteric < 1533336719 668131 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1533336987 713424 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 240 seconds < 1533338355 398345 :Dworf!~Dworf@196.196.193.35 JOIN :#esoteric < 1533338368 405373 :Dworf!~Dworf@196.196.193.35 QUIT :Killed (Sigyn (Spam is off topic on freenode.)) < 1533338640 134535 :HackMaster20!~HackMaste@071-047-042-083.res.spectrum.com JOIN :#esoteric < 1533338718 448686 :HackMaster20!~HackMaste@071-047-042-083.res.spectrum.com QUIT :Killed (Sigyn (Spam is off topic on freenode.)) < 1533339508 58203 :Guest16322!~LordLionM@47.215.19.173 JOIN :#esoteric < 1533339561 235582 :Guest16322!~LordLionM@47.215.19.173 QUIT :Remote host closed the connection < 1533340058 484048 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :Quit: brb < 1533340219 658319 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric