< 1560556828 928510 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :It's just weird because I thought a prototype would be like an example object, and it isn't. < 1560556954 244143 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560557143 222154 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 246 seconds < 1560558143 296275 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Sgeo_: I agree that it's weird to focus on the delegates when calling JS prototype-based. Object.assign() is the function that actually clones objects... < 1560558308 765464 :int-e!~noone@int-e.eu PRIVMSG #esoteric :And I forgot how unusual the style of the ECMAscript specification is. (It's not bad! Just completely different from, say, the C standard.) < 1560558459 656787 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Sgeo_: So... pure speculation: Originally, prototype-based programming was created around the idea of having prototypes that are being cloned. But this is inefficient; a clone will carry all the methods of the original. So in order to make it more efficient, delegation was introduced. And that is a really powerful mechanism, much more interesting than the original prototype idea. So the paradigm... < 1560558466 123620 :int-e!~noone@int-e.eu PRIVMSG #esoteric :...shifted, but the original name was kept. < 1560558563 574645 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :function Car(make) { this.make = make }; Car.prototype instanceof Car; < 1560558584 376894 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Oh... completely different topic what's your favorite way to write Euclid's algorithm in C? There are some degrees of freedom. http://paste.debian.net/1087891/ is my favorite. < 1560558593 647569 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :Was expecting that to give true. It's false < 1560558616 229364 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560558671 672062 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Yeah, the "prototype" field is a misnomer. It's just a delegate for each new instance. > 1560558697 431082 PRIVMSG #esoteric :14[[07W14]]4 10 02https://esolangs.org/w/index.php?diff=63534&oldid=58355 5* 03Odog8 5* (+193) 10 < 1560558755 764555 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(hmm, I wrote C, but the code I copied was JavaScript ;-) ) < 1560558844 220319 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 246 seconds < 1560559015 341554 :int-e!~noone@int-e.eu PRIVMSG #esoteric :In particular, Foo instanceof Bar checks whether Bar is a function object ("callable") and looks up the prototype field of Bar... < 1560559060 80597 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Sgeo__: so this kind of matches your expectations... it's the prototype field that really matters... but the fact is swept under the rug. < 1560559762 577602 :nfd9001!~nfd9001@2601:602:8500:2443:38c5:d33a:a4b7:8fc8 JOIN :#esoteric < 1560559952 459948 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :Object.create(Car.prototype) instanceof Car; < 1560559953 475388 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :true < 1560560024 711897 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :A instanceof B looks at A's prototype chain excluding A itself? < 1560560099 721313 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net PRIVMSG #esoteric :https://www.ecma-international.org/ecma-262/9.0/index.html#sec-ordinaryhasinstance < 1560560596 238397 :int-e!~noone@int-e.eu PRIVMSG #esoteric :yes, that < 1560560666 447787 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Aren't objects and classes and instances and prototypes and so on kind of a scam? < 1560561361 129938 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: could you please stop throwing out random claims like that < 1560561636 535512 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Hm. < 1560561936 388362 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I think you're systematically starting discussions with statements that are easily offensive to anybody who cares about the topic at hand. It seems to be effective, but it's not nice at all. < 1560562009 144163 :int-e!~noone@int-e.eu PRIVMSG #esoteric :And if you think about it, saying that something is scow, or a scam, is very shallow; it does not contribute to a discussion at all. < 1560562032 864445 :int-e!~noone@int-e.eu PRIVMSG #esoteric :? < 1560564479 859073 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite < 1560566305 389688 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Man, that's not how I mean it at all. < 1560566313 148758 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'll have to think about what to do. < 1560566819 955957 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560566905 608666 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560566921 147389 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1560567027 67059 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 245 seconds < 1560567085 899290 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 258 seconds < 1560567255 587928 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric > 1560572543 569974 PRIVMSG #esoteric :14[[07Talk:Backshift14]]4 10 02https://esolangs.org/w/index.php?diff=63535&oldid=63509 5* 03Salpynx 5* (-261) 10/* Modified version of the removed code from the main page */ accepting A's improvements to my implementation < 1560575040 653926 :adu!~ajr@pool-173-73-86-145.washdc.fios.verizon.net QUIT :Quit: adu < 1560576931 813915 :arseniiv!~arseniiv@94.41.239.251.dynamic.ufanet.ru JOIN :#esoteric > 1560578370 59609 PRIVMSG #esoteric :14[[07Talk:Keg14]]4 10 02https://esolangs.org/w/index.php?diff=63536&oldid=63175 5* 03JonoCode9374 5* (+595) 10/* Upcoming Features in Keg+ */ new section < 1560578773 897736 :tromp!~tromp@2a02:a210:1585:3200:3cca:bba0:d13:312 QUIT : < 1560580046 334216 :nfd9001!~nfd9001@2601:602:8500:2443:38c5:d33a:a4b7:8fc8 QUIT :*.net *.split < 1560580046 722644 :Cale!~cale@2607:fea8:995f:fb71:4c2b:7387:cf0:6614 QUIT :*.net *.split < 1560580047 453899 :limbo_!ar@45.63.9.236 QUIT :*.net *.split < 1560580048 318036 :Soni!~quassel@unaffiliated/soniex2 QUIT :*.net *.split < 1560580048 318095 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :*.net *.split < 1560580048 400332 :moei!~moei@softbank221078042071.bbtec.net QUIT :*.net *.split < 1560580048 400388 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com QUIT :*.net *.split < 1560580048 400405 :Hooloovo0!Hooloovoo@sorunome.de QUIT :*.net *.split < 1560580048 400421 :GeekDude!~G33kDude@unaffiliated/g33kdude QUIT :*.net *.split < 1560580048 400436 :zhiayang!~zhiayang@180.129.77.116 QUIT :*.net *.split < 1560580048 400454 :arseniiv!~arseniiv@94.41.239.251.dynamic.ufanet.ru QUIT :*.net *.split < 1560580048 400461 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :*.net *.split < 1560580048 400477 :Bowserinator!Bowserinat@hellomouse/dev/Bowserinator QUIT :*.net *.split < 1560580048 400496 :hakatashi1!~hakatashi@104.131.49.125 QUIT :*.net *.split < 1560580050 473600 :clog!~nef@bespin.org QUIT :*.net *.split < 1560580050 473647 :xvnvx!~xvnvx@unaffiliated/xvnvx QUIT :*.net *.split < 1560580050 528273 :int-e!~noone@int-e.eu QUIT :*.net *.split < 1560580050 528313 :ocharles!sid30093@musicbrainz/user/ocharles QUIT :*.net *.split < 1560580050 583010 :rickbutton!~rickbutto@134.209.72.59 QUIT :*.net *.split < 1560580051 709888 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1560580051 792891 :uplime!uplime@learnprogramming/staff/nchambers QUIT :*.net *.split < 1560580051 793049 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1560580051 793979 :trn!~trn@prone.ws QUIT :*.net *.split < 1560580051 793998 :rdococ!rdococ@unaffiliated/rdococ QUIT :*.net *.split < 1560580051 794077 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1560580051 794206 :rain1!~My_user_n@unaffiliated/rain1 QUIT :*.net *.split < 1560580051 794224 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :*.net *.split < 1560580051 794236 :aloril!~aloril@mobile-access-5d6a6a-88.dhcp.inet.fi QUIT :*.net *.split < 1560580051 794247 :mniip!mniip@freenode/staff/mniip QUIT :*.net *.split < 1560580051 794277 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com QUIT :*.net *.split < 1560580051 794289 :sftp!~sftp@unaffiliated/sftp QUIT :*.net *.split < 1560580051 794316 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1560580051 794342 :vertrex!~vertrex@unaffiliated/vertrex QUIT :*.net *.split < 1560580051 794371 :izabera!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1560580051 794383 :mich181189!sid268336@gateway/web/irccloud.com/x-qzrmkmnozeztkpvq QUIT :*.net *.split < 1560580051 794411 :lynn!sid154965@gateway/web/irccloud.com/x-heibmrmlhutuqfbg QUIT :*.net *.split < 1560580051 835974 :ProofTechnique!sid79547@gateway/web/irccloud.com/x-uegvbfvghxzjvbfj QUIT :*.net *.split < 1560580051 836054 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1560580052 297800 :dog_star!sid310875@gateway/web/irccloud.com/x-negxohmuvosypbht QUIT :*.net *.split < 1560580052 297875 :fungot!~fungot@2a01:4b00:82bb:1341::2 QUIT :*.net *.split < 1560580052 297903 :relrod!~relrod@redhat/relrod QUIT :*.net *.split < 1560580052 297919 :stux|away!stux@cosmo.lunarshells.com QUIT :*.net *.split < 1560580052 297927 :zemhill_______!bfjoust@selene.zem.fi QUIT :*.net *.split < 1560580052 297934 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1560580052 340594 :APic!apic@apic.name QUIT :*.net *.split < 1560580052 340657 :john_metcalf!~digital_w@host86-161-79-249.range86-161.btcentralplus.com QUIT :*.net *.split < 1560580052 340666 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1560580052 340673 :lizzie!~liz@unaffiliated/lizzie QUIT :*.net *.split < 1560580052 382831 :ineiros!~itniemin@kapsi.fi QUIT :*.net *.split < 1560580052 382872 :economicsbat!~eb@128.199.111.33 QUIT :*.net *.split < 1560580052 435070 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1560580052 435116 :shikhin!~shikhin@unaffiliated/shikhin QUIT :*.net *.split < 1560580052 499859 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1560580052 499903 :kmc!~beehive@li521-214.members.linode.com QUIT :*.net *.split < 1560580052 541161 :grumble!~grumble@freenode/staff/grumble QUIT :*.net *.split < 1560580052 632030 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1560580052 800007 :Camto[m]!camtomatri@gateway/shell/matrix.org/x-tbwztqowexzbbnsp QUIT :*.net *.split < 1560580054 897142 :pikhq_!~pikhq@174-16-244-90.hlrn.qwest.net QUIT :*.net *.split < 1560580054 970948 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi QUIT :*.net *.split < 1560580055 576155 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy QUIT :*.net *.split < 1560580055 576201 :j4cbo!sid186930@gateway/web/irccloud.com/x-rhlvmgrmtzwmpdca QUIT :*.net *.split < 1560580055 576211 :dingwat!uid70835@gateway/web/irccloud.com/x-fnzypqwzztfgpeae QUIT :*.net *.split < 1560580055 576220 :xylochoron[m]!xylochoron@gateway/shell/matrix.org/x-hpqncsdzlgrwmfly QUIT :*.net *.split < 1560580056 79350 :glowcoil!sid3405@gateway/web/irccloud.com/x-pbxzcosfgyghpotk QUIT :*.net *.split < 1560580056 128007 :fizzie!fis@unaffiliated/fizzie QUIT :*.net *.split < 1560580056 430340 :ivzem[m]!ivzemmatri@gateway/shell/matrix.org/x-udpxjpfvzclvvtkh QUIT :*.net *.split < 1560580056 831455 :FireFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1560580056 831571 :sparr!~sparr@pdpc/supporter/active/sparr QUIT :*.net *.split < 1560580056 833185 :heroux!sandroco@gateway/shell/insomnia247/x-jdvqgvmfoeyoaobj QUIT :*.net *.split < 1560580056 993577 :rodgort!~rodgort@static.38.6.217.95.clients.your-server.de QUIT :*.net *.split < 1560580056 993622 :myname!~myname@ks300980.kimsufi.com QUIT :*.net *.split < 1560580056 993634 :HackEso!~h@techne.zem.fi QUIT :*.net *.split < 1560580056 993645 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1560580056 993664 :jix!~jix@209.250.235.106 QUIT :*.net *.split < 1560580057 135557 :paul2520!~paul2520@unaffiliated/paul2520 QUIT :*.net *.split < 1560580684 588511 :arseniiv!~arseniiv@94.41.239.251.dynamic.ufanet.ru JOIN :#esoteric < 1560580685 631646 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560580685 631692 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1560580685 631700 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1560580685 631708 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1560580685 631715 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1560580685 631722 :hakatashi1!~hakatashi@104.131.49.125 JOIN :#esoteric < 1560580685 631729 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1560580685 631737 :mich181189!sid268336@gateway/web/irccloud.com/x-qzrmkmnozeztkpvq JOIN :#esoteric < 1560580685 631747 :stux|away!stux@cosmo.lunarshells.com JOIN :#esoteric < 1560580685 633117 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1560580685 633129 :rain1!~My_user_n@unaffiliated/rain1 JOIN :#esoteric < 1560580685 633136 :lizzie!~liz@unaffiliated/lizzie JOIN :#esoteric < 1560580685 633143 :APic!apic@apic.name JOIN :#esoteric < 1560580685 633151 :john_metcalf!~digital_w@host86-161-79-249.range86-161.btcentralplus.com JOIN :#esoteric < 1560580685 633158 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1560580685 633164 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1560580685 633175 :int-e!~noone@int-e.eu JOIN :#esoteric < 1560580685 670203 :aloril!~aloril@mobile-access-5d6a6a-88.dhcp.inet.fi JOIN :#esoteric < 1560580685 716000 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1560580685 717963 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com JOIN :#esoteric < 1560580685 717986 :uplime!uplime@learnprogramming/staff/nchambers JOIN :#esoteric < 1560580685 718029 :heroux!sandroco@gateway/shell/insomnia247/x-jdvqgvmfoeyoaobj JOIN :#esoteric < 1560580685 718050 :clog!~nef@bespin.org JOIN :#esoteric < 1560580685 720168 :Bowserinator!Bowserinat@hellomouse/dev/Bowserinator JOIN :#esoteric < 1560580685 721809 :zhiayang!~zhiayang@180.129.77.116 JOIN :#esoteric < 1560580685 721860 :xvnvx!~xvnvx@unaffiliated/xvnvx JOIN :#esoteric < 1560580685 721882 :lynn!sid154965@gateway/web/irccloud.com/x-heibmrmlhutuqfbg JOIN :#esoteric < 1560580685 721903 :rodgort!~rodgort@static.38.6.217.95.clients.your-server.de JOIN :#esoteric < 1560580685 721922 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1560580685 721941 :ProofTechnique!sid79547@gateway/web/irccloud.com/x-uegvbfvghxzjvbfj JOIN :#esoteric < 1560580685 721959 :Hooloovo0!Hooloovoo@sorunome.de JOIN :#esoteric < 1560580685 721975 :ineiros!~itniemin@kapsi.fi JOIN :#esoteric < 1560580685 721992 :ivzem[m]!ivzemmatri@gateway/shell/matrix.org/x-udpxjpfvzclvvtkh JOIN :#esoteric < 1560580685 722010 :trn!~trn@prone.ws JOIN :#esoteric < 1560580685 722068 :rdococ!rdococ@unaffiliated/rdococ JOIN :#esoteric < 1560580685 722088 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy JOIN :#esoteric < 1560580685 722105 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1560580685 722123 :j4cbo!sid186930@gateway/web/irccloud.com/x-rhlvmgrmtzwmpdca JOIN :#esoteric < 1560580685 722141 :dingwat!uid70835@gateway/web/irccloud.com/x-fnzypqwzztfgpeae JOIN :#esoteric < 1560580685 734004 :Camto[m]!camtomatri@gateway/shell/matrix.org/x-tbwztqowexzbbnsp JOIN :#esoteric < 1560580685 734042 :GeekDude!~G33kDude@unaffiliated/g33kdude JOIN :#esoteric < 1560580685 734050 :joast!~rick@cpe-98-145-132-215.natnow.res.rr.com JOIN :#esoteric < 1560580685 734057 :xylochoron[m]!xylochoron@gateway/shell/matrix.org/x-hpqncsdzlgrwmfly JOIN :#esoteric < 1560580685 734063 :economicsbat!~eb@128.199.111.33 JOIN :#esoteric < 1560580685 734071 :ocharles!sid30093@musicbrainz/user/ocharles JOIN :#esoteric < 1560580685 734077 :glowcoil!sid3405@gateway/web/irccloud.com/x-pbxzcosfgyghpotk JOIN :#esoteric < 1560580685 734095 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1560580685 734111 :rickbutton!~rickbutto@134.209.72.59 JOIN :#esoteric < 1560580685 734130 :myname!~myname@ks300980.kimsufi.com JOIN :#esoteric < 1560580685 734138 :HackEso!~h@techne.zem.fi JOIN :#esoteric < 1560580685 734145 :dog_star!sid310875@gateway/web/irccloud.com/x-negxohmuvosypbht JOIN :#esoteric < 1560580685 734160 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1560580685 734177 :pikhq_!~pikhq@174-16-244-90.hlrn.qwest.net JOIN :#esoteric < 1560580685 734184 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1560580685 734200 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1560580685 734216 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1560580685 734231 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1560580685 734247 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1560580685 734264 :kmc!~beehive@li521-214.members.linode.com JOIN :#esoteric < 1560580685 734271 :fungot!~fungot@2a01:4b00:82bb:1341::2 JOIN :#esoteric < 1560580685 734288 :vertrex!~vertrex@unaffiliated/vertrex JOIN :#esoteric < 1560580685 734295 :jix!~jix@209.250.235.106 JOIN :#esoteric < 1560580685 734306 :FireFly!znc@freenode/staff/firefly JOIN :#esoteric < 1560580685 734323 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1560580685 734330 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi JOIN :#esoteric < 1560580685 734346 :sparr!~sparr@pdpc/supporter/active/sparr JOIN :#esoteric < 1560580685 734353 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1560580685 734369 :relrod!~relrod@redhat/relrod JOIN :#esoteric < 1560580685 734376 :zemhill_______!bfjoust@selene.zem.fi JOIN :#esoteric < 1560580685 734394 :paul2520!~paul2520@unaffiliated/paul2520 JOIN :#esoteric < 1560580695 689846 :nfd9001!~nfd9001@2601:602:8500:2443:38c5:d33a:a4b7:8fc8 JOIN :#esoteric < 1560580695 689894 :Cale!~cale@2607:fea8:995f:fb71:4c2b:7387:cf0:6614 JOIN :#esoteric < 1560580695 689902 :limbo_!ar@45.63.9.236 JOIN :#esoteric < 1560580695 689912 :Soni!~quassel@unaffiliated/soniex2 JOIN :#esoteric < 1560581205 96887 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560581408 577195 :Sgeo!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 248 seconds < 1560582470 206529 :arseniiv_!~arseniiv@94.41.12.44.dynamic.ufanet.ru JOIN :#esoteric < 1560582648 557148 :arseniiv!~arseniiv@94.41.239.251.dynamic.ufanet.ru QUIT :Ping timeout: 272 seconds < 1560583942 623928 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1560584311 650706 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 250 seconds < 1560585350 269375 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1560586253 954911 :arseniiv_!~arseniiv@94.41.12.44.dynamic.ufanet.ru NICK :arseniiv < 1560588120 270110 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 252 seconds < 1560588347 602153 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560588527 67161 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 245 seconds > 1560589087 783293 PRIVMSG #esoteric :14[[07Talk:Pointless14]]4 10 02https://esolangs.org/w/index.php?diff=63537&oldid=63093 5* 03Traveller 5* (+183) 10 > 1560589198 3141 PRIVMSG #esoteric :14[[07Pointless14]]4 10 02https://esolangs.org/w/index.php?diff=63538&oldid=63092 5* 03Traveller 5* (+27) 10 < 1560590870 960249 :tuxcrafting!~user@37.142.2.12 JOIN :#esoteric < 1560591497 346792 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1560591524 412535 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560595993 705107 :MDude!~MDude@74.5.156.180 JOIN :#esoteric < 1560597312 315707 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net JOIN :#esoteric < 1560597502 69699 :Sgeo__!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 245 seconds < 1560598931 330307 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1560598939 595512 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1560599064 617662 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 272 seconds < 1560599090 353968 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1560602428 481611 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1560602479 658113 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Ping timeout: 268 seconds < 1560603611 275061 :user24!~user24@p200300C3AF2BBF44E4FCBED7AF9EEA52.dip0.t-ipconnect.de JOIN :#esoteric < 1560603639 270465 :user24!~user24@p200300C3AF2BBF44E4FCBED7AF9EEA52.dip0.t-ipconnect.de QUIT :Max SendQ exceeded < 1560603655 168562 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1560603671 273526 :user24!~user24@p200300C3AF2BBF44E4FCBED7AF9EEA52.dip0.t-ipconnect.de JOIN :#esoteric < 1560605087 101547 :xkapastel!uid17782@gateway/web/irccloud.com/x-cwhnevqzoxxoyzbo JOIN :#esoteric > 1560605146 122188 PRIVMSG #esoteric :14[[07Backshift14]]4 10 02https://esolangs.org/w/index.php?diff=63539&oldid=63465 5* 03Salpynx 5* (+1840) 10/* Examples */ 99 bottles, stretching things considerably, but at least it loops. > 1560605447 580057 PRIVMSG #esoteric :14[[07Talk:Backshift14]]4 10 02https://esolangs.org/w/index.php?diff=63540&oldid=63535 5* 03Salpynx 5* (+49) 10/* Modified version of the removed code from the main page */ allow move_left to wrap, and radix greater than 36 for longer programs (unicode value hack) < 1560605467 196412 :AnotherTest!~turingcom@ptr-82l26zcdc6imrwoapg3.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 248 seconds > 1560605506 506350 PRIVMSG #esoteric :14[[07Backshift14]]4 M10 02https://esolangs.org/w/index.php?diff=63541&oldid=63539 5* 03Salpynx 5* (+0) 10/* 99 bottles of beer */ off-by-one error in description < 1560606261 335731 :I-K!~IcaruS@27.217.12.109.rev.sfr.net JOIN :#esoteric > 1560606828 29825 PRIVMSG #esoteric :14[[07Backshift14]]4 M10 02https://esolangs.org/w/index.php?diff=63542&oldid=63541 5* 03A 5* (+17) 10/* 99 bottles of beer */ rectwrap < 1560609182 544850 :AnotherTest!~turingcom@d51a4b8e1.access.telenet.be JOIN :#esoteric < 1560609476 872132 :user24!~user24@p200300C3AF2BBF44E4FCBED7AF9EEA52.dip0.t-ipconnect.de QUIT :Quit: Leaving < 1560609727 840398 :tuxcrafting!~user@37.142.2.12 QUIT :Ping timeout: 258 seconds < 1560610103 499816 :tuxcrafting!~user@37.142.2.12 JOIN :#esoteric < 1560610233 700007 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu JOIN :#esoteric < 1560614025 130014 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :imagine there are only tuple constructors and match expressions (and something to make it TC) < 1560614137 627267 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :to make things less bearable, only (), id, (,) and (,,) (named 0, 1, 2, 3) < 1560614277 935914 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm no, not id but the genuine 1-tuple constructor; (x) ≢ x < 1560614296 754766 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :then it makes sense a bit to have it < 1560614622 406011 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :if x is matched constructor n, you can apply an i-tuple (full, bare constructors aren’t allowed as expressions) to x to extract its i-th component < 1560614771 841883 :int-e!~noone@int-e.eu PRIVMSG #esoteric :() (x) = x? < 1560614791 620041 :int-e!~noone@int-e.eu PRIVMSG #esoteric :ACTION is confused. < 1560614798 355145 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :int-e: (x) () = x < 1560614807 141985 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :if the thing applied is to the right < 1560614826 227370 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :(x, y) () = x, (x, y) (…) = y < 1560614849 406732 :int-e!~noone@int-e.eu PRIVMSG #esoteric :oh, postfix. hmm. < 1560614853 641827 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :(x, y, z) () = x, (x, y, z) (…) = y, (x, y, z) (…, …′) = z < 1560614861 275937 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :why postfix? < 1560614874 374214 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :ah, you can say that probably < 1560614905 86120 :int-e!~noone@int-e.eu PRIVMSG #esoteric :you said "apply an i-tuple to x" rather than "apply x to an i-tuple", which I think you meant? < 1560614905 697864 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :I think I heard about a language where you could apply an index to an array < 1560614922 551642 :int-e!~noone@int-e.eu PRIVMSG #esoteric :"apply" is a bit weird. < 1560614966 765426 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :maybe! < 1560615005 284081 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :anyway it would be like 2xy0 = x, 2xy10 = y < 1560615034 924557 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :it needs something fancy for recursion < 1560615042 955755 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :or while loops < 1560615084 298549 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :and also something fancy for store… stacks and tapes are now officially boring < 1560615199 572705 :int-e!~noone@int-e.eu PRIVMSG #esoteric :alphabet soup is the best data store < 1560615259 165497 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :it’s a real name? :o < 1560615381 313152 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm seems not < 1560615428 336640 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm let’s use a dictionary < 1560615460 985786 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :so we also will have a way to address relatively < 1560615499 544177 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :using e. g. x, (x), ((x)), … < 1560615591 639549 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm one can do something with chunks of code so if it tries to use a value at index x, it would be actually addressing (x) < 1560617162 372346 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: you might enjoy Toonstruck... it's full of awful puns. < 1560617214 392687 :tuxcrafting!~user@37.142.2.12 QUIT :Ping timeout: 244 seconds < 1560617216 660021 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(gog has it for free today) < 1560617631 749100 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm guess I should in the end add a self-encoding (and write the source in it too) and eval (with context-deepening) and an unconditional rerun of what is at address () if there is something other than () < 1560617691 507758 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :also 2 should be infix, 1 postfix and 3 prefix < 1560617699 841204 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :yay < 1560617971 609680 :int-e!~noone@int-e.eu PRIVMSG #esoteric :though shalt not parse? < 1560617983 865197 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :definitely yes < 1560618002 713498 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :also maybe those dots instead of parentheses to group < 1560618043 907499 :int-e!~noone@int-e.eu PRIVMSG #esoteric :it's the principled solution to grouping subexpressions < 1560618072 660702 :int-e!~noone@int-e.eu PRIVMSG #esoteric :as in https://en.wikipedia.org/wiki/Principia_Mathematica < 1560618274 519988 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :thanks, I was just going to search that notation specifics < 1560618485 830227 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm how to organize matching… < 1560618510 421288 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :ah < 1560618565 158302 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm better it’ll be a matching of mere constructor, without destructuring arguments into something < 1560618578 541992 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :or it would be a huge notational effort every time < 1560618681 104294 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1560618779 320334 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 248 seconds < 1560618791 728603 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :https://esolangs.org/logs/2019-03-28.html#llb < 1560618830 918986 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1560619442 593757 :tuxcrafting!~user@37.142.2.12 JOIN :#esoteric < 1560619634 491409 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :b_jonas: yeah, I remember I talked about them and you showed me one of David Madore’s posts < 1560621201 876044 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :and an unconditional rerun of what is at address () if there is something other than () => no, I reconsider. Let there be that same eval, and if the user wants a rerun, let them write it themselves < 1560623019 676675 :FreeFull_!~freefull@defocus/sausage-lover JOIN :#esoteric < 1560623028 336262 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 245 seconds < 1560623061 822189 :FreeFull_!~freefull@defocus/sausage-lover NICK :FreeFull < 1560623340 678493 :adu!~ajr@pool-173-73-86-145.washdc.fios.verizon.net JOIN :#esoteric < 1560625029 208428 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm I feel some satisfaction with this thing < 1560625078 292254 :Sgeo_!~Sgeo@ool-18b98439.dyn.optonline.net QUIT :Ping timeout: 245 seconds < 1560625379 448274 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :if each parenthesis vanishes leaving a dot, is that enough to get unique reading? < 1560625563 931029 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :hm it makes asymmetric dots < 1560625738 361799 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :maybe I should take the outermost operation and recursively add dots to its operands and then add more dots to the operation than any operand now has < 1560625793 979630 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :also there should be a way to describe economy when the operation is left-/right-associative or when there is some presumed precedence between different operations < 1560626092 560382 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu QUIT :Read error: Connection reset by peer < 1560626213 500384 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :maybe if one first drops unnecessary parentheses and only 𝓉𝒽𝑒𝓃 dotifies the result being concerned only with parenthesized operands’ dots… < 1560626782 319406 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu JOIN :#esoteric < 1560626800 745119 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :yay! I just ordered from amazon.com, it's like I'm a mercun < 1560626825 361867 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :also substituted an ô for an ő because amazon.com doesn't understand things on top of letters, < 1560626875 427060 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :and successfully found the option to pay in USD rather than let amazon.com rip me off with currency conversion by default like paypal does, because amazon.com doesn't hide that option nearly as well as paypal does < 1560626926 132669 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :well, actually it seems to understand one thing on top of letters, but not two things on top of the same letter < 1560626993 999368 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :that's better than the bbc < 1560627408 268164 :john_metcalf!~digital_w@host86-161-79-249.range86-161.btcentralplus.com QUIT :Quit: john_metcalf < 1560627865 493385 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :b_jonas: is double acute really two things? < 1560627908 604120 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :(or it displays incorrectly on my side and it’s not the one) < 1560627931 408531 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :arseniiv: a double acute is two acute accents next to each other. that's two things. < 1560628075 890549 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :I think as far as Unicode concerned it's one character / combiner < 1560628086 878257 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :i mean, is an umlaut also two things? < 1560628105 563345 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :I've never heard of ô as a substitute for ő < 1560628110 251022 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :but people do write ö < 1560628119 21992 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :do any languages have ő and ű besides hungarian? < 1560628136 875686 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :iirc ő is an o that's both an ó and an ö < 1560628145 655251 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :p. esoteric letter < 1560628208 651800 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :kmc: yeah, an interesting diacritic use < 1560628228 403014 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: ô was the common substitute when all you had was cp437; later õ became the more common substitute when all you had was iso8859-1 or cp1252 or cp850, and iso8859-1 and cp1252 has õ at the same encoding where iso8859-2 and cp1250 has ő so we got it all the time from incorrect encodings of fonts; but I still prefer ô < 1560628294 473602 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: the umlaut is a good argument of course, because I think amazon.com does understand ö < 1560628307 79416 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :b_jonas: ah, interesting < 1560628310 866570 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :character encodings are such a mess < 1560628312 43279 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :obviously the number of things on top of the letter isn't really what counts for them < 1560628340 709123 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :yeah who knows < 1560628374 769943 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :and of course ö became a common substitute when all we had was the 7-bit SMS encoding < 1560628414 121385 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :that or Ö < 1560628427 588234 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :or ø < 1560628431 118503 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 JOIN :#esoteric < 1560628437 704904 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :here i am < 1560628440 792631 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :sam i am < 1560628451 396249 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :anything really, SMS is just random, not really standardized < 1560628466 796550 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :what is this discussion < 1560628471 804488 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :a number theory question: if we have three functions: nullary a, unary b, binary c and ternary d, what polynomials could they be to minimize their count in writing not very large nonnegative integer values < 1560628476 344418 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :andrew65: hello < 1560628487 575578 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :when my tear ducts give issue < 1560628490 932653 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :there are many simultaneous discussions here < 1560628492 29205 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :i can't use just any tissue < 1560628506 571616 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :i need 4 ply 4 ply when i cry < 1560628509 868040 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :is that a kind of elaborated spam? < 1560628520 64326 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :no < 1560628523 438353 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :it's a spongebob reference < 1560628600 361173 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :sorry :) < 1560628603 138694 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :esolang idea: two programs that interact with each other < 1560628609 684340 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :one's tape is another's source code < 1560628615 995524 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :one's IP is another's tape head < 1560628620 835891 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :and they work off each other < 1560628632 490996 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :b_jonas: do you speak hungarian? < 1560628660 125499 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: yes < 1560628692 812304 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: more importantly, delivery persons here do, which is why I can use hungarian words with ő in the delivery instructions < 1560628719 556520 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :would my eso idea be cool < 1560628765 943431 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :the time will decide < 1560628773 559380 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :b_jonas: oh! < 1560628777 624120 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :wait do you live in hungary? < 1560628781 86175 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :i thought you lived in finland < 1560628785 900458 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: yes, I live in Hungary < 1560628787 18919 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :maybe that's just because you're on IRC < 1560628788 208601 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :ohhh < 1560628788 846754 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :cool < 1560628791 645878 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :<3 < 1560628815 751591 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :I knew it! < 1560628817 111897 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :but I think this channel has more people who live in Finland than people who live in Hungary < 1560628823 903817 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :so statistically you were right < 1560628834 609856 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :there are a lot of finns on irc for some reason < 1560628836 434124 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :i live in serbia < 1560628838 627974 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :HAHA < 1560628847 710964 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :the IRC encoding is based on 646-fi < 1560628860 368943 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :i am an eastern european too < 1560628903 84392 :andrew65!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 QUIT :Quit: Page closed < 1560628930 467381 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :kmc: yeah, freenode changed to that several years ago < 1560628946 443535 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :before that they used the one where [ and { were different characters in nicks and channel names < 1560628960 197391 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :I still have no idea what they did with nickserv registrations that suddenly started to clash < 1560629609 3917 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :IRC's inventor is (now) a Googler, right? < 1560629618 524364 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :https://en.wikipedia.org/wiki/Jarkko_Oikarinen "-- has been working for Google since 2011 --" < 1560630376 966685 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :`? google < 1560630378 173718 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Google is where people are working on [NAME WITHHELD] and [REDACTED], without being evil at all. < 1560630507 310217 :I-K!~IcaruS@27.217.12.109.rev.sfr.net QUIT :Quit: Leaving < 1560630630 18708 :tuxcrafting!~user@37.142.2.12 QUIT :Quit: rcirc on GNU Emacs 26.1 < 1560631752 112210 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 JOIN :#esoteric < 1560631980 673794 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1560632094 395502 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Ping timeout: 244 seconds < 1560632112 822176 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Remote host closed the connection < 1560632288 419929 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :meal < 1560632409 542960 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1560632504 556563 :AnotherTest!~turingcom@d51a4b8e1.access.telenet.be QUIT :Ping timeout: 272 seconds < 1560632771 201330 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :hello orjan < 1560632789 485572 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :it's cool how one man created a language based entirely around string replacements < 1560632793 437321 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :and it's turing complete < 1560632805 404896 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 PRIVMSG #esoteric :mad props < 1560632915 18057 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : one's IP is another's tape head <-- i vaguely think there is one already < 1560632944 906835 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :andrew_: tswett[m] made it, i proved it. < 1560632961 44523 :andrew_!4d2eaa85@gateway/web/freenode/ip.77.46.170.133 QUIT :Quit: Page closed < 1560632966 671444 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well dependent on which language. < 1560632978 674346 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i guess thue might also fit the description. < 1560633043 513271 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :oerjan: which string replacement language is that? < 1560633051 113992 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :I don't know which one tswett made < 1560633060 376793 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :that would be /// < 1560633062 226822 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :oh, slashes < 1560633065 871070 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :nice < 1560633092 53955 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh and brian & chuck is the one i thought of for the first comment < 1560633114 999097 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :I can’t make myself to write a truth-machine for my new eso, it’s too hard. I don’t even want to write a code which tells if outer constructors of two terms are the same < 1560633176 939696 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :which is needed to test equality, which is needed to tell 0 from 1 < 1560633199 988633 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Lemme see if I can send a message starting with /. < 1560633211 575315 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :/// no you can't < 1560633249 173569 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :/// < 1560633252 668272 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Well, look at that. < 1560633264 389613 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :// < 1560633267 627100 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :but that makes a commenbt < 1560633274 900201 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :one / is no go :( < 1560633284 613233 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :/ no it's not < 1560633293 196526 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :in my client, it is :P < 1560633297 419705 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :/* you need a star or else it's division */ < 1560633311 356238 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :a = b \ < 1560633313 593716 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :/ 2 < 1560633315 785858 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :// blah < 1560633324 899700 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :I can do two, I don't know how to do one. < 1560633333 932084 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :/ < 1560633337 268831 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :wow! < 1560633348 396947 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :in my case, \/ worked < 1560633371 414104 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :now start a message with \/ then < 1560633389 132259 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :if I can’t write in my eso, is it a sign it should be published? B) < 1560633396 976648 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :\\/ < 1560633413 319702 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :not quite < 1560633417 940871 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :this line is less or equal than that one < 1560633419 315106 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :\/ one backslash and one slash < 1560633424 156832 :pikhq_!~pikhq@174-16-244-90.hlrn.qwest.net PRIVMSG #esoteric :Either a terrible or fantastic sign, and it's hard to say which without knowing specifics. < 1560633445 44653 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :b_jonas: yeah I see :D < 1560633457 297664 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :/ another est < 1560633464 514836 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :\\\/ < 1560633469 77716 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :okay I quit < 1560633474 242309 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :So like, < 1560633477 816810 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :/ < 1560633484 63172 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Look at that. < 1560633498 131364 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :\/ < 1560633500 162888 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Fancy schmancy. < 1560633513 503117 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Anyway. Where was I. < 1560633517 149017 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :tswett[m]: in your case, how did you do \/? < 1560633526 449360 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :ok, now put an unpaired \x01 at the start of your message < 1560633527 539735 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :/// is the best esolang I'll ever create. < 1560633531 710530 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :Two backslahes and a forward slash. < 1560633540 179280 :tswett[m]!tswettmatr@gateway/shell/matrix.org/x-zadsdxeddlqlkcxy PRIVMSG #esoteric :\/ < 1560633552 792822 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :yeah in my case it doesn’t work < 1560633554 305033 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :\\/ < 1560633573 481615 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :(you can't, because the C channel mode forbids it) < 1560633578 295657 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :my client is bad! very pessimistic and something something < 1560633590 238823 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :arseniiv: try typing / \/ < 1560633643 649494 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :/say \/ and /msg #esoteric \/ are other common workarounds. < 1560633667 305339 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :/ < 1560633671 458266 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :\/ < 1560633675 473778 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :yay < 1560633689 882514 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :let’s return to what was discussed < 1560633706 668534 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :what was discussed? string-rewriting languages? < 1560633745 401488 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :or maybe specifically ///, IDK < 1560633854 956526 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :but what language was andrew_ thinking of? < 1560633881 458833 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :a random quote from wiki> Due to IRP's nature, any quine is potentially a severe DDOS worm. < 1560633930 241241 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru PRIVMSG #esoteric :b_jonas: I bet something underspecified and mysteriously concise < 1560635605 138275 :Cale!~cale@2607:fea8:995f:fb71:4c2b:7387:cf0:6614 PRIVMSG #esoteric :An activated Mutavault is a mutant ninja turtle. > 1560636618 792685 PRIVMSG #esoteric :14[[07User:Arseniiv/0123 (draft)14]]4 N10 02https://esolangs.org/w/index.php?oldid=63543 5* 03Arseniiv 5* (+3881) 10Created page with "0123 is a foolish language, being so far in a draft state and primarily assembled at 2019-06-15, by [[User:Arseniiv]]. Hopefully its not a word for word copy of some other..." < 1560636634 623787 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Hale < 1560636638 854729 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is Prismata dead? < 1560636770 259913 :Cale!~cale@2607:fea8:995f:fb71:4c2b:7387:cf0:6614 PRIVMSG #esoteric :Not completely dead, but it's not doing as well as anyone would have hoped < 1560636856 486609 :Cale!~cale@2607:fea8:995f:fb71:4c2b:7387:cf0:6614 PRIVMSG #esoteric :There are still people logging in and playing every day, but whatever they're doing as far as marketing the game hasn't really been working so well. < 1560638503 792814 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :Cale: it's also a Pirate Ship, but it's not a Hero or a Lord or an Anteater these days < 1560638632 357680 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :and as of recently, it's also an Army in itself < 1560639099 604309 :b_jonas!~x@catv-176-63-24-126.catv.broadband.hu PRIVMSG #esoteric :it's also a Deserter because of a certain interesting old card, a Vehicle Pilot, a Carrier Processor. creature types are Weird. < 1560639628 854484 :moei!~moei@softbank221078042071.bbtec.net QUIT :Quit: Leaving... < 1560641243 275120 :arseniiv!~arseniiv@94.41.12.44.dynamic.ufanet.ru QUIT :Ping timeout: 248 seconds