1736294547 253486 :mtm!~textual@47.202.75.129 QUIT :Ping timeout: 252 seconds < 1736294703 839289 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User > 1736297637 432689 PRIVMSG #esolangs :14[[07Kolakoski sequence14]]4 N10 02https://esolangs.org/w/index.php?oldid=149684 5* 03PkmnQ 5* (+1103) 10Created page with "The [[Kolakoski sequence]] is a sequence of 1's and 2's such that if you take the lengths of each run of the sequence, the result is the same as the original sequence. There are actually two sequences that fit this definition with their only difference being a > 1736300542 729214 PRIVMSG #esolangs :14[[07Tiny14]]4 M10 02https://esolangs.org/w/index.php?diff=149685&oldid=108815 5* 03Ron.hudson 5* (+63) 10Add github page < 1736301426 36417 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@oeis 1,2,4,8,16,31 < 1736301426 402077 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : Sequence not found. < 1736301439 132900 :int-e!~noone@int-e.eu PRIVMSG #esolangs :ACTION wonders how long *that* has been broken < 1736301496 673220 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(for a stupid reason too; http://oeis.org/search forcefully redirects to HTTPS) < 1736301946 616283 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :@metar EGBB < 1736301946 830485 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :Request failed. < 1736302473 138290 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Yeah I know that one broke too. < 1736302938 739888 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Wow that API endpoint is completely different now. < 1736302957 60219 :int-e!~noone@int-e.eu PRIVMSG #esolangs :And also does the mandatory HTTPS thing which is annoying. < 1736303770 988178 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net 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 < 1736304284 289504 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :Unfortunately many servers have mandatory HTTPS and I think that they shouldn't do that (but they won't believe me, I think). > 1736304309 159280 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNumerals.png10]]": numerals zero through nine < 1736304328 911837 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :(Gemini protocol has only TLS, and some others that some people had make up also decide the same thing, even though I think that is no good. I wrote Scorpion protocol to specify that a server is not supposed to have mandatory TLS (except files that require a client certificate to access).) < 1736304383 849185 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Hm. So, sorry if I'm repeating myself. (Brain damage is a literary device, etc.) There are several standard problems on the wiki which are well-known enough to serve as general-purpose comparison points: truth machine, quine, etc. Do we have an embarassingly-parallel problem? < 1736304419 337928 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :I don't know, but perhaps they should have < 1736304443 757121 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :The idea would be to hack out something like a Mandelbrot set to show off parallelism in a language or toolkit. Mandelbrot might not be the best because it's graphical, chaotic, and possibly too expensive. > 1736304485 178644 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Aadenboy 5* 10uploaded a new version of "[[02File:KawaNumerals.png10]]": padding fix > 1736307573 920361 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNop.png10]]": small square > 1736307607 535800 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaInput.png10]]": downward half-barbed arrow > 1736307626 838524 PRIVMSG #esolangs :14[[07User:Aadenboy/Draft14]]4 N10 02https://esolangs.org/w/index.php?oldid=149690 5* 03Aadenboy 5* (+2533) 10[[Kawa]] draft < 1736307779 100190 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :korvo: FizzBuzz is almost embarassingly parallel, apart from the I/O < 1736307803 264340 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but in general I'd expect such programs to parallelize well only by chance as the people who create them probably have single-threaded imperative languages in mind < 1736307876 396505 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :ais523: That's not terrible, although yeah, the I/O's kind of important since it has to be serialized correctly. < 1736307967 973001 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Concretely, suppose I want to show off how Cello makes C threading and mutexes easy. I was going to do something like write a little FIFO queue, put the pixels into the queue or maybe write an iterator for it, and then have a threadpool which consumes the pixels. < 1736307974 806293 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :But that sounds like a lot of code for a little wiki demo. < 1736309491 683743 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I guess a good simple demo would be to map a function over a large range of integers and sum the results, although I'm not sure offhand what functions would be easy to implement and yet not allow you to get the sum into closed form < 1736309495 419356 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :anyway, I should go to bed < 1736309502 5334 :ais523!~ais523@user/ais523 QUIT :Quit: quit < 1736312734 376331 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1736321138 621599 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :perlbot oeis 1,2,4,8,16,31 < 1736321139 222841 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot PRIVMSG #esolangs :b_jonas: http://oeis.org/searchs?q=1%2C2%2C4%2C8%2C16%2C31 A102726(1/72) Number of compositions of the integer n into positive parts that avoid a fixed pattern of three letters.: 1,1,2,4,8,16,31,60,114,214,398,732,1334,2410,4321,7688,13590,23869,41686,72405,125144,215286,368778,629156,1069396,1811336,3058130,5147484,8639976,14463901,24154348,40244877,669115... [Output truncated. http://perl.bot/p/5eyflq ] < 1736321141 725476 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :int-e: ^ < 1736321188 606538 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :though for this search there are lots of hits so you'll need more terms > 1736322245 734076 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Galvandi 5* 10uploaded "[[02File:DominoScript-Example-Factorial-flow.png10]]" < 1736322368 653823 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1736322650 741838 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Galvandi 5* 10uploaded "[[02File:DominoScript-Example-WASD-Input-Example-Flow.png10]]" < 1736323498 144966 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1736323719 940486 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736326910 886143 PRIVMSG #esolangs :14[[07DominoScript14]]4 N10 02https://esolangs.org/w/index.php?oldid=149693 5* 03Galvandi 5* (+7719) 10initial dominoscript documentation < 1736326987 477353 :craigo!~craigo@user/craigo JOIN #esolangs craigo :realname > 1736327210 764986 PRIVMSG #esolangs :14[[07DominoScript14]]4 10 02https://esolangs.org/w/index.php?diff=149694&oldid=149693 5* 03Galvandi 5* (+9487) 10Adding new sections > 1736327350 873470 PRIVMSG #esolangs :14[[07DominoScript14]]4 10 02https://esolangs.org/w/index.php?diff=149695&oldid=149694 5* 03Galvandi 5* (+30788) 10Added section about instructions > 1736327447 796282 PRIVMSG #esolangs :14[[07DominoScript14]]4 10 02https://esolangs.org/w/index.php?diff=149696&oldid=149695 5* 03Galvandi 5* (+15827) 10Added section about NavigatioModes & Examples > 1736327946 381197 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=149697&oldid=149638 5* 03Galvandi 5* (+19) 10Added DominoScript to the list > 1736328075 181285 PRIVMSG #esolangs :14[[07User:Galvandi14]]4 N10 02https://esolangs.org/w/index.php?oldid=149698 5* 03Galvandi 5* (+63) 10Initial my user page < 1736332407 296160 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1736332657 462184 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736333034 74429 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736334133 536585 PRIVMSG #esolangs :14[[07Kolakoski sequence14]]4 10 02https://esolangs.org/w/index.php?diff=149699&oldid=149684 5* 03None1 5* (+1004) 10/* Examples */ add brainfuck > 1736334512 878998 PRIVMSG #esolangs :14[[07Kolakoski sequence14]]4 10 02https://esolangs.org/w/index.php?diff=149700&oldid=149699 5* 03None1 5* (+156) 10/* brainfuck */ < 1736334671 104574 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net JOIN #esolangs amby :realname > 1736337277 408779 PRIVMSG #esolangs :14[[07User:I am islptng/Template:Signature14]]4 10 02https://esolangs.org/w/index.php?diff=149701&oldid=149608 5* 03I am islptng 5* (+478) 10 < 1736337771 434809 :mtm!~textual@47.202.75.129 QUIT :Ping timeout: 246 seconds < 1736337907 77366 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User < 1736339330 374732 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736339601 922838 PRIVMSG #esolangs :14[[07User:None114]]4 10 02https://esolangs.org/w/index.php?diff=149702&oldid=149549 5* 03None1 5* (+67) 10/* My Esolangs */ > 1736339723 377664 PRIVMSG #esolangs :14[[07User:None114]]4 M10 02https://esolangs.org/w/index.php?diff=149703&oldid=149702 5* 03None1 5* (+0) 10/* My Esolangs */ Oh I almost forgot < 1736339973 279267 :APic!apic@apic.name PRIVMSG #esolangs :Hi > 1736340614 987001 PRIVMSG #esolangs :14[[07Whole14]]4 N10 02https://esolangs.org/w/index.php?oldid=149704 5* 03None1 5* (+375) 10Created page with "'''Whole''' is an esolang invented by [[User:None1]]. It is a version of [[]] that uses English letters. ==Commands==
Whole Corresponding word _______________________________ h hole q question e exclamation w warning==E > 1736340733 286834 PRIVMSG #esolangs :14[[07Whole14]]4 10 02https://esolangs.org/w/index.php?diff=149705&oldid=149704 5* 03None1 5* (+107) 10 > 1736340781 696957 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=149706&oldid=111983 5* 03None1 5* (+26) 10/* Example Programs */ > 1736340809 402623 PRIVMSG #esolangs :14[[0714]]4 M10 02https://esolangs.org/w/index.php?diff=149707&oldid=149706 5* 03None1 5* (-2) 10/* See also */ > 1736341506 855428 PRIVMSG #esolangs :14[[07Whole14]]4 10 02https://esolangs.org/w/index.php?diff=149708&oldid=149705 5* 03None1 5* (+306) 10 > 1736341640 38968 PRIVMSG #esolangs :14[[07Whole14]]4 10 02https://esolangs.org/w/index.php?diff=149709&oldid=149708 5* 03None1 5* (+2) 10/* Variants */ not i > 1736341845 489011 PRIVMSG #esolangs :14[[07Whole14]]4 10 02https://esolangs.org/w/index.php?diff=149710&oldid=149709 5* 03None1 5* (+87) 10/* Examples */ > 1736342121 473838 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=149711&oldid=147971 5* 03None1 5* (+53) 10/* General languages */ > 1736342172 226729 PRIVMSG #esolangs :14[[07User:None114]]4 10 02https://esolangs.org/w/index.php?diff=149712&oldid=149703 5* 03None1 5* (+54) 10/* My Esolangs */ > 1736342314 25162 PRIVMSG #esolangs :14[[07User talk:PrySigneToFry14]]4 10 02https://esolangs.org/w/index.php?diff=149713&oldid=149349 5* 03None1 5* (+362) 10 > 1736342475 535270 PRIVMSG #esolangs :14[[07!I!M!P!O!S!S!I!B!L!E!14]]4 10 02https://esolangs.org/w/index.php?diff=149714&oldid=108657 5* 03None1 5* (+15) 10 > 1736342565 255833 PRIVMSG #esolangs :14[[07Template:Infobox proglang14]]4 10 02https://esolangs.org/w/index.php?diff=149715&oldid=126878 5* 03None1 5* (+25) 10 > 1736342593 791883 PRIVMSG #esolangs :14[[07!I!M!P!O!S!S!I!B!L!E!14]]4 M10 02https://esolangs.org/w/index.php?diff=149716&oldid=149714 5* 03None1 5* (-15) 10 > 1736342738 196578 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=149717&oldid=149707 5* 03None1 5* (+18) 10/* See also */ add year < 1736343661 7611 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736345299 439918 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03ZachChecksOutEsolangs 5* 10uploaded "[[02File:OK FINE!!!.png10]]": The logo for the "OK FINE!!!" esolang > 1736345973 860435 PRIVMSG #esolangs :14[[07Talk:Whole14]]4 N10 02https://esolangs.org/w/index.php?oldid=149719 5* 03I am islptng 5* (+597) 10Created page with "I think you misspelled the title. whole adj. hole n. ~~~~" > 1736346462 302203 PRIVMSG #esolangs :14[[07^14]]4 10 02https://esolangs.org/w/index.php?diff=149720&oldid=139345 5* 03I am islptng 5* (+114) 10 < 1736346669 33479 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1736346684 612549 PRIVMSG #esolangs :14[[07^Romn14]]4 N10 02https://esolangs.org/w/index.php?oldid=149721 5* 03I am islptng 5* (+1723) 10Created page with "{| class="wikitable" |+ Commands |- ! Romanian !! English !! Meaning |- | Spune "[text]" || Print "[text]" || Prints a string of text |- | Spune [variabilul] || Output [variable] || Outputs the value of a variable |- | Ia [variabilul] || Input [variable] / Enter [var > 1736346831 944096 PRIVMSG #esolangs :14[[07Talk:^Romn14]]4 N10 02https://esolangs.org/w/index.php?oldid=149722 5* 03I am islptng 5* (+597) 10Created page with "[[^]]~~~~" < 1736346931 198100 :FreeFull!~freefull@eox236.neoplus.adsl.tpnet.pl QUIT : > 1736347143 694767 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=149723&oldid=149657 5* 03I am islptng 5* (+93) 10/* Please ban User:ZCX islptng. */ > 1736347532 135299 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=149724&oldid=149723 5* 03Ais523 5* (+238) 10/* Please ban User:ZCX islptng. */ MediaWiki isn't designed to replace old links to userpages > 1736347672 925707 PRIVMSG #esolangs :14[[07User talk:Ais523/Archive214]]4 N10 02https://esolangs.org/w/index.php?oldid=149725 5* 03Ais523 5* (+61405) 10archiving my talk page > 1736347680 716240 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=149726&oldid=149724 5* 03Ais523 5* (-61373) 10archiving > 1736348914 762559 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=149727&oldid=149726 5* 03I am islptng 5* (+88) 10/* Please ban User:ZCX islptng. */ < 1736350361 77626 :FreeFull!~freefull@eox236.neoplus.adsl.tpnet.pl JOIN #esolangs FreeFull :FreeFull > 1736350915 483530 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149728&oldid=149592 5* 03Juanp32 5* (+124) 10/* Commands */ > 1736350999 676591 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149729&oldid=149728 5* 03Juanp32 5* (+0) 10TYPO ARGH < 1736351433 788281 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736351822 976029 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=149730&oldid=149727 5* 03Aadenboy 5* (+369) 10/* Please ban User:ZCX islptng. */ < 1736351867 644667 :citrons!~citrons@alt.mondecitronne.com QUIT :Ping timeout: 244 seconds > 1736351988 165602 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Aadenboy 5* 10uploaded a new version of "[[02File:KawaNumerals.png10]]": add background > 1736352018 103026 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Aadenboy 5* 10uploaded a new version of "[[02File:KawaNop.png10]]": add background > 1736352039 825721 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Aadenboy 5* 10uploaded a new version of "[[02File:KawaInput.png10]]": add background > 1736352145 419332 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaOutput.png10]]": upward right-barbed arrow < 1736352224 509973 :citrons!~citrons@alt.mondecitronne.com JOIN #esolangs citrons :citrons > 1736352224 735104 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaConditionals.png10]]": slanted line with bisecting horizontal segment > 1736352329 582010 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaJumps.png10]]": 45 angle with vertical segment underneath < 1736352783 410774 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736355027 478423 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaModifierWithTwo.png10]]": left bar diacritic > 1736355054 173534 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaModifierLimit.png10]]": top bar diacritic > 1736355075 916424 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaModifierAsOne.png10]]": right bar diacritic > 1736355097 887168 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaModifierNegate.png10]]": bottom bar diacritic > 1736355979 444729 PRIVMSG #esolangs :14[[07BF Joust champions14]]4 10 02https://esolangs.org/w/index.php?diff=149741&oldid=149663 5* 03Ais523 5* (-16) 10/* 2025 */ clarify > 1736356066 509526 PRIVMSG #esolangs :14[[07BF Joust champions14]]4 10 02https://esolangs.org/w/index.php?diff=149742&oldid=149741 5* 03Ais523 5* (+0) 10/* 2025 */ fix an incorrect word > 1736356652 585456 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaModifierSequentially.png10]]": left downward-barbed arrow > 1736358346 252936 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03AdjectiveNounNumber 5* 10New user account > 1736359410 677347 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=149744&oldid=149664 5* 03AdjectiveNounNumber 5* (+181) 10 > 1736359445 217352 PRIVMSG #esolangs :14[[07User talk:AdjectiveNounNumber14]]4 N10 02https://esolangs.org/w/index.php?oldid=149745 5* 03AdjectiveNounNumber 5* (+1) 10Created page with "e" < 1736360798 872241 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736360859 983903 :APic!apic@apic.name PRIVMSG #esolangs :cu > 1736360967 465432 PRIVMSG #esolangs :14[[07Convert14]]4 N10 02https://esolangs.org/w/index.php?oldid=149746 5* 03AdjectiveNounNumber 5* (+28) 10Created page with "{{wrongtitle|title=->}} WIP" < 1736361190 130234 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1736361297 558176 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 276 seconds < 1736361297 654806 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1736362410 234752 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam > 1736362761 745792 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149747&oldid=149746 5* 03AdjectiveNounNumber 5* (+752) 10 < 1736363116 989287 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736363241 573612 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 0347 5* 10moved [[02Befalse10]] to [[Befalse (Ian Osgood)]]: thought of making a language with the same name so... > 1736363269 306136 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 0347 5* 10moved [[02TIB-472 Calculator10]] to [[Befalse (Ractangle)]] > 1736363419 358343 PRIVMSG #esolangs :14[[07Befalse (Ractangle)14]]4 10 02https://esolangs.org/w/index.php?diff=149752&oldid=149750 5* 0347 5* (-277) 10will come up with syntax later > 1736363575 860523 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopConcatenate.png10]]": nop + with two > 1736363592 617505 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopAbsoluteValue.png10]]": nop + limit > 1736363614 633242 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopBooleanify.png10]]": nop + as one > 1736363629 240860 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopNegate.png10]]": nop + negate > 1736363651 206541 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopModulo.png10]]": nop + with two + limit > 1736363684 461637 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopAdd.png10]]": nop + with two + as one > 1736363705 137821 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopSplit.png10]]": nop + with two + negate > 1736363770 369893 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopFirstDigit.png10]]": nop + limit + as one > 1736363800 197996 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopRound.png10]]": nop + limit + negate > 1736363817 604273 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopSign.png10]]": nop + as one + negate > 1736363854 379103 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopMaximum.png10]]": nop + with two + limit + as one > 1736363862 275312 PRIVMSG #esolangs :14[[07Befalse (Ractangle)14]]4 10 02https://esolangs.org/w/index.php?diff=149764&oldid=149752 5* 0347 5* (+280) 10 > 1736363886 463038 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopDivide.png10]]": nop + with two + as one + negate > 1736363909 970471 PRIVMSG #esolangs :14[[07File:KawaNopDivide.png14]]4 M10 02https://esolangs.org/w/index.php?diff=149766&oldid=149765 5* 03Aadenboy 5* (-1) 10/* Summary */ wrong > 1736363936 15198 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopSubtract.png10]]": nop + with two + as one + negate > 1736363960 437357 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopLastDigit.png10]]": nop + limit + as one + negate > 1736363987 896504 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaNopMinimum.png10]]": nop + with two + limit + as one + negate > 1736364635 5273 PRIVMSG #esolangs :14[[07Befalse (Ractangle)14]]4 10 02https://esolangs.org/w/index.php?diff=149770&oldid=149764 5* 0347 5* (-58) 10/* Commands */ > 1736364650 158883 PRIVMSG #esolangs :14[[07Befalse (Ractangle)14]]4 10 02https://esolangs.org/w/index.php?diff=149771&oldid=149770 5* 0347 5* (-12) 10/* Commands */ > 1736364795 232823 PRIVMSG #esolangs :14[[07Befalse (Ractangle)14]]4 10 02https://esolangs.org/w/index.php?diff=149772&oldid=149771 5* 0347 5* (+28) 10/* Commands */ > 1736366285 532737 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=149773&oldid=149676 5* 0347 5* (-11) 10/* Stuff to continue */ > 1736366313 187899 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move_redir10 02 5* 0347 5* 10moved [[02Befalse (Ian Osgood)10]] to [[Befalse]] over redirect > 1736366313 202497 PRIVMSG #esolangs :14[[07Special:Log/delete14]]4 delete_redir10 02 5* 0347 5* 1047 deleted redirect [[02Befalse10]] by overwriting: Deleted to make way for move from "[[Befalse (Ian Osgood)]]" > 1736366341 19070 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 0347 5* 10moved [[02Befalse (Ractangle)10]] to [[Befalsia]] > 1736366370 44908 PRIVMSG #esolangs :14[[07Befalsia14]]4 10 02https://esolangs.org/w/index.php?diff=149778&oldid=149776 5* 0347 5* (-6) 10 < 1736366435 504993 :visilii_!~visilii@188.254.110.9 JOIN #esolangs * :ZNC - https://znc.in > 1736366636 805716 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149779&oldid=149747 5* 03AdjectiveNounNumber 5* (+116) 10 < 1736366680 73437 :visilii!~visilii@213.24.125.237 QUIT :Ping timeout: 265 seconds > 1736367260 508141 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149780&oldid=149779 5* 03AdjectiveNounNumber 5* (+93) 10 < 1736367358 62898 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736367471 772879 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736367519 227218 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149781&oldid=149780 5* 03AdjectiveNounNumber 5* (-28) 10 > 1736367551 488854 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149782&oldid=149781 5* 03AdjectiveNounNumber 5* (-3) 10 > 1736367612 430799 PRIVMSG #esolangs :14[[07Convert14]]4 10 02https://esolangs.org/w/index.php?diff=149783&oldid=149782 5* 03AdjectiveNounNumber 5* (+45) 10 > 1736368516 443542 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 10 02https://esolangs.org/w/index.php?diff=149784&oldid=149680 5* 03Calculus is fun 5* (+1835) 10Added Input and output > 1736368622 349793 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 M10 02https://esolangs.org/w/index.php?diff=149785&oldid=149784 5* 03Calculus is fun 5* (-12) 10/* IO & strings */ < 1736369034 603282 :craigo!~craigo@user/craigo QUIT :Quit: Leaving > 1736369058 360010 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 10 02https://esolangs.org/w/index.php?diff=149786&oldid=149785 5* 03Calculus is fun 5* (+239) 10/* Behavior */ > 1736369173 163481 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 M10 02https://esolangs.org/w/index.php?diff=149787&oldid=149786 5* 03Calculus is fun 5* (+2) 10moved 99bobotw example > 1736369590 572267 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03AceDoesStuff 5* 10New user account < 1736369603 695131 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736371825 477618 PRIVMSG #esolangs :14[[07Uhidklol14]]4 10 02https://esolangs.org/w/index.php?diff=149788&oldid=149526 5* 03Juanp32 5* (+32) 10/* instructions */ added `q` command (which is shamelessly stolen off ed(1) lol) > 1736372018 423396 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaInputWithTwo.png10]]": input + with two > 1736372042 369992 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaInputLimit.png10]]": input + limit > 1736372068 932093 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Aadenboy 5* 10uploaded "[[02File:KawaInputLimitSequentially.png10]]": input + limit + sequentially < 1736373088 267552 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1736373776 3818 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1736374079 743372 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736377342 995686 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 10 02https://esolangs.org/w/index.php?diff=149792&oldid=149787 5* 03Calculus is fun 5* (+205) 10Added a cat *meow* > 1736377468 795992 PRIVMSG #esolangs :14[[07Talk:Whole14]]4 10 02https://esolangs.org/w/index.php?diff=149793&oldid=149719 5* 03None1 5* (+396) 10 < 1736378285 919242 :__monty__!~toonn@user/toonn QUIT :Quit: leaving