< 1538525146 455410 :setnanSO!~setnan@79.117.212.172 JOIN :#esoteric < 1538525147 59406 :ichorlb!~ichor@41.236.70.14 QUIT :Remote host closed the connection < 1538525579 350835 :setnanSO!~setnan@79.117.212.172 QUIT :Remote host closed the connection < 1538526825 438966 :codedmartzI!~codedmart@114.151.69.22 JOIN :#esoteric < 1538526982 349937 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1538527054 759345 :arseniiv!~arseniiv@46.191.130.119 QUIT :Ping timeout: 240 seconds < 1538527225 689910 :codedmartzI!~codedmart@114.151.69.22 QUIT :Remote host closed the connection < 1538527572 321740 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :an alternative to currying for making every function unary, is to make every function treated as recieving a single argument which is a tuple < 1538527620 297134 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :er, binary < 1538527659 199798 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :well I guess apply is still binary < 1538527668 969182 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :hmmm < 1538527735 671161 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :```fxyz ---> `f``T``Txyz < 1538527736 25589 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​/srv/hackeso-code/multibot_cmds/lib/limits: line 5: exec: ``fxyz: not found < 1538527783 945749 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :where T is the tuple-creation function, which given x returns a function, which given y, returns the tuple x,y < 1538527899 156850 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :in a js-like language this removes the distinction between the comma in f(x,y) and the [,] one in f([x,y]) < 1538528036 61257 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :\oren: I've discussed this in here before. < 1538528066 189957 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :\ < 1538528099 617151 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I think it would be very reasonable in a C++-ish language < 1538528106 393871 :Hooloovo0!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 260 seconds < 1538528120 697596 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Or C-ish, with support for something resembling tuples. < 1538528130 721154 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :And also structs (for keyword arguments) and so on. < 1538528139 159783 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But I haven't worked out the details, you should help me do that. < 1538528446 237071 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :I mean basically in C the declaration void f(struct {int x; int y;} p); would replace void f(int x, int y); < 1538528494 810066 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Right, but what sort of type inference thing would you have? < 1538528547 865397 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :If you write something like f((blah, {.x = 5, .y = 8}));, do you need to know the type of f to figure out the type of the expression? < 1538528587 962118 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538528601 689015 :Guest7434!~BitShack@181.208.242.241 JOIN :#esoteric < 1538528738 436153 :olsner!~salparot@c83-253-165-33.bredband.comhem.se JOIN :#esoteric < 1538528762 390629 :languitarhb!~languitar@broadband-5-228-214-41.ip.moscow.rt.ru JOIN :#esoteric < 1538528775 788358 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :well in C structs with the same member types in the same order are interconvertible < 1538528827 484807 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So you're suggesting there'd be an implicit conversion from the inferred type for the struct to the type that f accepts? < 1538528841 876392 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I was thinking along those lines. < 1538528843 997598 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :but that isn't extended to allow struct{struct{int x}, struct{int x}} to be converted to struct{int x,int y} < 1538528856 302474 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :if it were though, this would work better < 1538528877 273354 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It should also have varargs support of some sort. < 1538528889 222112 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Which I think should be easy enough probably? < 1538528910 312658 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Of course C-style varargs is scow anyway, but you can make something similar which isn't < 1538528916 524585 :languitarhb!~languitar@broadband-5-228-214-41.ip.moscow.rt.ru QUIT :Remote host closed the connection < 1538528917 49939 :Guest7434!~BitShack@181.208.242.241 QUIT :Read error: Connection reset by peer < 1538529037 388368 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm a little wary of lots of implicit type coercions. < 1538529048 82183 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But maybe it's not so bad if they're pretty clear? < 1538529450 986645 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds < 1538529503 180975 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :The ALGOL 68 coercion rules look too complicated to me: https://en.wikipedia.org/wiki/ALGOL_68#Coercions:_casting < 1538529955 501709 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538530054 863081 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So one thing about C is that you can't write "int x, y; ...; swap(x, y);", like in C++ < 1538530069 91466 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You have to explicitly indicate that you're passing memory locations rather than values. < 1538530074 511151 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That seems like a feature to me. < 1538530093 757956 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But with ALGOL 68-style REF T -> T coercion, you don't indicate that. < 1538530195 114177 :boily!~alexandre@cable-192.222.236.157.electronicbox.net QUIT :Quit: ASTRAL CHICKEN < 1538530293 493140 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds < 1538530721 804526 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538531044 782165 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 240 seconds < 1538531927 38541 :nevodkaes!~nevodka@240.red-81-37-103.dynamicip.rima-tde.net JOIN :#esoteric < 1538532225 742759 :nevodkaes!~nevodka@240.red-81-37-103.dynamicip.rima-tde.net QUIT :Remote host closed the connection < 1538533686 749614 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 264 seconds < 1538533921 982652 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538534701 429862 :Guest93749!~andershor@207.55.82.163 JOIN :#esoteric < 1538535028 789910 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1538535133 501850 :Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :Ping timeout: 268 seconds < 1538535641 638113 :xnxsuR!~xnxs@ZV247206.ppp.dion.ne.jp JOIN :#esoteric < 1538535836 669153 :xnxsuR!~xnxs@ZV247206.ppp.dion.ne.jp QUIT :Remote host closed the connection < 1538537437 25497 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds > 1538538072 234936 PRIVMSG #esoteric :14[[07Talk:Black Turing-completeness proof14]]4 10 02https://esolangs.org/w/index.php?diff=57902&oldid=55533 5* 03Wright 5* (+72) 10a second rather-late reply + a retroactive toning-down of my original message < 1538538465 63474 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Ping timeout: 252 seconds < 1538539067 971180 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538539294 340278 :Guest93749!~andershor@207.55.82.163 NICK :doesthiswork < 1538539512 336381 :bradcomp!~bradcomp@c-67-161-161-17.hsd1.ca.comcast.net JOIN :#esoteric < 1538540722 329252 :bradcomp!~bradcomp@c-67-161-161-17.hsd1.ca.comcast.net QUIT :Ping timeout: 246 seconds < 1538544051 74941 :S_Gautam!uid286066@gateway/web/irccloud.com/x-lafuvafkhwpwfbif QUIT :Quit: Connection closed for inactivity < 1538545604 523947 :doesthiswork!~andershor@207.55.82.163 QUIT :Ping timeout: 268 seconds < 1538546417 131993 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq JOIN :#esoteric < 1538547316 624351 :user1324iD!~user1324@190.117.147.9 JOIN :#esoteric < 1538547469 578909 :user1324iD!~user1324@190.117.147.9 QUIT :K-Lined < 1538548188 539671 :moei!~moei@softbank221078042071.bbtec.net QUIT :Read error: Connection reset by peer < 1538548220 447024 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1538548789 18777 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds < 1538549660 985315 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538549675 414580 :waciw!~wac@197.54.165.2 JOIN :#esoteric < 1538549956 162727 :waciw!~wac@197.54.165.2 QUIT :Remote host closed the connection < 1538550266 768530 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538550273 978357 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds < 1538550279 953477 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538550369 780936 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538550852 524497 :heroux!sandroco@gateway/shell/insomnia247/x-nizhvdolaszzsaiu QUIT :Ping timeout: 252 seconds < 1538550852 652882 :int-e!~noone@int-e.eu QUIT :Ping timeout: 252 seconds < 1538551182 578091 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :*.net *.split < 1538551182 709815 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net QUIT :*.net *.split < 1538551182 814550 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1538551182 901904 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de QUIT :*.net *.split < 1538551182 989150 :HackEso!~h@techne.zem.fi QUIT :*.net *.split < 1538551182 989210 :fungot`!~fungot@88.98.228.179 QUIT :*.net *.split < 1538551182 989236 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1538551182 989261 :heroux_!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy QUIT :*.net *.split < 1538551183 76454 :hakatashi!~hakatashi@104.131.49.125 QUIT :*.net *.split < 1538551183 76527 :izabera!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1538551183 76541 :ineiros_!ineiros@kapsi.fi QUIT :*.net *.split < 1538551183 165371 :shikhin!shikhin@unaffiliated/shikhin QUIT :*.net *.split < 1538551183 871500 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :*.net *.split < 1538551183 958786 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy QUIT :*.net *.split < 1538551184 46126 :clog!~nef@bespin.org QUIT :*.net *.split < 1538551184 134089 :ATMunn!ATMunn@unaffiliated/atmunn QUIT :*.net *.split < 1538551184 134165 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :*.net *.split < 1538551184 221377 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1538551184 221449 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1538551184 308908 :rdococ!rdococ@unaffiliated/rdococ QUIT :*.net *.split < 1538551184 396191 :xkapastel!uid17782@gateway/web/irccloud.com/x-jreulmkiuzyhwgrw QUIT :*.net *.split < 1538551184 396232 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 QUIT :*.net *.split < 1538551184 483868 :ocharles!sid30093@musicbrainz/user/ocharles QUIT :*.net *.split < 1538551184 902138 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha QUIT :*.net *.split < 1538551184 989349 :olsner!~salparot@c83-253-165-33.bredband.comhem.se QUIT :*.net *.split < 1538551185 76567 :MDude!~MDude@97-127-137-99.cdrr.qwest.net QUIT :*.net *.split < 1538551185 76682 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1538551185 76732 :jix_!~jix@209.250.235.106 QUIT :*.net *.split < 1538551185 313009 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :*.net *.split < 1538551185 400297 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou QUIT :*.net *.split < 1538551185 400420 :myname!~myname@ks300980.kimsufi.com QUIT :*.net *.split < 1538551185 400461 :rain2!~rain1@unaffiliated/rain1 QUIT :*.net *.split < 1538551185 502627 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc QUIT :*.net *.split < 1538551185 589878 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1538551185 677148 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq QUIT :*.net *.split < 1538551185 811651 :net_!~net@cpe-76-190-177-92.neo.res.rr.com QUIT :*.net *.split < 1538551185 811749 :grumble!~grumble@freenode/staff/grumble QUIT :*.net *.split < 1538551185 903620 :rodgort!~rodgort@68.ip-149-56-14.net QUIT :*.net *.split < 1538551185 990844 :vertrex!~vertrex@unaffiliated/vertrex QUIT :*.net *.split < 1538551185 990937 :j-bot!eldis4@firefly.nu QUIT :*.net *.split < 1538551186 78105 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq QUIT :*.net *.split < 1538551186 357844 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy QUIT :*.net *.split < 1538551186 445190 :moony!moony@unaffiliated/moonythedwarf QUIT :*.net *.split < 1538551186 445245 :fizzie!fis@unaffiliated/fizzie QUIT :*.net *.split < 1538551186 445254 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :*.net *.split < 1538551186 757002 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe QUIT :*.net *.split < 1538551186 870264 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1538551186 961660 :Storkman_!~Storkman@storkman.xyz QUIT :*.net *.split < 1538551186 961765 :zemhill____!bfjoust@selene.zem.fi QUIT :*.net *.split < 1538551187 228286 :sparr!~sparr@pdpc/supporter/active/sparr QUIT :*.net *.split < 1538551187 330135 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1538551187 417404 :mniip!mniip@freenode/staff/mniip QUIT :*.net *.split < 1538551187 504770 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1538551187 592501 :FaerieFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1538551187 592614 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi QUIT :*.net *.split < 1538551187 593394 :subleq!~gavin@207.173.246.52 QUIT :*.net *.split < 1538551187 694764 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1538551187 782025 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com QUIT :*.net *.split < 1538551187 782125 :trn!~trn@prone.ws QUIT :*.net *.split < 1538551187 897901 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se QUIT :*.net *.split < 1538551187 985443 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1538551187 985552 :GeekDude!~G33kDude@unaffiliated/g33kdude QUIT :*.net *.split < 1538551187 985577 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :*.net *.split < 1538551188 72738 :fractal!~fractal@unaffiliated/scounder QUIT :*.net *.split < 1538551188 72864 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi QUIT :*.net *.split < 1538551188 169696 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com QUIT :*.net *.split < 1538551188 256934 :digitalcold!~redacted@unaffiliated/digitalcold QUIT :*.net *.split < 1538551188 257083 :moei!~moei@softbank221078042071.bbtec.net QUIT :*.net *.split < 1538551188 346525 :sftp!~sftp@unaffiliated/sftp QUIT :*.net *.split < 1538551188 433835 :relrod!~relrod@redhat/relrod QUIT :*.net *.split < 1538551188 521181 :zzo38!~zzo38@24-207-47-161.eastlink.ca QUIT :*.net *.split < 1538551188 717258 :brandonson!~brandon@208.91.114.1 QUIT :*.net *.split < 1538551188 804609 :Yurume_______!23f9939a@121.78.85.35 QUIT :*.net *.split < 1538552021 748454 :HackEso!~h@techne.zem.fi JOIN :#esoteric < 1538552021 749326 :int-e_!~noone@int-e.eu JOIN :#esoteric < 1538552021 749352 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538552021 749369 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538552021 749384 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1538552021 749399 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq JOIN :#esoteric < 1538552021 749414 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1538552021 749431 :olsner!~salparot@c83-253-165-33.bredband.comhem.se JOIN :#esoteric < 1538552021 749446 :xkapastel!uid17782@gateway/web/irccloud.com/x-jreulmkiuzyhwgrw JOIN :#esoteric < 1538552021 749467 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1538552021 749483 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 JOIN :#esoteric < 1538552021 749498 :GeekDude!~G33kDude@unaffiliated/g33kdude JOIN :#esoteric < 1538552021 749513 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1538552021 749527 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1538552021 749543 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1538552021 749559 :MDude!~MDude@97-127-137-99.cdrr.qwest.net JOIN :#esoteric < 1538552021 751744 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net JOIN :#esoteric < 1538552021 751782 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de JOIN :#esoteric < 1538552021 751800 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy JOIN :#esoteric < 1538552021 751815 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou JOIN :#esoteric < 1538552021 751829 :fractal!~fractal@unaffiliated/scounder JOIN :#esoteric < 1538552021 751844 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1538552021 751858 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1538552021 751872 :relrod!~relrod@redhat/relrod JOIN :#esoteric < 1538552021 751886 :jix_!~jix@209.250.235.106 JOIN :#esoteric < 1538552021 751900 :fungot`!~fungot@88.98.228.179 JOIN :#esoteric < 1538552021 751915 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1538552021 751929 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1538552021 751943 :net_!~net@cpe-76-190-177-92.neo.res.rr.com JOIN :#esoteric < 1538552021 751958 :heroux!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy JOIN :#esoteric < 1538552021 751972 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1538552021 751986 :hakatashi!~hakatashi@104.131.49.125 JOIN :#esoteric < 1538552021 752001 :myname!~myname@ks300980.kimsufi.com JOIN :#esoteric < 1538552021 752015 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi JOIN :#esoteric < 1538552021 752030 :rain2!~rain1@unaffiliated/rain1 JOIN :#esoteric < 1538552021 752044 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1538552021 752067 :ineiros_!ineiros@kapsi.fi JOIN :#esoteric < 1538552021 752081 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com JOIN :#esoteric < 1538552021 752096 :trn!~trn@prone.ws JOIN :#esoteric < 1538552021 752111 :shikhin!shikhin@unaffiliated/shikhin JOIN :#esoteric < 1538552021 752125 :clog!~nef@bespin.org JOIN :#esoteric < 1538552021 752139 :ATMunn!ATMunn@unaffiliated/atmunn JOIN :#esoteric < 1538552021 752153 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1538552021 752167 :vertrex!~vertrex@unaffiliated/vertrex JOIN :#esoteric < 1538552021 752181 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1538552021 752197 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc JOIN :#esoteric < 1538552021 752212 :j-bot!eldis4@firefly.nu JOIN :#esoteric < 1538552021 752226 :ocharles!sid30093@musicbrainz/user/ocharles JOIN :#esoteric < 1538552021 752240 :FaerieFly!znc@freenode/staff/firefly JOIN :#esoteric < 1538552021 752255 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1538552021 752269 :Bowserinator!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric < 1538552021 752284 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1538552021 752298 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1538552021 752313 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq JOIN :#esoteric < 1538552021 752328 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi JOIN :#esoteric < 1538552021 752342 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe JOIN :#esoteric < 1538552021 752364 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com JOIN :#esoteric < 1538552021 752379 :rdococ!rdococ@unaffiliated/rdococ JOIN :#esoteric < 1538552021 752399 :subleq!~gavin@207.173.246.52 JOIN :#esoteric < 1538552021 752413 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha JOIN :#esoteric < 1538552021 752428 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy JOIN :#esoteric < 1538552021 752443 :moony!moony@unaffiliated/moonythedwarf JOIN :#esoteric < 1538552021 752458 :digitalcold!~redacted@unaffiliated/digitalcold JOIN :#esoteric < 1538552021 752477 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se JOIN :#esoteric < 1538552021 839145 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1538552021 839212 :zzo38!~zzo38@24-207-47-161.eastlink.ca JOIN :#esoteric < 1538552021 839240 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1538552021 839266 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1538552021 839292 :zemhill____!bfjoust@selene.zem.fi JOIN :#esoteric < 1538552021 839317 :Storkman_!~Storkman@storkman.xyz JOIN :#esoteric < 1538552021 839343 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1538552021 839381 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1538552021 839407 :Yurume_______!23f9939a@121.78.85.35 JOIN :#esoteric < 1538552021 839433 :sparr!~sparr@pdpc/supporter/active/sparr JOIN :#esoteric > 1538553427 802442 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Amicloud 5* 10New user account < 1538553544 769497 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 240 seconds > 1538554006 678941 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=57903&oldid=57899 5* 03Amicloud 5* (+314) 10 < 1538554449 647561 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :*.net *.split < 1538554449 786773 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net QUIT :*.net *.split < 1538554449 873999 :int-e_!~noone@int-e.eu QUIT :*.net *.split < 1538554449 987164 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1538554450 88233 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de QUIT :*.net *.split < 1538554450 175499 :fungot`!~fungot@88.98.228.179 QUIT :*.net *.split < 1538554450 175569 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1538554450 262764 :heroux!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy QUIT :*.net *.split < 1538554450 262827 :hakatashi!~hakatashi@104.131.49.125 QUIT :*.net *.split < 1538554450 262852 :izabera!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1538554450 350346 :ineiros_!ineiros@kapsi.fi QUIT :*.net *.split < 1538554450 437828 :shikhin!shikhin@unaffiliated/shikhin QUIT :*.net *.split < 1538554451 434288 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy QUIT :*.net *.split < 1538554451 552741 :clog!~nef@bespin.org QUIT :*.net *.split < 1538554451 640017 :ATMunn!ATMunn@unaffiliated/atmunn QUIT :*.net *.split < 1538554451 727674 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :*.net *.split < 1538554451 727754 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1538554451 727778 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1538554451 895226 :rdococ!rdococ@unaffiliated/rdococ QUIT :*.net *.split < 1538554451 982533 :xkapastel!uid17782@gateway/web/irccloud.com/x-jreulmkiuzyhwgrw QUIT :*.net *.split < 1538554451 982608 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 QUIT :*.net *.split < 1538554452 69849 :ocharles!sid30093@musicbrainz/user/ocharles QUIT :*.net *.split < 1538554452 656840 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha QUIT :*.net *.split < 1538554452 773415 :olsner!~salparot@c83-253-165-33.bredband.comhem.se QUIT :*.net *.split < 1538554452 860634 :MDude!~MDude@97-127-137-99.cdrr.qwest.net QUIT :*.net *.split < 1538554452 860694 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1538554452 947852 :jix_!~jix@209.250.235.106 QUIT :*.net *.split < 1538554453 216965 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :*.net *.split < 1538554453 304276 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou QUIT :*.net *.split < 1538554453 391708 :myname!~myname@ks300980.kimsufi.com QUIT :*.net *.split < 1538554453 391840 :rain2!~rain1@unaffiliated/rain1 QUIT :*.net *.split < 1538554453 478901 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc QUIT :*.net *.split < 1538554453 566135 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1538554453 566263 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq QUIT :*.net *.split < 1538554453 853825 :net_!~net@cpe-76-190-177-92.neo.res.rr.com QUIT :*.net *.split < 1538554453 941365 :grumble!~grumble@freenode/staff/grumble QUIT :*.net *.split < 1538554454 28621 :rodgort!~rodgort@68.ip-149-56-14.net QUIT :*.net *.split < 1538554454 28766 :vertrex!~vertrex@unaffiliated/vertrex QUIT :*.net *.split < 1538554454 115909 :j-bot!eldis4@firefly.nu QUIT :*.net *.split < 1538554454 203139 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq QUIT :*.net *.split < 1538554454 563020 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy QUIT :*.net *.split < 1538554454 650259 :moony!moony@unaffiliated/moonythedwarf QUIT :*.net *.split < 1538554454 650365 :fizzie!fis@unaffiliated/fizzie QUIT :*.net *.split < 1538554454 650409 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :*.net *.split < 1538554455 30675 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe QUIT :*.net *.split < 1538554455 155201 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1538554455 242487 :Storkman_!~Storkman@storkman.xyz QUIT :*.net *.split < 1538554455 242606 :zemhill____!bfjoust@selene.zem.fi QUIT :*.net *.split < 1538554455 548591 :sparr!~sparr@pdpc/supporter/active/sparr QUIT :*.net *.split < 1538554455 700630 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1538554455 787943 :mniip!mniip@freenode/staff/mniip QUIT :*.net *.split < 1538554455 912094 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1538554455 999581 :FaerieFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1538554455 999718 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi QUIT :*.net *.split < 1538554456 86820 :subleq!~gavin@207.173.246.52 QUIT :*.net *.split < 1538554456 174119 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1538554456 261400 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com QUIT :*.net *.split < 1538554456 261527 :trn!~trn@prone.ws QUIT :*.net *.split < 1538554456 418483 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se QUIT :*.net *.split < 1538554456 505839 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1538554456 505965 :HackEso!~h@techne.zem.fi QUIT :*.net *.split < 1538554456 593038 :GeekDude!~G33kDude@unaffiliated/g33kdude QUIT :*.net *.split < 1538554456 593136 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :*.net *.split < 1538554456 593181 :fractal!~fractal@unaffiliated/scounder QUIT :*.net *.split < 1538554456 680547 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi QUIT :*.net *.split < 1538554456 768458 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com QUIT :*.net *.split < 1538554456 855693 :digitalcold!~redacted@unaffiliated/digitalcold QUIT :*.net *.split < 1538554456 942937 :moei!~moei@softbank221078042071.bbtec.net QUIT :*.net *.split < 1538554457 30287 :sftp!~sftp@unaffiliated/sftp QUIT :*.net *.split < 1538554457 117602 :relrod!~relrod@redhat/relrod QUIT :*.net *.split < 1538554457 204972 :zzo38!~zzo38@24-207-47-161.eastlink.ca QUIT :*.net *.split < 1538554457 434492 :brandonson!~brandon@208.91.114.1 QUIT :*.net *.split < 1538554457 522061 :Yurume_______!23f9939a@121.78.85.35 QUIT :*.net *.split > 1538554915 84734 PRIVMSG #esoteric :14[[07Befunge14]]4 10 02https://esolangs.org/w/index.php?diff=57904&oldid=55325 5* 03Amicloud 5* (+522) 10/* Interpreters */ > 1538555004 366484 PRIVMSG #esoteric :14[[07Befunge14]]4 10 02https://esolangs.org/w/index.php?diff=57905&oldid=57904 5* 03Amicloud 5* (+284) 10/* Befunge-93 */ < 1538555296 639471 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538555296 639583 :HackEso!~h@techne.zem.fi JOIN :#esoteric < 1538555296 639626 :int-e_!~noone@int-e.eu JOIN :#esoteric < 1538555296 639646 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538555296 639656 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1538555296 639682 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq JOIN :#esoteric < 1538555296 639711 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1538555296 639738 :olsner!~salparot@c83-253-165-33.bredband.comhem.se JOIN :#esoteric < 1538555296 639763 :xkapastel!uid17782@gateway/web/irccloud.com/x-jreulmkiuzyhwgrw JOIN :#esoteric < 1538555296 639787 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1538555296 639811 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 JOIN :#esoteric < 1538555296 639828 :GeekDude!~G33kDude@unaffiliated/g33kdude JOIN :#esoteric < 1538555296 639853 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1538555296 639879 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1538555296 639915 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1538555296 639968 :MDude!~MDude@97-127-137-99.cdrr.qwest.net JOIN :#esoteric < 1538555296 640003 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net JOIN :#esoteric < 1538555296 640051 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de JOIN :#esoteric < 1538555296 640064 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy JOIN :#esoteric < 1538555296 640082 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou JOIN :#esoteric < 1538555296 640108 :fractal!~fractal@unaffiliated/scounder JOIN :#esoteric < 1538555296 640131 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1538555296 640155 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1538555296 640177 :relrod!~relrod@redhat/relrod JOIN :#esoteric < 1538555296 640199 :jix_!~jix@209.250.235.106 JOIN :#esoteric < 1538555296 640221 :fungot`!~fungot@88.98.228.179 JOIN :#esoteric < 1538555296 640245 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1538555296 640267 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1538555296 640290 :net_!~net@cpe-76-190-177-92.neo.res.rr.com JOIN :#esoteric < 1538555296 640316 :heroux!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy JOIN :#esoteric < 1538555296 640327 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1538555296 640351 :hakatashi!~hakatashi@104.131.49.125 JOIN :#esoteric < 1538555296 640361 :myname!~myname@ks300980.kimsufi.com JOIN :#esoteric < 1538555296 640384 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi JOIN :#esoteric < 1538555296 640407 :rain2!~rain1@unaffiliated/rain1 JOIN :#esoteric < 1538555296 640431 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1538555296 640441 :ineiros_!ineiros@kapsi.fi JOIN :#esoteric < 1538555296 640464 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com JOIN :#esoteric < 1538555296 640475 :trn!~trn@prone.ws JOIN :#esoteric < 1538555296 640498 :shikhin!shikhin@unaffiliated/shikhin JOIN :#esoteric < 1538555296 640520 :clog!~nef@bespin.org JOIN :#esoteric < 1538555296 640543 :ATMunn!ATMunn@unaffiliated/atmunn JOIN :#esoteric < 1538555296 640566 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1538555296 640588 :vertrex!~vertrex@unaffiliated/vertrex JOIN :#esoteric < 1538555296 640618 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1538555296 640643 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc JOIN :#esoteric < 1538555296 640666 :j-bot!eldis4@firefly.nu JOIN :#esoteric < 1538555296 640689 :ocharles!sid30093@musicbrainz/user/ocharles JOIN :#esoteric < 1538555296 640711 :FaerieFly!znc@freenode/staff/firefly JOIN :#esoteric < 1538555296 640735 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1538555296 640758 :Bowserinator!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric < 1538555296 640781 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1538555296 640804 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1538555296 640829 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq JOIN :#esoteric < 1538555296 640840 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi JOIN :#esoteric < 1538555296 640866 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe JOIN :#esoteric < 1538555296 640891 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com JOIN :#esoteric < 1538555296 640914 :rdococ!rdococ@unaffiliated/rdococ JOIN :#esoteric < 1538555296 640936 :subleq!~gavin@207.173.246.52 JOIN :#esoteric < 1538555296 640961 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha JOIN :#esoteric < 1538555296 640970 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy JOIN :#esoteric < 1538555296 640994 :moony!moony@unaffiliated/moonythedwarf JOIN :#esoteric < 1538555296 641017 :digitalcold!~redacted@unaffiliated/digitalcold JOIN :#esoteric < 1538555296 641040 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se JOIN :#esoteric < 1538555296 641062 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1538555296 641087 :zzo38!~zzo38@24-207-47-161.eastlink.ca JOIN :#esoteric < 1538555296 641101 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1538555296 641123 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1538555296 641150 :zemhill____!bfjoust@selene.zem.fi JOIN :#esoteric < 1538555296 641173 :Storkman_!~Storkman@storkman.xyz JOIN :#esoteric < 1538555296 727004 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1538555296 727095 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1538555296 727147 :Yurume_______!23f9939a@121.78.85.35 JOIN :#esoteric < 1538555296 727192 :sparr!~sparr@pdpc/supporter/active/sparr JOIN :#esoteric < 1538555764 485342 :AnotherTest!~turingcom@ptr-82l26zdn9kx2rnn81vw.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1538556693 659643 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :*.net *.split < 1538556693 788775 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net QUIT :*.net *.split < 1538556693 876044 :int-e_!~noone@int-e.eu QUIT :*.net *.split < 1538556693 963325 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1538556694 50582 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de QUIT :*.net *.split < 1538556694 50653 :fungot`!~fungot@88.98.228.179 QUIT :*.net *.split < 1538556694 137842 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1538556694 137894 :heroux!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy QUIT :*.net *.split < 1538556694 137913 :hakatashi!~hakatashi@104.131.49.125 QUIT :*.net *.split < 1538556694 137933 :izabera!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1538556694 230050 :ineiros_!ineiros@kapsi.fi QUIT :*.net *.split < 1538556694 317150 :shikhin!shikhin@unaffiliated/shikhin QUIT :*.net *.split < 1538556695 460745 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy QUIT :*.net *.split < 1538556695 579388 :clog!~nef@bespin.org QUIT :*.net *.split < 1538556695 666771 :ATMunn!ATMunn@unaffiliated/atmunn QUIT :*.net *.split < 1538556695 754008 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :*.net *.split < 1538556695 754072 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1538556695 841269 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1538556695 951002 :rdococ!rdococ@unaffiliated/rdococ QUIT :*.net *.split < 1538556696 38263 :xkapastel!uid17782@gateway/web/irccloud.com/x-jreulmkiuzyhwgrw QUIT :*.net *.split < 1538556696 38310 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 QUIT :*.net *.split < 1538556696 125517 :ocharles!sid30093@musicbrainz/user/ocharles QUIT :*.net *.split < 1538556696 805671 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha QUIT :*.net *.split < 1538556696 893101 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :*.net *.split < 1538556696 980496 :olsner!~salparot@c83-253-165-33.bredband.comhem.se QUIT :*.net *.split < 1538556696 980548 :MDude!~MDude@97-127-137-99.cdrr.qwest.net QUIT :*.net *.split < 1538556697 67778 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1538556697 67836 :jix_!~jix@209.250.235.106 QUIT :*.net *.split < 1538556697 381120 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :*.net *.split < 1538556697 468647 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou QUIT :*.net *.split < 1538556697 555966 :myname!~myname@ks300980.kimsufi.com QUIT :*.net *.split < 1538556697 556083 :rain2!~rain1@unaffiliated/rain1 QUIT :*.net *.split < 1538556697 643241 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc QUIT :*.net *.split < 1538556697 730520 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1538556697 817793 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq QUIT :*.net *.split < 1538556698 46695 :net_!~net@cpe-76-190-177-92.neo.res.rr.com QUIT :*.net *.split < 1538556698 133943 :grumble!~grumble@freenode/staff/grumble QUIT :*.net *.split < 1538556698 221234 :rodgort!~rodgort@68.ip-149-56-14.net QUIT :*.net *.split < 1538556698 221356 :vertrex!~vertrex@unaffiliated/vertrex QUIT :*.net *.split < 1538556698 308458 :j-bot!eldis4@firefly.nu QUIT :*.net *.split < 1538556698 395716 :S_Gautam!uid286066@gateway/web/irccloud.com/x-qgyllbpgdiibqamq QUIT :*.net *.split < 1538556698 819605 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy QUIT :*.net *.split < 1538556698 906931 :moony!moony@unaffiliated/moonythedwarf QUIT :*.net *.split < 1538556698 907007 :fizzie!fis@unaffiliated/fizzie QUIT :*.net *.split < 1538556698 907035 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :*.net *.split < 1538556699 348260 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe QUIT :*.net *.split < 1538556699 487847 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1538556699 575124 :Storkman_!~Storkman@storkman.xyz QUIT :*.net *.split < 1538556699 575239 :zemhill____!bfjoust@selene.zem.fi QUIT :*.net *.split < 1538556699 932817 :sparr!~sparr@pdpc/supporter/active/sparr QUIT :*.net *.split < 1538556700 100013 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1538556700 187277 :mniip!mniip@freenode/staff/mniip QUIT :*.net *.split < 1538556700 326541 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1538556700 413818 :FaerieFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1538556700 413917 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi QUIT :*.net *.split < 1538556700 501261 :subleq!~gavin@207.173.246.52 QUIT :*.net *.split < 1538556700 588475 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1538556700 675709 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com QUIT :*.net *.split < 1538556700 763148 :trn!~trn@prone.ws QUIT :*.net *.split < 1538556700 866105 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se QUIT :*.net *.split < 1538556700 953365 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1538556700 953461 :HackEso!~h@techne.zem.fi QUIT :*.net *.split < 1538556701 40924 :GeekDude!~G33kDude@unaffiliated/g33kdude QUIT :*.net *.split < 1538556701 41021 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :*.net *.split < 1538556701 41059 :fractal!~fractal@unaffiliated/scounder QUIT :*.net *.split < 1538556701 128450 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi QUIT :*.net *.split < 1538556701 248022 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com QUIT :*.net *.split < 1538556701 335321 :digitalcold!~redacted@unaffiliated/digitalcold QUIT :*.net *.split < 1538556701 422597 :moei!~moei@softbank221078042071.bbtec.net QUIT :*.net *.split < 1538556701 524201 :sftp!~sftp@unaffiliated/sftp QUIT :*.net *.split < 1538556701 611525 :relrod!~relrod@redhat/relrod QUIT :*.net *.split < 1538556701 698960 :zzo38!~zzo38@24-207-47-161.eastlink.ca QUIT :*.net *.split < 1538556701 991088 :brandonson!~brandon@208.91.114.1 QUIT :*.net *.split < 1538556702 78370 :Yurume_______!23f9939a@121.78.85.35 QUIT :*.net *.split < 1538557030 475482 :oboboTa!~obobo@197.58.69.108 JOIN :#esoteric < 1538557084 167605 :oboboTa!~obobo@197.58.69.108 QUIT :Remote host closed the connection < 1538557564 672270 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538557564 673508 :HackEso!~h@techne.zem.fi JOIN :#esoteric < 1538557564 673541 :int-e!~noone@int-e.eu JOIN :#esoteric < 1538557564 673560 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538557564 673589 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1538557564 673617 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1538557564 673644 :olsner!~salparot@c83-253-165-33.bredband.comhem.se JOIN :#esoteric < 1538557564 673671 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1538557564 673688 :Cale!~cale@2607:fea8:995f:fb71:70cf:2776:6f2b:6790 JOIN :#esoteric < 1538557564 673713 :GeekDude!~G33kDude@unaffiliated/g33kdude JOIN :#esoteric < 1538557564 673739 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1538557564 673767 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1538557564 673784 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1538557564 673799 :MDude!~MDude@97-127-137-99.cdrr.qwest.net JOIN :#esoteric < 1538557564 673838 :danieljabailey!~danieljab@cpc75709-york6-2-0-cust725.7-1.cable.virginm.net JOIN :#esoteric < 1538557564 673869 :Melvar!~melvar@dslb-178-000-150-255.178.000.pools.vodafone-ip.de JOIN :#esoteric < 1538557564 673896 :dingbat!uid70835@gateway/web/irccloud.com/x-tewfplmfjflvpcoy JOIN :#esoteric < 1538557564 675271 :andrewtheircguy!uid323392@gateway/web/irccloud.com/x-svessihttfsihfou JOIN :#esoteric < 1538557564 675325 :fractal!~fractal@unaffiliated/scounder JOIN :#esoteric < 1538557564 675361 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1538557564 675380 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1538557564 675423 :relrod!~relrod@redhat/relrod JOIN :#esoteric < 1538557564 675450 :jix_!~jix@209.250.235.106 JOIN :#esoteric < 1538557564 675476 :fungot`!~fungot@88.98.228.179 JOIN :#esoteric < 1538557564 675502 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1538557564 675527 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1538557564 675552 :net_!~net@cpe-76-190-177-92.neo.res.rr.com JOIN :#esoteric < 1538557564 675578 :heroux!sandroco@gateway/shell/insomnia247/x-isbdxqqykqxdsixy JOIN :#esoteric < 1538557564 675935 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1538557564 677143 :hakatashi!~hakatashi@104.131.49.125 JOIN :#esoteric < 1538557564 679590 :myname!~myname@ks300980.kimsufi.com JOIN :#esoteric < 1538557564 679659 :aloril!~aloril@mobile-access-bcee80-209.dhcp.inet.fi JOIN :#esoteric < 1538557564 679681 :rain2!~rain1@unaffiliated/rain1 JOIN :#esoteric < 1538557564 679708 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1538557564 679734 :ineiros_!ineiros@kapsi.fi JOIN :#esoteric < 1538557564 679761 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com JOIN :#esoteric < 1538557564 679788 :trn!~trn@prone.ws JOIN :#esoteric < 1538557564 679805 :shikhin!shikhin@unaffiliated/shikhin JOIN :#esoteric < 1538557564 679830 :clog!~nef@bespin.org JOIN :#esoteric < 1538557564 679847 :ATMunn!ATMunn@unaffiliated/atmunn JOIN :#esoteric < 1538557564 679871 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1538557564 679897 :vertrex!~vertrex@unaffiliated/vertrex JOIN :#esoteric < 1538557564 679922 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1538557564 679949 :lynn!sid154965@gateway/web/irccloud.com/x-ollzdqfyxysmhduc JOIN :#esoteric < 1538557564 679966 :j-bot!eldis4@firefly.nu JOIN :#esoteric < 1538557564 679991 :ocharles!sid30093@musicbrainz/user/ocharles JOIN :#esoteric < 1538557564 680625 :FaerieFly!znc@freenode/staff/firefly JOIN :#esoteric < 1538557564 680662 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1538557564 680691 :Bowserinator!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric < 1538557564 680709 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1538557564 680725 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1538557564 680750 :mich181189!sid268336@gateway/web/irccloud.com/x-jsdokadxyomsqheq JOIN :#esoteric < 1538557564 680776 :Deewiant!~deewiant@fr1.ut.deewiant.iki.fi JOIN :#esoteric < 1538557564 762498 :copumpkin[m]!copumpkinm@gateway/shell/matrix.org/x-ovmkgmnwdqmkujoe JOIN :#esoteric < 1538557564 762537 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com JOIN :#esoteric < 1538557564 762566 :rdococ!rdococ@unaffiliated/rdococ JOIN :#esoteric < 1538557564 762573 :subleq!~gavin@207.173.246.52 JOIN :#esoteric < 1538557564 762580 :J_Arcane!sid119274@gateway/web/irccloud.com/x-xicczvqpmgahqrha JOIN :#esoteric < 1538557564 762586 :neanias!sid218528@gateway/web/irccloud.com/x-xurjkaadpungrvuy JOIN :#esoteric < 1538557564 762605 :moony!moony@unaffiliated/moonythedwarf JOIN :#esoteric < 1538557564 762620 :digitalcold!~redacted@unaffiliated/digitalcold JOIN :#esoteric < 1538557564 762634 :Fogity!~Fogity@hr-sgs.kvi.sgsnet.se JOIN :#esoteric < 1538557564 762649 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1538557564 762656 :zzo38!~zzo38@24-207-47-161.eastlink.ca JOIN :#esoteric < 1538557564 762670 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1538557564 762684 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1538557564 762708 :zemhill____!bfjoust@selene.zem.fi JOIN :#esoteric < 1538557564 762715 :Storkman_!~Storkman@storkman.xyz JOIN :#esoteric < 1538557564 762734 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1538557564 762748 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1538557564 762762 :Yurume_______!23f9939a@121.78.85.35 JOIN :#esoteric < 1538557564 762778 :sparr!~sparr@pdpc/supporter/active/sparr JOIN :#esoteric < 1538558103 132278 :cooleb09!~cooleb09@112.186.11.185 JOIN :#esoteric < 1538558352 119481 :cooleb09!~cooleb09@112.186.11.185 QUIT :Remote host closed the connection < 1538558815 753079 :S_Gautam!uid286066@gateway/web/irccloud.com/x-kxdndjvomwtbxhed JOIN :#esoteric < 1538558959 335854 :yukenQl!~yuken@115.205.206.158 JOIN :#esoteric < 1538559223 769346 :yukenQl!~yuken@115.205.206.158 QUIT :Remote host closed the connection < 1538560110 824665 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 264 seconds < 1538561855 754776 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538562988 218808 :dropatyge!~dropaty@92.44.139.213 JOIN :#esoteric < 1538563347 213511 :dropatyge!~dropaty@92.44.139.213 QUIT :Remote host closed the connection < 1538563834 749895 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 240 seconds < 1538564547 486476 :AnotherTest!~turingcom@ptr-82l26zdn9kx2rnn81vw.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 252 seconds < 1538564560 749640 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538565103 264776 :samsam_rolonnu!~samsam_ro@217.175.5.97 JOIN :#esoteric < 1538565262 136324 :samsam_rolonnu!~samsam_ro@217.175.5.97 QUIT :Remote host closed the connection < 1538565366 818486 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 264 seconds > 1538565573 81358 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 N10 02https://esolangs.org/w/index.php?oldid=57906 5* 03Joshop 5* (+372) 10Created page with "== Description == Falsebrain9Q+fishload is an ingenious combination of many esolangs: [[False]], [[Brainf*ck]], [[H9Q+]], [[Deadfish]], and [[Underload]]. It has two stacks, a..." < 1538565578 565583 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric > 1538565625 298135 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57907&oldid=57906 5* 03Joshop 5* (+17) 10 < 1538565668 517793 :AnotherTest!~turingcom@natx-145.kulnet.kuleuven.be JOIN :#esoteric < 1538565686 397665 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Client Quit < 1538565861 775162 :AureliusOqd!~AureliusO@181.21.155.159 JOIN :#esoteric < 1538566262 308316 :AureliusOqd!~AureliusO@181.21.155.159 QUIT :Remote host closed the connection > 1538566473 882704 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57908&oldid=57907 5* 03Joshop 5* (+706) 10 > 1538566528 451907 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57909&oldid=57908 5* 03Joshop 5* (+23) 10 > 1538566938 792673 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57910&oldid=57909 5* 03Joshop 5* (+273) 10 > 1538567005 792814 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57911&oldid=57910 5* 03Joshop 5* (+0) 10 > 1538567018 738651 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57912&oldid=57911 5* 03Joshop 5* (+0) 10 > 1538567035 937830 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57913&oldid=57912 5* 03Joshop 5* (+0) 10 > 1538567276 762 PRIVMSG #esoteric :14[[07Falsebrain9Q+Fishload14]]4 10 02https://esolangs.org/w/index.php?diff=57914&oldid=57913 5* 03Joshop 5* (+0) 10 < 1538567450 980972 :S_Gautam!uid286066@gateway/web/irccloud.com/x-kxdndjvomwtbxhed QUIT :Quit: Connection closed for inactivity < 1538567826 370159 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538568996 942421 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1538569012 504260 :Essadon!~Essadon@81-225-32-185-no249.tbcn.telia.com JOIN :#esoteric < 1538569744 67545 :arseniiv!~arseniiv@46.191.130.119 JOIN :#esoteric < 1538569862 489478 :xkapastel!uid17782@gateway/web/irccloud.com/x-phertthqskpxlwap JOIN :#esoteric < 1538571121 339284 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 260 seconds < 1538571202 908329 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538571238 968887 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538571584 512581 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538571599 927574 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538571614 799877 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538572189 35301 :ski!~ski@remote11.chalmers.se JOIN :#esoteric < 1538573211 53447 :doesntthiswork!~andershor@207.55.82.163 JOIN :#esoteric < 1538573777 32457 :sleepnap!~thomas@2603:3015:260e:1900:8319:87ab:f00:d5de JOIN :#esoteric < 1538575383 425920 :MDead!~MDude@97-127-137-99.cdrr.qwest.net JOIN :#esoteric < 1538575420 383568 :MDude!~MDude@97-127-137-99.cdrr.qwest.net QUIT :Read error: Connection reset by peer < 1538575427 766896 :MDead!~MDude@97-127-137-99.cdrr.qwest.net NICK :MDude < 1538575490 947981 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :Remote host closed the connection < 1538575747 292892 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1538576087 127742 :crazysimvf!~crazysim@197.53.46.195 JOIN :#esoteric < 1538576238 743385 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 264 seconds < 1538576691 484674 :crazysimvf!~crazysim@197.53.46.195 QUIT :Ping timeout: 252 seconds < 1538577301 165150 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538577344 67144 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538577584 70592 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538577831 404167 :AnotherTest!~turingcom@natx-145.kulnet.kuleuven.be QUIT :Ping timeout: 268 seconds < 1538578464 81112 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Ping timeout: 252 seconds < 1538579105 278909 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538579120 393961 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538579598 798895 :Hoolootwo!Hooloovoo@hooloovoo.blue JOIN :#esoteric < 1538579718 562311 :Hoolootwo!Hooloovoo@hooloovoo.blue QUIT :Client Quit < 1538580325 353248 :wob_jonas!25bf3cd1@gateway/web/cgi-irc/kiwiirc.com/ip.37.191.60.209 JOIN :#esoteric < 1538580361 260650 :psirokycq!~psiroky@197.1.103.91 JOIN :#esoteric < 1538580432 559586 :wob_jonas!25bf3cd1@gateway/web/cgi-irc/kiwiirc.com/ip.37.191.60.209 PRIVMSG #esoteric :" to make every function treated as recieving a single argument which is a tuple" => should I tell you a little about some precedents for that in the low-level core language of Wikiplia, or the things close to that in rust and scheme? < 1538580482 673223 :wob_jonas!25bf3cd1@gateway/web/cgi-irc/kiwiirc.com/ip.37.191.60.209 PRIVMSG #esoteric :I assume you already know about argument passing in perl, which is like that too, but with some specific optimizations. < 1538580610 486050 :AnotherTest!~turingcom@ptr-82l26zf5tit6s260cpd.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1538580655 663491 :psirokycq!~psiroky@197.1.103.91 QUIT :Read error: Connection reset by peer < 1538581903 735298 :wob_jonas!25bf3cd1@gateway/web/cgi-irc/kiwiirc.com/ip.37.191.60.209 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1538582824 684972 :stubbershM!~stubbers@190.241.187.130 JOIN :#esoteric < 1538583023 122411 :stubbershM!~stubbers@190.241.187.130 QUIT :K-Lined < 1538583704 484815 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1538586141 564503 :erkin!~erkin@unaffiliated/erkin QUIT :Remote host closed the connection < 1538587150 477795 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric > 1538588428 694229 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Artoria2e5 5* 10New user account > 1538588507 884797 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=57915&oldid=57903 5* 03Artoria2e5 5* (+143) 10/* Introductions */ < 1538588614 8848 :bradcomp!~bradcomp@38.104.142.186 JOIN :#esoteric > 1538588881 267376 PRIVMSG #esoteric :14[[07Numberwang/Implementations14]]4 M10 02https://esolangs.org/w/index.php?diff=57916&oldid=54156 5* 03Artoria2e5 5* (-84) 10 > 1538588892 466526 PRIVMSG #esoteric :14[[07Numberwang/Implementations14]]4 10 02https://esolangs.org/w/index.php?diff=57917&oldid=57916 5* 03Artoria2e5 5* (+84) 10Undo revision 57916 by [[Special:Contributions/Artoria2e5|Artoria2e5]] ([[User talk:Artoria2e5|talk]]) < 1538588973 467174 :erkin!~erkin@unaffiliated/erkin QUIT :Remote host closed the connection < 1538590218 967873 :Magne`Yz!~Magne`@222.117.24.218 JOIN :#esoteric < 1538590480 333913 :Magne`Yz!~Magne`@222.117.24.218 QUIT :Remote host closed the connection < 1538591363 883175 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1538592511 615798 :izabera!~izabera@unaffiliated/izabera QUIT :Quit: WeeChat 1.9.1 < 1538593523 81531 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1538593679 558176 :doesntthiswork!~andershor@207.55.82.163 NICK :doesthiswork < 1538593868 864966 :doesthiswork!~andershor@207.55.82.163 QUIT :Remote host closed the connection < 1538594014 318361 :doesthiswork!~doesthisw@207.55.82.163 JOIN :#esoteric < 1538595290 790917 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538595324 566879 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538595341 999132 :meckGi!~meck@14.36.144.210 JOIN :#esoteric < 1538595366 892124 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538595378 953241 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538595599 244564 :meckGi!~meck@14.36.144.210 QUIT :Remote host closed the connection < 1538595698 98379 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1538595723 450026 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 JOIN :#esoteric < 1538595822 198111 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :I just got my hands on “Satan, Cantor, and Infinity and other mind-boggling puzzles”, a pop-sci book by Raymond Smullyan. No spoilers please. I've only read a few pages yet, but I'm already captivated by Smullyan's unique style. If you read his other pop-sci books, you'll know what I'm talking about, otherwise I can't really describe it. < 1538595999 533998 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I like Smullyan. < 1538596215 24129 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :I have five of his other books on my bookshelf, and have read parts of two others, but this particular book was never translated to Hungarian, which is why I hadn't read it before. < 1538596257 847561 :Guest92310!~Guest9231@186-88-100-195.genericrev.cantv.net JOIN :#esoteric < 1538596275 581161 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :Also, Raymond Smullyan died on 2017-02-06. Rest in peace. Smullyan, we'll never see anyone equal to you. < 1538596334 852939 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :Hmm, let me check how exactly the Lewis Carol book phrases that. < 1538596379 701841 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :s/Lewis Carol/Lewis Caroll/ < 1538596524 158461 :Guest92310!~Guest9231@186-88-100-195.genericrev.cantv.net QUIT :Remote host closed the connection < 1538596646 158628 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :https://en.wikisource.org/wiki/Through_the_Looking-Glass,_and_What_Alice_Found_There/Chapter_VII < 1538596726 394639 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :> "There's nothing like eating hay when you're faint," he remarked to her, as he munched away. / "I should think throwing cold water over you would be better," Alice suggested: "——or some sal-volatile." / "I didn't say there was nothing *better*," the King replied. "I said there was nothing *like* it." Which Alice did not venture to deny. < 1538596728 440762 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : :1:72: error: parse error on input ‘,’ < 1538597345 392479 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I thought of some kind of chess variant, "get out of the way" chess variant. After you move one piece, if it does not put or leave either player in check, you may optionally make a second move, but the second move must be a different piece (still your own piece though), and must be a move that would not be possible if the first piece hadn't moved out of the way, and can't put anyone in check. > 1538597386 146118 PRIVMSG #esoteric :14[[07Chicken14]]4 10 02https://esolangs.org/w/index.php?diff=57918&oldid=57901 5* 03Oerjan 5* (-2133) 10Undo revision 57901 by [[Special:Contributions/Golfist|Golfist]] ([[User talk:Golfist|talk]]) (Copyvio) < 1538597534 755506 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :zzo38: hehe, you came at the right time, mentioning such a chess variant when I was just talking about Smullyan < 1538597652 959681 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :OK > 1538598051 607232 PRIVMSG #esoteric :14[[07Special:Log/delete14]]4 revision10 02 5* 03Oerjan 5* 10Oerjan changed visibility of a revision on page [[02Chicken10]]: content hidden: Copyright violation < 1538598076 743170 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :zzo38: just out of curiosity, have you read some of Smullyan's writings? < 1538598085 832417 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :s/some/any/ < 1538598164 988403 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :(Yeah, ok. I keep arguing that English and French and Hungarian uses articles practically the same way, so if you know one well then the use of articles in the other two languages should be easy to learn, but that mistake above proves me wrong.) < 1538598241 472192 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I wanted to, but have not ever done so I think > 1538598244 525571 PRIVMSG #esoteric :14[[07Chicken14]]4 10 02https://esolangs.org/w/index.php?diff=57919&oldid=57918 5* 03Oerjan 5* (+24) 10Looks dead < 1538598286 32165 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :zzo38: I'm not saying you have to, they're rather strange books and I can understand if someone doesn't like them, I'm just curios. < 1538598302 762534 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I don't know, because I have not read it. < 1538598303 890884 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 PRIVMSG #esoteric :s/curios/curious/ < 1538598628 524248 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: leaving < 1538599098 332193 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Is there a Haskell implementation in JavaScript that is independent of the host environment? < 1538599360 273709 :erkin!~erkin@unaffiliated/erkin QUIT :Remote host closed the connection > 1538599536 368606 PRIVMSG #esoteric :14[[07Befunge14]]4 10 02https://esolangs.org/w/index.php?diff=57920&oldid=57905 5* 03Amicloud 5* (+5) 10/* befunge93.js */ < 1538600204 981939 :asilluron_!~asilluron@94.9.0.99 JOIN :#esoteric < 1538600417 55525 :asilluron_!~asilluron@94.9.0.99 QUIT :Killed (Sigyn (Spam is off topic on freenode.)) < 1538601151 400360 :wob_jonas!b03f1908@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.8 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1538601430 237973 :phragment!~phragment@pool-173-79-236-31.washdc.fios.verizon.net JOIN :#esoteric < 1538601431 328274 :phragment!~phragment@pool-173-79-236-31.washdc.fios.verizon.net QUIT :Remote host closed the connection < 1538601470 920841 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538601502 489498 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538604029 488672 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1538604056 699800 :sleepnap!~thomas@2603:3015:260e:1900:8319:87ab:f00:d5de PART :#esoteric < 1538604408 422140 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538604424 41775 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538604995 239080 :bradcomp!~bradcomp@38.104.142.186 QUIT :Quit: WeeChat 2.2 < 1538605611 241097 :Fleetwood!~Fleetwood@113.242.87.77 JOIN :#esoteric < 1538605939 839333 :Fleetwood!~Fleetwood@113.242.87.77 QUIT :Remote host closed the connection < 1538606067 295265 :X-darkWg!~X-dark@156.212.137.241 JOIN :#esoteric < 1538606589 488432 :X-darkWg!~X-dark@156.212.137.241 QUIT :Ping timeout: 252 seconds < 1538606622 488207 :AnotherTest!~turingcom@ptr-82l26zf5tit6s260cpd.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 252 seconds < 1538606924 863806 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So the magic (?) of lvalues in C is that they reliably decay to rvalues in most contexts. < 1538606936 575744 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Except e.g. as the operand of = or & < 1538606966 499988 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That's different from automatic dereferencing like in ALGOL 68 < 1538608611 29921 :Guest91395!~apteryx@61.58.66.62 JOIN :#esoteric < 1538608690 748691 :Guest91395!~apteryx@61.58.66.62 QUIT :Remote host closed the connection < 1538609586 856624 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1538609621 902651 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1538609707 544559 :Essadon!~Essadon@81-225-32-185-no249.tbcn.telia.com QUIT :Quit: Qutting