< 1719360310 42036 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :Thinking in terms of physical information limits is good, all the maybe-exceptions to go beyond probably count as "extending space" in some way, inwards or outwards < 1719360389 704533 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :thinking in terms of information avoids getting tangled in the semantics of what is space anyway < 1719360512 672302 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I admit I don't really know enough physics for this and am probably saying lots of nonsense < 1719360524 682526 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I don't know the Paul Davies book. Is it good, or is it a data point that it exists on the topic? :) < 1719360563 460373 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I think that's all anyone else is doing. Some have degrees and publishing contracts. < 1719360604 468665 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I don't know, I have read it very long ago < 1719360651 466898 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :even if nobody has all the answers, some of them definitely know more physics than I do < 1719361181 803037 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) < 1719361223 684942 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :b_jonas: "to just create an article about the original (non-esoteric) machine language", I think I might have to do that, inspired by sgeo's joke I've started coding for IBM1401 < 1719361337 60149 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :sgeo's joke? < 1719361359 865618 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :If anyone else is interested in old computers, I'm interested in comparing IBM1401 to Honeywell 200 (many op codes seem identical), and in a I think different style, I found an entire book, and modern emulator for the EDSAC 2 < 1719361399 603651 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :IBM 140huh on the wiki < 1719361425 623911 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :https://logs.esolangs.org/libera-esolangs/2024-06-24.html#lf < 1719361450 970766 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :yes < 1719361454 484076 :amby!~ambylastn@2a00:23c5:ce05:7801:a0bf:b308:9585:c3f7 QUIT :Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement < 1719361528 996053 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I have put some notes onto the wiki about what's interesting about some old non-esoteric computers: https://esolangs.org/wiki/Apollo_Guidance_Computer https://esolangs.org/wiki/MIX_(Knuth) < 1719361534 737897 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :Coding for IBM1401 was totally in line with esolangs, but I was struck by how every mad thing I was dealing with was created thoughtfully to make life _easier_ < 1719361546 932802 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :in contrast to how many esolangs are < 1719361886 939232 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :one thing that I found weird about old computer hardware is how far the developers went to reduce the number of adders. the 6502 is particularly famous about this: there's just one adder, it's 8 bits long, it's used for everything including incrementing the PC, and most of how many clock cycles each instruction takes is determined by how many times it has to use that adder. the AGC supposedly also has < 1719361893 18851 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :only one, though it's at least 16 bits long, but I'm not sure if I understand it right that that's why the "non-programmed sequences" which increment or decrement a register use the main CPU's time or if that's because those registers are stored only in main memory so the non-programmed sequences just need a cycle of memory access. < 1719361917 637166 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I find this totally unintuitive, I'd have thought that all the circuitry for directing the right inputs and outputs to that adder is much more expensive than just throwing in another adder, but < 1719361924 46422 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :some of the older computers shatter basic assumptions about computing. The bootstrapping of punchcards means you are effectinvely writing a program to create the program you want to run in the right spot < 1719362024 404647 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :... also you have to clear your own memory, because it's pretty muhc a give that the last program and data will still be in the machine < 1719362226 46190 :Noisytoot!~noisytoot@user/meow/Noisytoot QUIT :Ping timeout: 252 seconds < 1719362248 385704 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :"writing a program to create the program you want to run in the right spot" => yes, today that's the dynamic linker and the ELF headers instructing it < 1719362287 648274 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :"pretty muhc a give that the last program and data will still be in the machine" => yeah, and not clearing the memory causes some interesting non-deterministic glitches in 80s video games < 1719362334 290979 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :re. the 6502 adder choice, I guess many competing 'costs' had to be taken into account, presumably they made the right one at the time to be successful? It does raise the question of alternate path tech histories though. Fantasy console style, maybe a bit pointless, but also interesting "what-if" projects < 1719362388 702357 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :oh, I haven't watched that game video leaking source you linked earlier < 1719362424 149678 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :no, as far as I understand from Ken Shirrif's blog https://www.righto.com/ , the ALU is genuinely expensive in those 80s chips so it is worth to optimize for it < 1719362467 497082 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :admittedly the 6502 is an extreme case, it was optimized for the end product to be cheap much more than some other chips < 1719362579 742096 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :but AFAIU even the 8086 and 8088 only have two (16 bit wide) addres < 1719362585 715006 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :adders < 1719362596 32726 :Noisytoot!~noisytoot@user/meow/Noisytoot JOIN #esolangs Noisytoot :Ron < 1719362647 296719 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :but at least it doesn't have to do weird things like figure out how to increment 16-bit addresses with an 8-bit adder > 1719362682 231545 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=131277&oldid=131257 5* 03Ais523 5* (-316) 10Undo revision 131257 by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]]) rv threat / personal attack < 1719362776 412049 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :which is why in the 6502, crossing a page boundary sometimes adds an additional clock cycle, and sometimes just reads the next byte from the start of the same page instead of from the start of the next page < 1719362848 632527 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :8bit / 16bit: The most fun thing about working with the IBM 1401 is that it's not byte based, and you can just add decimal numbers, of arbitrary length (yay for word marks); there must be a limit. I don't even know they did it. < 1719362860 355636 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I think one reason not to have multiple adders is that the normal design of an adder is fairly slow, so it can reduce your clock rate < 1719362920 673143 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :know how they did it. It's an odd contrast to how low level the commands are, math ops are like in an interpreted language < 1719363224 343811 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :well, one of the thoughts I've had about non-esoteric programming recently is that in a language with limited integer sizes, + - * / are bad names for arithmetic operators < 1719363247 234959 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :because for the program to be reliable, any use of them has to be preceded by a proof that they won't overflow < 1719363259 180161 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :which makes the shortness of the names kind-of silly < 1719363276 280888 :Noisytoot!~noisytoot@user/meow/Noisytoot QUIT :Excess Flood < 1719363427 863462 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :ais523: one fun consequence is that those short operator names get four different overflow behaviors between C, rust, and zig < 1719363440 856728 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :the other interesting thing that stood out in the 1401 manuals, is every op-code and modifier is indvidually timed as a function of opcode and its arguments. Timing was important. eg: Timing. T = .0115 (LI + 1 + 2 LA) ms. < 1719363510 425901 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :in C they wrap if the result is unsigned but UB if the result is signed; in rust they either wrap or raise a panic depending on a compiler option; in zig they always UB < 1719363510 792751 :Noisytoot!~noisytoot@user/meow/Noisytoot JOIN #esolangs Noisytoot :Ron < 1719363582 235352 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :and the situation gets even more complicated if you consider the short operator names for shifts, integer type conversion, and floating point to integer type conversion < 1719363638 145176 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :to be clear this is just the short names, rust has standard library functions for just about any overflow behavior you can want < 1719363663 258970 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :right, an advantage for longer names is that they let you specify the behaviour more precisely < 1719363671 422882 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :in particular, I think / for division is wrong because the name should specify rounding behaviour < 1719363683 977091 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :(although there are cases like binary search where it normally doesn't matter) < 1719363698 754457 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :yeah, / for division uses a valuable ascii punctuation for something you very rarely need < 1719363721 945275 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I have been considering / as a module-path separator, like :: is currently used in C++ and Rust < 1719363734 436947 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :salpynx, it may be easier (if less efficient) to write code using some standard bootloaders that exist. I think there's one that's two fixed cards in front, then one instruction per card < 1719363785 966826 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :Sgeo: one thing that confuses me about the word marks is, if every instruction needs a word mark at the start (even if not at the end), how do you create word marks faster than 1 per instruction? < 1719363797 961485 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :is there an instruction that creates 2 word marks? < 1719363804 433845 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :heh, yes :) < 1719363810 881411 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :that's exactly it < 1719363846 947759 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :,008015 creates two word marks < 1719363851 670471 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :beautiful < 1719363860 33252 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and once you can do that you can write a bootloader < 1719363873 934945 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :hmm… at one point, all programming languages were esolangs < 1719363881 209415 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :because standard practice hadn't developed yet < 1719363923 36922 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I created this more minimal self loading hello word that removes the clearing instructions, and aligns the text better (And adds puctuation) < 1719363924 479987 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :,008015,022026,033034,035M0472132.HELLO, WORLD! < 1719363934 796435 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :that might be eternal, today's languages will seem strange tomorrow < 1719364041 136166 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I almost have a working deadfish interpreter, but I'm stuck on subtraction, It's setting some bit on the result that I'm not seeing documentation for. It might be doing exactly the right thing and I have an output/display problem. < 1719364112 503878 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Are you using simh? It should allow you to examine memory < 1719364137 917618 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :sgeo: you have totally nerd swiped me with the 1401, thanks though, it's more interesting and accessible than I would have guessed < 1719364168 656005 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :now I really hope you all will document your findings on the wiki < 1719364206 936396 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :yes, simh, it seems very good, but the tool documentation seems a bit light, I'm working from 60s era manuals < 1719364317 802882 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :sgeo: Once I figure it out, I'll go back to 140huh and see if there's a way to get around the lack of word marks. I discovered simh via your interpreter. < 1719364522 633089 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Incidentally Rolffson's Virtual Data Center 1401 seems to interpret some diagrams a bit differently, and doesn't require word marks on set word marks that follow a 7-character set word mark. I... think that's a misinterpretation. I emailed the Computer History Museum, either VDC is wrong or SIMH is wrong < 1719365022 129669 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :sgeo: I understand that sentence, I would not have ~24hours ago. From what I've read I don't know which is right, but I think I've seen how that could be a reasonable assumption to make... it could still be wrong tho < 1719365137 901552 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :actually, I tested exactly this early on because it seemed wasteful to have to enter the word marks for the list of set word marks if I didn't need to < 1719365205 420488 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :... simh did require it, and all the code I've seen (admittedly not that much) implied all 7-char set word marks bar the first needed to be set < 1719365483 497773 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :Now I agree with you, chances are VDC is wrong. From my minimal practical experience, it's wasteful to have to start with the almost the same list of set word marks every time, so people wouldn't do it if it wasn't required. All the code examples do it though, so it must be required. < 1719365766 771151 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :Here's the alternate hello world that should work if 7-char set word mark ops don't need word marks: (I'm pretty sure this is invalid, but it should work on VDC with the issue you describe) < 1719365768 232395 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :,015022,023024M0362132.HELLO, WORLD! < 1719366178 369164 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :that saves 14 out of 80 positions on a punch card. It seems like a sensible optimisation to make... < 1719366505 616822 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :That worked in VDC, although I didn't clear memory, the previous line is visible too < 1719366516 523081 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs : s/14/11/ (because I used a 4-character set word mark in my original) < 1719366652 384997 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :yup, I expected the extra. I removed the /333 clear storage from the original example. It's a noop when booting simh cleanly, so I know it's lazy, but I just wanted to make sure I understood why every op was there. < 1719366689 326861 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :that's cool it worked in VDC, thanks for testing it! < 1719366767 472534 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :You're welcome > 1719367899 816530 PRIVMSG #esolangs :14[[07Domain14]]4 M10 02https://esolangs.org/w/index.php?diff=131278&oldid=131273 5* 03Snacked 5* (+2) 10yes > 1719369377 747219 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=131279&oldid=131277 5* 03Tommyaweosme 5* (+1) 10yeah, that was stupid and i shouldnt have made it (blank edit) > 1719370048 643599 PRIVMSG #esolangs :14[[07User:Tommyaweosme14]]4 10 02https://esolangs.org/w/index.php?diff=131280&oldid=131258 5* 03Tommyaweosme 5* (-62) 10/* active denial system */ (section removal) < 1719371106 449286 :Koen_!~Koen@2a04:cec0:1026:b9e5:7975:2a12:f595:ce3c QUIT :Quit: Leaving... > 1719371352 463788 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=131281&oldid=131166 5* 03Sirikon 5* (+31) 10/* General languages */ < 1719372034 11626 :Guest62!~Guest34@2001:44c8:4174:a723:1:0:891c:813a JOIN #esolangs * :[https://web.libera.chat] Guest34 < 1719372107 153650 :Guest62!~Guest34@2001:44c8:4174:a723:1:0:891c:813a QUIT :Client Quit < 1719372126 12754 :Guest69!~Guest34@2001:44c8:4174:a723:1:0:891c:813a JOIN #esolangs * :[https://web.libera.chat] Guest34 < 1719372233 209386 :Guest69!~Guest34@2001:44c8:4174:a723:1:0:891c:813a PRIVMSG #esolangs :Hello < 1719372810 84887 :Guest69!~Guest34@2001:44c8:4174:a723:1:0:891c:813a QUIT :Ping timeout: 250 seconds < 1719373130 627157 :MelMalik!ellenor@invictus.wa.us.umbrellix.net NICK :Reinhilde > 1719376010 470948 PRIVMSG #esolangs :14[[07IBM 140114]]4 N10 02https://esolangs.org/w/index.php?oldid=131282 5* 03Sgeo 5* (+2334) 10Created page with "The IBM 1401 is a historical computer announced by IBM in 1959. Even though it was a real machine used for business purposes, it may be of interest to esolang enthusiasts, due to the unusual (to modern eyes) machine code. Unlike most modern systems, machine code uses pr < 1719376022 799035 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Probably a lot could be cleared up < 1719376418 488609 :Noisytoot!~noisytoot@user/meow/Noisytoot QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1719376564 230906 :Noisytoot!~noisytoot@user/meow/Noisytoot JOIN #esolangs Noisytoot :Ron > 1719376942 404159 PRIVMSG #esolangs :14[[07NOB14]]4 N10 02https://esolangs.org/w/index.php?oldid=131283 5* 03Tommyaweosme 5* (+1291) 10Created page with "NOB is an [[esoteric programming language]] that has a very weird system. == What it does == First, it converts the number to base 4 (quarternary) and uses this table to find out what [[Brainfuck]] operator it does. 123 1+-> 2<[] 3,.q 11 + 12 - 13 > 21 < 2 > 1719379025 294314 PRIVMSG #esolangs :14[[07List of ideas14]]4 10 02https://esolangs.org/w/index.php?diff=131284&oldid=131259 5* 03Tommyaweosme 5* (+22) 10 < 1719379811 136 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1719381691 692864 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :My 1401 problem: S (subtract) is setting both the A and B bit on the low-order digit of my result. The low order B bit on its own means negative, any other combination means positive. < 1719381692 39865 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I'm subtracting +1 from (say) +5 and getting +D, which is 4 with the A and B bits set. The problem is that I know it _means_ 4, but I want _see_ 4. < 1719381755 288930 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :According to the specs apparently there is no problem, I've got my correct answer. 5 - 1 = D = 4 < 1719382123 671324 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1719382718 962445 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1719383227 69867 PRIVMSG #esolangs :14[[07BASE/Other esolang implementations14]]4 10 02https://esolangs.org/w/index.php?diff=131285&oldid=131271 5* 03Ractangle 5* (+1) 10/* - */ < 1719383258 931690 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1719383510 492171 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :Old computers is something I also had some interest, so I liked to see some notes about in esolang wiki too. < 1719383956 602039 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :(Someone else wrote some notes about VAX, and briefly mentioned some other computers (including AS/400 (128-bit computing in 1988, with many unusual features), SHARC (which apparently has hardware COME FROM), etc), and even some possible extensions for VAX. I also wrote some of my own notes.) < 1719383968 650653 :ais523!~ais523@user/ais523 QUIT :Remote host closed the connection < 1719384041 236246 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) < 1719384462 533183 :ais523!~ais523@user/ais523 QUIT :Remote host closed the connection < 1719384537 61837 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1719384776 574433 PRIVMSG #esolangs :14[[07!!Fuck14]]4 10 02https://esolangs.org/w/index.php?diff=131286&oldid=130273 5* 03Ractangle 5* (+311) 10/* Truth Machine */ > 1719384788 505582 PRIVMSG #esolangs :14[[07!!Fuck14]]4 10 02https://esolangs.org/w/index.php?diff=131287&oldid=131286 5* 03Ractangle 5* (+7) 10/* Truth Machine */ > 1719385131 94337 PRIVMSG #esolangs :14[[07User:XKCD Random Number14]]4 10 02https://esolangs.org/w/index.php?diff=131288&oldid=131075 5* 03Ractangle 5* (+19) 10/* Alternative */ > 1719385282 579139 PRIVMSG #esolangs :14[[07User:XKCD Random Number14]]4 10 02https://esolangs.org/w/index.php?diff=131289&oldid=131288 5* 03Ractangle 5* (+39) 10/* Batch */ > 1719385303 105775 PRIVMSG #esolangs :14[[07User:XKCD Random Number14]]4 10 02https://esolangs.org/w/index.php?diff=131290&oldid=131289 5* 03Ractangle 5* (+24) 10/* Batch */ < 1719385397 431269 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1719386718 164613 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1719387643 793321 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Read error: Connection reset by peer > 1719391038 703763 PRIVMSG #esolangs :14[[07Your14]]4 10 02https://esolangs.org/w/index.php?diff=131291&oldid=95333 5* 03Ractangle 5* (+0) 10/* Your interpreter */ > 1719391157 245768 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Ractangle 5* 10moved [[02User:Ractangle/FOR10]] to [[User:Ractangle/MENTION]] > 1719391184 516855 PRIVMSG #esolangs :14[[07User:Ractangle/MENTION14]]4 10 02https://esolangs.org/w/index.php?diff=131294&oldid=131292 5* 03Ractangle 5* (+6) 10 < 1719391360 771595 :Koen!~Koen@2a04:cec0:1026:b9e5:d1e9:967d:c514:e04f JOIN #esolangs * :Koen < 1719391947 734489 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1719393613 404489 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I was hoping for a soft solution, but this is the official answer: < 1719393614 212979 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :Numerical Print Feature: With this feature, the systems user can switch from the alphamerical to the numerical mode, simply by changing the chain cartridge in the 1403. < 1719393631 642893 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I just need to swap out the physical print chain, so instead of printing D, it prints 4. Easy. < 1719393729 179486 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I'm not feeling the "feature" and "simply" parts < 1719394252 872837 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I still remember the old debate about whether BANCStar is an esolang < 1719394281 393234 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but, given some of the nonsense that esowiki hosts nowadays, I'm willing to consider pretty much any sufficiently ridiculous programming language ontopic, even if it was intended seriously > 1719394456 485773 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03None1 5* 10moved [[02Cat10]] to [[Cat (Language)]] > 1719394566 11174 PRIVMSG #esolangs :14[[07Cat14]]4 10 02https://esolangs.org/w/index.php?diff=131297&oldid=131296 5* 03None1 5* (+88) 10Removed redirect to [[Cat (Language)]] > 1719394577 329828 PRIVMSG #esolangs :14[[07Cat14]]4 M10 02https://esolangs.org/w/index.php?diff=131298&oldid=131297 5* 03None1 5* (+1) 10 < 1719395669 614882 :^[!~user@user//x-8473491 QUIT :Ping timeout: 240 seconds < 1719395700 920106 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :yes, it's ticking more esoteric programming boxes for me than much else recently < 1719395732 796770 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I saw Conedy mentioned not that long ago, I hadn't seen it before an started making an interpreter for it. < 1719395738 660571 :amby!~ambylastn@2a00:23c5:ce05:7801:1a9a:2743:e499:4f0c JOIN #esolangs * :realname > 1719395747 496574 PRIVMSG #esolangs :14[[07Main Page14]]4 10 02https://esolangs.org/w/index.php?diff=131299&oldid=124894 5* 03None1 5* (+290) 10Overwriting popular pages is becoming a serious problem < 1719395776 957505 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I think it's not tc, but it's hard to reason about without having a feel for how it does basic things > 1719395908 238156 PRIVMSG #esolangs :14[[07Template:Disambig14]]4 10 02https://esolangs.org/w/index.php?diff=131300&oldid=131223 5* 03None1 5* (+120) 10 < 1719395912 112683 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I don't see how the ip can encode infinitely varied data while traversing the same bounded instructions, i.e. a loop with incrementing data < 1719395960 517003 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :which is weirdly similar to the cosmological discussion from earlier today > 1719396082 55349 PRIVMSG #esolangs :14[[07Your14]]4 M10 02https://esolangs.org/w/index.php?diff=131301&oldid=131291 5* 03None1 5* (-55) 10/* Examples */ links < 1719396276 869563 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :it can be made encode any particular finite datastring, as large as you like, but to keep making it bigger I think you need infinite beacons... but I'm not 100% sure > 1719396491 497792 PRIVMSG #esolangs :14[[07User talk:BestCoder14]]4 10 02https://esolangs.org/w/index.php?diff=131302&oldid=122921 5* 03None1 5* (+322) 10/* Add Message To Bottom */ < 1719396525 674216 :ais523!~ais523@user/ais523 QUIT :Quit: quit > 1719396588 430364 PRIVMSG #esolangs :14[[07Main Page14]]4 M10 02https://esolangs.org/w/index.php?diff=131303&oldid=131299 5* 03None1 5* (+125) 10 < 1719396959 582265 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1719397004 365383 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :salpynx: isn't there an instruction or short sequence of instructions to convert the number to a printable form, which you use before output? > 1719397166 576811 PRIVMSG #esolangs :14[[07Self-interpreter14]]4 10 02https://esolangs.org/w/index.php?diff=131304&oldid=125919 5* 03None1 5* (+18) 10/* Languages known for self-interpretation */ > 1719397382 157939 PRIVMSG #esolangs :14[[07A very long language name that is very weird and yeah, this is your but its this14]]4 M10 02https://esolangs.org/w/index.php?diff=131305&oldid=121248 5* 03None1 5* (-26) 10Computable, isn't it? > 1719398821 157305 PRIVMSG #esolangs :14[[07Is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.14]]4 N10 02https://esolangs.org/w/index.php?oldid=131306 5* 03None1 5* (+5359) 10Created page with "{{lowercase}}{{Distinguish/Confusion|foo : The term 'foo' is not recognized as the name > 1719398879 332118 PRIVMSG #esolangs :14[[07A very long language name that is very weird and yeah, this is your but its this14]]4 M10 02https://esolangs.org/w/index.php?diff=131307&oldid=131305 5* 03None1 5* (+231) 10/* See also */ > 1719399113 258537 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=131308&oldid=131281 5* 03None1 5* (+318) 10/* General languages */ > 1719399146 871623 PRIVMSG #esolangs :14[[07User:None114]]4 10 02https://esolangs.org/w/index.php?diff=131309&oldid=131184 5* 03None1 5* (+318) 10/* My Esolangs */ > 1719399244 653228 PRIVMSG #esolangs :14[[070 Bits, 0 Bytes14]]4 10 02https://esolangs.org/w/index.php?diff=131310&oldid=127856 5* 03None1 5* (+77) 10 > 1719399389 703848 PRIVMSG #esolangs :14[[07INRATNOACFSFOOPCTSOTNOIAPWIVTTPICATA14]]4 N10 02https://esolangs.org/w/index.php?oldid=131311 5* 03None1 5* (+206) 10Redirected page to [[Is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.]] > 1719399494 672829 PRIVMSG #esolangs :14[[07Main Page14]]4 M10 02https://esolangs.org/w/index.php?diff=131312&oldid=131303 5* 03None1 5* (+63) 10 < 1719399570 944735 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :wib_jonas: I think you are correct, op code E for editing, it's described as formatting and zero suppression, but it seems to convert D -> 4 just like I wanted > 1719399705 173955 PRIVMSG #esolangs :14[[07A very long language name that is very weird and yeah, this is your but its this14]]4 M10 02https://esolangs.org/w/index.php?diff=131313&oldid=131307 5* 03None1 5* (-59) 10 < 1719399922 466850 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :,008015,022029,036043,050054,061068,069070,075080/299E074079M0792122.0123D00000 < 1719399941 612140 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :output: 0123D 1234 < 1719400004 588518 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :suppresses the leading 0 and the A+B bits. perfect. > 1719400094 650666 PRIVMSG #esolangs :14[[07Template:Scroll14]]4 N10 02https://esolangs.org/w/index.php?oldid=131314 5* 03None1 5* (+1030) 10Created page with "
{{{1}}}
==Usage== A code box that scrolls when the text is too long, doesn't support formatting inside. ==Examples==
{{scroll|hello}}
{{scroll|hello}} Won't scroll if the text is too short.
{{scroll
> 1719400215 707420 PRIVMSG #esolangs :14[[07Template:Scroll14]]4 M10 02https://esolangs.org/w/index.php?diff=131315&oldid=131314 5* 03None1 5* (-1030) 10It doesn't work at all
< 1719400370 310893 :salpynx!~salpynx@161.29.23.120 PRIVMSG #esolangs :I think coding directly in punchcard ops is like one of those restricted subset esolangs. 'autocoder' is apparently what was normally used 
> 1719400423 233131 PRIVMSG #esolangs :14[[07Is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.14]]4 M10 02https://esolangs.org/w/index.php?diff=131316&oldid=131306 5* 03None1 5* (+216) 10
< 1719400490 67178 :^[!~user@user//x-8473491 JOIN #esolangs ^[ :user
< 1719400607 104774 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :good. even if a computer is using decimal, I would find it surprising if the numbers used for arithmetic are stored in a way that is directly used for output without a conversion function, so I expect either a conversion operation, or, in high-level languages, some implicit conversion when you output the number.
< 1719400665 700141 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :salpynx: right, usually you use a compiler, or write a compiler, which is part of why the whole BANCStar story was so silly
< 1719400685 122841 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :or at least an assembler
< 1719401709 797007 :Koen!~Koen@2a04:cec0:1026:b9e5:d1e9:967d:c514:e04f QUIT :Ping timeout: 256 seconds
< 1719402358 844605 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
> 1719402407 232281 PRIVMSG #esolangs :14[[07COPY WITH @14]]4 10 02https://esolangs.org/w/index.php?diff=131317&oldid=130713 5* 03Yayimhere 5* (-2) 10
> 1719402964 643239 PRIVMSG #esolangs :14[[07COPY WITH @14]]4 10 02https://esolangs.org/w/index.php?diff=131318&oldid=131317 5* 03Yayimhere 5* (+78) 10
> 1719403046 484199 PRIVMSG #esolangs :14[[07COPY WITH @14]]4 10 02https://esolangs.org/w/index.php?diff=131319&oldid=131318 5* 03Yayimhere 5* (+23) 10
> 1719403073 501731 PRIVMSG #esolangs :14[[07COPY WITH @14]]4 10 02https://esolangs.org/w/index.php?diff=131320&oldid=131319 5* 03Yayimhere 5* (+21) 10
> 1719403161 364745 PRIVMSG #esolangs :14[[07COPY WITH @14]]4 10 02https://esolangs.org/w/index.php?diff=131321&oldid=131320 5* 03Yayimhere 5* (+0) 10
< 1719403573 813837 :salpynx!~salpynx@161.29.23.120 QUIT :Remote host closed the connection
< 1719403600 81971 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
< 1719404219 202876 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
> 1719404278 709579 PRIVMSG #esolangs :14[[07BASE/Other esolang implementations14]]4 10 02https://esolangs.org/w/index.php?diff=131322&oldid=131285 5* 03Ractangle 5* (+242) 10/* 0 */
< 1719405141 792801 :Koen!~Koen@2a04:cec0:1026:b9e5:70b5:80:7f23:e663 JOIN #esolangs * :Koen
> 1719405588 220822 PRIVMSG #esolangs :14[[07ABCDE14]]4 M10 02https://esolangs.org/w/index.php?diff=131323&oldid=78876 5* 03None1 5* (+25) 10/* See also */
> 1719405834 753522 PRIVMSG #esolangs :14[[07Foo : The term 'foo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.14]]4 M10 02https://esolangs.org/w/index.php?diff=131324&oldid=118781 5* 03None1 5* (+218) 10
> 1719406614 297559 PRIVMSG #esolangs :14[[07User talk:Hex9614]]4 10 02https://esolangs.org/w/index.php?diff=131325&oldid=99700 5* 03None1 5* (+230) 10/* Challenge answers */
> 1719406927 664013 PRIVMSG #esolangs :14[[07User talk:Hex9614]]4 10 02https://esolangs.org/w/index.php?diff=131326&oldid=131325 5* 03None1 5* (+195) 10/* Getting one of my languages on the random language button */
> 1719407028 424845 PRIVMSG #esolangs :14[[07User talk:Hex9614]]4 M10 02https://esolangs.org/w/index.php?diff=131327&oldid=131326 5* 03None1 5* (+62) 10/* Getting one of my languages on the random language button */
> 1719407057 462933 PRIVMSG #esolangs :14[[07User talk:Hex9614]]4 M10 02https://esolangs.org/w/index.php?diff=131328&oldid=131327 5* 03None1 5* (+6) 10/* Getting one of my languages on the random language button */
> 1719407357 787827 PRIVMSG #esolangs :14[[07User talk:Hex9614]]4 M10 02https://esolangs.org/w/index.php?diff=131329&oldid=131328 5* 03None1 5* (+167) 10/* Other Chat and questions */
> 1719407931 156905 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131330&oldid=130488 5* 03None1 5* (+405) 10/* Dialects created in 2024 */
> 1719407966 758320 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131331&oldid=131330 5* 03None1 5* (+33) 10/* Type 11 */
> 1719408009 407027 PRIVMSG #esolangs :14[[0714]]4 M10 02https://esolangs.org/w/index.php?diff=131332&oldid=131331 5* 03None1 5* (+7) 10
> 1719408114 373972 PRIVMSG #esolangs :14[[07Truth-machine14]]4 M10 02https://esolangs.org/w/index.php?diff=131333&oldid=131078 5* 03None1 5* (+22) 10/* Type 3 and Type 5 */
> 1719408139 395793 PRIVMSG #esolangs :14[[07Truth-machine14]]4 M10 02https://esolangs.org/w/index.php?diff=131334&oldid=131333 5* 03None1 5* (-119) 10/* Type 8 */
> 1719408409 500714 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131335&oldid=131332 5* 03None1 5* (+301) 10/* Example Programs */
> 1719408593 748771 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131336&oldid=131335 5* 03None1 5* (+399) 10/* Interpreters */
> 1719408683 489303 PRIVMSG #esolangs :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=131337&oldid=131334 5* 03None1 5* (+23) 10/* Type 1 and Type 2 and Type 6 and Type 7 */
> 1719408726 126103 PRIVMSG #esolangs :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=131338&oldid=131337 5* 03None1 5* (+21) 10/* Type 4 */
> 1719408874 41381 PRIVMSG #esolangs :14[[0714]]4 M10 02https://esolangs.org/w/index.php?diff=131339&oldid=131336 5* 03None1 5* (+18) 10Categorize as both 2023 and 2024
< 1719409019 717569 :Koen!~Koen@2a04:cec0:1026:b9e5:70b5:80:7f23:e663 QUIT :Ping timeout: 256 seconds
> 1719409028 594992 PRIVMSG #esolangs :14[[07Brainfuck14]]4 M10 02https://esolangs.org/w/index.php?diff=131340&oldid=114398 5* 03None1 5* (+23) 10/* See also */
< 1719409068 567798 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
> 1719409105 285927 PRIVMSG #esolangs :14[[07Brainfuck14]]4 M10 02https://esolangs.org/w/index.php?diff=131341&oldid=125964 5* 03None1 5* (+1) 10/* Execution */
> 1719409380 37518 PRIVMSG #esolangs :14[[07Esolang talk:Categorization14]]4 M10 02https://esolangs.org/w/index.php?diff=131342&oldid=131122 5* 03None1 5* (+70) 10/* Should be Category that all programming languages before 1993 are included(Category:Before 1993) subdivided? */
> 1719411459 579445 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=131343&oldid=131042 5* 03Tommyaweosme 5* (+464) 10
> 1719411541 71883 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=131344&oldid=131308 5* 03Tommyaweosme 5* (-45) 10everyone shall know the message
> 1719411962 774819 PRIVMSG #esolangs :14[[07Esolang:Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=131345&oldid=131343 5* 03None1 5* (-289) 10Resize the notice to proper size
> 1719412318 330691 PRIVMSG #esolangs :14[[07Joke language list14]]4 M10 02https://esolangs.org/w/index.php?diff=131346&oldid=131344 5* 03None1 5* (+45) 10Undo revision 131344 by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]]) YOU ARE CAUSING EDIT WAR AGAIN!
< 1719412787 425364 :Koen!~Koen@2a04:cec0:1026:b9e5:f551:10b8:2b4:e3f6 JOIN #esolangs * :Koen
< 1719413030 820633 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
> 1719413031 11731 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=131347&oldid=131346 5* 03None1 5* (-2) 10/* General languages */
> 1719413314 184418 PRIVMSG #esolangs :14[[07User talk:Tommyaweosme14]]4 10 02https://esolangs.org/w/index.php?diff=131348&oldid=131143 5* 03None1 5* (+175) 10/* NOT AGAIN!!! */ new section
> 1719413670 514953 PRIVMSG #esolangs :14[[07User talk:Tommyaweosme14]]4 M10 02https://esolangs.org/w/index.php?diff=131349&oldid=131348 5* 03None1 5* (+6) 10/* NOT AGAIN!!! */
< 1719413974 159505 :Koen!~Koen@2a04:cec0:1026:b9e5:f551:10b8:2b4:e3f6 QUIT :Quit: Leaving...
> 1719414647 180029 PRIVMSG #esolangs :14[[07User:Tommyaweosme14]]4 10 02https://esolangs.org/w/index.php?diff=131350&oldid=131280 5* 03Tommyaweosme 5* (-1807) 10Replaced content with "this user is taking an indefinite wikibreak"
< 1719415885 265858 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
< 1719416319 185805 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
< 1719416685 880402 :Koen!~Koen@2a04:cec0:1026:b9e5:546d:6d87:7db7:9809 JOIN #esolangs * :Koen
< 1719416902 83728 :Guest10!~Guest10@41.90.70.208 JOIN #esolangs * :[https://web.libera.chat] Guest10
< 1719416921 409969 :Guest10!~Guest10@41.90.70.208 QUIT :Client Quit
> 1719417899 400905 PRIVMSG #esolangs :14[[07BASE/Other esolang implementations14]]4 10 02https://esolangs.org/w/index.php?diff=131351&oldid=131322 5* 03Ractangle 5* (+827) 10/* ABCD */
> 1719417917 768183 PRIVMSG #esolangs :14[[07BASE/Other esolang implementations14]]4 10 02https://esolangs.org/w/index.php?diff=131352&oldid=131351 5* 03Ractangle 5* (+2) 10/* ABPLWNL */
> 1719420216 480415 PRIVMSG #esolangs :14[[07BASE14]]4 10 02https://esolangs.org/w/index.php?diff=131353&oldid=131241 5* 03Ractangle 5* (+66) 10i forgot the categories
> 1719420225 912446 PRIVMSG #esolangs :14[[07BASE14]]4 10 02https://esolangs.org/w/index.php?diff=131354&oldid=131353 5* 03Ractangle 5* (+0) 10/* Other implementations */
> 1719420367 263491 PRIVMSG #esolangs :14[[07AETRF14]]4 10 02https://esolangs.org/w/index.php?diff=131355&oldid=122052 5* 03Ractangle 5* (-2) 10how is it unimplemented?
> 1719420487 952055 PRIVMSG #esolangs :14[[07FlipFlop14]]4 10 02https://esolangs.org/w/index.php?diff=131356&oldid=130003 5* 03Ractangle 5* (+15) 10/* Instructions */
> 1719420529 467127 PRIVMSG #esolangs :14[[07FlipFlop14]]4 10 02https://esolangs.org/w/index.php?diff=131357&oldid=131356 5* 03Ractangle 5* (+14) 10/* Example(s) */
> 1719420546 964721 PRIVMSG #esolangs :14[[07FlipFlop14]]4 10 02https://esolangs.org/w/index.php?diff=131358&oldid=131357 5* 03Ractangle 5* (+26) 10/* Instructions */
< 1719421121 873070 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
> 1719421194 43150 PRIVMSG #esolangs :14[[07Lil14]]4 N10 02https://esolangs.org/w/index.php?oldid=131359 5* 03Orby 5* (+569) 10Created page with "Lil is a declarative OISC discovered by [[User:Orby]] in June of 2024.  == Language Overview ==  Lil uses an unbounded number of 1-bit registers. A Lil program is made up of commands which execute concurrently in an implicit loop. Lil commands are in the form of   a b c  which 
> 1719421243 726273 PRIVMSG #esolangs :14[[07User:Orby14]]4 10 02https://esolangs.org/w/index.php?diff=131360&oldid=80984 5* 03Orby 5* (+40) 10
> 1719421540 938769 PRIVMSG #esolangs :14[[07FlipFlop14]]4 10 02https://esolangs.org/w/index.php?diff=131361&oldid=131358 5* 03Ractangle 5* (+87) 10
> 1719421591 202591 PRIVMSG #esolangs :14[[07User:Ractangle14]]4 10 02https://esolangs.org/w/index.php?diff=131362&oldid=130987 5* 03Ractangle 5* (-10) 10/* Esolangs */
< 1719421737 217666 :Koen_!~Koen@2a04:cec0:1038:d795:f496:d0bb:8b2a:f976 JOIN #esolangs * :Koen
< 1719421844 134435 :roper!~rpl@83.165.84.145 JOIN #esolangs roper :alt
< 1719421904 815559 :Koen!~Koen@2a04:cec0:1026:b9e5:546d:6d87:7db7:9809 QUIT :Ping timeout: 268 seconds
< 1719422152 548161 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed
< 1719422399 306745 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
< 1719425535 697046 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord
< 1719425610 380127 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 255 seconds
< 1719425615 702383 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life
> 1719426210 369657 PRIVMSG #esolangs :14[[07Category:Generated by AI14]]4 10 02https://esolangs.org/w/index.php?diff=131363&oldid=126110 5* 03MihaiEso 5* (+51) 10
< 1719427517 822140 :amby!~ambylastn@2a00:23c5:ce05:7801:1a9a:2743:e499:4f0c QUIT :Remote host closed the connection
< 1719427646 209539 :Koen_!~Koen@2a04:cec0:1038:d795:f496:d0bb:8b2a:f976 QUIT :Remote host closed the connection
< 1719427751 389497 :amby!~ambylastn@2a00:23c5:ce05:7801:55b3:ff80:d24a:1449 JOIN #esolangs * :realname
< 1719429166 300766 :visilii_!~visilii@213.24.125.202 JOIN #esolangs * :ZNC - https://znc.in
< 1719429183 67229 :visilii!~visilii@188.254.110.246 QUIT :Ping timeout: 252 seconds
< 1719429429 372820 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
> 1719429566 969855 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131364&oldid=117179 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+19) 10
> 1719429581 245328 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131365&oldid=131364 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (-2) 10
> 1719429608 593877 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131366&oldid=131365 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+9) 10
> 1719429616 374716 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131367&oldid=131366 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+1) 10
> 1719429630 296226 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=131368&oldid=131367 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+0) 10
< 1719430733 590105 :roper!~rpl@83.165.84.145 QUIT :Quit: leaving
< 1719431267 351263 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User
< 1719432664 922805 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :huh? is SMBC repeating itself? https://www.smbc-comics.com/comic/split https://www.smbc-comics.com/comic/2012-07-05
> 1719432941 701166 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131369&oldid=131359 5* 03Orby 5* (+234) 10
> 1719433115 727231 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131370&oldid=131369 5* 03Orby 5* (-1) 10
< 1719434728 677142 :__monty__!~toonn@user/toonn QUIT :Quit: leaving
< 1719435411 776429 :Koen!~Koen@2a04:cec0:1038:d795:e817:3bbc:9fbd:3e08 JOIN #esolangs * :Koen
< 1719437652 810672 :sbak!~sbak@user/sbaksteen JOIN #esolangs sbak :realname
< 1719437892 723467 :sbak!~sbak@user/sbaksteen QUIT :Client Quit
< 1719438852 251915 :amby!~ambylastn@2a00:23c5:ce05:7801:55b3:ff80:d24a:1449 QUIT :Remote host closed the connection
< 1719438861 226090 :amby!~ambylastn@2a00:23c5:ce05:7801:55b3:ff80:d24a:1449 JOIN #esolangs amby :realname
< 1719439705 393559 :Koen!~Koen@2a04:cec0:1038:d795:e817:3bbc:9fbd:3e08 QUIT :Quit: Leaving...
< 1719440044 830161 :salpynx!~salpynx@161.29.23.120 JOIN #esolangs * :realname
< 1719440157 311796 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname
< 1719440644 767994 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz…
> 1719441641 390707 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131371&oldid=131370 5* 03Orby 5* (+119) 10
> 1719442132 69000 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131372&oldid=131371 5* 03Orby 5* (+2) 10
> 1719442176 582669 PRIVMSG #esolangs :14[[07User:Orby14]]4 10 02https://esolangs.org/w/index.php?diff=131373&oldid=131360 5* 03Orby 5* (+4) 10/* Assorted */
> 1719443452 643158 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131374&oldid=131372 5* 03Orby 5* (-83) 10
> 1719443541 134253 PRIVMSG #esolangs :14[[07Lil14]]4 10 02https://esolangs.org/w/index.php?diff=131375&oldid=131374 5* 03Orby 5* (+46) 10
< 1719444431 754403 :Noisytoot!~noisytoot@user/meow/Noisytoot QUIT :Quit: ZNC 1.8.2 - https://znc.in
< 1719444459 545369 :Noisytoot!~noisytoot@user/meow/Noisytoot JOIN #esolangs Noisytoot :Ron
< 1719444753 38073 :orby60!~orby@c-69-250-82-183.hsd1.md.comcast.net JOIN #esolangs * :[https://web.libera.chat] orby
< 1719444764 946233 :orby60!~orby@c-69-250-82-183.hsd1.md.comcast.net PRIVMSG #esolangs :Hello all
< 1719444865 978285 :orby60!~orby@c-69-250-82-183.hsd1.md.comcast.net NICK :_orby
< 1719445008 904805 :amby!~ambylastn@2a00:23c5:ce05:7801:55b3:ff80:d24a:1449 QUIT :Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement