< 1647993900 361720 :iovoid!iovoid@hellomouse/dev/iovoid QUIT :Remote host closed the connection < 1647993912 191823 :iovoid!iovoid@hellomouse/dev/iovoid JOIN #esolangs iovoid :iovoid≭iovoid < 1647994655 33818 :ais523!~ais523@213.205.197.129 JOIN #esolangs ais523 :(this is obviously not my real name) < 1647996289 270143 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :suppose I want to specify a programming language that is kind of like J in that it's golfy but not as golfy as some of these crazy modern golf languages, and is intended to work well for numeric computations and as a calculator for quickly testing stuff. suppose it's esoteric only in as much as it's golfy and trying out lots of new crazy ideas 90% of which are probably bad ideas but nothing that I < 1647996295 300413 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :definitely know is a bad idea and add only for weirdness's sake. < 1647996366 117293 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :in that case, would it be too evil to (1) use the - sign to mean reverse subtraction, so that 1-9 results in 8? (2) use < as the less than comparison operator but > for something entirely different because I don't need a short notation for both less than and greater than comparison and ascii punctuation is expensive? < 1647996390 935250 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :"trying out lots of new crazy ideas 90% of which are probably bad ideas but nothing that I definitely know is a bad idea and add only for weirdness's sake" is probably one of the most productive things you can do when creating a programming language, in terms of informing future languages < 1647996450 543233 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :languages like Brachylog (golfy, but not so much as the modern most-golfy languages) manage with lots of redundant use of single-byte tokens, though < 1647996453 926874 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :ais523: yeah, and it's really only future languages, because many of those ideas are ones that can't easily be removed from the language later < 1647996514 639844 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :perhaps all noncommutative operators should have reversed operands? then - as reverse-subtract doesn't seem so starnge < 1647996516 377494 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :*strange < 1647996578 391964 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :all of them? including less than? hmm, I haven't considered that < 1647996618 501026 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :I guess that's possible < 1647996651 205660 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :in a language I'm working on, all objects have values as booleans that can be unrelated to their values as integers/strings < 1647996666 873974 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :like in perl... < 1647996670 266277 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :so you can make - and less-than the same operation, by having subtraction set the truthiness of the result based on its sign < 1647996708 376668 :ais523!~ais523@213.205.197.129 PRIVMSG #esolangs :(this is a similar idea to overloading operators based on their return type, but easier to specify and it doesn't need any static analysis) < 1647996868 932425 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :makes sense > 1647996963 239889 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=94131&oldid=94079 5* 03Lemonz 5* (-1035) 10/* Commands */ < 1648000016 25441 :ais523!~ais523@213.205.197.129 QUIT :Quit: quit > 1648001666 224716 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=94132&oldid=94131 5* 03Lemonz 5* (+1409) 10 > 1648001714 506913 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=94133&oldid=94132 5* 03Lemonz 5* (-2) 10/* Dead chat/Errors */ > 1648001739 675941 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=94134&oldid=94133 5* 03Lemonz 5* (-13) 10/* Dead chat/Errors */ < 1648005869 61710 :ais523!~ais523@213.205.240.24 JOIN #esolangs ais523 :(this is obviously not my real name) < 1648008587 362350 :ais523!~ais523@213.205.240.24 QUIT :Quit: sorry about my connection < 1648008602 588616 :ais523!~ais523@213.205.240.24 JOIN #esolangs ais523 :(this is obviously not my real name) > 1648008978 311614 PRIVMSG #esolangs :14[[07@everyone14]]4 N10 02https://esolangs.org/w/index.php?oldid=94135 5* 03Lemonz 5* (+7985) 10please improve < 1648012107 191652 :ais523!~ais523@213.205.240.24 QUIT :Quit: quit < 1648012719 197206 :monoxane8!~monoxane@user/monoxane NICK :monoxane < 1648014547 823188 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1648019265 927191 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I have thought of something a bit similar before in some other designs that I had done, although instead an instruction that stores a result will also store a boolean value with it, and I think subtraction did work like you described (if I remember correctly). < 1648020161 869781 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1648024844 72206 PRIVMSG #esolangs :14[[07Boom14]]4 M10 02https://esolangs.org/w/index.php?diff=94136&oldid=91445 5* 03Celtschk 5* (+164) 10Added categories < 1648027118 391834 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1648029018 341874 :int-e!~noone@int-e.eu PRIVMSG #esolangs :ACTION wonders whether oerjan saw this twist coming < 1648029485 494678 :Everything!~Everythin@37.115.210.35 JOIN #esolangs * :Everything > 1648031538 218228 PRIVMSG #esolangs :14[[07Opcode14]]4 10 02https://esolangs.org/w/index.php?diff=94137&oldid=94126 5* 03Pptx704 5* (+1482) 10Changed language definition and removed BF dependency. < 1648031846 919228 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas > 1648032174 395964 PRIVMSG #esolangs :14[[07Talk:Opcode14]]4 10 02https://esolangs.org/w/index.php?diff=94138&oldid=94123 5* 03Pptx704 5* (+187) 10 > 1648032294 417415 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=94139&oldid=94120 5* 03Pptx704 5* (+13) 10Added [[Opcode]] < 1648032337 69673 :dyeplexer!~dyeplexer@user/dyeplexer JOIN #esolangs dyeplexer :realname < 1648032352 990253 :Everything!~Everythin@37.115.210.35 QUIT :Quit: leaving < 1648034814 73256 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1648037446 321536 :dyeplexer!~dyeplexer@user/dyeplexer QUIT :Read error: Connection reset by peer < 1648037514 576758 :razetime!~quassel@117.207.18.88 JOIN #esolangs razetime :razetime < 1648038568 967166 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1648038580 47224 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1648039589 65752 :eli_oat!~eli_oat@45.38.179.197 JOIN #esolangs eli_oat :eli_oat < 1648040058 265471 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Read error: Connection reset by peer < 1648040171 170940 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1648040503 4698 :definitelya!~hexagon@host-95-234-70-115.retail.telecomitalia.it JOIN #esolangs * :WRATH < 1648043057 174998 :lagash!lagash@lagash.shelltalk.net QUIT :Remote host closed the connection < 1648043118 522985 :lagash!lagash@lagash.shelltalk.net JOIN #esolangs * :ZNC - https://znc.in > 1648043169 380106 PRIVMSG #esolangs :14[[07IDlang14]]4 10 02https://esolangs.org/w/index.php?diff=94140&oldid=93637 5* 03ChuckEsoteric08 5* (+1490) 10 > 1648043406 514791 PRIVMSG #esolangs :14[[07IDlang14]]4 M10 02https://esolangs.org/w/index.php?diff=94141&oldid=94140 5* 03ChuckEsoteric08 5* (+2) 10 < 1648043686 65114 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1648044961 101621 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 QUIT :Ping timeout: 256 seconds > 1648047751 367234 PRIVMSG #esolangs :14[[07User:Pptx70414]]4 10 02https://esolangs.org/w/index.php?diff=94142&oldid=94127 5* 03Pptx704 5* (+43) 10 < 1648048807 737609 :definitelya!~hexagon@host-95-234-70-115.retail.telecomitalia.it QUIT :Quit: h > 1648048860 818608 PRIVMSG #esolangs :14[[07KS14]]4 N10 02https://esolangs.org/w/index.php?oldid=94143 5* 03PF4dev 5* (+2213) 10frist KEA-stream commit < 1648048935 532536 :definitelya!~hexagon@host-95-234-70-115.retail.telecomitalia.it JOIN #esolangs * :WRATH < 1648049106 905677 :ais523!~ais523@213.205.240.38 JOIN #esolangs ais523 :(this is obviously not my real name) > 1648049108 799940 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=94144&oldid=94139 5* 03PF4dev 5* (+20) 10add KS to the Language list > 1648049534 563938 PRIVMSG #esolangs :14[[07KS14]]4 10 02https://esolangs.org/w/index.php?diff=94145&oldid=94143 5* 03PF4dev 5* (+60) 10edit info > 1648049899 395334 PRIVMSG #esolangs :14[[07User:PF4dev14]]4 10 02https://esolangs.org/w/index.php?diff=94146&oldid=94116 5* 03PF4dev 5* (+80) 10 < 1648050312 862874 :ais523!~ais523@213.205.240.38 QUIT :Remote host closed the connection > 1648052752 770424 PRIVMSG #esolangs :14[[07KS14]]4 M10 02https://esolangs.org/w/index.php?diff=94147&oldid=94145 5* 03PythonshellDebugwindow 5* (+45) 10Categories > 1648053623 100530 PRIVMSG #esolangs :14[[07SOS14]]4 10 02https://esolangs.org/w/index.php?diff=94148&oldid=94119 5* 03Celtschk 5* (+97) 10The language indeed is Turing complete < 1648053715 485284 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1648054005 62375 :eli_oat!~eli_oat@45.38.179.197 QUIT :Ping timeout: 256 seconds > 1648054198 736022 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03PF4dev 5* 10uploaded "[[02File:Kea stream.png10]]" > 1648054319 336122 PRIVMSG #esolangs :14[[07KS14]]4 10 02https://esolangs.org/w/index.php?diff=94150&oldid=94147 5* 03PF4dev 5* (+48) 10 > 1648054427 492427 PRIVMSG #esolangs :14[[07KS14]]4 10 02https://esolangs.org/w/index.php?diff=94151&oldid=94150 5* 03PF4dev 5* (+0) 10 < 1648054802 479492 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1648055006 375016 :razetime!~quassel@117.207.18.88 QUIT :Remote host closed the connection > 1648063085 464431 PRIVMSG #esolangs :14[[07Bitflipper14]]4 N10 02https://esolangs.org/w/index.php?oldid=94152 5* 03Gapples2 5* (+1763) 10Created page with "'''Bitflipper''' is a basic esoteric programming language created on March 23, 2022 by [[User:gapples2]] where you flip bits. This only has 5 instructions which makes programm..." > 1648063189 243321 PRIVMSG #esolangs :14[[07User:Gapples214]]4 N10 02https://esolangs.org/w/index.php?oldid=94153 5* 03Gapples2 5* (+97) 10Created page with "Created the low level esoteric language [[Bitflipper]]. Also making an interpreter for it in C++." > 1648064024 869946 PRIVMSG #esolangs :14[[07Pig14]]4 M10 02https://esolangs.org/w/index.php?diff=94154&oldid=94113 5* 03PythonshellDebugwindow 5* (-2) 10/* Interpreter */ category < 1648066069 163065 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1648066143 108824 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 256 seconds < 1648066233 373332 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1648066807 904972 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1648067402 580272 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1648067423 876281 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1648068771 50234 :cd!moony@hellomouse/dev/moony JOIN #esolangs moony :Kaylie! (she/her) > 1648069627 480038 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=94155&oldid=94144 5* 03Gapples2 5* (+17) 10 < 1648069678 641656 :definitelya!~hexagon@host-95-234-70-115.retail.telecomitalia.it QUIT :Quit: h < 1648070685 648242 :tech_exorcist!~tech_exor@user/tech-exorcist/x-0447479 QUIT :Quit: Disconnecting < 1648073371 5369 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1648074396 352922 :Sgeo_!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1648074541 78760 :Sgeo!~Sgeo@user/sgeo QUIT :Ping timeout: 256 seconds < 1648076651 39348 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :fungot, what's the difference between a bucket and a pail? < 1648076651 129407 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :b_jonas: no not for ioccc of course... < 1648076660 615599 :b_jonas!~x@catv-176-63-4-59.catv.fixed.vodafone.hu PRIVMSG #esolangs :not for ioccc, yes < 1648077444 866321 :leah2!~leah@vuxu.org QUIT :Ping timeout: 240 seconds > 1648077765 277235 PRIVMSG #esolangs :14[[07@everyone14]]4 10 02https://esolangs.org/w/index.php?diff=94156&oldid=94135 5* 03Lemonz 5* (+203) 10 > 1648077800 383607 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=94157&oldid=94155 5* 03Lemonz 5* (+16) 10/* Non-alphabetic */ < 1648078357 952422 :leah2!~leah@vuxu.org JOIN #esolangs leah2 :Leah Neukirchen > 1648079185 589453 PRIVMSG #esolangs :14[[07SpaghettiScript14]]4 M10 02https://esolangs.org/w/index.php?diff=94158&oldid=77521 5* 03UltimateProGrammer 5* (+43) 10Fix syntax error in Fizzbuzz, fix grammar, note about implementation < 1648079197 114027 :Everything!~Everythin@37.115.210.35 JOIN #esolangs * :Everything