< 1656892805 690997 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :https://github.com/oriansj/stage0-posix https://github.com/fosslinux/live-bootstrap https://github.com/ironmeld/boot2now < 1656892873 426107 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :So we have a bit of experience in bootstrapping languages which we could share, we just wanted to do it in a way that would be most beneficial < 1656892968 187546 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I had noticed that we haven't seen arseniiv for months and I'm getting worried, but I only noticed just now that he was last on the channel on exactly 2022-02-23, which is a worrying date. < 1656893079 193730 :Soni!~quassel@autistic.space QUIT :Ping timeout: 276 seconds < 1656894052 330329 :imode!sid553797@user/imode PRIVMSG #esolangs :why is it worrying? < 1656894131 673782 :imode!sid553797@user/imode PRIVMSG #esolangs :... < 1656894132 781067 :imode!sid553797@user/imode PRIVMSG #esolangs :oh.. < 1656894195 526891 :imode!sid553797@user/imode PRIVMSG #esolangs :is this his GH? < 1656894197 92717 :imode!sid553797@user/imode PRIVMSG #esolangs :https://github.com/arseniiv < 1656894281 713655 :imode!sid553797@user/imode PRIVMSG #esolangs :was he russian or ukrainian? < 1656894399 2211 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :imode: yes, per https://esolangs.org/w/index.php?title=Punctree&diff=63903&oldid=63902 , and he very likely lives in Russia < 1656894407 695453 :imode!sid553797@user/imode PRIVMSG #esolangs :well fuck. < 1656894415 282661 :imode!sid553797@user/imode PRIVMSG #esolangs :he's probably been drafted..? < 1656894424 741916 :imode!sid553797@user/imode PRIVMSG #esolangs :there are GH contributions, though. < 1656894429 117647 :imode!sid553797@user/imode PRIVMSG #esolangs :as of the 11th of June. < 1656894429 579715 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :imode: we used to have one ukranian person but they're banned now < 1656894453 839617 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :s/person/regular/ < 1656895353 401566 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :oriansj: For such a small code that is OK you do not need to do what I mentioned, but for e.g. a C compiler implemented in C or a Rust compiler implemented in Rust, it is more complicated than that. < 1656895539 121672 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Fortunately, it says, there is also Rust compiler in C++ and C# compiler in C, so that will be helpful if they are needed. < 1656895562 219964 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :zzo38: I wrote the C compiler in assembly in 24 hours: https://github.com/oriansj/stage0-posix-x86/blob/master/cc_x86.M1 < 1656895635 772918 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :and used it to build a more advanced C compiler written in its C subset < 1656895661 3709 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :https://github.com/oriansj/M2-Planet (it is a cross-platform C compiler) < 1656895666 500244 :Soni!~quassel@autistic.space JOIN #esolangs SoniEx2 :Genders: Autgender, 💜⬜💚; Soni L. < 1656895705 401986 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :Which is good enough to build GNU Mes and run MesCC (which is a C compiler written in scheme) that we used to build TCC < 1656895765 169471 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :we also did the same thing for other architectures as well such as RISC-V https://github.com/oriansj/stage0-posix-riscv64/blob/master/cc_riscv64.M1 < 1656895813 733344 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :and wrote the assembler in a more advanced hex2 https://github.com/oriansj/stage0-posix-riscv64/blob/master/M0_riscv64.hex2 which we bootstrapped in hex1 and bootstrapped hex1 in hex0 < 1656895952 608524 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :OK < 1656896034 361213 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :hence why I am asking about basic guidelines so that our contributions on language bootstrapping would be most beneficial to this community. < 1656896064 384517 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Yes. I do not know the basic guidelines, though. < 1656896122 974088 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :fair enough. < 1656896290 225472 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :the languages we did create are quite simple https://bootstrapping.miraheze.org/wiki/Stage0 and designed for human usage < 1656896860 922188 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :oh and I forgot to mention we also implemented the languages themselves also in C and assembly; so the languages are bootstrapped in atleast 3 different languages < 1656896982 80007 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :oriansj: great, do write about these on the esolangs wiki < 1656897110 730730 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :b_jonas: no problem, on the topic of language bootstrapping how in depth would be most helpful? as we can be *VERY* detailed on problems in language bootstrapping < 1656897338 1776 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :oriansj: I don't know, it depends on how much effort you want to spend on writing articles. if there's already good documentation elsewhere then it can be fine to just give a short summary and links to other websites with better information. < 1656897395 713502 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :of course there's a risk of the other websites going offline leaving us with but rotten links, like how the best Intercal websites died even though it's a historically very interesting language < 1656897415 757952 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :hence why duplication of information is useful < 1656897418 268764 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :or how the websites for a lot of the older ICFP contests are no longer accessible < 1656897437 213142 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :oriansj: sure, though you will have to observe the licencing terms of the wiki < 1656897477 245573 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :b_jonas: we have the original authors available for providing the information under the needed licensing terms < 1656897533 470095 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :nice < 1656897576 554774 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Yes, this Stage0 bootstrapping formats looks like good to me, I think < 1656897694 789690 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I guess I've seen all the extremes here: on one end, we have DMM's or David Madore's languages where we can just link to the author's websites and I can be confident that the information will still be there a decade from now (though in one case you need an ftp client); on the other end is https://esolangs.org/wiki/PL/MIX where I'm confident that nobody ever will get the information about the language < 1656897701 268455 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :it was designed to be cross-platform byte for byte reproducible and aid in human auditing < 1656897715 796610 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :extremes in all direction come with esotericness of course > 1656897852 162231 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Oriansj 5* 10New user account < 1656897924 405338 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :`` welcome oriansj # I see you haven't been formally welcomed yet < 1656897927 700972 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :oriansj: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) > 1656897945 948146 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=99461&oldid=99391 5* 03Oriansj 5* (+80) 10intro > 1656898146 702667 PRIVMSG #esolangs :14[[07Geometryjunp14]]4 10 02https://esolangs.org/w/index.php?diff=99462&oldid=92853 5* 03Kaveh Yousefi 5* (+587) 10Added a hyperlink to my implementation of the geometryjunp programming language on GitHub. > 1656898193 505702 PRIVMSG #esolangs :14[[07Geometryjunp14]]4 10 02https://esolangs.org/w/index.php?diff=99463&oldid=99462 5* 03Kaveh Yousefi 5* (+233) 10Added several category tags. > 1656898233 77149 PRIVMSG #esolangs :14[[07Hex014]]4 N10 02https://esolangs.org/w/index.php?oldid=99464 5* 03Oriansj 5* (+1189) 10introduction to hex0 < 1656898273 593948 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection > 1656898286 575661 PRIVMSG #esolangs :14[[07Geometryjunp14]]4 10 02https://esolangs.org/w/index.php?diff=99465&oldid=99463 5* 03Kaveh Yousefi 5* (+562) 10Introduced two further examples in the form of a truth-machine and a Hello, world! program. < 1656898585 485049 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse > 1656898744 460091 PRIVMSG #esolangs :14[[07Hex114]]4 N10 02https://esolangs.org/w/index.php?oldid=99466 5* 03Oriansj 5* (+1208) 10introduction to hex1 > 1656898930 238811 PRIVMSG #esolangs :14[[07BunnyBell Documentation14]]4 10 02https://esolangs.org/w/index.php?diff=99467&oldid=99400 5* 03PixelatedStarfish 5* (+23) 10Redirected page to [[BunnyBell]] > 1656898994 900352 PRIVMSG #esolangs :14[[07ZT14]]4 M10 02https://esolangs.org/w/index.php?diff=99468&oldid=47134 5* 03PythonshellDebugwindow 5* (+23) 10Category > 1656899148 789301 PRIVMSG #esolangs :14[[07Hex214]]4 N10 02https://esolangs.org/w/index.php?oldid=99469 5* 03Oriansj 5* (+1547) 10introduction to hex2 > 1656899339 148313 PRIVMSG #esolangs :14[[07Hex114]]4 M10 02https://esolangs.org/w/index.php?diff=99470&oldid=99466 5* 03Oriansj 5* (-1) 10hide the url > 1656899775 841579 PRIVMSG #esolangs :14[[07M014]]4 N10 02https://esolangs.org/w/index.php?oldid=99471 5* 03Oriansj 5* (+1311) 10introduction to M0 > 1656900612 557130 PRIVMSG #esolangs :14[[07BunnyBell14]]4 10 02https://esolangs.org/w/index.php?diff=99472&oldid=99418 5* 03PixelatedStarfish 5* (+219) 10/* Sources */ > 1656900957 762264 PRIVMSG #esolangs :14[[07BunnyBell14]]4 10 02https://esolangs.org/w/index.php?diff=99473&oldid=99472 5* 03PixelatedStarfish 5* (+41) 10/* Notes */ > 1656901024 56528 PRIVMSG #esolangs :14[[07CC *14]]4 N10 02https://esolangs.org/w/index.php?oldid=99474 5* 03Oriansj 5* (+2638) 10introduction to the cc_* family < 1656901234 145607 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :there you go, a simple and basic introduction to the hex0, hex1, hex2, M0 and cc_* language families < 1656901711 99212 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :so, I'll do a minor extension on the subject of language bootstrapping and hopefully it will be of some use. > 1656902477 805717 PRIVMSG #esolangs :14[[07M014]]4 M10 02https://esolangs.org/w/index.php?diff=99475&oldid=99471 5* 03Oriansj 5* (+27) 10added category > 1656902511 154779 PRIVMSG #esolangs :14[[07CC *14]]4 M10 02https://esolangs.org/w/index.php?diff=99476&oldid=99474 5* 03Oriansj 5* (+27) 10added category > 1656902548 175230 PRIVMSG #esolangs :14[[07Hex214]]4 M10 02https://esolangs.org/w/index.php?diff=99477&oldid=99469 5* 03Oriansj 5* (+31) 10added category > 1656902589 965865 PRIVMSG #esolangs :14[[07Hex114]]4 M10 02https://esolangs.org/w/index.php?diff=99478&oldid=99470 5* 03Oriansj 5* (+27) 10added category > 1656902625 854106 PRIVMSG #esolangs :14[[07Hex214]]4 M10 02https://esolangs.org/w/index.php?diff=99479&oldid=99477 5* 03Oriansj 5* (-4) 10added category > 1656902653 888276 PRIVMSG #esolangs :14[[07Hex014]]4 M10 02https://esolangs.org/w/index.php?diff=99480&oldid=99464 5* 03Oriansj 5* (+28) 10added category < 1656902676 978934 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :what programming language uses “fun” as a keyword to define a function and is either weakly typed or has type inference strong enough that you can define a function without giving the type of a function argument? I'm trying to identify the language of a snippet > 1656902727 167747 PRIVMSG #esolangs :14[[07Category:Bootstrapping14]]4 N10 02https://esolangs.org/w/index.php?oldid=99481 5* 03Oriansj 5* (+118) 10added category < 1656902774 634959 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :hmm, maybe OCaml? < 1656902816 477210 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :SML < 1656902829 471671 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :well the cc_* familty supports FUNCTION which has that behavior < 1656902944 713008 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :yeah, SML is a decent guess, but I don't think that snippet can be it. what struck me strange is that it had what seems like both initializing a variable and modifying it in place in a loop with a straight "=" operator, without a declaration present, as you'd do in BASIC/python. also lacked both parenthesis and braces and semicolons in if conditionals, < 1656903000 512633 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :also had apparently no explicit type names, but some type presumably guessed from numeric literals like "2", and a mention of "toString" < 1656903050 1754 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :ah, I found a screenshot of the snippet: https://twitter.com/robertoaloi/status/1206581193283641344 < 1656903053 269382 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :let me transcribe it < 1656903118 693937 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :That snippet doesn't have "fun" in it. < 1656903122 914082 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :hmm, that's not quite the ad that I've seen, but clearly from the same company and very similar < 1656903134 980910 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :the one I saw had a recursive function for the Lucas sequence < 1656903151 686375 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :That looks like mildly incorrect ECMAScript, from the automatic-semicolon-insertion style. < 1656903266 276116 :oriansj!~user@itsx01.pdp10.guru PRIVMSG #esolangs :well \n as semicolon is a trivial tokenizer trick < 1656903266 760871 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :It's probably no language, anyway. < 1656903294 867624 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I think it leads to https://www.multisoft.se/134711/ < 1656903313 244444 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :Corbin: wouldn't ECMAScript have parens around if cond'ns < 1656903333 563182 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I did think of ECMAScript but it's the parens that made that real suspicious. and afaik "fun" isn't a thing. < 1656903341 719809 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :oh wait < 1656903354 680337 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :maybe different ads are in different languages? < 1656903431 323265 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :looks like there's a third variant of the ad too, https://www.reddit.com/r/ProgrammerHumor/comments/q3cgrj/found_this_ad_on_a_train_what_language_is_this/ < 1656903460 143044 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :trying to find a screenshot of the one that I've seen < 1656903527 365637 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Starting to suspect that these are subtly altered to not just run when copy-pasted. Wondering which language has length() as a builtin function like that. < 1656903640 567112 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :Corbin: perl does, but it doesn't otherwise match < 1656903685 116665 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :also awk does < 1656903698 161617 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :It'd be cool if we had a taxonomic classifier for languages, and not just a chrestomathy. < 1656903709 595214 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Oh wow, you're right, this *could* be awk. < 1656903721 686309 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :what's "chrestomathy"? < 1656903734 377303 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :yeah, it looks suspiciously like awk actually < 1656903756 505494 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :except not, because awk wants double quotes for the strings < 1656903794 691726 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :A chrestomathy is a selection of texts in a given language. We're pretty decent at the problem, "for a given language, what is a valid snippet in that language?" What's missing is, "for a given snippet, which languages might it belong to?" < 1656903858 138693 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :https://adland.tv/adnews/code-cracking-recruitment-subway-ad-campaign-gets-over-800-applicants-job has another variant, one with "int x = 15 * 7 * 5 * 13;" in it < 1656903871 545810 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :still can't find the variant that I've seen < 1656903882 480429 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I should've photographed it < 1656903920 385171 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :but I was under some distress because the train I had to take wasn't working and got replaced by a bus, causing 100 minutes of delay in my trip to the airport < 1656903937 372599 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Hm. Is that other variant perhaps Ceylon or Kotlin? < 1656903938 347041 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :this was on the train for the second leg by the way < 1656903947 487766 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Yikes. Hope you made it. < 1656903950 987927 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I did < 1656903960 3973 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I'm home now safe < 1656903963 711824 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :vacation was fun < 1656904105 982082 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I was concentrating on jotting down some notes because this was actually a very rare case when the insurance company would have been required to reimburse me: they have to if I miss the airplane if the train is late by more than an hour, but of course only if I can prove that that was the case < 1656904125 987967 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :hmm no, looks like they would not have payed < 1656904143 389254 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :that one only applies for the higher tier insurance, which in this case I didn't buy < 1656904172 1321 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :but I didn't know that < 1656904191 654976 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :I used to buy the higher tier for ski vacations, but it's pointless for ordinary vacations like this < 1656904199 909171 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :well, the next time I miss the airplaane I will know < 1656904239 965637 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :ah no < 1656904265 283254 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :wait, I'm reading the contract wrong < 1656904282 805553 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :whatever, it doesn't matter now, the point is, I was jotting down details just in case they matter for insurance < 1656904326 895887 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :apparently there's a fifth variant that starts with "a=34\nb=21" < 1656904340 141789 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :they made a lot of variants of this < 1656904946 29395 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :the one I saw also had return statements in the bodies of if statements, for the two starting cases of the Lucas numbers, and a C-style (two semicolons in the control) for loop in the pat that concatenates the result from multiple calls to the function < 1656905088 616742 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Is there esolangs with the TRON character encoding or file format? > 1656906054 582892 PRIVMSG #esolangs :14[[07Bootstrap14]]4 10 02https://esolangs.org/w/index.php?diff=99482&oldid=69362 5* 03Oriansj 5* (+6030) 10Expanding to make the topic more complete < 1656906485 919799 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :Corbin: I think the "length" function would also work in matlab/octave, but the whole code wouldn't. you're probably right that they are deliberately written to not work in any language, which gives me horrible flashbacks to my failed psz interpreter < 1656908102 518848 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Write error: Connection reset by peer < 1656908119 525172 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1656908773 703023 :Franciman!~Franciman@mx1.fracta.dev QUIT :*.net *.split < 1656908773 947727 :fungot!~fungot@2a01:4b00:82bb:1341::a QUIT :*.net *.split < 1656908811 642720 :Franciman!~Franciman@mx1.fracta.dev JOIN #esolangs Franciman :Franciman < 1656909446 953519 :Riviera!Riviera@user/riviera QUIT :*.net *.split < 1656909458 576247 :Riviera!Riviera@user/riviera JOIN #esolangs Riviera ::) > 1656910542 401603 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99483&oldid=99379 5* 03Ukeharu 5* (+399) 10/* List of Commands */ Changes to usage of [i and {x,y > 1656910614 881690 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99484&oldid=99483 5* 03Ukeharu 5* (+3) 10/* List of Commands */ fixed typo < 1656911703 254666 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1656911744 518552 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1656912929 750602 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :re discussion around https://logs.esolangs.org/libera-esolangs/2022-06.html#lIh , the fun part is that, IIUC, gcc's __int128 isn't a signed integer type, because C11 7.20.1.5 says that intmax_t is at least as large as any signed integer type, but gcc is wisely ignoring that and keeps intmax_t as 64 bits wide because changing its meaning would cause an annoying ABI incompatibility. and due to 6.2.5, < 1656912935 827844 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :__int128 is also not an extended integer type either. < 1656913573 700138 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam > 1656917516 535174 PRIVMSG #esolangs :14[[07Lag14]]4 10 02https://esolangs.org/w/index.php?diff=99485&oldid=99440 5* 03ChuckEsoteric08 5* (+238) 10 < 1656917611 534352 :int-e!~noone@int-e.eu PRIVMSG #esolangs :yeah I did make the logo < 1656918034 311577 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656918070 355623 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(wrong channel, hmm) > 1656919002 696682 PRIVMSG #esolangs :14[[07Geometryjunp14]]4 10 02https://esolangs.org/w/index.php?diff=99486&oldid=99465 5* 03ChuckEsoteric08 5* (-15) 10 > 1656919225 460943 PRIVMSG #esolangs :14[[07ISEW2C14]]4 10 02https://esolangs.org/w/index.php?diff=99487&oldid=97117 5* 03ChuckEsoteric08 5* (+5) 10 > 1656919237 709105 PRIVMSG #esolangs :14[[07ISEW2C14]]4 10 02https://esolangs.org/w/index.php?diff=99488&oldid=99487 5* 03ChuckEsoteric08 5* (+1) 10 > 1656919634 797759 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99489&oldid=99441 5* 03Peter 5* (+511) 10/* Input and output */ > 1656919900 215452 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99490&oldid=99484 5* 03Ukeharu 5* (-372) 10update again to commands < 1656921155 710486 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1656921581 95303 PRIVMSG #esolangs :14[[07Subleq14]]4 10 02https://esolangs.org/w/index.php?diff=99491&oldid=96061 5* 03ChuckEsoteric08 5* (+52) 10 < 1656921820 89159 :haavard!root@haavard.me QUIT :Remote host closed the connection < 1656921833 312368 :haavard!root@haavard.me JOIN #esolangs haavard :Håvard Pettersson < 1656921896 649740 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1656923942 800479 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1656926097 318902 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656927504 120725 :Trieste!~T@user/pilgrim JOIN #esolangs pilgrim :T < 1656928155 377250 :Koen!~Koen@2a01:e34:ec7c:30:ddf3:2d40:f13f:f418 JOIN #esolangs * :Koen < 1656928232 330835 :tech_exorcist!13203@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1656929836 337025 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :`` : 'int-e: re word list censored, I recommend'; ls -aF /hackenv/share/dict/12dicts/readme.hackeso < 1656929837 630974 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​/hackenv/share/dict/12dicts/readme.hackeso > 1656930451 236838 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99492&oldid=99490 5* 03Ukeharu 5* (+100) 10Fixed typo and falsities and added more information on commands > 1656930477 229525 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99493&oldid=99492 5* 03Ukeharu 5* (+2) 10/* List of Commands */ fixed typo > 1656930503 982873 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99494&oldid=99493 5* 03Ukeharu 5* (-1) 10/* List of Commands */ fixed typo > 1656931635 952745 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99495&oldid=99494 5* 03Ukeharu 5* (+107) 10initial state clarification > 1656932299 30513 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99496&oldid=99495 5* 03Ukeharu 5* (+162) 10/* Language Description */ more clarifications < 1656934214 778295 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1656934367 971409 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656934494 235661 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Client Quit < 1656934543 751672 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1656935249 392874 :definitelya!~hexagon@host-79-35-4-128.retail.telecomitalia.it JOIN #esolangs * :WRATH > 1656936396 313958 PRIVMSG #esolangs :14[[07Bitcoin14]]4 M10 02https://esolangs.org/w/index.php?diff=99497&oldid=84323 5* 03Yes 5* (+364) 10 > 1656936546 279412 PRIVMSG #esolangs :14[[07Bitcoin14]]4 10 02https://esolangs.org/w/index.php?diff=99498&oldid=99497 5* 03Yes 5* (-2) 10 > 1656936756 603672 PRIVMSG #esolangs :14[[07User:Yes14]]4 10 02https://esolangs.org/w/index.php?diff=99499&oldid=99460 5* 03Yes 5* (+12) 10 < 1656938200 776686 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Excess Flood < 1656938226 401937 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1656940076 385215 :perlbot_!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1656940094 636093 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Read error: Connection reset by peer < 1656940101 645498 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 246 seconds < 1656940106 669949 :simcop2387_!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1656940114 692038 :Koen!~Koen@2a01:e34:ec7c:30:ddf3:2d40:f13f:f418 QUIT :Remote host closed the connection < 1656940150 205072 :perlbot_!~perlbot@perlbot/bot/simcop2387/perlbot NICK :perlbot < 1656940173 818294 :simcop2387_!~simcop238@perlbot/patrician/simcop2387 NICK :simcop2387 > 1656941274 177638 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99500&oldid=99415 5* 03LEOMOK 5* (+190) 10 > 1656941286 342275 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99501&oldid=99500 5* 03LEOMOK 5* (-1) 10 > 1656941294 720857 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99502&oldid=99501 5* 03LEOMOK 5* (-2) 10 > 1656941432 136771 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99503&oldid=99502 5* 03LEOMOK 5* (-8) 10 > 1656941457 651744 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99504&oldid=99489 5* 03Peter 5* (+86) 10/* Pushing */ > 1656941485 532863 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99505&oldid=99503 5* 03LEOMOK 5* (-2) 10 > 1656941498 559293 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99506&oldid=99505 5* 03LEOMOK 5* (+1) 10 > 1656941511 915841 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99507&oldid=99506 5* 03LEOMOK 5* (+2) 10 > 1656941540 384778 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99508&oldid=99504 5* 03Peter 5* (+17) 10 > 1656941552 923301 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99509&oldid=99508 5* 03Peter 5* (-17) 10 > 1656941573 725498 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99510&oldid=99507 5* 03LEOMOK 5* (+26) 10 > 1656941611 365520 PRIVMSG #esolangs :14[[07The Temporary Stack14]]4 10 02https://esolangs.org/w/index.php?diff=99511&oldid=85183 5* 03Peter 5* (-1) 10fixed a/an typo > 1656941620 324327 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99512&oldid=99510 5* 03LEOMOK 5* (+66) 10 > 1656941648 487887 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99513&oldid=99512 5* 03LEOMOK 5* (-9) 10 > 1656941715 109644 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=99514&oldid=97368 5* 03Peter 5* (+112) 10 > 1656941725 117911 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=99515&oldid=99514 5* 03Peter 5* (+1) 10 > 1656941729 596438 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=99516&oldid=99515 5* 03Peter 5* (-113) 10Blanked the page > 1656941798 244290 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99517&oldid=99513 5* 03LEOMOK 5* (+135) 10 > 1656941812 140417 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99518&oldid=99509 5* 03Peter 5* (+26) 10 > 1656941839 138400 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99519&oldid=99518 5* 03Peter 5* (-15) 10 > 1656941847 115050 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99520&oldid=99517 5* 03LEOMOK 5* (+11) 10 > 1656942015 804476 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99521&oldid=99519 5* 03Peter 5* (+96) 10/* Special */ < 1656942037 949223 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :https://logs.esolangs.org/libera-esolangs/2022-06.html#l2Ab "an esoteric language/ISA/OISC implemented in C in only 52 bytes ... waiting for the IOCCC to open" => sounds interesting > 1656942071 97117 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99522&oldid=99520 5* 03LEOMOK 5* (+85) 10 > 1656942095 841484 PRIVMSG #esolangs :14[[07SMG4: Mario Gets His PINGAS Stuck In The Door14]]4 10 02https://esolangs.org/w/index.php?diff=99523&oldid=99522 5* 03LEOMOK 5* (-41) 10 < 1656942155 372254 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :https://logs.esolangs.org/libera-esolangs/2022-06.html#lgBb "sounds like Intel really likes the concept of smaller registers combining into larger registers" => most of the pairs in x86 come from z80, so you can't blame intel for it, except for AH on intel which doesn't exist in z80 < 1656942189 790994 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Most of the pairs in the Z80 come from the Intel 8080, so you *can* blame Intel for it. < 1656942206 728796 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :huh... < 1656942212 654061 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(It's got the very same BC, DE and HL pairs, and I believe predates the Z80.) < 1656942214 472273 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :ok, I don't know that part of the history < 1656942449 966212 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :https://logs.esolangs.org/libera-esolangs/2022-06.html#liCb 'The Firefox "About" dialog cannot be closed with Ctrl-W. Why did I even try that?' => because the recently downloaded files list and the bookmark manager can be closed by control-W > 1656942623 335766 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99524&oldid=99521 5* 03Peter 5* (+280) 10 > 1656942644 636252 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99525&oldid=99524 5* 03Peter 5* (+21) 10 > 1656942681 670990 PRIVMSG #esolangs :14[[07&!14]]4 10 02https://esolangs.org/w/index.php?diff=99526&oldid=99525 5* 03Peter 5* (+17) 10 < 1656943359 288480 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :https://logs.esolangs.org/libera-esolangs/2022-06.html#lSGb " 6502 : does-this-exist-? :: 8086 : 386 with its convenient multiple running virtual 8086s" => I think some fpgas have multiple 6502s built in, but I'm not sure < 1656943572 84864 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :" . o O ( dear compiler... if a missing return statement allows you to produce crashing code... maybe it should be more than just a warning? )" => we can't change old C retroactively because there's old code that relies on that being valid. it comes from pre-ansi when void didn't exist so you declared void functions as returning int instead. but I believe this is already an error in C++. < 1656943900 514803 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :" I used jq to do category theory" => er what? < 1656943953 377274 :Koen!~Koen@2a01:e34:ec7c:30:c954:36d8:f112:ab1d JOIN #esolangs * :Koen < 1656944129 516067 :int-e!~noone@int-e.eu PRIVMSG #esolangs :b_jonas: well it happens to be C++: http://paste.debian.net/1246131/ < 1656944334 542736 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :b_jonas: https://github.com/MostAwesomeDude/klesi/blob/master/cat.jq < 1656944335 196402 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :"Which graphical OSes don't have a native concept of a command line?" => Windows 3 on a pre-386 machine, or ran without 386 mode (there's a command-line switch of the win executable) < 1656944396 996903 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :int-e: hmm, I was wrong then. < 1656944507 252496 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :Corbin: so is this jq language similar to xsh2 or jquery, only operating on json as its main data type rather than xml? < 1656944521 180419 :int-e!~noone@int-e.eu PRIVMSG #esolangs :I suspect the reason why this is a warning is that the end of the function may actually be unreachable in a way the compiler doesn't understand < 1656944539 964762 :int-e!~noone@int-e.eu PRIVMSG #esolangs :and C/C++ generally don't force the programmer to write unreachable code < 1656944560 266847 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :int-e: that, or just compatibility with ancient C code < 1656944585 256411 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :but yes, you have a point < 1656944587 58036 :int-e!~noone@int-e.eu PRIVMSG #esolangs :But that's rather unsatisfying in this case. < 1656944620 111714 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :does this change if you try to use compiler flags like --std=gnu+17 or whatever? < 1656944632 197020 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :er no, I mean -std=gnu++17 < 1656944639 803161 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :it's the plus that's doubled, not the minus < 1656944716 8710 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :" Has anybody done a complexity analysis of sgt's puzzle collection?" => good idea, there are probably multiple interesting questions that you can ask there < 1656944718 512008 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Nah, it doesn't. < 1656944740 56290 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :b_jonas: Yeah. The main usage of jq is for quick dissection of JSON responses from APIs, although I've also used it in batch processes for ETL. < 1656944742 95327 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :like about how hard it is to solve a puzzle, to find all solutions to a puzzle, to construct a well-formed puzzle, to construct a puzzle with a unique solution etc < 1656944748 702891 :Corbin!~Corbin@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Yes. < 1656944776 640128 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :only problem is, https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ webpage doesn't load for me right now < 1656944814 482042 :b_jonas!~x@catv-176-63-4-94.catv.fixed.vodafone.hu PRIVMSG #esolangs :isup.me says it's up, but that isn't definitive, just a heuristic < 1656944827 845076 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Pretty sure most of them are NP-complete, but who wants to prove this dozens of times? < 1656944893 172119 :int-e!~noone@int-e.eu PRIVMSG #esolangs :The implementations though... I think Simon implements polynomial time solvers, and discards candidates that the solver cannot solve. < 1656944963 376866 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656945003 220705 :int-e!~noone@int-e.eu PRIVMSG #esolangs :For many of the puzzles, instances can still be interesting though because a lot of the puzzles feature global properties like connectivity or parity and the solvers know about such features. > 1656945100 167259 PRIVMSG #esolangs :14[[07Talk:Astridec14]]4 10 02https://esolangs.org/w/index.php?diff=99527&oldid=99419 5* 03PixelatedStarfish 5* (+187) 10/* Nested loops */ > 1656945219 928651 PRIVMSG #esolangs :14[[07Translator Handles Everything14]]4 N10 02https://esolangs.org/w/index.php?oldid=99528 5* 03PixelatedStarfish 5* (+17) 10Redirected page to [[The]] > 1656945593 555280 PRIVMSG #esolangs :14[[07SetGoto14]]4 10 02https://esolangs.org/w/index.php?diff=99529&oldid=98317 5* 03ChuckEsoteric08 5* (+142) 10 < 1656945821 42014 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1656945985 252773 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99530&oldid=99496 5* 03Ukeharu 5* (+436) 10more clarifications + sample programs < 1656946840 621697 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1656947383 790467 PRIVMSG #esolangs :14[[07Hex014]]4 M10 02https://esolangs.org/w/index.php?diff=99531&oldid=99480 5* 03PythonshellDebugwindow 5* (+32) 10Stub, category > 1656947431 284160 PRIVMSG #esolangs :14[[07Hex114]]4 M10 02https://esolangs.org/w/index.php?diff=99532&oldid=99478 5* 03PythonshellDebugwindow 5* (+32) 10Stub, category > 1656947479 738807 PRIVMSG #esolangs :14[[07Hex214]]4 M10 02https://esolangs.org/w/index.php?diff=99533&oldid=99479 5* 03PythonshellDebugwindow 5* (-26) 10Stub, wikilinks, category > 1656947543 380053 PRIVMSG #esolangs :14[[07Hex114]]4 M10 02https://esolangs.org/w/index.php?diff=99534&oldid=99532 5* 03PythonshellDebugwindow 5* (+8) 10See also, wikilink > 1656947558 272527 PRIVMSG #esolangs :14[[07Hex114]]4 M10 02https://esolangs.org/w/index.php?diff=99535&oldid=99534 5* 03PythonshellDebugwindow 5* (+0) 10Link > 1656947572 695626 PRIVMSG #esolangs :14[[07Hex014]]4 M10 02https://esolangs.org/w/index.php?diff=99536&oldid=99531 5* 03PythonshellDebugwindow 5* (+36) 10See also > 1656947586 824646 PRIVMSG #esolangs :14[[07Hex214]]4 M10 02https://esolangs.org/w/index.php?diff=99537&oldid=99533 5* 03PythonshellDebugwindow 5* (+37) 10See also > 1656947642 182592 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=99538&oldid=99456 5* 03PythonshellDebugwindow 5* (+33) 10/* H */ add > 1656947862 493907 PRIVMSG #esolangs :14[[07CC *14]]4 M10 02https://esolangs.org/w/index.php?diff=99539&oldid=99476 5* 03PythonshellDebugwindow 5* (-1) 10Wikilink, category > 1656947905 97803 PRIVMSG #esolangs :14[[07M014]]4 M10 02https://esolangs.org/w/index.php?diff=99540&oldid=99475 5* 03PythonshellDebugwindow 5* (-6) 10Wikilink, category > 1656947931 425550 PRIVMSG #esolangs :14[[07Category:Bootstrapping14]]4 M10 02https://esolangs.org/w/index.php?diff=99541&oldid=99481 5* 03PythonshellDebugwindow 5* (+24) 10Category > 1656947977 321625 PRIVMSG #esolangs :14[[07Bootstrap14]]4 M10 02https://esolangs.org/w/index.php?diff=99542&oldid=99482 5* 03PythonshellDebugwindow 5* (-23) 10/* What is bootstrapping a language */ Wikilink > 1656948155 483150 PRIVMSG #esolangs :14[[07Bootstrap14]]4 M10 02https://esolangs.org/w/index.php?diff=99543&oldid=99542 5* 03PythonshellDebugwindow 5* (+44) 10/* Bootstrapping by example */ Wikilinks, see also > 1656948181 902182 PRIVMSG #esolangs :14[[07Bootstrap14]]4 M10 02https://esolangs.org/w/index.php?diff=99544&oldid=99543 5* 03PythonshellDebugwindow 5* (+0) 10/* See also */ fix > 1656948275 888108 PRIVMSG #esolangs :14[[07CC *14]]4 M10 02https://esolangs.org/w/index.php?diff=99545&oldid=99539 5* 03PythonshellDebugwindow 5* (+22) 10Fix title > 1656948301 546687 PRIVMSG #esolangs :14[[07Category:Bootstrapping14]]4 M10 02https://esolangs.org/w/index.php?diff=99546&oldid=99541 5* 03PythonshellDebugwindow 5* (+19) 10Link to bootstrapping > 1656948317 683442 PRIVMSG #esolangs :14[[07Category:Bootstrapping14]]4 M10 02https://esolangs.org/w/index.php?diff=99547&oldid=99546 5* 03PythonshellDebugwindow 5* (-14) 10. > 1656948332 825081 PRIVMSG #esolangs :14[[07Bootstrap14]]4 M10 02https://esolangs.org/w/index.php?diff=99548&oldid=99544 5* 03PythonshellDebugwindow 5* (+0) 10/* See also */ . > 1656948409 148212 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=99549&oldid=99538 5* 03PythonshellDebugwindow 5* (+20) 10add > 1656948523 261982 PRIVMSG #esolangs :14[[07Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping14]]4 N10 02https://esolangs.org/w/index.php?oldid=99550 5* 03Yes 5* (+454) 10Created page with "Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping is a dialect of Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee by [[User:Yes]] == Additions == Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping adds..." > 1656948544 380395 PRIVMSG #esolangs :14[[07User:Yes14]]4 10 02https://esolangs.org/w/index.php?diff=99551&oldid=99499 5* 03Yes 5* (+54) 10 > 1656948559 492376 PRIVMSG #esolangs :14[[07User:Yes14]]4 10 02https://esolangs.org/w/index.php?diff=99552&oldid=99551 5* 03Yes 5* (-5) 10 > 1656948571 459995 PRIVMSG #esolangs :14[[07User:Yes14]]4 10 02https://esolangs.org/w/index.php?diff=99553&oldid=99552 5* 03Yes 5* (+9) 10 > 1656948650 850193 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99554&oldid=99530 5* 03Ukeharu 5* (-1) 10/* Cat */ typo > 1656948850 392299 PRIVMSG #esolangs :14[[07Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping14]]4 10 02https://esolangs.org/w/index.php?diff=99555&oldid=99550 5* 03Yes 5* (+106) 10 > 1656948959 350996 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99556&oldid=99554 5* 03Ukeharu 5* (+0) 10 > 1656949103 4319 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99557&oldid=99556 5* 03Ukeharu 5* (+17) 10/* Hello World */ > 1656949209 792019 PRIVMSG #esolangs :14[[07Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping14]]4 10 02https://esolangs.org/w/index.php?diff=99558&oldid=99555 5* 03Yes 5* (+44) 10 > 1656949279 721812 PRIVMSG #esolangs :14[[07Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping14]]4 10 02https://esolangs.org/w/index.php?diff=99559&oldid=99558 5* 03Yes 5* (+8) 10 > 1656949602 594024 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99560&oldid=99557 5* 03Ukeharu 5* (+493) 10/* Sample Programs */ > 1656950146 892590 PRIVMSG #esolangs :14[[07Splaytime14]]4 M10 02https://esolangs.org/w/index.php?diff=99561&oldid=99560 5* 03Ukeharu 5* (+1) 10typo > 1656950836 269790 PRIVMSG #esolangs :14[[07Pythoff14]]4 N10 02https://esolangs.org/w/index.php?oldid=99562 5* 03Yes 5* (+1095) 10Created page with "Pythoff is a [[Python|Python 3]] dialect by [[User:Yes]]
== Additions/Diffrences == Pythoff does not allow for libraries, making it very limited in software development,..." > 1656950862 95216 PRIVMSG #esolangs :14[[07Pythoff14]]4 10 02https://esolangs.org/w/index.php?diff=99563&oldid=99562 5* 03Yes 5* (+9) 10 > 1656950879 938324 PRIVMSG #esolangs :14[[07Pythoff14]]4 M10 02https://esolangs.org/w/index.php?diff=99564&oldid=99563 5* 03Yes 5* (-5) 10 > 1656950942 803709 PRIVMSG #esolangs :14[[07Pythoff14]]4 10 02https://esolangs.org/w/index.php?diff=99565&oldid=99564 5* 03Yes 5* (+77) 10 < 1656951015 582763 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1656951213 231032 PRIVMSG #esolangs :14[[07Pythoff14]]4 10 02https://esolangs.org/w/index.php?diff=99566&oldid=99565 5* 03Yes 5* (+353) 10 > 1656951229 504945 PRIVMSG #esolangs :14[[07Pythoff14]]4 10 02https://esolangs.org/w/index.php?diff=99567&oldid=99566 5* 03Yes 5* (-2) 10 > 1656951292 895902 PRIVMSG #esolangs :14[[07User:Yes14]]4 10 02https://esolangs.org/w/index.php?diff=99568&oldid=99553 5* 03Yes 5* (+17) 10 < 1656953484 295578 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1656953489 497186 PRIVMSG #esolangs :14[[07Zalgo14]]4 10 02https://esolangs.org/w/index.php?diff=99569&oldid=99455 5* 03Short c1rcuit 5* (+345) 10Added String to Number example < 1656954291 107904 :beka!~beka@104.193.170.240 JOIN #esolangs beka :beka < 1656954775 210960 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1656955151 155294 :tech_exorcist!13203@user/tech-exorcist/x-0447479 QUIT :Quit: thunderstorm < 1656956463 967176 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1656956496 312405 :tech_exorcist!13203@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN > 1656956757 516893 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Peter 5* 10moved [[02&!10]] to [[Abstract]] < 1656956878 520578 :Koen!~Koen@2a01:e34:ec7c:30:c954:36d8:f112:ab1d QUIT :Remote host closed the connection < 1656956979 376817 :Koen!~Koen@2a01:e34:ec7c:30:348b:a319:7edd:7f4c JOIN #esolangs * :Koen > 1656957032 701065 PRIVMSG #esolangs :14[[07Abstract14]]4 10 02https://esolangs.org/w/index.php?diff=99572&oldid=99570 5* 03Peter 5* (+43) 10 > 1656957093 301279 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=99573&oldid=99549 5* 03Peter 5* (+15) 10/* A */ < 1656957255 414827 :Koen!~Koen@2a01:e34:ec7c:30:348b:a319:7edd:7f4c QUIT :Ping timeout: 276 seconds < 1656959682 922042 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1656962411 477816 PRIVMSG #esolangs :14[[07The14]]4 10 02https://esolangs.org/w/index.php?diff=99574&oldid=99457 5* 03PixelatedStarfish 5* (+130) 10/* Commands */ > 1656964030 885298 PRIVMSG #esolangs :14[[07Zalgo14]]4 10 02https://esolangs.org/w/index.php?diff=99575&oldid=99569 5* 03Short c1rcuit 5* (+549) 10Added Number to String example < 1656964142 375594 :Koen!~Koen@2a01:e34:ec7c:30:f463:87a9:7d51:5145 JOIN #esolangs * :Koen > 1656965426 564726 PRIVMSG #esolangs :14[[07Newbiefuck14]]4 M10 02https://esolangs.org/w/index.php?diff=99576&oldid=74239 5* 03VilgotanL 5* (+41) 10 > 1656965756 626858 PRIVMSG #esolangs :14[[07Newbiefuck14]]4 M10 02https://esolangs.org/w/index.php?diff=99577&oldid=99576 5* 03PythonshellDebugwindow 5* (+47) 10Add categories < 1656966296 950200 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I did not consider Windows 3 to be a "operating system", although possibly it can be considered as a operating system < 1656966416 38070 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I had used SQLite for JSON dealing, since SQLite has a built-in JSON dealing functions. However, what I did to load the Scryfall data into SQLite database is to write a program in C to split it into records, and then they are further parsed by SQL codes. (I do it this way, in case the entire data is too big for SQLite all at once) < 1656967698 20695 :definitelya!~hexagon@host-79-35-4-128.retail.telecomitalia.it QUIT :Quit: h < 1656967780 838170 :__monty__!~toonn@user/toonn QUIT :Quit: leaving > 1656968806 7807 PRIVMSG #esolangs :14[[07UBLANG14]]4 M10 02https://esolangs.org/w/index.php?diff=99578&oldid=98182 5* 03PythonshellDebugwindow 5* (+34) 10Unpipe, add categories > 1656968890 935043 PRIVMSG #esolangs :14[[07Inputfish14]]4 M10 02https://esolangs.org/w/index.php?diff=99579&oldid=98233 5* 03PythonshellDebugwindow 5* (+42) 10Add categories > 1656968935 367522 PRIVMSG #esolangs :14[[073 bytes :v)14]]4 M10 02https://esolangs.org/w/index.php?diff=99580&oldid=99021 5* 03PythonshellDebugwindow 5* (+67) 10Add categories < 1656969070 719458 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1656969672 512379 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656969732 461249 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Client Quit < 1656969787 278637 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656969928 155411 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Client Quit < 1656969988 335210 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1656970068 631817 PRIVMSG #esolangs :14[[07Zalgo14]]4 M10 02https://esolangs.org/w/index.php?diff=99581&oldid=99575 5* 03Short c1rcuit 5* (+2) 10Fixed heading < 1656970517 17830 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1656970578 846469 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1656970691 776543 :tromp!~textual@84-106-209-5.cable.dynamic.v4.ziggo.nl QUIT :Client Quit < 1656971415 576120 :tech_exorcist!13203@user/tech-exorcist/x-0447479 QUIT :Quit: Disconnecting < 1656973215 393443 :Koen!~Koen@2a01:e34:ec7c:30:f463:87a9:7d51:5145 QUIT :Remote host closed the connection < 1656974112 485956 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Quit: ZNC 1.8.2+deb2+b1 - https://znc.in < 1656974112 557911 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Quit: ZNC 1.8.2+deb2+b1 - https://znc.in > 1656975382 936644 PRIVMSG #esolangs :14[[07The14]]4 10 02https://esolangs.org/w/index.php?diff=99582&oldid=99574 5* 03PixelatedStarfish 5* (+61) 10/* Commands */ > 1656975398 559523 PRIVMSG #esolangs :14[[07The14]]4 10 02https://esolangs.org/w/index.php?diff=99583&oldid=99582 5* 03PixelatedStarfish 5* (-2) 10/* Commands */ < 1656975425 423742 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in > 1656975436 49266 PRIVMSG #esolangs :14[[07The14]]4 10 02https://esolangs.org/w/index.php?diff=99584&oldid=99583 5* 03PixelatedStarfish 5* (+15) 10/* Commands */ < 1656975516 237764 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1656977535 411988 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 276 seconds < 1656977591 412128 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord