2026-02-01: 00:50:08 -!- tromp has joined. 00:50:11 -!- tromp has quit (Client Quit). 01:00:55 -!- amby has 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). 03:05:03 -!- op_4 has quit (Remote host closed the connection). 03:05:35 -!- op_4 has joined. 03:54:36 -!- lisbeths has joined. 04:33:24 -!- ais523 has joined. 05:48:36 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174698&oldid=58800 * Salpynx * (+2498) record thoughts: a strict def.n of program graph, proof wrt non-planar FSMs, and (limit) of 1bit non-graph storage = 3D 06:12:50 -!- impomatic has quit (Quit: Client closed). 06:25:21 -!- impomatic has joined. 06:34:47 [[D/Q]] N https://esolangs.org/w/index.php?oldid=174699 * Yayimhere2(school) * (+1970) Created page with "'''D/Q''' is an extension to [[DQ]], which is turing complete, and has less stacks than [[TDQ]]. It uses only two stacks. It was made to fix the problem of [[DQ]], while not increasing the stack count. == Memory == D/Q has two stack, and a pointer that points to 06:34:59 [[D/Q]] https://esolangs.org/w/index.php?diff=174700&oldid=174699 * Yayimhere2(school) * (+7) /* Commands */ 06:35:09 [[D/Q]] https://esolangs.org/w/index.php?diff=174701&oldid=174700 * Yayimhere2(school) * (+17) /* Commands */ 06:39:40 [[D/Q]] https://esolangs.org/w/index.php?diff=174702&oldid=174701 * Yayimhere2(school) * (+159) 06:40:17 [[D/Q]] https://esolangs.org/w/index.php?diff=174703&oldid=174702 * Yayimhere2(school) * (+52) /* Commands */ 06:40:40 [[D/Q]] https://esolangs.org/w/index.php?diff=174704&oldid=174703 * Yayimhere2(school) * (+11) /* Commands */ 06:43:59 [[D/Q]] https://esolangs.org/w/index.php?diff=174705&oldid=174704 * Yayimhere2(school) * (+13) /* Compilation To DQ */ 06:48:34 [[D/Q]] https://esolangs.org/w/index.php?diff=174706&oldid=174705 * Yayimhere2(school) * (-87) /* Commands */ 06:48:55 [[D/Q]] https://esolangs.org/w/index.php?diff=174707&oldid=174706 * Yayimhere2(school) * (-5) /* Computational class */ 06:49:02 [[D/Q]] https://esolangs.org/w/index.php?diff=174708&oldid=174707 * Yayimhere2(school) * (-50) /* Computational class */ 06:50:24 [[Special:Log/newusers]] create * Chocguy * New user account 06:52:44 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=174709&oldid=174690 * Chocguy * (+119) 06:54:22 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=174710&oldid=174709 * Chocguy * (+172) 06:56:14 [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=174711&oldid=174489 * Yayimhere2(school) * (+10) /* esolangs */ 07:11:17 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174712&oldid=174698 * Yayimhere2(school) * (+337) 07:14:07 [[D/Q]] https://esolangs.org/w/index.php?diff=174713&oldid=174708 * Yayimhere2(school) * (-1) /* Commands */ 07:14:31 [[D/Q]] https://esolangs.org/w/index.php?diff=174714&oldid=174713 * Yayimhere2(school) * (-11) /* Commands */ 07:17:00 [[]] N https://esolangs.org/w/index.php?oldid=174715 * Chocguy * (+560) Created page with "==== The goal of "" is to try and create a working esolang with emojis. was created by Chocguy at the start of 2026, around 1/02/2026. ==Function== Currently there isnt much function but as time goes it will be updated ===Symbols and functions!=== EXAMPLE , Sets value to 0 07:23:46 [[D/Q]] https://esolangs.org/w/index.php?diff=174716&oldid=174714 * Yayimhere2(school) * (+4) /* Compilation To DQ */ 07:29:01 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174717&oldid=174712 * Yayimhere2(school) * (+44) /* HMMMM */ 07:30:23 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174718&oldid=174717 * Yayimhere2(school) * (-8) /* HMMMM */ 07:32:55 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174719&oldid=174718 * Yayimhere2(school) * (+8) /* HMMMM */ 07:46:40 -!- msv has joined. 08:02:15 -!- impomatic has quit (Quit: Client closed). 08:04:35 -!- Yayimhere has joined. 08:04:39 hello! 08:08:43 -!- tromp has joined. 08:13:33 Good morning. 08:14:20 I'm up late writing Rust. I'm so bad at this stupid language. 08:17:23 that must not be a fun experience 08:17:26 but who knows 08:22:39 Well, if I were doing it for pay then it would probably be unfun. As-is, it's a challenge. 08:23:33 Rust is interesting because its compiler will constantly give you bad advice. Like, you'll mess up, the compiler will give you an error, and the compiler will recommend that you try something. Have you tried .or_ok()? Maybe .unwrap()? Maybe a Box? A dyn? 08:23:39 that makes logical sense 08:23:53 (the first thing you said) 08:24:01 (the second is quite funny though) 08:25:18 The compiler's help is oriented towards fixing almost-entirely-correct code. It's very bad at fixing code that has a blatant type error or typo. 08:26:11 under controlled experimental conditions, is rustc's advice statistically better or worse than the LLMs you've been dealing with? 08:26:12 that does seem reasonable I guess 08:27:12 rustc's advice is good for fixing a single line, especially stuff like missing a `?` at the end of an expression. LLMs are best at writing boilerplate-ish fns like "open and read a file by path" or "sort a list of timestamps". 08:27:37 LLMs are like a library of stereotypes, almost. An album of stochastic snippets. 08:37:14 hm 08:37:24 thats a way of looking at it I haven't seen before 08:39:21 Oh, I have so many words on LLMs. That viewpoint is called the bag-of-words perspective; see https://awful.systems/post/5211510 for a good blogpost and comments. 08:40:07 thanks! 08:40:10 i will read it later 08:41:22 No worries. My writing can be hard to read. I didn't write the blog post, but it's also dense and full of maths. At the same time, you seem eager to take a peek at advanced topics, so I figure that I can put links in front of you and see what you'll read. 08:46:24 true 08:47:47 [[BCTk]] N https://esolangs.org/w/index.php?oldid=174720 * None1 * (+33) Redirected page to [[Bitwise Cyclic Tack]] 08:48:11 -!- ais523 has quit (Quit: quit). 08:48:39 -!- ais523 has joined. 08:50:37 `unidecode − 08:50:40 ​[U+2212 MINUS SIGN] 08:52:36 [[Bitwise Cyclic Teap]] N https://esolangs.org/w/index.php?oldid=174721 * None1 * (+983) Created page with "{{lang|a=User:None1|n=Bitwise Cyclic Teap (BCTp)|f=a derivative of [[BCT]] where data is stored in a heap (a.k.a: priority queue) instead of a queue}} ==Commands== {| class="wikitable" |- ! Command !! Execution |- | 0 || Delete the ''smallest'' data-bit. |- | 1 08:52:48 Me myself like to try and think of what we call "ai" as "aai"(artificial aritificial intelligence) 08:52:58 Though I dont know how "intellectual" this viewpoint is 08:54:06 use big words with confidence 08:54:23 I guess so 08:54:39 I think of "artificial intelligence" as a marketing term. It was used by a team that wanted to differentiate themselves from cybernetics. 08:54:59 And cybernetics wanted to distinguish itself from robotics, which was seen as a fictional trope for a long time. 08:55:23 [[Talk:Bitwise Cyclic Teap]] N https://esolangs.org/w/index.php?oldid=174722 * Yayimhere2(school) * (+371) Created page with "This is just a register machine, where you can only 0 test on the 1, and you increment any of the registers if its true, and you can only decrement the smaller register. In fact, to decrement 1 you have to 0 the other 08:56:02 korvo: in fact so 08:56:35 [[Talk:Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174723&oldid=174722 * Yayimhere2(school) * (+199) 08:57:01 -!- impomatic has joined. 08:58:10 [[Talk:Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174724&oldid=174723 * Yayimhere2(school) * (+370) 08:58:25 The tech industry also loves stealing words from science fiction, pretending they're making it a reality. Calling the attempt at making a 3D version of Facebook "Metaverse" is one of the more obvious cases. 08:59:16 I assume thats how "Meta" gets their name 08:59:19 Calling your series of Linux mobile phones and tablets Nexus is more subtle. 08:59:19 from sci-fi 08:59:24 int-e: I think that one's more complex because, at the time, many people believed that a metaverse (in the scifi sense) would be created in the near future 08:59:25 yea 08:59:44 and Facebook's parent company decided to try to manipulate things to make it so that they would own it, when it were created 08:59:50 ais523: And we have it. It's called VRChat. :-P 08:59:53 this didn't go very well 09:00:01 lol 09:00:03 Yayimhere: The Metaverse is from an old William Gibson novel, yes. 09:00:33 now I'm thinking about how short-lived the metaverse-prediction fad was 09:00:38 korvo: and so I assume "Meta"(the company) also comes from that exact name 09:00:49 these things come and go and you would expect the bubble to pop, but that one popped much faster than they usually do 09:00:50 (I'm kind of serious; it's definitely far less of a niche product than Facebook's thing.) 09:01:06 In Gibson's novels, we are much better at brain-computer integration, and we use it more recreationally and professionally; in real life, brain-computer interfaces are very important in medicine but not really useful on the street. 09:01:10 well, there are any number of MMOs in existence 09:01:18 (But obviously it's *far* from the ubiquitous thing that we have in science fiction.) 09:01:47 korvo: I suspect brain-computer interfaces are mostly confined to medicine because they're sort-of clunky and so are a last resort when you don't have any better options for human-computer interfaces 09:02:06 or, maybe clunky's the wrong word. Invasive? 09:02:19 I think clunky is enough of a word 09:02:20 both? 09:02:23 people don't want to put in the effort to get a brain interface installed for every product they buy 09:02:25 int-e: yea 09:02:27 Yayimhere: Yep. Also the literal meaning of "meta" in Greek, "above". The founder thinks of themselves as above other people, idolizes a historical figure named Augustus (Octavian) Caesar, etc. 09:02:49 korvo: k. 09:03:06 It is quite interesting to hear about greek origins of words to me 09:03:10 ais523: Yeah, and unlike in eXistenZ or Dark City or many other 2000s stories, we never figured out an easy way to tap the spinal cord or record/inject/duplicate memories or etc. 09:03:19 (and you can argue that, e.g., keyboards are a form of indirect brain-computer interface – after a while you can drive them with muscle memory) 09:03:42 like "utopia" which I *think* originates from "place that doesnt exist" 09:03:52 It's 2026 and the human brain is still a huge mystery :) 09:04:03 yaaaay 09:04:28 i have to go now, but I will be back 09:04:34 this was a great little conversation" 09:04:36 *! 09:07:51 hmmmmm how much did Musk pay to buy X from Alphabet 09:09:22 (All of these company names are awful.) 09:10:08 Hi 09:13:46 -!- lisbeths has quit (Quit: Connection closed for inactivity). 09:16:04 [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174725&oldid=174721 * None1 * (+5) /* Python */ 09:16:44 [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174726&oldid=174725 * None1 * (+8) /* Python */ 09:18:28 int-e: It's so much worse than that. Elon owned x.com and the X trademarks in the early 90s mostly because he thought it sounded cool and edgy. Part of why he was kicked out of Paypal was because he tried to rebrand Paypal as X. He's been itching to do this to a Web brand for decades. 09:18:34 `learn The password of the month is my secret, you know what my secret is, only caps 09:18:34 [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174727&oldid=174726 * None1 * (+342) 09:18:40 Relearned 'password': The password of the month is my secret, you know what my secret is, only caps 09:18:41 APic: Hi. I promise we're not chatting about Elon much. 09:18:50 korvo: It was a joke :P 09:19:20 *shrug* 09:20:03 int-e: Oh! Sorry. It's 1AM here, so let's assume it was a solid joke and I'm just sleepy.' 09:20:08 [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174728&oldid=174727 * None1 * (+203) 09:20:16 [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174729&oldid=174728 * None1 * (+0) /* See also */ 09:20:20 korvo: I mean the obsession also manifested in "names" like X Æ A-Xii and Exa 09:20:49 So the serious side of this is rather well documented. :P 09:21:03 [[Language list]] https://esolangs.org/w/index.php?diff=174730&oldid=174636 * None1 * (+26) /* B */ 09:21:24 [[User:None1]] https://esolangs.org/w/index.php?diff=174731&oldid=173759 * None1 * (+52) /* My Esolangs */ 09:21:37 But I didn't know that he named one of them Romulus. 09:21:52 [[Bitwise Cyclic Tag]] https://esolangs.org/w/index.php?diff=174732&oldid=169495 * None1 * (+26) /* See also */ 09:22:11 [[Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=174733&oldid=169385 * None1 * (+64) 09:22:57 (Also, somehow I did *not* forget that "password" even though it came up over two weeks ago. Yay!) 09:25:20 Exa is almost certainly a reference to a character named "Alexander" who goes by "Exa" for short, from a qntm story. I don't think he read it himself; maybe Grimes told him about it~ 09:25:53 Exa's a bad guy but his badness is never actually examined. Very on-point. 09:27:58 (the password's origin was https://arstechnica.com/security/2026/01/a-single-click-mounted-a-covert-multistage-attack-against-copilot/ ) 09:29:59 -!- Yayimhere has quit (Ping timeout: 272 seconds). 09:46:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 09:58:25 -!- tromp has joined. 10:09:08 -!- lisbeths has joined. 10:12:19 -!- ais523 has quit (Quit: quit). 10:29:27 [[Monky]] https://esolangs.org/w/index.php?diff=174734&oldid=174697 * Menguinponky * (+273) 10:31:25 [[Monky]] https://esolangs.org/w/index.php?diff=174735&oldid=174734 * Menguinponky * (+2) 10:39:23 [[Monky]] https://esolangs.org/w/index.php?diff=174736&oldid=174735 * Menguinponky * (-1) 10:42:47 -!- DOS_User_webchat has joined. 10:52:30 -!- DOS_User_webchat has quit (Quit: Client closed). 10:58:29 -!- Sgeo has quit (Read error: Connection reset by peer). 11:14:58 -!- ais523 has joined. 12:31:07 -!- tromp has quit (Read error: Connection reset by peer). 12:34:31 [[+-]] https://esolangs.org/w/index.php?diff=174737&oldid=152041 * RikoMamaBala * (+115) /* Python 3 */ 12:47:01 [[+-]] https://esolangs.org/w/index.php?diff=174738&oldid=174737 * RikoMamaBala * (+192) /* Python 3 */ 12:54:40 -!- DOS_User_webchat has joined. 13:13:46 -!- lisbeths has quit (Quit: Connection closed for inactivity). 13:17:29 -!- ais523 has quit (Quit: quit). 13:29:16 -!- DOS_User_webchat has quit (Quit: Client closed). 14:07:23 [[LOLCODE]] M https://esolangs.org/w/index.php?diff=174739&oldid=142985 * ZachMadeAnAltBecauseHeLostThePassword * (-76) /* Truth-Machine */ gimmeh exists now :D 14:13:14 -!- Yayimhere has joined. 14:13:24 Hello! 14:15:52 [[D/Q]] https://esolangs.org/w/index.php?diff=174740&oldid=174716 * Yayimhere2(school) * (+0) /* Computational class */ 14:54:11 [[Better-machine]] N https://esolangs.org/w/index.php?oldid=174741 * ZachMadeAnAltBecauseHeLostThePassword * (+1423) truth-machine, but better 14:56:36 [[Better-machine]] https://esolangs.org/w/index.php?diff=174742&oldid=174741 * ZachMadeAnAltBecauseHeLostThePassword * (+9) formatting gone wrong 15:04:12 [[D/Q]] https://esolangs.org/w/index.php?diff=174743&oldid=174740 * Yayimhere2(school) * (+1491) /* Computational class */ 15:05:46 [[D/Q]] https://esolangs.org/w/index.php?diff=174744&oldid=174743 * Yayimhere2(school) * (+2) /* Explenenation */ 15:10:39 [[D/Q]] https://esolangs.org/w/index.php?diff=174745&oldid=174744 * Yayimhere2(school) * (+492) /* Computational class */ 15:13:11 [[D/Q]] https://esolangs.org/w/index.php?diff=174746&oldid=174745 * Yayimhere2(school) * (+47) /* Compilation From DQ */ 15:18:01 [[D/Q]] https://esolangs.org/w/index.php?diff=174747&oldid=174746 * Yayimhere2(school) * (-55) /* Commands */ 15:23:35 -!- ais523 has joined. 15:33:33 [[Better-machine]] https://esolangs.org/w/index.php?diff=174748&oldid=174742 * PrySigneToFry * (+101) Python, ready for battle! 16:16:18 korvo, thank you so much for giving me the blog post(?) thing from awful.systems 16:16:21 great read 16:16:25 also, hello ais 16:19:56 -!- op_4 has quit (Remote host closed the connection). 16:20:31 -!- op_4 has joined. 16:27:14 -!- somefan has joined. 16:31:13 -!- somefan has quit (Remote host closed the connection). 16:33:00 -!- somefan has joined. 16:36:51 hey, ais523 may I ask you a(nother) question about annihilator 16:36:53 ? 16:46:02 [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174749&oldid=174719 * Yayimhere2(school) * (+2) /* HMMMM */ 16:47:07 Yayimhere: the normal IRC rule is "don't ask to ask, just ask" 16:47:26 because otherwise someone gets pinged with a question about a question and then has to wait to see what the question is 16:47:35 but go on 16:47:37 ais523: I guess that makes sense. But, where did the concept originate for it(as it seems quite "random) 16:47:42 *"random" 16:48:03 Yayimhere: although I don't fully remember, I suspect it was related to call stacks 16:48:12 a call stack is a stack, and so you can use it to store data 16:48:15 that does seem sensiable 16:48:34 but one stack isn't enough for Turing-completeness, so if you want a Turing-complete language that uses nothing but call stacks for data storage, it has to be multithreaded 16:48:41 so that it can have more than one call stack 16:48:57 hm 16:49:01 yea ok that makes sense! 16:49:02 and from there it's a case of trying to design a way for the threads to communicate, ideally (because of my esolanging style) one that's as simple as possible 16:50:22 the ideal is to have no communication commands at all, which means that the threads have to implicitly communicate somehow 16:50:46 the rule from Annihilator may be the simplest one that makes that work – even if it isn't, it's the simplest one I discovered (and it's also interestingly nontrivial to use) 16:51:00 it really is 17:19:59 [[Monky]] https://esolangs.org/w/index.php?diff=174750&oldid=174736 * Menguinponky * (+269) 17:20:11 Yayimhere: I have to know: do you see "ais" as a musical letter, or something else? You're from that part of the world and I've been curious about this for a long time. 17:20:38 Normally it'd be spelled "bes", I think. B♭ instead of A♯. 17:22:19 korvo: i see it as like... a name 17:22:23 like a natural name 17:23:47 Ah, interesting! Thanks. 17:23:58 No problem! 17:24:14 (I think it has something to do with most of my early friends were on the internet, under an alias) 17:24:33 (So I dont see it as "just an alias" 17:24:34 ) 17:26:36 also, ais523, where does your name originate? 17:29:17 -!- amby has joined. 17:37:39 [[Monky]] https://esolangs.org/w/index.php?diff=174751&oldid=174750 * Menguinponky * (+118) 17:44:03 Yayimhere: it was autogenerated by a computer 17:44:10 and I kept it for consistency 17:44:12 ah! Interesting 17:44:46 fwiw I pronounce my own name by pronouncing the six characters individually 17:45:04 the same sort of way you read a hex string, but with a few non-hex characters in it 17:47:19 similarities to a name used to publish papers coincidental, or possibly the other way around? 17:49:02 im having a hard to comprehending that sentence 17:50:51 -!- tromp has joined. 17:58:08 now I'm wondering why I haven't used the hex constant 0xA15523 for anything 17:58:57 thats a great question 18:05:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:11:27 -!- impomatic has quit (Quit: Client closed). 18:28:15 [[Lucky Ball]] N https://esolangs.org/w/index.php?oldid=174752 * RainbowDash * (+925) luckyball ya 18:28:28 -!- tromp has joined. 18:35:52 Good Night 18:35:59 Gn! 18:41:35 [[User talk:Aadenboy/Estrita]] N https://esolangs.org/w/index.php?oldid=174753 * Yayimhere2(school) * (+141) Created page with "move to main namespace? --~~~~" 18:46:47 -!- amby has quit (Read error: Connection reset by peer). 18:48:41 -!- amby has joined. 19:07:14 [[Daft]] https://esolangs.org/w/index.php?diff=174754&oldid=72661 * Yayimhere2(school) * (+3) 19:07:32 -!- impomatic has joined. 19:11:07 -!- Sgeo has joined. 19:15:12 [[A Combinator Language]] https://esolangs.org/w/index.php?diff=174755&oldid=170580 * Yayimhere2(school) * (-2) /* Combinators/lambda expressions */ 19:15:30 [[Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174756&oldid=173929 * Mrtli08 * (+985) 19:22:09 -!- Yayimhere has quit (Ping timeout: 272 seconds). 19:42:32 -!- Lord_of_Life has quit (Ping timeout: 244 seconds). 19:42:44 -!- Lord_of_Life_ has joined. 19:45:34 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 20:01:32 -!- somefan has quit (Remote host closed the connection). 20:13:52 -!- somefan has joined. 20:49:11 -!- impomatic has quit (Quit: Client closed). 21:04:22 [[User talk:Aadenboy/Estrita]] https://esolangs.org/w/index.php?diff=174757&oldid=174753 * Aadenboy * (+307) 21:08:32 -!- vyv has joined. 21:27:06 -!- Everything has joined. 21:29:52 [[Special:Log/newusers]] create * Eso8714 * New user account 21:34:49 -!- vyv has quit (Quit: Konversation terminated!). 21:37:21 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174758&oldid=174710 * Eso8714 * (+233) /* Introductions */ 21:42:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:44:00 [[Brainfuck algorithms]] https://esolangs.org/w/index.php?diff=174759&oldid=173318 * Eso8714 * (-34) /* Check x==0 */ 21:46:26 -!- tromp has joined. 21:55:38 -!- TheWild has joined. 22:27:23 -!- ais523 has quit (Quit: quit). 22:49:18 -!- somefan has quit (Remote host closed the connection). 22:58:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:19:20 -!- msv has quit (Remote host closed the connection). 23:20:14 -!- Everything has quit (Quit: leaving). 23:22:03 -!- msv has joined. 23:25:05 [[Ring-around-the-Rosie]] N https://esolangs.org/w/index.php?oldid=174760 * Salpynx * (+3204) a semi-joke 2D idea... super- and sub-script syntax needs finessing 23:25:19 [[Special:Log/newusers]] create * ARHaqerg * New user account 23:26:25 -!- TheWild has quit (Ping timeout: 264 seconds). 23:28:08 -!- msv has quit (Read error: Connection reset by peer). 23:29:29 -!- msv has joined. 23:29:39 -!- msv has quit (Remote host closed the connection). 23:30:10 -!- msv has joined. 23:43:54 -!- AmoreFS has joined. 23:44:58 -!- AmoreFS has changed nick to guest2000. 2026-02-02: 00:08:19 -!- amby has 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). 00:38:49 -!- somefan has joined. 00:52:46 [[StupidSentences]] N https://esolangs.org/w/index.php?oldid=174761 * A() * (+894) Created page with "[[StupidSentences]] is a language made by [[User:A()]] where you write nonsensical sentences == Syntax == All words must be actual words. For example, 'word' is accepted while 'wword' is not. Also, all sentences must have a subject, verb, and object, or subject, verb 00:59:14 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174762&oldid=174761 * A() * (+40) 01:07:23 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174763&oldid=174762 * A() * (+92) 01:14:17 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174764&oldid=174763 * A() * (+1) /* A+B */ 01:15:34 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174765&oldid=174764 * A() * (+38) /* A+B */ 01:15:56 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174766&oldid=174765 * A() * (+8) 01:17:15 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174767&oldid=174766 * A() * (+1) 01:18:36 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174768&oldid=174767 * A() * (+0) 01:20:01 -!- cactushead has quit (Read error: Connection reset by peer). 01:20:35 -!- cactushead has joined. 01:21:39 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 01:26:37 -!- Lord_of_Life has joined. 01:30:07 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174769&oldid=174768 * A() * (+0) 01:33:09 [[User:A()]] https://esolangs.org/w/index.php?diff=174770&oldid=174344 * A() * (+21) 01:38:50 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 01:40:52 -!- Lord_of_Life has joined. 01:41:57 -!- Lord_of_Life has quit (Excess Flood). 01:43:02 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174771&oldid=174769 * A() * (+110) 01:45:57 -!- Lord_of_Life has joined. 01:51:52 -!- guest2000 has quit (Quit: Connection closed for inactivity). 01:53:13 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174772&oldid=174771 * A() * (+153) /* Hi */ 01:53:53 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174773&oldid=174772 * A() * (+21) 02:05:57 -!- sftp_ has joined. 02:07:44 -!- sftp has quit (Ping timeout: 256 seconds). 02:07:44 -!- sftp_ has changed nick to sftp. 02:07:45 -!- sftp has changed hostmask to ~sftp@user/sftp. 02:13:13 [[MSS]] https://esolangs.org/w/index.php?diff=174774&oldid=174635 * PrySigneToFry * (+1460) 02:28:03 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174775&oldid=174773 * A() * (+408) /* Hello */ 03:11:55 -!- impomatic has joined. 03:15:37 -!- impomatic has quit (Client Quit). 03:41:24 [[Text]] M https://esolangs.org/w/index.php?diff=174776&oldid=170652 * Qazwsxplm * (+2085) 03:58:03 [[]] M https://esolangs.org/w/index.php?diff=174777&oldid=128812 * Qazwsxplm * (+5) 04:00:19 [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=174778&oldid=174517 * Qazwsxplm * (+709) 04:00:57 [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=174779&oldid=174778 * Qazwsxplm * (+8) 04:24:24 [[Cube]] M https://esolangs.org/w/index.php?diff=174780&oldid=122124 * Qazwsxplm * (+21) 04:30:47 [[Kentarg]] M https://esolangs.org/w/index.php?diff=174781&oldid=122303 * Qazwsxplm * (+6) 04:35:40 -!- somefan has quit (Remote host closed the connection). 04:35:48 -!- somefan has joined. 04:37:04 [[Cube]] https://esolangs.org/w/index.php?diff=174782&oldid=174780 * Aadenboy * (-21) eh? 04:37:18 [[Kentarg]] https://esolangs.org/w/index.php?diff=174783&oldid=174781 * Aadenboy * (+3) emphasis 04:43:54 -!- somefan has quit (Remote host closed the connection). 04:44:02 -!- somefan has joined. 04:49:12 [[Empty]] M https://esolangs.org/w/index.php?diff=174784&oldid=160886 * Qazwsxplm * (+2) 04:52:08 [[FURscript]] M https://esolangs.org/w/index.php?diff=174785&oldid=149255 * Qazwsxplm * (+1) 05:05:14 [[Minimal assembly language]] M https://esolangs.org/w/index.php?diff=174786&oldid=169483 * Qazwsxplm * (+21) 05:10:53 [[TxeT]] M https://esolangs.org/w/index.php?diff=174787&oldid=145495 * Qazwsxplm * (+4) 05:21:40 -!- somefan has quit (Remote host closed the connection). 05:28:00 [[Plea]] M https://esolangs.org/w/index.php?diff=174788&oldid=174352 * UnavgAustralian * (+79) 05:47:45 [[Plea]] M https://esolangs.org/w/index.php?diff=174789&oldid=174788 * UnavgAustralian * (+1) 05:50:24 [[New File Extensions]] N https://esolangs.org/w/index.php?oldid=174790 * Qazwsxplm * (+2903) Created page with "This page does not exist yet. You can create it via typing in the box below (see the help page for more information). (If you don't want to create the page, just navigate away, e.g. with your browser's back button.) Note: if this is your first contribution 05:51:24 [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174791&oldid=174790 * Qazwsxplm * (-1145) 05:51:48 [[Talk:Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174792&oldid=174724 * None1 * (+342) 05:51:58 [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174793&oldid=174791 * Qazwsxplm * (+1) 05:53:41 [[BCTp]] N https://esolangs.org/w/index.php?oldid=174794 * None1 * (+33) Redirected page to [[Bitwise Cyclic Teap]] 06:27:52 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174795&oldid=174758 * Mc20000 * (+110) 06:29:11 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174796&oldid=174795 * Mc20000 * (+25) 06:29:20 [[User:Mc20000]] N https://esolangs.org/w/index.php?oldid=174797 * Mc20000 * (+15) Created page with "me myself and i" 06:29:26 [[BoxedLANG]] N https://esolangs.org/w/index.php?oldid=174798 * Mc20000 * (+147) init 06:33:09 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174799&oldid=174798 * Mc20000 * (+31) 06:38:37 [[Truth-machine]] M https://esolangs.org/w/index.php?diff=174800&oldid=174549 * Mc20000 * (+115) add boxedLANG 06:41:13 [[Truth-machine]] M https://esolangs.org/w/index.php?diff=174801&oldid=174800 * Mc20000 * (+56) /* boxedLANG */ update 06:43:29 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174802&oldid=174799 * Mc20000 * (+73) make into link and make box into real box 06:43:58 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174803&oldid=174365 * None1 * (+128) /* Commands */ 06:44:33 [[AllChar]] https://esolangs.org/w/index.php?diff=174804&oldid=107877 * PrySigneToFry * (+6) 06:46:37 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174805&oldid=174803 * None1 * (+133) /* Memory */ 06:47:59 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174806&oldid=174805 * None1 * (+8) /* Memory */ 06:48:35 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174807&oldid=174806 * None1 * (+17) /* Commands */ 06:49:30 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174808&oldid=174807 * None1 * (+15) /* Memory */ 06:54:19 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174809&oldid=174808 * None1 * (+790) /* Commands */ 06:57:35 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174810&oldid=174809 * None1 * (+41) /* Memory */ 07:12:08 -!- Melvar has quit (Ping timeout: 240 seconds). 07:26:26 -!- Melvar has joined. 07:31:42 [[Cirt e mys]] https://esolangs.org/w/index.php?diff=174811&oldid=174589 * Yayimhere2(school) * (+0) /* Rewriting rules */ 07:31:52 [[Cirt e mys]] https://esolangs.org/w/index.php?diff=174812&oldid=174811 * Yayimhere2(school) * (+0) /* Rewriting rules */ 07:41:18 -!- Sgeo has quit (Read error: Connection reset by peer). 07:47:52 [[User:Qazwsxplm/mathtest]] N https://esolangs.org/w/index.php?oldid=174813 * Qazwsxplm * (+199) Created page with "use latex
\frac{d}{dt}(\frac{2te^t}{t+1}) = \frac{(2e^t+2te^t)(t+1) - 2te^t}{(t+1)^2} = \frac{2e^t(t+1)^2 - 2te^t}{(t+1)^2}
Aperture__- https://b23.tv/cgJ7AoW" 07:49:01 -!- tromp has joined. 07:52:19 [[User:Qazwsxplm/mathtest]] M https://esolangs.org/w/index.php?diff=174814&oldid=174813 * Qazwsxplm * (+13) 08:20:27 -!- TheWild has joined. 08:29:26 -!- TheWild has left. 08:29:33 [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174815&oldid=174793 * PrySigneToFry * (+49) 09:34:00 [[Better-machine]] https://esolangs.org/w/index.php?diff=174816&oldid=174748 * ZachMadeAnAltBecauseHeLostThePassword * (+509) Take a break. Drink some coffee, heck, take a vacation to Java 09:34:23 [[Better-machine]] M https://esolangs.org/w/index.php?diff=174817&oldid=174816 * ZachMadeAnAltBecauseHeLostThePassword * (+7) formatting gone wrong yet again 09:37:38 [[User:Pifrited/A cubic box full of dried miscellaneous rock pieces form a beach for user's own playground]] https://esolangs.org/w/index.php?diff=174818&oldid=165424 * PrySigneToFry * (+27) 09:41:28 [[Better-machine]] M https://esolangs.org/w/index.php?diff=174819&oldid=174817 * Blashyrkh * (-12) Minor fix of pseudo-code 09:51:49 [[Better-machine]] https://esolangs.org/w/index.php?diff=174820&oldid=174819 * PrySigneToFry * (+319) 10:04:20 [[Better-machine]] https://esolangs.org/w/index.php?diff=174821&oldid=174820 * ZachMadeAnAltBecauseHeLostThePassword * (+929) a little nod to an esolang i made back when i used my main (now dead) account 10:18:55 [[Spin4]] https://esolangs.org/w/index.php?diff=174822&oldid=174358 * Michael * (+7) /* Interpreters */ 10:22:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:32:14 -!- tromp has joined. 10:36:56 [[User:OfficialWatchOS7Alt]] https://esolangs.org/w/index.php?diff=174823&oldid=174567 * OfficialWatchOS7Alt * (+77) 10:41:37 -!- Lord_of_Life has quit (Excess Flood). 10:46:02 -!- Lord_of_Life has joined. 11:09:29 -!- somefan has joined. 11:48:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:51:14 -!- tromp has joined. 11:55:28 -!- tromp has quit (Client Quit). 11:56:03 -!- somefan has quit (Remote host closed the connection). 11:56:10 -!- somefan has joined. 12:03:30 -!- tromp has joined. 12:16:27 [[Brainasm]] N https://esolangs.org/w/index.php?oldid=174824 * Mrtli08 * (+482) Created page with "BrainASM is an language that compiles to [[brainfuck]] and makes coding easier which allows bigger projects to be made. It also tracks the pointer position to make code dont corrupt. The compiler will assume the program starts at the first cell and the interpreter has w 12:21:19 [[Brainasm]] https://esolangs.org/w/index.php?diff=174825&oldid=174824 * Mrtli08 * (+321) 12:21:27 [[Brainasm]] https://esolangs.org/w/index.php?diff=174826&oldid=174825 * Mrtli08 * (+1) /* Instruction */ 12:21:48 [[Brainasm]] https://esolangs.org/w/index.php?diff=174827&oldid=174826 * Mrtli08 * (+1) 12:37:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 12:39:49 wtaf, why would firefox automatically reload a file:// url when I change that file? 12:40:49 (creating new tabs. and I don't even have that page open anymore...) 12:43:08 int-e: was it also used as a resource (eg. image or CSS or script) loaded from another page? 12:43:46 Ah, this is a user error, phew. 12:44:04 I must've hit something magical in emacs that auto-opens HTML on saving. 12:44:29 What an awful feature, but I blamed the wrong thing. 12:46:14 [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174828&oldid=173959 * I am islptng * (+610) 12:50:19 I have to write this down just to get it out of my head: 12:50:23 Eödermdrone: an incompatible variant of the Eodermdrone programming language. Vowel clusters like [aäeëiïoöuüyÿ][aeiou]+ stick together as a local name for a single vertex. Remove the tremas (double dot accents) before determining which strings in a statement refer to the same vertex. 12:50:46 No, that should be [aäeëiïoöuüyÿ][aeiouy]* 12:58:21 [[Brainasm]] https://esolangs.org/w/index.php?diff=174829&oldid=174827 * Mrtli08 * (+486) 13:05:20 -!- tromp has joined. 13:05:21 [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=174830&oldid=166649 * Yayimhere2(school) * (+396) 13:06:20 [[Basic Stack]] M https://esolangs.org/w/index.php?diff=174831&oldid=166099 * Nguyendinhtung2014 * (+1) 13:06:50 [[User talk:Mc20000]] N https://esolangs.org/w/index.php?oldid=174832 * Mrtli08 * (+5) Created page with "hello" 13:06:56 [[User talk:Mc20000]] https://esolangs.org/w/index.php?diff=174833&oldid=174832 * Mrtli08 * (+84) 13:10:39 [[Text]] https://esolangs.org/w/index.php?diff=174834&oldid=174776 * Ais523 * (-5531) remove examples with potential copyright problems (especially as this page shouldn't be used as a repository for storing arbitrary text) and fix the FizzBuzz to be the canonical version 13:14:06 [[IMAGERY]] https://esolangs.org/w/index.php?diff=174835&oldid=174656 * Ais523 * (-904) undo the latest sequence of edits a) changes to a page describing a language shouldn't change the described language unless you have some reason to think that the language itself actually did change (otherwise you're just being inaccurate), b) adding text into the sections is mo 13:15:09 [[Bbtos]] https://esolangs.org/w/index.php?diff=174836&oldid=174638 * Ais523 * (-12) Undo revision [[Special:Diff/174638|174638]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) do not change a page describing a language to change the language it describes, unless you have some reason to think the language itself has changed (otherwi 13:19:41 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=174837&oldid=172911 * Mrtli08 * (+168) 13:24:54 -!- jinn6 has quit (Ping timeout: 244 seconds). 13:24:56 [[List of quines]] https://esolangs.org/w/index.php?diff=174838&oldid=174661 * Ais523 * (+284) remove constant languages from this list, because otherwise we'd have to list all of them, and simply mention that any constant-output language has exactly one quine also float the TOC because the table of contents takes up too much space otherwise 13:26:38 -!- jinn6 has joined. 13:26:55 [[NameError without a quine with a quine without a quine with a quine without a quine with a quine]] https://esolangs.org/w/index.php?diff=174839&oldid=174643 * Ais523 * (-533) "this language also has a long name" isn't really a reason to link it in the lede (and in general, having a long name isn't an interesting property of an esolang) 13:31:27 [[]] https://esolangs.org/w/index.php?diff=174840&oldid=174648 * Ais523 * (+23) translate lede to English (which will be more useful for many readers than Simplified Chinese will be), and fix the information in it (it was linking to the wrong language) 13:32:42 [[AMONGUSISABIGSUSSYBAKAHAHAHAHAHATHISLANGUAGEISREALLYCOOLPLEASEUSEITMYLIFEDEPENDSONITORELSEPLSPLSPLSPLSPLSPLSPLSkahyghdfhm]] https://esolangs.org/w/index.php?diff=174841&oldid=174650 * Ais523 * (-385) Undo revision [[Special:Diff/174650|174650]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) offtopic to the wiki and irrelevant to t 13:33:17 [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Qazwsxplm/frogs]]": archiving vandalism is not a sensible use of a userpage 13:34:14 [[Special:Log/delete]] delete * Ais523 * deleted "[[File:MEGA****S.jpg]]": hoax esolang command there's no evidence that this command existed in someone else's language 13:35:34 [[99 bottles of beer]] https://esolangs.org/w/index.php?diff=174842&oldid=174658 * Ais523 * (-1284) Undo revision [[Special:Diff/174658|174658]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) please don't duplicate information on the page, the original program can still be viewed via copy-and-paste or horizontal scrolling (we could 13:36:21 [[List of ideas]] https://esolangs.org/w/index.php?diff=174843&oldid=174662 * Ais523 * (+4) Undo revision [[Special:Diff/174662|174662]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) I doubt this was the original author's motivation (and being only five letters long and pronounceable you'd expect the name to also be used elsewhere) 13:39:06 [[FURscript]] https://esolangs.org/w/index.php?diff=174844&oldid=174785 * Ais523 * (-1) Undo revision [[Special:Diff/174785|174785]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) vandalism, the purpose of this wiki is to document esoteric programming languages, if you change the documentation to change the way a command is written 13:39:46 [[Minimal assembly language]] https://esolangs.org/w/index.php?diff=174845&oldid=174786 * Ais523 * (-21) Undo revision [[Special:Diff/174786|174786]] by [[Special:Contributions/Qazwsxplm|Qazwsxplm]] ([[User talk:Qazwsxplm|talk]]) this was irrelevant content that does not improve the page 13:41:03 [[Constant-output language]] N https://esolangs.org/w/index.php?oldid=174846 * Ais523 * (+31) Redirected page to [[Constant language]] 13:49:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 13:54:42 [[Bbtos]] https://esolangs.org/w/index.php?diff=174847&oldid=174836 * PkmnQ * (+12) This one seems fine 13:56:37 [[Text]] https://esolangs.org/w/index.php?diff=174848&oldid=174834 * PkmnQ * (-14) /* Development of a compiler */ Remove leading spaces from a few compilers 13:59:37 [[TxeT]] M https://esolangs.org/w/index.php?diff=174849&oldid=174787 * PkmnQ * (+1) 14:02:01 [[Language list]] https://esolangs.org/w/index.php?diff=174850&oldid=174730 * Mc20000 * (+16) /* B */ add boxedlang 14:03:54 [[Bbtos]] https://esolangs.org/w/index.php?diff=174851&oldid=174847 * Dragoneater67 * (-11) /* Commands */ formatting code blocks does not change anything 14:05:58 [[TxeT]] https://esolangs.org/w/index.php?diff=174852&oldid=174849 * Dragoneater67 * (+36) /* Quine */ add polyglot quine 14:14:30 [[User:Mc20000/vector.css]] N https://esolangs.org/w/index.php?oldid=174853 * Mc20000 * (+1805) Created page with "/* ===== Global ===== */ html, body { background: #0e0e11 !important; color: #e6e6eb !important; } /* Main content */ #content, .mw-body, #mw-content-text { background: #0e0e11 !important; color: #e6e6eb !important; } /* Headings */ h1, 14:15:26 [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174854&oldid=174797 * Mc20000 * (+43) 14:15:40 [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174855&oldid=174854 * Mc20000 * (+5) 14:18:37 [[Special:Log/upload]] upload * Mc20000 * uploaded "[[File:Boxey.png]]" 14:21:43 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174857&oldid=174802 * Mc20000 * (+62) add mascot 14:22:32 [[File:Boxey.png]] https://esolangs.org/w/index.php?diff=174858&oldid=174856 * Mc20000 * (+28) 14:22:35 [[Talk:BoxedLANG]] N https://esolangs.org/w/index.php?oldid=174859 * Mrtli08 * (+99) Created page with "we need syntax --~~~~" 14:26:04 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174860&oldid=173413 * Mrtli08 * (-1024) Replaced content with "==gonna try executing the code==" 14:26:11 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174861&oldid=174860 * Mrtli08 * (-32) /* gonna try executing the code */ 14:28:21 [[Special:Log/move]] move * Aadenboy * moved [[New File Extensions]] to [[List of esolang file extensions]]: proper name 14:31:18 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174864&oldid=174857 * Mc20000 * (+31) 14:31:32 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174865&oldid=174864 * Mc20000 * (+2) 14:32:18 [[List of esolang file extensions]] https://esolangs.org/w/index.php?diff=174866&oldid=174862 * Aadenboy * (-18) wip template 14:33:41 [[User talk:Mrtli08]] https://esolangs.org/w/index.php?diff=174867&oldid=173853 * Mc20000 * (+91) 14:34:43 [[Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174868&oldid=174756 * Yayimhere2(school) * (+2) /* Going to an spesific adress */ 14:34:46 -!- impomatic has joined. 14:34:49 [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174869&oldid=174855 * Mc20000 * (+30) 14:35:58 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174870&oldid=174865 * Mc20000 * (+1) 14:53:21 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174871&oldid=174859 * Dragoneater67 * (+364) 14:53:42 [[Talk:BoxedLANG]] M https://esolangs.org/w/index.php?diff=174872&oldid=174871 * Dragoneater67 * (+0) 14:54:02 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174873&oldid=174872 * Dragoneater67 * (+5) 14:54:31 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174874&oldid=174873 * Dragoneater67 * (+0) stupid cache 14:56:36 -!- Yayimhere has joined. 14:56:43 halloooo! 14:57:36 -!- amby has joined. 15:05:57 hi 15:06:07 [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174875&oldid=174828 * I am islptng * (+49) 15:11:59 hi somefan! 15:15:00 [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174876&oldid=174875 * I am islptng * (+76) 15:19:23 [[Brain-os source code (not an esolang but an esolang-built OS)]] M https://esolangs.org/w/index.php?diff=174877&oldid=174868 * Dragoneater67 * (+26) /* Going to an spesific adress */ corrections and style changes 15:20:50 Hi 15:21:02 Hi APic, whattup 15:21:34 The Sky 15:21:37 ☺ 15:21:43 Playing NetHack4 because Full Moon 15:21:50 → +1 Luck Bonus 😌 15:21:55 Yayimhere: And in Your Dimensions? 15:26:33 cool! 15:26:55 APic: currently im just working on some art, though soon I m going to get back to working on Cirt e mys 15:28:56 [[Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174878&oldid=174877 * Dragoneater67 * (+28) /* Going to an specific address */ 15:29:15 insanely enough, working on cirt e mys is now a school work thing 15:29:21 technically only though 15:33:38 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174879&oldid=174861 * Dragoneater67 * (+870) new address layout proposal 16:03:11 [[List of esolang file extensions]] https://esolangs.org/w/index.php?diff=174880&oldid=174866 * Aadenboy * (+249) lede + my languages 16:16:09 [[Countable]] https://esolangs.org/w/index.php?diff=174881&oldid=173096 * Aadenboy * (+0) fix example 16:16:30 I really wonder what this "Lede" language is 16:18:02 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174882&oldid=174879 * Yayimhere2(school) * (+276) /* Address layout? */ 16:21:07 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174883&oldid=174882 * Yayimhere2(school) * (+266) 16:53:43 -!- somefan has quit (Remote host closed the connection). 16:53:52 -!- somefan has joined. 16:54:23 -!- Yayimhere has quit (Quit: Client closed). 16:59:26 -!- lynndotpy60936 has quit (Quit: bye bye). 17:00:31 -!- lynndotpy60936 has joined. 17:06:21 [[Monky]] https://esolangs.org/w/index.php?diff=174884&oldid=174751 * Menguinponky * (+176) 17:07:38 [[Monky]] https://esolangs.org/w/index.php?diff=174885&oldid=174884 * Menguinponky * (-7) 17:30:48 [[99 bottles of beer]] https://esolangs.org/w/index.php?diff=174886&oldid=174842 * Aadenboy * (+1828) /* Countable */ add [[Countable]] 17:31:04 [[99 bottles of beer]] https://esolangs.org/w/index.php?diff=174887&oldid=174886 * Aadenboy * (+17) rectwrap 17:33:15 [[99 bottles of beer]] M https://esolangs.org/w/index.php?diff=174888&oldid=174887 * Aadenboy * (+6) /* Countable */ 17:53:11 [[User talk:Mrtli08]] https://esolangs.org/w/index.php?diff=174889&oldid=174867 * Mrtli08 * (+222) 18:01:03 [[Factorial]] https://esolangs.org/w/index.php?diff=174890&oldid=172592 * Aadenboy * (+109) add [[Iterate]] and redo [[Trampolines]] 18:26:45 -!- tromp has joined. 18:42:28 [[Turing tarpit]] https://esolangs.org/w/index.php?diff=174891&oldid=173098 * Aadenboy * (+36) /* Survey */ note on [[QX]] 18:44:42 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174892&oldid=174883 * Mrtli08 * (+46) 18:45:37 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174893&oldid=174892 * Mrtli08 * (+120) /* Someone please make an function for x==0 */ 18:50:13 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174894&oldid=174893 * Yayimhere2(school) * (+47) /* Someone please make an function for x==0 */ 18:52:06 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174895&oldid=174894 * Mrtli08 * (+218) 19:05:54 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174896&oldid=174895 * Corbin * (+148) I stubbed an article on that! 19:08:08 [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=174897&oldid=174896 * Mrtli08 * (+138) 19:17:01 [[Talk:Rail (data structure)]] N https://esolangs.org/w/index.php?oldid=174898 * Blashyrkh * (+267) /* Now I know how it's called */ new section 19:18:59 [[Talk:Rail (data structure)]] https://esolangs.org/w/index.php?diff=174899&oldid=174898 * Corbin * (+275) /* Now I know how it's called */ 19:33:36 [[Monky]] https://esolangs.org/w/index.php?diff=174900&oldid=174885 * Menguinponky * (-3) 19:35:45 [[Monky]] https://esolangs.org/w/index.php?diff=174901&oldid=174900 * Menguinponky * (+17) 19:37:48 [[Monky]] https://esolangs.org/w/index.php?diff=174902&oldid=174901 * Menguinponky * (+42) 19:40:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:42:08 -!- Lord_of_Life has quit (Ping timeout: 240 seconds). 19:42:16 -!- Lord_of_Life_ has joined. 19:45:07 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:53:25 -!- tromp has joined. 21:41:55 -!- impomatic has quit (Quit: Client closed). 22:02:37 G'Night 22:04:38 -!- somefan has quit (Remote host closed the connection). 22:04:45 -!- somefan has joined. 22:12:59 -!- somefan has quit (Remote host closed the connection). 22:13:06 -!- somefan has joined. 23:14:28 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174903&oldid=174775 * A() * (+27) 23:22:34 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174904&oldid=174903 * A() * (+94) 23:26:29 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174905&oldid=174904 * A() * (+2) /* Double */ 23:39:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:41:03 [[StupidSentences]] https://esolangs.org/w/index.php?diff=174906&oldid=174905 * A() * (+111) 23:57:45 -!- Sgeo has joined. 2026-02-03: 00:34:11 -!- aadenboy has joined. 00:36:11 hello! 00:39:58 aadenboy: Hi! 00:40:13 first time using an irc client :O 00:40:58 No worries. Hopefully not your last. 00:41:33 don't plan on it being! 00:41:48 I don't* 01:01:32 [[Better-machine]] https://esolangs.org/w/index.php?diff=174907&oldid=174821 * PrySigneToFry * (+136) 01:03:01 [[Bbtos]] https://esolangs.org/w/index.php?diff=174908&oldid=174851 * PrySigneToFry * (+14) Format fix. It might be a bit unnecessary, and I'm not sure if it will work. 01:31:19 -!- aadenboy has quit (Ping timeout: 260 seconds). 01:48:01 [[Special:Log/newusers]] create * Ljcool2006 * New user account 01:58:07 [[User:RainbowDash]] https://esolangs.org/w/index.php?diff=174909&oldid=172105 * RainbowDash * (+57) luck ball 01:58:18 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174910&oldid=174796 * Ljcool2006 * (+224) /* Introductions */ 01:58:31 [[Lucky Ball]] M https://esolangs.org/w/index.php?diff=174911&oldid=174752 * RainbowDash * (+8) year 02:16:02 -!- amby has 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). 02:29:46 [[User:RainbowDash]] https://esolangs.org/w/index.php?diff=174912&oldid=174909 * Aadenboy * (-2) change table size to 100% to fit 03:03:28 -!- aadenboy has joined. 03:04:01 -!- aadenboy has quit (Client Quit). 03:14:22 -!- aadenboy has joined. 03:14:54 that was a mess 03:15:10 hello, aadenboy!! 03:15:20 hi! 03:27:59 -!- cactushead has quit (Ping timeout: 260 seconds). 03:31:23 -!- cactushead has joined. 03:41:05 [[User:Tommyaweosme]] https://esolangs.org/w/index.php?diff=174913&oldid=172256 * Tommyaweosme * (-340) 04:02:40 -!- Guest97 has joined. 04:03:13 -!- Guest97 has quit (Client Quit). 04:29:56 [[40]] N https://esolangs.org/w/index.php?oldid=174914 * Tommyaweosme * (+18139) Created page with "40 is a programming challenge with an extremely long name. As the input gets higher, it puts more stress on the compiler. Its full name is: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 04:31:39 [[40]] https://esolangs.org/w/index.php?diff=174915&oldid=174914 * Tommyaweosme * (+33) 04:44:59 -!- aadenboy has quit (Ping timeout: 244 seconds). 04:47:36 [[40]] M https://esolangs.org/w/index.php?diff=174916&oldid=174915 * PkmnQ * (+5) /* Rules */ 05:00:26 -!- aadenboy has joined. 05:07:13 -!- aadenboy has quit (Ping timeout: 264 seconds). 05:20:22 [[User:Mc20000/vector.css]] https://esolangs.org/w/index.php?diff=174917&oldid=174853 * Mc20000 * (+675) 05:21:04 [[User:Mc20000/vector.css]] https://esolangs.org/w/index.php?diff=174918&oldid=174917 * Mc20000 * (-664) 05:21:55 -!- somefan has quit (Remote host closed the connection). 05:28:44 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174919&oldid=174870 * Mc20000 * (+99) 05:29:07 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174920&oldid=174919 * Mc20000 * (+5) 05:30:55 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174921&oldid=174810 * None1 * (+230) /* Commands */ 05:32:28 [[Talk:Brainfuck extensions]] N https://esolangs.org/w/index.php?oldid=174922 * None1 * (+435) Created page with "==Why is [[Motherf]] object oriented?== The table says that Motherf is object oriented, but I didn't see a command with something to do with objects or types. --~~~~" 05:34:05 [[User:None1/InDev]] M https://esolangs.org/w/index.php?diff=174923&oldid=174921 * None1 * (+5) /* Commands */ Escape | so that it works correctly 05:40:23 -!- ehmry has quit (Ping timeout: 260 seconds). 06:36:44 [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=174924&oldid=174760 * Salpynx * (+152) /* Examples */ Truth machine 06:41:08 [[Ring-around-the-Rosie]] M https://esolangs.org/w/index.php?diff=174925&oldid=174924 * Salpynx * (+0) /* Truth machine */ minor fix: no newline after repeating 1s 07:06:26 -!- Sgeo has quit (Read error: Connection reset by peer). 07:14:26 [[Monky]] https://esolangs.org/w/index.php?diff=174926&oldid=174902 * Menguinponky * (+50) 07:16:41 [[Monky]] https://esolangs.org/w/index.php?diff=174927&oldid=174926 * Menguinponky * (+69) 07:19:00 -!- tromp has joined. 07:25:08 [[Monky]] https://esolangs.org/w/index.php?diff=174928&oldid=174927 * Menguinponky * (+226) 07:25:58 [[Monky]] https://esolangs.org/w/index.php?diff=174929&oldid=174928 * Menguinponky * (+0) 07:36:09 -!- olus2000 has joined. 07:36:54 -!- Maze has joined. 07:37:40 and now you can ask here 07:37:55 [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=174930&oldid=174925 * Salpynx * (+660) /* Examples */ control the flow 07:45:35 -!- olus2000 has left. 07:48:31 [[User:Mazedotexe]] https://esolangs.org/w/index.php?diff=174931&oldid=128808 * Mazedotexe * (-499) Replaced content with "hello! this account should be deleted soon :)" 07:49:11 hi, would any wiki admins be able to delete that account Mazedotexe on esolangs.org? I don't have any use for it now, I made it almost two years ago with the intention of creating an esolang that I never got the motivation to finish 07:49:28 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174932&oldid=8100 * PrySigneToFry * (+125) /* History version of Lambda calculus? */ new section 08:01:17 [[Monky]] https://esolangs.org/w/index.php?diff=174933&oldid=174929 * Menguinponky * (+194) 08:12:19 [[Monky]] https://esolangs.org/w/index.php?diff=174934&oldid=174933 * Menguinponky * (+193) 08:16:55 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174935&oldid=174932 * Blashyrkh * (+192) /* History version of Lambda calculus? */ 08:21:11 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174936&oldid=174935 * PrySigneToFry * (+107) 08:21:41 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174937&oldid=174936 * PrySigneToFry * (+1) /* History version of Lambda calculus? */ Fixing Reference Error 08:26:08 -!- Maze has quit (Quit: Client closed). 08:27:33 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174938&oldid=174937 * Blashyrkh * (+372) /* History version of Lambda calculus? */ 08:28:32 [[Talk:Lambda calculus]] M https://esolangs.org/w/index.php?diff=174939&oldid=174938 * Blashyrkh * (+2) 08:30:30 [[Monky]] https://esolangs.org/w/index.php?diff=174940&oldid=174934 * Menguinponky * (+4) 08:34:24 [[Monky]] https://esolangs.org/w/index.php?diff=174941&oldid=174940 * Menguinponky * (+31) 09:54:17 defjam:Hi 09:54:25 s/defjam:// 09:56:34 [[Monky]] https://esolangs.org/w/index.php?diff=174942&oldid=174941 * Menguinponky * (+36) 10:04:21 [[Monky]] https://esolangs.org/w/index.php?diff=174943&oldid=174942 * Menguinponky * (-1) 10:10:31 [[Monky]] https://esolangs.org/w/index.php?diff=174944&oldid=174943 * Menguinponky * (+211) 10:18:35 [[Ring-around-the-Rosie]] M https://esolangs.org/w/index.php?diff=174945&oldid=174930 * Salpynx * (+88) formatting 10:41:02 [[Monky]] https://esolangs.org/w/index.php?diff=174946&oldid=174944 * Menguinponky * (+6) 11:47:58 [[Bimo roasting language]] https://esolangs.org/w/index.php?diff=174947&oldid=172832 * RikoMamaBala * (-33) 11:51:50 [[Trithemius]] https://esolangs.org/w/index.php?diff=174948&oldid=153217 * Wound theology * (+786) /* Syntax */ 11:55:14 [[Bimo roasting language]] https://esolangs.org/w/index.php?diff=174949&oldid=174947 * RikoMamaBala * (+384) /* Examples */ 11:58:08 -!- ais523 has joined. 12:12:59 -!- somefan has joined. 12:18:30 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174950&oldid=174874 * Mrtli08 * (+171) 12:41:02 -!- somefan has quit (Remote host closed the connection). 12:43:44 [[The Processor Collection]] N https://esolangs.org/w/index.php?oldid=174951 * Mrtli08 * (+607) Created page with "(NOTE: Anyone can contirbute.) The Processor Collection is an esolang that behaves like an CPU, but with ... bits of data and program memory and ... bits of command data. It has multiple variants and to open one variant, at the start of the code there mu 12:44:00 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=174952&oldid=174951 * Mrtli08 * (-12) 12:44:44 -!- somefan has joined. 12:45:29 [[Talk:Bimo roasting language]] N https://esolangs.org/w/index.php?oldid=174953 * Mrtli08 * (+117) Created page with "nice idea even if we are in 2026 --~~~~" 12:48:31 -!- somefan has quit (Read error: Connection reset by peer). 12:49:12 -!- somefan has joined. 13:03:47 -!- ais523 has quit (Quit: quit). 13:10:35 -!- ais523 has joined. 13:11:12 -!- somefan has quit (Quit: i quit). 13:11:26 -!- somefan has joined. 13:58:12 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=174954&oldid=174952 * PrySigneToFry * (+284) 13:58:38 [[The Processor Collection]] M https://esolangs.org/w/index.php?diff=174955&oldid=174954 * PrySigneToFry * (-26) 14:21:00 [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174956&oldid=174876 * I am islptng * (+86) 14:49:51 -!- impomatic has joined. 14:52:43 -!- somefan has quit (Ping timeout: 255 seconds). 15:07:38 -!- ais523 has quit (Quit: quit). 15:23:00 -!- ehmry has joined. 15:38:38 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=174957&oldid=174955 * Corbin * (+26) Tag as user-edited. 15:40:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:41:02 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174958&oldid=174939 * Corbin * (+148) /* History version of Lambda calculus? */ 16:06:33 [[Monky]] https://esolangs.org/w/index.php?diff=174959&oldid=174946 * Menguinponky * (+20) 16:08:12 -!- ais523 has joined. 16:09:35 -!- tromp has joined. 16:10:56 [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174960&oldid=174464 * Aadenboy * (-42) irc 16:38:33 [[Implied]] N https://esolangs.org/w/index.php?oldid=174961 * Aadenboy * (+1714) ] 16:43:00 -!- amby has joined. 16:43:16 [[Implied]] https://esolangs.org/w/index.php?diff=174962&oldid=174961 * Aadenboy * (+32) 17:12:29 [[Implied]] https://esolangs.org/w/index.php?diff=174963&oldid=174962 * Aadenboy * (+131) 17:13:16 [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174964&oldid=174960 * Aadenboy * (+107) add [[Implied]] 17:15:08 -!- impomatic has quit (Quit: Client closed). 17:18:47 [[User:Aadenboy/randomesolang]] https://esolangs.org/w/index.php?diff=174965&oldid=172424 * Aadenboy * (+12) add [[Implied]] 17:19:32 -!- impomatic has joined. 17:21:52 [[Implied]] M https://esolangs.org/w/index.php?diff=174966&oldid=174963 * Aadenboy * (-22) /* NOT gate */ shorten 17:40:34 [[Implied]] M https://esolangs.org/w/index.php?diff=174967&oldid=174966 * Aadenboy * (+10) verbose category name... 17:44:45 -!- ais523 has quit (Quit: quit). 18:06:15 -!- ais523 has joined. 18:12:25 [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174968&oldid=174958 * Yayimhere2(school) * (+14) /* History version of Lambda calculus? */ 18:13:16 -!- Yayimhere has joined. 18:13:48 hello! 18:14:10 hi Yayimhere 18:14:22 hi ais523 18:14:25 how are you doing 18:14:29 is the sleep better now? 18:14:57 the sleep is still a mess, I have been falling over and dropping things today 18:15:09 which may be a sign of extreme tiredness or may just be lack of dexterity generally 18:15:55 perhaps 18:16:12 it could ofcourse be a combinaiton of both 18:16:58 Falling over is not a good sign. 18:18:12 it really isnt 18:18:37 korvo: at least for me it's fairly common, I have medically diagnosed balance issues 18:19:08 [[Implied]] https://esolangs.org/w/index.php?diff=174969&oldid=174967 * Aadenboy * (+86) /* Constructions */ more constructions 18:19:16 I went through several years of training to try to remedy them when I was younger, and now I can normally balance successfully if I'm walking/jogging, but it is still hard to stay upright when standing still 18:19:42 so randomly falling over is less concerning when it's me than when someone else does it 18:19:52 -!- amby has quit (Ping timeout: 244 seconds). 18:20:11 even so, I suspect it happens more often when I'm tired (if I'm alert I can catch that it might happen and put effort into consciously balancing in order to avoid that problem) 18:20:34 the irony is that I'm fairly good at consciously balancing, probably due to having had so much practice at it (this isn't something that most people ever normally need to do) 18:21:32 Ah. That's rough. I had a family member with permanent inner-ear issues, so I can understand a little. 18:21:59 -!- amby has joined. 18:23:22 ais523: ah. Though its sad, atleast it explains a little more 18:23:35 there are definitely worse disorders to have 18:24:34 that is true 18:26:31 -!- amby has quit (Ping timeout: 240 seconds). 18:27:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:28:25 Getting to the point with Rust where I know that inserting an & will work, but I cannot explain why. 18:28:41 I guess thats a good thing 18:28:50 -!- Yayimhere has quit (Quit: Client closed). 18:29:25 Kind of. I'm reminded of a Penny Arcade where one of the stages of enjoying Wakfu is learning French. 18:29:46 -!- Yayimhere has joined. 18:31:39 korvo: I think some of Rust's design decisions, especially related to references, make it needlessly difficult to learn 18:32:13 in many cases, there are basically two syntax choices: one of them is explicit and verbose, the other states the common case implicitly 18:32:40 -!- amby has joined. 18:32:50 Rust usually uses the latter, which leads to code that looks simple when you're starting out (thus not automatically scaring off beginners) and when you're experienced you can desugar it in your head, but in between it's really confusing because it's inconsistent with the other things you're learning 18:33:37 annoyingly, this may have been the right decision (but I hate the fact that it probably was the right decision) 18:33:55 mayhaps so 18:34:11 ais523: Also, statically-typed parser libraries are necessarily rigid and have some sort of weird boxing. I'm trying to figure out how to scrape out the parser results into an AST and I'm currently here: https://bpa.st/LUTQ 18:34:13 im very happy that aadenboy has joined the IRC 18:34:33 Gotta unwrap two boxes per token. 18:35:35 korvo: an enum that holds references to itself is unusual, because it means that something else has to own the entirety of the tree whilst being unable to access it itself 18:36:15 in particular it is very hard to return it from a function, because nothing's controlling the lifetime of the returned reference 18:36:45 Oh, is plumbing the lifetimes not going to work? It's worked so far, including taking slices of the parsed input, and pest's docs told me that it's a good style. 18:37:01 in practice ASTs normally use either Box (i.e. the AST owns its own branches) or Rc (the branches are reference-counted so you don't need to track an explicit owner) 18:37:14 Otherwise, it's okay if I can't really put any state on the AST. I'm just going to immediately walk it twice, first for names and second for codegen. 18:37:22 it does work in special cases 18:38:01 you can't normally return the resulting things from functions if you do that, unless you write your own allocator and the lifetime you're plumbing is that of the allocator 18:38:23 but sometimes your code doesn't require you to do any function returns (e.g. if you write the whole thing in continuation passing style) 18:38:29 It's really too bad that OCaml's Unicode support isn't up to snuff. Maybe I'll just use Rc. 18:39:03 just using Rc is the equivalent of how it would work in OCaml 18:39:16 VixenValue and VixenKeyword are mutually recursive without a reference, you defined a type that includes itself inline 18:39:28 (OCaml uses tracing garbage collection rather than reference-counting, but from the programmer's point of view it's much the same) 18:39:41 misread, ignore 18:39:54 sorear: VixenValue includes VixenKeyword via a Vec, which is enough of a reference to avoid the infinite size 18:40:30 yes, too much punctuation and I missed that 18:41:08 arena pattern is pretty common which would use lifetimes like this, but more likely to use a slice instead of a vec 18:41:20 yes, this sort of lifetime plumbing does work with arenas 18:41:32 but if everything is owned you don't have lifetimes in the types at all 18:42:42 it's hard to give feedback on because it isn't automatically wrong, it just needs you to do something weird in the rest of the code to make it work, like using an allocator in which all deallocations are simultaneous (e.g. the arena method) or writing the program in continuation passing style 18:44:26 actually it might be automatically wrong because of the Vec? a unary containing a keyword has an &'a Vec> which is a permaborrow and that means it's impossible to run Vec's destructor 18:44:51 TBH this wasn't even what I was thinking about. The shape of the structs is directly from the Raku version of the compiler. Rc'ing them is not a big deal and still allows me to approach my goal of having the Rust version resemble the Raku version. 18:44:52 unless the reference is actually a reborrow (which it would be in the continuation-passing-style case) 18:44:56 [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174970&oldid=174964 * Aadenboy * (+0) fix text opacity 18:45:20 using Rc for the recursive calls will be much easier (you can still use the lifetime for the strs) 18:45:25 err, recursive data types 18:45:40 or Box if you don't need to be able to clone them cheaply 18:45:49 I was complaining about what happens on line 45 when I didn't take a reference. I originally wrote `|p| p.as_str()[1..]` because I was thinking, naively, that I all I wanted to do was convert the token to a str and slice off the first character, which is a constant prefix. 18:46:01 (you can still clone Boxes, it just needs to do a deep copy which can be slow) 18:46:35 korvo: oh, this is a bit of syntax that's the same in almost all languages and I disagree with all of them 18:46:42 slicing a reference produces a place, not a reference 18:47:07 Rust does that for consistency with C and C++ but I think they get it wrong too 18:47:46 (the reason, I think, is that people want to be able to write a = b[c] rather than a = *b[c]) 18:48:26 Yeah. Similarly, C blessed the -> macro a long time ago. Anyway, this is the error message that rustc gave me; it took me a few minutes to really understand: https://bpa.st/QUMQ 18:48:38 -!- tromp has joined. 18:48:50 I'll give it credit for correctly pointing out *where* mistake, but not *what* mistake. 18:49:16 this deserves a bug report I think 18:49:45 Rust's error messages got so good due to people bug-reporting these things one at a time 18:49:51 let me try to make an MCVE 18:49:58 Heh, it's like Kinger. "I may not know what is error, or who is error, or when is error, or why is error, but I do know *where* is error!" 18:50:14 lol 18:52:53 -!- impomatic has quit (Quit: Client closed). 18:54:40 I have an old gcc error report about a C++-specific error message 18:55:10 the compiler knew where the error is, but got confused about how to communicate it 18:56:14 Also, pest's interface is very hard to actually think about. They have a Pair struct for a start/end pair of tokens, and a Pairs struct which is an Iterator of Option. I get that it's for zero-copy, but it makes my fingerbones want to vibrate out of my hands. 19:09:33 -!- aadenboy has joined. 19:09:40 heya 19:09:52 eyyy aadenboy! 19:10:01 whattup? 19:10:07 currently lunch atm 19:10:14 cool 19:10:20 we have very different timezones 19:10:26 (currently its 21.10) 19:10:35 11:10 over here 19:11:23 aadenboy: Are you in PST/PDT too, or in EMEA? 19:11:37 pst/pdt 19:11:45 It's a cold sunny day here in Oregon. 19:12:06  similar in washington 19:14:49 -!- aadenboy has quit (Quit: Client closed). 19:15:35 -!- Yayimhere has quit (Ping timeout: 272 seconds). 19:20:47 korvo: https://github.com/rust-lang/rust/issues/152064 19:21:03 -!- aadenboy has joined. 19:28:26 ais523: Thanks! Commented and followed. 19:30:07 -!- aadenboy has quit (Quit: Client closed). 19:30:52 -!- aadenboy has joined. 19:31:05 gonna pop off chatting for now; lunch is ending 19:31:52 will be reading though since the entire esolangs.org domain is unblocked 19:32:03 -!- aadenboy has quit (Client Quit). 19:32:47 -!- impomatic has joined. 19:36:36 -!- somefan has joined. 19:41:59 -!- Lord_of_Life_ has joined. 19:42:49 -!- Lord_of_Life has quit (Ping timeout: 246 seconds). 19:43:20 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:48:52 Also, pest's interface is very hard to actually think about. ← I feel like people often aim for zero-copy without understanding what they're giving up in return – if the things you're copying would be small enough, just copying them is often more efficient than jumping through the hoops that you need to avoid copying them 19:49:39 although, in parsers, there is a non-performance-related reason to zero-copy: having references into the original allows you to reconstruct the relevant spans in the original, for giving line numbers to error messages and the like 19:49:40 Yes! 19:49:58 Also yes. 19:50:29 zerocopy in parsers that don't need the span information is weird because the performance depends a lot on what you're parsing – if you have lots of long unescaped string literals it helps, otherwise it hurts 19:50:53 but the "lots of long unescaped string literals" is a fairly common case (not in programming languages but in file formats) 19:51:54 Yep. The pest book discusses this, but their JSON example is short enough that I'd just read that instead: https://github.com/pest-parser/book/blob/master/examples/json-parser/src/main.rs 19:52:14 They explicitly say that the caller would have to do unescaping themselves in a separate pass. 19:53:09 this makes me think that a sensible file format would use length-prefixed strings rather than trying to escape them… 19:53:20 that isn't very good for human-written files, though 19:54:37 and now I'm thinking about how the performance-optimal way to do length-prefixed strings in a parser (escaped or unescaped) would be to parse them lazily, so that you don't have to load them into memory once to parse them and again to use them 19:55:02 (which implies that "zero-copy" is a bad name, as it's actually half a copy – you still have to do the read, just not the write) 19:55:30 OK, maybe ⅓ of a copy because most modern processors are twice as fast as reading as they are at writing 19:58:43 Pannenkoek would approve. 20:01:00 -!- somefan has quit (Quit: i quit). 20:01:21 -!- somefan has joined. 20:12:53 zero-copy makes more sense if you're in a parser like that of a compiler where you'll probably have to print error messages with location information so you have to keep the locations even if you are copying the contents too 20:14:23 or write the location information into debugging information for stack traces or an interactive debugger later 20:20:53 [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=174971&oldid=174945 * Salpynx * (+1562) random walk variant, and computational class 20:20:56 fwiw, my current plan for this sort of thing is to assign a unique number to every byte in every file (by choosing a number for the start of each file in such a way that there are no conflict) 20:21:14 then just store spans using the numbers, rather than having separate file/line/character fields 20:22:22 in the cases where you do need line number info (e.g. for debug information or error messages) you can work it out retrospectively (perhaps have an index mapping line/file numbers to byte numbers_ 20:26:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:27:48 ais523: sure. it gets ugly if you want to give a full tree through includes and defines for where the token out from the preprocessor came from, but usually compilers don't try to do that. 20:28:35 I think most languages that have macros want to be able to give error messages and debug information referencing them – and debug information needs to be able to see inside functions inlined from a different file, too 20:30:09 sure, in the common case, but it can get very ugly if you abuse macros in a nasty way, where you include files multiple times, expand the name of another macro, or expand the opening and closing parenthesis for a macro call from different macros so you can't even easily pinpoint where the macro call is happening 20:31:15 ah, I see – the things I'm writing parsers for don't normally want to be able to include files twice and treat the two as different 20:31:17 -!- tromp has joined. 20:40:58 Text formats such as JSON will have escaping so that it cannot really avoid a copy nor avoid the conversion. Binary formats are different, although they have their own differences with advantages and disadvantages. 20:41:59 PostScript binary format is not as compact as some others but copying and searching is not needed; you can find the data item without needing to search linearly, although it also cannot effectively be read linearly. 20:42:47 DER format is more compact but still includes type and other information so that it can be read without the schema, and requires linear reading, but you can avoid copying the data. 20:43:04 The length prefix allows you to skip past any item you do not care about, though. 20:44:01 However, regardless of this, sometimes there is a situation e.g. you will want to add a prefix or suffix when using it, such as null termination. Sometimes you will be able to do this by partially changing it temporarily and then changing it back, but sometimes this does not work well. 20:45:03 right, it wouldn't work well when reading from a file because the kernel would have to make two copies of the file's contents, one for the original version and one for the temporarily changed version (in case the program was killed by a signal in the middle of the change) 20:45:24 or at least of the page you were changing 20:47:06 Yes, that is one situation (although I would think transactional file access would be better for many reasons) 20:47:58 [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174972&oldid=174970 * Aadenboy * (-38) /* Quanta */ update to point to new documentation location. hopefully I'll work on it more this way? 20:52:51 so as long as your preprocessing is powerful (like Turing-complete) there's no easy way for the compiler to prove what the preprocessed program is short of providing a full trace. and it's not just C-like preprocessors, in modern languages you may have a complicated computation that determines what type something is and a type error can depend on that. 20:53:04 a/complicated computation/complicated compile-time computation/ 20:55:32 Rust's macro system is interesting in that the macro gets to state which file/line/character each of the resulting tokens comes from 20:56:09 if you want your procedural macro to be able to return syntax errors, the current way to do it is to expand to a use of the syntax_error!() macro but set its line number information to that of the place where you found the error 20:57:29 The Subtyping Machine was news because before that you hadn't known that Java was like that; C++03 was known to be able to execute complex computations at compile time from at least the point when the Stroustroup book was published, they specifically added the SFINAE rule to allow that; Haskell has tricky rules to limit the complexity class of compilation, but even it has compiler options to override 20:57:35 some of those in a way that allows infinite loops; zig starts with the idea that you can do basically anything at compile time because they already knew that that was the direction that all languages tend to and they want to shortcut the evolution to where they have convenient syntax for it rather than the clumsy workarounds that you had to use in C++03 20:58:57 ais523: Rust is tricky because they need the location not only for debugging information, they also allow crates to be compiled with different editions that have subtly different rules, and one crate can export a macro that is then called from another crate, and the compiler has to know which token's origin determines which rules to use for any construct whose meaning changed between editions 20:59:20 Rust procedural macros let you run arbitrary code at compile time, although it outputs tokens rather than values of the language's data types like Zig does 20:59:37 also, they have to be in their own crate (basically because they need to be compiled for the host rather than the target) 20:59:58 b_jonas: right, edition-specific tokens matter too 21:00:53 although some of the edition specificities are lexer differences, I think some of them may be in parts of the lexer that run after macros do 21:01:13 In some programming languages (such as PostScript), tokens are values of the language's data types. 21:02:37 this is a fun edition difference that needs to be resolved quite late, during type-checking: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/intoiterator-box-slice.html 21:03:06 most of the edition changes can be forgotten after earlier in the compilation process 21:05:56 at least it's obvious which token to check, there (the `into_iter` token) 21:05:59 C++ has pragmas affecting floating point behavior in a scope of code instead of edition differences 21:06:35 well it also has edition differences, but editions can't change within a compilation unit 21:12:44 in theory you could have an interactive compiler that gives you an error message and then either you accept it or you pick a part (like a type constructor) and ask the compiler to go back and prove that part 21:15:16 and if the compiler can do arbitrary computations at compile time then that basically requires a reverse debugger 21:20:10 cu 21:22:17 Epilogue: I was so frustrated that I went and figured out why static linking wasn't working for RPython. I've fixed it and now there's a `staticLink = true;` flag that I can set to make static binaries. 21:23:38 I also unbroke libffi for static linking, so it's now possible to make statically-linked JIT compilers. PyPy itself is still not going to statically link for other reasons involving Tcl/Tk, and I'm not sure if SDL can statically link, but this will work for now. 21:30:48 -!- impomatic has quit (Quit: Client closed). 22:06:46 -!- somefan has quit (Remote host closed the connection). 22:11:29 -!- cactushead has quit (Ping timeout: 260 seconds). 22:35:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:36:24 -!- somefan has joined. 22:36:41 https://logs.esolangs.org/libera-esolangs/2026-02-03.html#l4 22:37:50 ais523, someone is requesting for their dead user page to be deleted. hope you see this 22:37:55 somefan: I did 22:38:07 but normally it doesn't make sense to delete an account just because it's unused 22:38:36 MediaWiki needs somewhere to attribute the edits made by the account to, so an account can't be fully deleted – just anonymised, and that doesn't make sense for an abandoned account 22:38:59 as such I would want to discuss this with the user in question before actually doing it 22:45:29 user was on the esolangs discord server before posting this. 22:45:30 i'll see if i can get them to rejoin 22:46:55 -!- somefan has quit (Remote host closed the connection). 2026-02-04: 00:21:06 [[Talk:BoxedLANG]] M https://esolangs.org/w/index.php?diff=174973&oldid=174950 * Mc20000 * (+162) /* Syntax fixes that i would request */ 00:21:26 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174974&oldid=174973 * Mc20000 * (+88) /* Syntax fixes that i would request */ 00:21:50 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174975&oldid=174974 * Mc20000 * (+4) /* Syntax fixes that i would request */ 00:22:37 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174976&oldid=174975 * Mc20000 * (+114) 00:34:45 -!- Sgeo has joined. 00:51:55 -!- ais523 has quit (Quit: quit). 00:54:06 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174977&oldid=174923 * None1 * (+125) /* Commands */ 00:54:26 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174978&oldid=174977 * None1 * (+7) 01:03:09 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174979&oldid=174978 * None1 * (+549) 01:04:46 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174980&oldid=174979 * None1 * (+201) /* Memory */ 01:06:23 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174981&oldid=174980 * None1 * (-297) /* Commands */ 01:06:47 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174982&oldid=174981 * None1 * (+1) /* Commands */ 01:07:22 [[User:None1/InDev]] M https://esolangs.org/w/index.php?diff=174983&oldid=174982 * None1 * (+5) /* Commands */ Oh forgot this 01:08:15 [[User:None1/InDev]] M https://esolangs.org/w/index.php?diff=174984&oldid=174983 * None1 * (+2) /* Commands */ 01:08:55 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174985&oldid=174984 * None1 * (+4) /* Commands */ 01:09:27 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174986&oldid=174985 * None1 * (-3967) 01:09:32 -!- amby has 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). 01:10:06 [[UBX]] N https://esolangs.org/w/index.php?oldid=174987 * None1 * (+4114) Created page with ":{{Distinguish/Confusion|text=[[Bx]] because they're completely different esolangs although invented by the same author}} '''UBX''' ('''U'''ltimate '''B'''rainfuck e'''X'''tension) is an esolang invented by [[User:None1]]. It is [[brainfuck]] but equipped with almost all the 01:10:50 [[Language list]] https://esolangs.org/w/index.php?diff=174988&oldid=174850 * None1 * (+10) /* U */ 01:11:18 [[User:None1]] https://esolangs.org/w/index.php?diff=174989&oldid=174731 * None1 * (+60) /* My Esolangs */ 01:13:36 [[Talk:Brainfuck extensions]] https://esolangs.org/w/index.php?diff=174990&oldid=174922 * None1 * (+89) 01:20:46 [[Brainfuck extended]] https://esolangs.org/w/index.php?diff=174991&oldid=168667 * None1 * (+123) 01:24:45 -!- aadenboy has joined. 01:24:53 hello! 01:24:55 again! 01:28:27 I wanted to make up a date/time format that is good for Chinese calendar, Iran calendar, Pagan calendar, Italian hours, etc, as well as being able to represent whatever is represented by ISO 8601, and should be a compact binary format. 01:31:53 -!- aadenboy has quit (Remote host closed the connection). 01:32:26 -!- aadenboy has joined. 01:35:09 It might be helpful for the entire specification of what kind of calendar, timekeeping, etc will come before any part of the specification of the value, so that implementations that only care about one kind, or that want to convert it to displayable text, will be able to match the prefix for this purpose. 01:38:05 -!- aadenboy|2 has joined. 01:38:23 what 01:38:26 aadenboy|2 ?? 01:38:59 -!- aadenboy|2 has quit (Client Quit). 01:39:22 -!- aadenboy|2 has joined. 01:39:29 ...... 01:40:13 -!- aadenboy has quit (Ping timeout: 264 seconds). 01:40:29 -!- aadenboy|2 has quit (Client Quit). 01:40:43 -!- aadenboy has joined. 01:40:49 there we go 01:56:06 -!- somefan has joined. 01:57:40 -!- somefan has quit (Remote host closed the connection). 01:58:54 zzo38: what bothers me is how in-between the C standard is about this. it doesn't say that the date functions use the gregorian calendar, so in theory those functions could implement the julian calendar, or a changeover between the two at some date. but there's basically no other calendar system that you can use, because it specifies that the 0-index month number must be between 0 and 11 inclusive and 01:59:00 the day of month must be between 1 and 31. 02:00:55 I blame Julius Caesar for fixing a pure solar calendar with always 12 months. 02:09:12 I thought of, for a operating system design, to not use the Gregorian and Julian calendars inherently, and the standard library lacks those functions (as well as a lot of other standard functions, including many that do not have to do with date/time); it would mainly use UTC-based and SI-based seconds and fractions of seconds but is also able to use arbitrary calendars. 02:10:01 Many existing systems do use Gregorian calendar with year/month/day formats, including anything that uses ISO 8601, as well as similar things such as the UTC time and Generalized time in ASN.1, and many formats used in internet (including email headers), etc. 02:11:13 Varvara also uses the Gregorian calendar, and the hours:minutes:seconds, but does not have any way to determine the time zone (although it does include a port to specify if daylight saving time is currently active). 02:12:40 There is also Solar Hijri calendar, which is also a purely solar calendar with always twelve months, but it is based directly on the equinox. 02:12:44 [[Interpret Esolangs Online]] https://esolangs.org/w/index.php?diff=174992&oldid=170011 * None1 * (+26) /* Introduction */ 02:15:08 [[Brainfuck extended]] https://esolangs.org/w/index.php?diff=174993&oldid=174991 * None1 * (+258) /* Implementation */ 02:17:29 (I had added date/time types purely based on UTC seconds and SI seconds, into ASN.1X, but this is not always appropriate, so the other format should also be made) 02:33:14 [[UBX]] https://esolangs.org/w/index.php?diff=174994&oldid=174987 * None1 * (+43) 02:33:27 [[UBX]] M https://esolangs.org/w/index.php?diff=174995&oldid=174994 * None1 * (+1) /* =Cheating Quine */ 02:34:23 [[UBX]] M https://esolangs.org/w/index.php?diff=174996&oldid=174995 * None1 * (+26) /* Commands */ 03:12:50 -!- aadenboy has quit (Ping timeout: 245 seconds). 03:14:48 [[Emerald paradox tiers]] N https://esolangs.org/w/index.php?oldid=174997 * Tommyaweosme * (+1660) Created page with "Emerald paradox tiers is a way to categorize paradoxes, created by [[user:tommyaweosme]]. == Tier 1 paradox == A tier 1 paradox would be the following statement: This statement is false Let us use a method for figuring out the tier of a paradox. Fir 03:15:52 -!- aadenboy has joined. 04:24:22 -!- aadenboy has quit (Ping timeout: 244 seconds). 04:25:11 -!- aadenboy has joined. 04:29:29 -!- aadenboy has quit (Ping timeout: 260 seconds). 05:27:39 -!- aadenboy has joined. 05:36:07 -!- aadenboy has quit (Ping timeout: 240 seconds). 05:36:42 -!- aadenboy has joined. 05:48:30 whoops completely forgot to close the client 05:48:36 -!- aadenboy has quit (Quit: goodbye for now! back another day). 07:29:01 [[User:GUAqwq]] https://esolangs.org/w/index.php?diff=174998&oldid=173849 * GUAqwq * (-9) Book of Truth~ 07:40:12 -!- Sgeo has quit (Read error: Connection reset by peer). 08:04:18 [[Book of Truth]] N https://esolangs.org/w/index.php?oldid=174999 * GUAqwq * (+508) Add Book of Truth. Grammar has not been completed yet. 08:41:56 -!- cactushead has joined. 08:53:01 [[Monky]] https://esolangs.org/w/index.php?diff=175000&oldid=174959 * Menguinponky * (+224) 09:54:47 [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=175001&oldid=174956 * I am islptng * (-59) 09:56:18 [[Interpret Esolangs Online]] M https://esolangs.org/w/index.php?diff=175002&oldid=174992 * I am islptng * (+15) SLet update 10:02:58 [[User:RaiseAfloppaFan3925]] M https://esolangs.org/w/index.php?diff=175003&oldid=174439 * RaiseAfloppaFan3925 * (+0) fix typo 10:05:38 Hi 10:26:59 hi 11:09:11 [[Book of Truth]] https://esolangs.org/w/index.php?diff=175004&oldid=174999 * GUAqwq * (+722) Structure of the lang 11:24:34 [[Book of Truth]] https://esolangs.org/w/index.php?diff=175005&oldid=175004 * GUAqwq * (+559) Bookmarks 11:48:43 [[C-complete]] https://esolangs.org/w/index.php?diff=175006&oldid=174103 * PrySigneToFry * (+84) Format Fix 12:21:05 [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175007&oldid=168833 * PrySigneToFry * (+229) 12:21:25 [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175008&oldid=175007 * PrySigneToFry * (+7) 12:35:29 [[Monky]] https://esolangs.org/w/index.php?diff=175009&oldid=175000 * Menguinponky * (+52) 12:37:21 [[Monky]] https://esolangs.org/w/index.php?diff=175010&oldid=175009 * Menguinponky * (+41) 12:41:45 [[Monky]] https://esolangs.org/w/index.php?diff=175011&oldid=175010 * Menguinponky * (+137) 12:44:03 [[Monky]] https://esolangs.org/w/index.php?diff=175012&oldid=175011 * Menguinponky * (+46) 12:45:47 [[Monky]] https://esolangs.org/w/index.php?diff=175013&oldid=175012 * Menguinponky * (+14) 12:46:27 [[Monky]] https://esolangs.org/w/index.php?diff=175014&oldid=175013 * Menguinponky * (+16) 12:46:54 [[Monky]] https://esolangs.org/w/index.php?diff=175015&oldid=175014 * Menguinponky * (+1) 13:06:34 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175016&oldid=174957 * Mrtli08 * (+125) 13:07:45 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175017&oldid=175016 * Mrtli08 * (+11) 13:08:02 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175018&oldid=175017 * Mrtli08 * (+28) /* "Hello, World!" programs */ 13:08:42 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175019&oldid=175018 * Mrtli08 * (+20) /* One byte, 2 bits */ 13:14:30 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175020&oldid=175019 * Mrtli08 * (+74) 13:21:35 [[Freelanguage]] N https://esolangs.org/w/index.php?oldid=175021 * Mrtli08 * (+104) Created page with "This is the free language. Everyone can edit. ==Commands== :command1 :command2 [[category:user Edited]]" 13:24:08 [[Freelanguage]] https://esolangs.org/w/index.php?diff=175022&oldid=175021 * Mrtli08 * (+38) /* Commands */ 13:25:18 [[Freelanguage]] https://esolangs.org/w/index.php?diff=175023&oldid=175022 * Mrtli08 * (+27) 13:27:49 [[Freelanguage]] https://esolangs.org/w/index.php?diff=175024&oldid=175023 * Mrtli08 * (-27) /* AI generated commands */ 13:36:16 [[Monky]] https://esolangs.org/w/index.php?diff=175025&oldid=175015 * Menguinponky * (+8) 13:55:09 [[Monky]] https://esolangs.org/w/index.php?diff=175026&oldid=175025 * Menguinponky * (+99) 13:58:04 [[Monky]] https://esolangs.org/w/index.php?diff=175027&oldid=175026 * Menguinponky * (+19) 13:59:59 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175028&oldid=174976 * Mrtli08 * (+94) 14:06:12 -!- impomatic has joined. 14:08:38 [[Monky]] https://esolangs.org/w/index.php?diff=175029&oldid=175027 * Menguinponky * (+176) 14:13:51 [[Monky]] https://esolangs.org/w/index.php?diff=175030&oldid=175029 * Menguinponky * (+12) 14:14:29 [[Monky]] https://esolangs.org/w/index.php?diff=175031&oldid=175030 * Menguinponky * (-3) 14:15:11 [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175032&oldid=175020 * PrySigneToFry * (+42) 14:19:30 [[Monky]] https://esolangs.org/w/index.php?diff=175033&oldid=175031 * Menguinponky * (+217) 14:20:20 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175034&oldid=175028 * PkmnQ * (+245) /* Syntax fixes that i would request */ 14:34:44 [[Talk:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]] N https://esolangs.org/w/index.php?oldid=175035 * PrySigneToFry * (+736) Created page with "I also collected some fonts. {| class="wikitable" |+ Font Table |- ! Font Type !! Font Name |- | Serif || Century Schoolbook, Yu Mincho, SimSun, Source Han Serif CN, Bodoni BT,
Garamond, Cambria, Georgia Pro, Gentium Plus |- | Sans-s 14:36:57 [[Freelanguage]] https://esolangs.org/w/index.php?diff=175036&oldid=175024 * PrySigneToFry * (+91) 14:48:18 [[Wikitext]] https://esolangs.org/w/index.php?diff=175037&oldid=167477 * PrySigneToFry * (+66) Someone was calling me, so I came here 14:51:41 -!- impomatic has quit (Ping timeout: 272 seconds). 15:03:35 [[F,u,c,k.]] https://esolangs.org/w/index.php?diff=175038&oldid=172257 * RikoMamaBala * (-15) /* Interpreter */ 15:13:59 [[Brainless]] https://esolangs.org/w/index.php?diff=175039&oldid=174316 * RikoMamaBala * (+1133) 15:48:19 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175040&oldid=174591 * RikoMamaBala * (+49) /* Instructions */ 15:52:37 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175041&oldid=175040 * RikoMamaBala * (+207) /* Calculator */ 15:53:32 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175042&oldid=175041 * RikoMamaBala * (+125) /* FizzBuzz */ 15:53:59 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175043&oldid=175042 * RikoMamaBala * (+27) /* FizzBuzz */ 15:59:06 [[Implied]] https://esolangs.org/w/index.php?diff=175044&oldid=174969 * Aadenboy * (+105) flipped configurations 16:16:20 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175045&oldid=175043 * RikoMamaBala * (+429) /* 99 bottles of beer */ 16:22:50 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175046&oldid=175045 * RikoMamaBala * (+200) /* Python-Free2Edit iterating quine */ 16:25:07 [[Compute]] https://esolangs.org/w/index.php?diff=175047&oldid=173329 * RikoMamaBala * (+0) /* Another unofficial interpreter in Free2Edit */ 16:29:53 [[Fun Video Game]] https://esolangs.org/w/index.php?diff=175048&oldid=173148 * RikoMamaBala * (-2) /* Free2Edit */ 16:33:23 [[LoopScript]] M https://esolangs.org/w/index.php?diff=175049&oldid=173152 * HyperbolicireworksPen * (+2) 16:41:18 [[Hi]] https://esolangs.org/w/index.php?diff=175050&oldid=156186 * RikoMamaBala * (+43) /* Implementations */ 16:52:15 [[Hi]] https://esolangs.org/w/index.php?diff=175051&oldid=175050 * Dragoneater67 * (+147) 17:03:19 [[Fizzbuzz]] https://esolangs.org/w/index.php?diff=175052&oldid=163999 * RikoMamaBala * (+1741) /* Name */ 17:12:03 [[1 byte :5]] https://esolangs.org/w/index.php?diff=175053&oldid=143169 * RikoMamaBala * (+26) /* Interpeter */ 17:16:23 [[Category talk:Unusable for programming]] N https://esolangs.org/w/index.php?oldid=175054 * Blashyrkh * (+316) Created page with "Shouldn't languages from this category be banned completely from this wiki? Main page says "Welcome to Esolang, the esoteric programming languages wiki!", but these languages are '''not programming''' languages by definition. --~~~~" 17:43:38 [[Talk:C-complete]] https://esolangs.org/w/index.php?diff=175055&oldid=174089 * Mrtli08 * (+144) 18:02:44 [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=175056&oldid=173977 * Mrtli08 * (+351) 18:03:36 [[Category:Unusable for programming]] https://esolangs.org/w/index.php?diff=175057&oldid=7968 * Corbin * (+14) Clarify. 18:05:27 [[Category talk:Unusable for programming]] https://esolangs.org/w/index.php?diff=175058&oldid=175054 * Corbin * (+402) 18:21:02 [[Monky]] https://esolangs.org/w/index.php?diff=175059&oldid=175033 * Menguinponky * (+19) 18:28:01 [[Monky]] https://esolangs.org/w/index.php?diff=175060&oldid=175059 * Menguinponky * (-195) 18:40:42 [[User:.t]] https://esolangs.org/w/index.php?diff=175061&oldid=159885 * .t * (+70) 18:51:12 [[Countable]] https://esolangs.org/w/index.php?diff=175062&oldid=174881 * Aadenboy * (+807) /* Examples */ implement an equality algorithm using a pretty cool trick 19:02:16 -!- impomatic has joined. 19:03:30 [[Topple/Topple 1.1]] M https://esolangs.org/w/index.php?diff=175063&oldid=171162 * H33T33 * (+2) 19:13:10 [[Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=175064&oldid=174878 * Mrtli08 * (+380) 19:43:00 -!- Lord_of_Life_ has joined. 19:43:14 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 19:44:17 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 20:12:56 -!- tromp has joined. 20:41:06 -!- somefan has joined. 20:43:49 https://github.com/fis/esolangs/blob/80703d032116dce97058152532cd70a614e004df/esologs/format.cc#L398 20:43:51 interesting 20:44:45 (function for assigning colors to nicknames on esologs) 20:45:42 -!- somefan has changed nick to not__red. 20:45:57 -!- not__red has changed nick to somefan. 20:46:10 > 31^8 `mod` 256 20:46:11 1 20:46:36 -!- somefan has changed nick to itsgreen. 20:46:47 -!- itsgreen has changed nick to somefan. 20:48:31 -!- somefan has changed nick to orangf. 20:48:57 -!- orangf has changed nick to error. 20:49:11 -!- error has changed nick to somefan. 20:50:53 -!- somefan has quit (Remote host closed the connection). 20:54:10 int-e: You knew about Gröbner index things, right? 21:24:47 -!- impomatic has quit (Quit: Client closed). 21:33:20 [[Countable]] https://esolangs.org/w/index.php?diff=175065&oldid=175062 * Aadenboy * (+1672) /* Examples */ implement a division algorithm (I am SO glad that this is so much simpler than how Iterate does it... I do NOT want to do a bunch of subtraction that algorithm is EXPENSIVE) 21:36:50 [[Countable]] https://esolangs.org/w/index.php?diff=175066&oldid=175065 * Aadenboy * (-1125) teehee that one can wait 21:43:15 I don't remember where that came from, but it probably wasn't my own invention. 21:43:27 Looks like it's the same as https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#hashCode-- 21:48:49 [[Int**]] M https://esolangs.org/w/index.php?diff=175067&oldid=74157 * Blashyrkh * (+1) /* Functions */ typo 21:48:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:56:15 -!- tromp has joined. 22:23:41 cu 22:34:09 -!- msv has quit (Remote host closed the connection). 22:34:56 -!- msv has joined. 22:53:52 somefan: that's why I changed my other nick from wob_jonas to wib_jonas, to get the green color 23:01:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:07:17 -!- aadenboy has joined. 23:07:28 hello 23:28:49 -!- amby has joined. 23:52:27 -!- aadenboy has quit (Ping timeout: 244 seconds). 23:56:51 -!- aadenboy has joined. 2026-02-05: 00:16:19 -!- Sgeo has joined. 01:03:00 [[Countable]] https://esolangs.org/w/index.php?diff=175068&oldid=175066 * Aadenboy * (+194) alternate equality construction 01:14:26 -!- amby has 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). 01:45:37 -!- aadenboy has quit (Ping timeout: 264 seconds). 01:48:17 -!- aadenboy has joined. 01:52:54 quite literally juggling pointers 01:55:12 interpretive dance, even 02:51:36 -!- somefan has joined. 02:54:54 -!- somefan has changed nick to Itstooorangey. 02:55:18 -!- Itstooorangey has changed nick to somefan. 02:56:18 [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175069&oldid=174107 * I am islptng * (+248) /* */ 02:59:27 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 02:59:49 -!- Lord_of_Life has joined. 03:02:07 perlbot 03:02:22 perlbot: help 03:02:22 somefan: No factoid found. Did you mean one of these: [commandprompt] [comments] 03:02:46 perlbot: help 03:02:46 somefan: Provides help text for a specific command. Try 'help echo'. See also the command 'plugins' to list all of the currently loaded plugins. 03:03:01 perlbot: plugins 03:03:01 somefan: 8ball allowpaste arg cache_check compose conf conf_dump default dumpsaid echo eval factoids geoip get google head help host host_lookup join karma karma_modify karmatop more nick_lookup null oeis package part pastebinadmin perldoc plugins quote reload_plugins restart rss rss_title save_config seen shorten talktome tell title translate twitter unicode utf8 zippit 03:03:36 perlbot: comments 03:03:37 somefan: https://blog.codinghorror.com/code-tells-you-how-comments-tell-you-why/ 03:04:05 perlbot: commandprompt 03:04:05 somefan: ahem 03:04:18 perlbot: commandprompt 1+1 03:04:18 somefan: No factoid found. Did you mean one of these: [commandprompt] [comments] 03:04:25 perlbot: commandprompt 03:04:26 somefan: ahem 03:04:29 hm 03:06:54 perlbot: nick_lookup 03:06:55 somefan: : 03:07:11 perlbot: quote 03:07:17 perlbot: quote hi 03:07:27 perlbot: rss 03:07:27 somefan: Couldn't find a url to fetch! 03:08:14 perlbot: rss https://ssnf.xyz/rss.xml 03:08:14 somefan: Couldn't parse https://ssnf.xyz/rss.xml because Could not create file parser context for file "https://ssnf.xyz/rss.xml": No such file or directory at /home/ryan/perl5/perlbrew/perls/perlbot-5.32.0/lib/site_perl/5.32.0/x86_64-linux/XML/LibXML/SAX.pm line 99. at /home/ryan/perl5/perlbrew/perls/perlbot-5.32.0/lib/site_perl/5.32.0/XML/RSS/Parser.pm line 80. 03:08:39 perlbot: https://xkcd.com/rss.xml 03:08:48 perlbot: plugins 03:08:48 somefan: 8ball allowpaste arg cache_check compose conf conf_dump default dumpsaid echo eval factoids geoip get google head help host host_lookup join karma karma_modify karmatop more nick_lookup null oeis package part pastebinadmin perldoc plugins quote reload_plugins restart rss rss_title save_config seen shorten talktome tell title translate twitter unicode utf8 zippit 03:08:54 perlbot: rss https://xkcd.com/rss.xml 03:08:54 somefan: Couldn't parse https://xkcd.com/rss.xml because Could not create file parser context for file "https://xkcd.com/rss.xml": No such file or directory at /home/ryan/perl5/perlbrew/perls/perlbot-5.32.0/lib/site_perl/5.32.0/x86_64-linux/XML/LibXML/SAX.pm line 99. at /home/ryan/perl5/perlbrew/perls/perlbot-5.32.0/lib/site_perl/5.32.0/XML/RSS/Parser.pm line 80. 03:09:48 perlbot: more 03:09:49 somefan: Sorry, no more output 03:09:55 perlbot: more hello 03:09:56 somefan: Sorry, no more output 03:10:01 perlbot: plugins 03:10:01 somefan: 8ball allowpaste arg cache_check compose conf conf_dump default dumpsaid echo eval factoids geoip get google head help host host_lookup join karma karma_modify karmatop more nick_lookup null oeis package part pastebinadmin perldoc plugins quote reload_plugins restart rss rss_title save_config seen shorten talktome tell title translate twitter unicode utf8 zippit 03:10:05 oughh finished the pointer juggling 03:10:06 perlbot: 8ball 03:10:06 somefan: As I see it, yes 03:10:55 perlbot: 8ball 03:10:56 somefan: Signs point to yes 03:11:01 perlbot: 8ball 03:11:01 somefan: Outlook not so good 03:11:05 perlbot: 8ball 03:11:06 somefan: Signs point to yes 03:11:09 perlbot: 8ball 03:11:09 somefan: It is certain 03:11:13 perlbot: 8ball 03:11:13 somefan: It is certain 03:11:17 perlbot: 8ball 03:11:17 somefan: Better not tell you now 03:11:57 perlbot: help 8ball 03:11:57 somefan: 8ball, magic 8ball if you don't understand then you need to stop having a life. 03:12:14 lmao 03:12:26 perlbot: help rss 03:12:26 somefan: The eval plugin. Syntax, «eval: code». Prefixes: w=>warnings, s=>strict, m=>use Ojo. Suffixes: t=>threaded, pb=>pastebin it, nl=>turn \n to ␤. languages: 03:12:34 perlbot: help help 03:12:35 somefan: Attempts to find the help for a plugin. Syntax help PLUGIN. 03:14:01 [[Countable]] https://esolangs.org/w/index.php?diff=175070&oldid=175068 * Aadenboy * (+3981) /* Examples */ add [[A+B problem]]. oh my goddd. DONE with this thing. parsing numbers is crazy work 03:14:26 [[Polynomix/Symbols]] M https://esolangs.org/w/index.php?diff=175071&oldid=175001 * I am islptng * (+124) AI 03:14:45 [[Talk:Countable]] https://esolangs.org/w/index.php?diff=175072&oldid=172680 * Aadenboy * (+307) 03:15:17 [[A+B Problem]] https://esolangs.org/w/index.php?diff=175073&oldid=174546 * Aadenboy * (+3978) /* Countable */ add [[Countable]] 03:15:30 would do that again 03:15:32 that was fun 03:18:34 Nice! 03:19:02 Is fungot here? 03:19:11 fungot: 8ball 03:21:39 is perlbot programmable? or am i misremembering that with another bot 03:44:50 -!- pool has quit (Quit: The Lounge - https://thelounge.chat). 03:45:36 -!- pool has joined. 04:10:14 -!- somefan has quit (Remote host closed the connection). 04:57:42 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175074&oldid=175034 * Mc20000 * (+95) /* Syntax fixes that i would request */ 04:58:02 [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175075&oldid=175074 * Mc20000 * (+5) 05:24:41 [[Special:Log/move]] move * I am islptng * moved [[Polynomix]] to [[Polymorphix]] 05:24:41 [[Special:Log/move]] move * I am islptng * moved [[Talk:Polynomix]] to [[Talk:Polymorphix]] 05:25:14 [[Special:Log/move]] move * I am islptng * moved [[Polynomix/Symbols]] to [[Polymorphix/Symbols]] 05:26:20 [[SLet/navbar]] https://esolangs.org/w/index.php?diff=175082&oldid=173749 * I am islptng * (+2) 05:28:34 [[Polymorphix]] https://esolangs.org/w/index.php?diff=175083&oldid=175076 * I am islptng * (-140) 05:40:48 goodnight 05:40:51 -!- aadenboy has quit (Quit: goodbye for now! back another day). 05:51:34 [[Polymorphix/Symbols]] https://esolangs.org/w/index.php?diff=175084&oldid=175080 * I am islptng * (-120) 07:26:34 -!- msv has quit (Ping timeout: 246 seconds). 07:40:23 -!- msv has joined. 07:46:40 -!- moony has quit (Quit: leaving). 07:47:17 -!- Bowserinator has quit (Quit: Blame iczero something happened). 07:47:18 -!- iovoid has quit (Quit: iovoid has quit!). 07:47:49 -!- Bowserinator has joined. 07:50:37 -!- Sgeo has quit (Read error: Connection reset by peer). 07:50:37 -!- tromp has joined. 07:50:47 [[Print("Hello, World!")]] https://esolangs.org/w/index.php?diff=175085&oldid=174545 * RikoMamaBala * (+45) /* Free2Edit */ 07:51:12 -!- iovoid has joined. 07:59:32 somefan: yes, perlbot is programmable 08:00:17 [[UBX]] M https://esolangs.org/w/index.php?diff=175086&oldid=174996 * None1 * (+0) /* Commands */ 08:01:13 [[UBX]] https://esolangs.org/w/index.php?diff=175087&oldid=175086 * None1 * (+21) /* Examples */ 08:04:06 -!- moony has joined. 08:08:58 [[Topple/Topple 1.1]] https://esolangs.org/w/index.php?diff=175088&oldid=175063 * Yayimhere2(school) * (-2) Undo revision [[Special:Diff/175063|175063]] by [[Special:Contributions/H33T33|H33T33]] ([[User talk:H33T33|talk]]): incorrect 08:15:44 shachaf: I know a little bit about Gröbner bases. Haven't actually worked with them though. 08:50:48 -!- b_jonas has quit (Quit: leaving). 08:55:50 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175089&oldid=156488 * Yayimhere2(school) * (+90) /* Example macros */ 08:57:24 [[Talk:FOSMOL]] https://esolangs.org/w/index.php?diff=175090&oldid=172396 * Yayimhere2(school) * (+172) 10:35:49 Hi 11:18:35 [[Book of Truth]] https://esolangs.org/w/index.php?diff=175091&oldid=175005 * GUAqwq * (+1604) 11:19:54 [[Wow owo]] https://esolangs.org/w/index.php?diff=175092&oldid=137687 * Yayimhere2(school) * (+37) /* cell types and interactions */ 11:21:07 [[D/Q]] https://esolangs.org/w/index.php?diff=175093&oldid=174747 * Yayimhere2(school) * (+39) /* Commands */ 11:21:24 [[D/Q]] https://esolangs.org/w/index.php?diff=175094&oldid=175093 * Yayimhere2(school) * (+17) /* Commands */ 11:23:15 [[D/Q]] https://esolangs.org/w/index.php?diff=175095&oldid=175094 * Yayimhere2(school) * (+1) /* Computational class */ 11:25:14 [[Book of Truth]] https://esolangs.org/w/index.php?diff=175096&oldid=175091 * GUAqwq * (+216) /* Instructions */ colored exeptions! 11:34:56 [[Book of Truth]] M https://esolangs.org/w/index.php?diff=175097&oldid=175096 * GUAqwq * (+35) AI grammar fix 11:35:10 -!- amby has joined. 12:27:05 [[D/Q]] https://esolangs.org/w/index.php?diff=175098&oldid=175095 * Dragoneater67 * (+2) /* Memory */ 12:47:38 [[Talk:MIBBLLII]] https://esolangs.org/w/index.php?diff=175099&oldid=174308 * Blashyrkh * (+1707) /* Improvement and clarification proposal */ new section 13:33:58 [[Monky]] https://esolangs.org/w/index.php?diff=175100&oldid=175060 * Menguinponky * (+0) 13:58:35 [[Monky]] https://esolangs.org/w/index.php?diff=175101&oldid=175100 * Dragoneater67 * (+34) 14:03:59 [[Monky]] https://esolangs.org/w/index.php?diff=175102&oldid=175101 * Menguinponky * (+36) 14:11:54 [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175103&oldid=175069 * PrySigneToFry * (+505) 14:35:00 [[Talk:FOSMOL]] https://esolangs.org/w/index.php?diff=175104&oldid=175090 * Aadenboy * (+316) 14:46:25 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175105&oldid=175089 * Aadenboy * (+385) 15:03:41 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175106&oldid=175105 * Yayimhere2(school) * (+5) /* Values */ 15:04:07 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175107&oldid=175106 * Yayimhere2(school) * (+39) /* Irrationals */ 15:04:47 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175108&oldid=175107 * Yayimhere2(school) * (-3) /* Example macros */ 15:09:14 -!- impomatic has joined. 15:21:12 -!- Sgeo has joined. 15:30:12 [[UnicodeLang]] https://esolangs.org/w/index.php?diff=175109&oldid=174634 * Qawtykit * (+178) added J 15:33:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:44:54 [[Category:Unusable for programming]] https://esolangs.org/w/index.php?diff=175110&oldid=175057 * Ais523 * (-3) manual rv and clarify most of the time a language is marked as unusable for programming, it's for computational class reasons rather than impracticality (e.g. [[Deadfish]] is probably one of the most representative members of this category) impractical l 15:45:14 -!- ais523 has joined. 15:45:47 the recent discussion/edits on the unusable for programming category have made me realise that it's a (somewhat subjecctive) computational class category 15:46:55 . o O ( We now return to our scheduled programming. ) 15:48:39 [[Category talk:Unusable for programming]] https://esolangs.org/w/index.php?diff=175111&oldid=175058 * Ais523 * (+791) I changed the description based on how this category has historically been used 15:48:55 Hmm. Do languages that cannot be implemented at all (for example because they have halting oracles) in that category or not? 15:49:04 +belong 15:50:04 I think not – such languages would (usually) be useful for programming if you had an interpreter 15:51:00 Ah. That question was more inspired by korvo's version of the page than the current one. 15:56:09 -!- tromp has joined. 16:13:08 -!- b_jonas has joined. 16:15:43 [[Countable]] https://esolangs.org/w/index.php?diff=175112&oldid=175070 * Aadenboy * (+177) /* Equality */ expand on this a little bit 16:27:57 [[Monky]] https://esolangs.org/w/index.php?diff=175113&oldid=175102 * Menguinponky * (+48) 16:30:55 [[Talk:]] https://esolangs.org/w/index.php?diff=175114&oldid=173543 * Hammy * (+338) /* Q */ 16:32:15 -!- impomatic has quit (Quit: Client closed). 16:32:31 [[FOSMOL]] https://esolangs.org/w/index.php?diff=175115&oldid=175108 * Aadenboy * (+925) 16:35:37 [[Monky]] https://esolangs.org/w/index.php?diff=175116&oldid=175113 * Menguinponky * (-1) /* Comment */ 16:36:38 [[Monky]] https://esolangs.org/w/index.php?diff=175117&oldid=175116 * Aadenboy * (+50) 16:37:34 -!- impomatic has joined. 16:55:12 ais523: I appreciate the clarification, thanks. 17:13:58 [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175118&oldid=175008 * * (+18) /* Question */ 18:20:38 [[Glucose++]] N https://esolangs.org/w/index.php?oldid=175119 * Mrtli08 * (+919) Created page with "Glucose++ is an esolang that has "short syntax" for it to be accepted on this wiki and also be a esolang. Yeah, its glucose++ because we got[[R++]], and R is (R)ibose so its time for glucose. the commands are: * d()() defines a variable. example usage is: "d(username) 18:22:57 [[Flowchart]] https://esolangs.org/w/index.php?diff=175120&oldid=165974 * Aadenboy * (+694) implement the [[Kolakoski sequence]] IN MY HEAD... 18:23:35 [[Flowchart]] https://esolangs.org/w/index.php?diff=175121&oldid=175120 * Aadenboy * (-6) erm 18:24:24 [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=175122&oldid=174446 * Aadenboy * (+424) /* Flowchart */ add [[Flowchart]] 18:30:52 [[Glucose++]] https://esolangs.org/w/index.php?diff=175123&oldid=175119 * Mrtli08 * (+631) 18:31:15 [[Glucose++]] https://esolangs.org/w/index.php?diff=175124&oldid=175123 * Mrtli08 * (-35) 18:32:50 [[Glucose++]] https://esolangs.org/w/index.php?diff=175125&oldid=175124 * Mrtli08 * (+52) 18:34:07 [[Glucose++]] https://esolangs.org/w/index.php?diff=175126&oldid=175125 * Mrtli08 * (+29) 18:38:06 [[Glucose++]] https://esolangs.org/w/index.php?diff=175127&oldid=175126 * Mrtli08 * (+103) 18:48:13 [[Thisthat]] M https://esolangs.org/w/index.php?diff=175128&oldid=166002 * Aadenboy * (+4) minor fix 18:48:33 [[Kolakoski sequence]] M https://esolangs.org/w/index.php?diff=175129&oldid=175122 * Aadenboy * (+4) /* thisthat */ minor fix 18:53:26 [[Kolakoski sequence]] M https://esolangs.org/w/index.php?diff=175130&oldid=175129 * Aadenboy * (+67) note about implementation 18:55:10 [[Countable]] https://esolangs.org/w/index.php?diff=175131&oldid=175112 * Aadenboy * (+48) /* Equality */ note 18:57:21 -!- lisbeths has joined. 19:01:18 -!- impomatic has quit (Quit: Client closed). 19:04:36 -!- ais523 has quit (Quit: quit). 19:21:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:36:25 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175132&oldid=174910 * SteveWyntontje * (+196) /* Introductions */ 19:37:14 [[User:SteveWyntontje]] N https://esolangs.org/w/index.php?oldid=175133 * SteveWyntontje * (+0) Created User Page 19:37:31 [[User talk:SteveWyntontje]] N https://esolangs.org/w/index.php?oldid=175134 * SteveWyntontje * (+0) Created Talk page 19:39:07 [[Countable]] https://esolangs.org/w/index.php?diff=175135&oldid=175131 * Aadenboy * (+66) /* A+B problem */ 19:43:23 -!- Lord_of_Life_ has joined. 19:43:42 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 19:44:45 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 20:56:22 -!- impomatic has joined. 21:02:30 Good Night. 😴 21:13:02 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175136&oldid=169746 * Aadenboy * (+3210) add info on AME variation used by funciton 21:15:32 [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175137&oldid=172677 * Aadenboy * (+398) 21:17:00 [[Talk:Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175138&oldid=175137 * Aadenboy * (+57) 21:38:20 -!- impomatic has quit (Quit: Client closed). 21:43:52 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175139&oldid=175136 * Aadenboy * (-8) /* Usage */ 22:12:49 -!- ehmry has quit (Ping timeout: 255 seconds). 22:23:47 -!- somefan has joined. 22:24:20 -!- somefan has quit (Remote host closed the connection). 22:39:30 [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=175140&oldid=174971 * Salpynx * (+1111) /* Variations: */ branchless arithmetic interpretation ... I think the idea is sound, but formula needs testing 22:39:37 -!- tromp has joined. 23:02:30 [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175141&oldid=175138 * Salpynx * (+745) seems like we're thinking about the same concepts at the same time... 23:16:28 [[C2BF (2025)]] https://esolangs.org/w/index.php?diff=175142&oldid=166029 * Iacgm * (+329) 23:16:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:26:37 -!- lisbeths has quit (Quit: Connection closed for inactivity). 2026-02-06: 00:07:36 [[Lambdir]] N https://esolangs.org/w/index.php?oldid=175143 * Iacgm * (+1456) Created page with "{{infobox proglang |name=Lambdir |paradigms=functional |author=Ian Graham Martinez |year=[[:Category:2026|2026]] |class=[[:Category:Turing complete|Turing Complete]] |refimpl=[https://github.com/iacgm/lambdir Lambdir] |influence=Combinatory Logic |files=N/A }} '''Lambdir 00:07:58 [[Lambdir]] https://esolangs.org/w/index.php?diff=175144&oldid=175143 * Iacgm * (+9) 00:08:10 -!- aadenboy has joined. 00:08:15 hello 00:08:23 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175145&oldid=175139 * Aadenboy * (+260) rewrite pfm-ame 00:14:11 [[Lambdir]] https://esolangs.org/w/index.php?diff=175146&oldid=175144 * Iacgm * (+172) 00:14:34 [[FolderCode]] https://esolangs.org/w/index.php?diff=175147&oldid=84642 * Iacgm * (+14) /* See also */ 00:14:55 [[Unary Filesystem]] M https://esolangs.org/w/index.php?diff=175148&oldid=133524 * Iacgm * (+14) /* See also */ 00:15:09 [[Dirst]] M https://esolangs.org/w/index.php?diff=175149&oldid=94843 * Iacgm * (+14) /* See also */ 00:26:19 [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=175150&oldid=175140 * Salpynx * (+872) /* Branchless: */ real-time thoughts on branchless IO 00:28:04 [[Lambdir]] https://esolangs.org/w/index.php?diff=175151&oldid=175146 * Iacgm * (+995) /* Structure */ 00:28:48 [[Lambdir]] https://esolangs.org/w/index.php?diff=175152&oldid=175151 * Iacgm * (+56) 00:29:06 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175153&oldid=175152 * Iacgm * (+2) 01:41:37 -!- amby has 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). 02:10:18 [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175154&oldid=175141 * Corbin * (+319) LGTM! 02:11:39 [[Unary Filesystem]] https://esolangs.org/w/index.php?diff=175155&oldid=175148 * Corbin * (+27) /* See also */ 02:11:43 [[FolderCode]] https://esolangs.org/w/index.php?diff=175156&oldid=175147 * Corbin * (+27) /* See also */ 02:11:46 [[Lambdir]] https://esolangs.org/w/index.php?diff=175157&oldid=175153 * Corbin * (+27) /* See also */ 02:26:10 [[User:Mouldyair]] https://esolangs.org/w/index.php?diff=175158&oldid=163681 * Mouldyair * (-11) 02:31:43 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175159&oldid=174920 * Mc20000 * (+49) 02:34:09 [[Category:Probably turing-complete]] N https://esolangs.org/w/index.php?oldid=175160 * Mc20000 * (+24) Created page with "might be Turing complete" 02:35:21 [[Category:Text based]] N https://esolangs.org/w/index.php?oldid=175161 * Mc20000 * (+13) Created page with "is text based" 02:36:01 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175162&oldid=175159 * Mc20000 * (+98) 02:36:47 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175163&oldid=175162 * Aadenboy * (-60) unpiping categories to preserve default sort order 02:38:49 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=175164&oldid=174837 * Aadenboy * (+396) /* Unapproved categories */ new section 02:44:20 [[User talk:Mc20000]] https://esolangs.org/w/index.php?diff=175165&oldid=174833 * Corbin * (+323) 03:01:56 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175166&oldid=175145 * Aadenboy * (+154) \left and \right 03:20:28 [[User:BODOKE2801e]] N https://esolangs.org/w/index.php?oldid=175167 * BODOKE2801e * (+339) Created page with "It me, 2801, it MIGHT be strange but i like Strange stuff also find me at https://fischipedia.org/wiki/User:BODOK 03:20:46 [[User:BODOKE2801e]] https://esolangs.org/w/index.php?diff=175168&oldid=175167 * BODOKE2801e * (+1) 03:31:06 [[User:BODOKE2801e/redirect]] N https://esolangs.org/w/index.php?oldid=175169 * BODOKE2801e * (+11) Created page with "Redirect!!!" 03:32:57 [[User:BODOKE2801e/redirect]] https://esolangs.org/w/index.php?diff=175170&oldid=175169 * BODOKE2801e * (-11) Blanked the page 03:36:59 [[BODOKE2801's Redirect]] N https://esolangs.org/w/index.php?oldid=175171 * BODOKE2801e * (+20) Created page with "[[User:BODOKE2801e]]" 03:38:01 [[BODOKE2801's Redirect]] https://esolangs.org/w/index.php?diff=175172&oldid=175171 * BODOKE2801e * (-20) Blanked the page 03:58:13 -!- aadenboy has quit (Ping timeout: 264 seconds). 04:06:32 -!- aadenboy has joined. 04:36:13 goodnight 04:36:16 -!- aadenboy has quit (Quit: goodbye for now! back another day). 05:18:34 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175173&oldid=175166 * Aadenboy * (+88) 05:30:44 [[Special:Log/newusers]] create * Azure413 * New user account 05:32:07 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175174&oldid=175132 * Azure413 * (+163) 06:03:06 [[Amino]] N https://esolangs.org/w/index.php?oldid=175175 * Azure413 * (+2850) Created page with "Amino is a stack-based esolang similar to the creation of proteins from DNA. ==Language overview== Code in Amino is made entirely from A, T, C, and G, the same as DNA. The code is converted to instructions by transcription and translation. In transcription, the code is 06:06:13 [[Amino]] https://esolangs.org/w/index.php?diff=175176&oldid=175175 * Azure413 * (+89) 06:07:12 [[Amino]] https://esolangs.org/w/index.php?diff=175177&oldid=175176 * Azure413 * (+68) 06:39:03 [[Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175178&oldid=175173 * Aadenboy * (+2) /* Operations */ fix 07:50:00 -!- ehmry has joined. 07:51:41 -!- tromp has joined. 08:13:23 -!- DOS_User_webchat has joined. 08:15:20 -!- DOS_User_webchat has quit (Client Quit). 08:18:00 -!- Sgeo has quit (Read error: Connection reset by peer). 08:39:43 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175179&oldid=174986 * None1 * (+2316) 08:58:37 -!- Lord_of_Life has quit (Excess Flood). 08:59:05 -!- Lord_of_Life has joined. 09:21:11 [[Dis]] M https://esolangs.org/w/index.php?diff=175180&oldid=156191 * Tpaefawzen * (-1) /* External resources */ url 09:37:06 [[Monky]] https://esolangs.org/w/index.php?diff=175181&oldid=175117 * Menguinponky * (+187) 09:39:27 [[Monky]] https://esolangs.org/w/index.php?diff=175182&oldid=175181 * Menguinponky * (+45) 09:51:22 -!- DOS_User_webchat has joined. 10:07:24 Hi 10:07:29 Hi 10:34:19 -!- DOS_User_webchat has quit (Ping timeout: 272 seconds). 10:55:25 -!- tromp has quit (Quit: Textual IRC Client: www.textualapp.com). 10:59:39 -!- DOS_User_webchat has joined. 11:09:14 [[Monky]] https://esolangs.org/w/index.php?diff=175183&oldid=175182 * Menguinponky * (-20) 11:18:22 -!- tromp has joined. 11:18:36 -!- tromp has quit (Client Quit). 11:29:06 -!- tromp has joined. 11:30:58 [[Plea]] https://esolangs.org/w/index.php?diff=175184&oldid=174789 * UnavgAustralian * (-108) Jumps are no longer expressions 11:45:19 -!- DOS_User_webchat has quit (Quit: Client closed). 12:14:12 [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Probably turing-complete]]": unapproved category; normally the unknown-computational-class category is fine for these 12:14:38 [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Text based]]": unapproved category please don't create new categories without discussing them first 12:15:49 [[Talk:]] https://esolangs.org/w/index.php?diff=175185&oldid=172985 * Mrtli08 * (+29) 12:16:00 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 12:34:46 -!- Lord_of_Life has joined. 12:55:08 [[BoxedLANG]] M https://esolangs.org/w/index.php?diff=175186&oldid=175163 * Somefan * (-21) remove unofficial categories and use unknown comp category instead 12:55:13 [[VBasicDellExp JSharp]] M https://esolangs.org/w/index.php?diff=175187&oldid=162762 * Somefan * (-26) remove unofficial categories and use unknown comp category instead 13:10:00 `" 13:10:09 1/1:454) I gave her the Noblesse Oblige rooms. She was happy with them even when they were behind 2 locked doors and a floodgate and full of water. \ 1332) Heh, is a "bugfix" also one kind of an affix? Maybe that's what it's called when you use a prefix as a postfix or something. "That's totally crediblein! Oops, I made a bugfix." 13:10:26 fungot: Ghosting us again, eh. 13:12:53 -!- fungot has joined. 13:13:34 Still haven't figured out a solution for whatever the problem was re making it get back here on its own. 13:14:34 It's fair to say that his absence is barely noticed :P https://logs.esolangs.org/libera-esolangs/2026-01-20.html 13:14:41 A combination of two things, I think: lack of any sort of keepalive mechanism (so it doesn't realize when the connection has closed), and lack of autojoin (so even if I fix the former, it won't actually rejoin the channel). 13:14:56 Yeah, poor fungot isn't used as much as in the past. 13:14:56 fizzie: because all the oo systems.') it is, and the majority of the presentation of a thread 13:15:27 korvo missed him first: https://logs.esolangs.org/libera-esolangs/2026-02-05.html#lpb 13:22:23 ^style 13:22:23 Available: agora alice c64 ct darwin discworld elon enron europarl ff7 fisher fungot homestuck ic irc* iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp ukparl youtube 13:22:49 ^style alice 13:22:49 Selected style: alice (Books by Lewis Carroll) 13:23:02 fungot: off with their heads! 13:23:02 int-e: of all the fnord?" she said with a sigh, " i think i was the flat." and he almost trotted out of the water and wouldn't come out again. 13:23:48 fungot: hmm, maybe something about fairies instead? 13:23:48 int-e: they sought it with thimbles, they sought it with care; they pursued it with forks and hope; they threatened its life with a railway-share; they charmed it with smiles and soap. 13:24:23 hah, that one works rather well 13:24:32 ^style irc 13:24:32 Selected style: irc (IRC logs of freenode/#esoteric, freenode/#scheme and ircnet/#douglasadams) 13:24:44 I think that was a direct quotation, which doesn't really count. 13:25:10 https://www.poetryfoundation.org/poems/43909/the-hunting-of-the-snark "Fit the Fifth" 13:25:22 ah so it was 13:59:00 a direct quotation of a verse that appears four times 13:59:22 you can say that again 13:59:22 you can say that again 13:59:44 fungot knows his Lewis Carroll well 13:59:45 b_jonas: rule 110 is a lot more active in the early ' 90s, and zillions of new 14:10:47 -!- amby has joined. 14:32:11 [[Lambdir]] https://esolangs.org/w/index.php?diff=175188&oldid=175157 * Iacgm * (+455) 14:38:29 [[Lambdir]] https://esolangs.org/w/index.php?diff=175189&oldid=175188 * Iacgm * (+1059) /* Tuples/Arrays */ 14:38:54 [[Lambdir]] https://esolangs.org/w/index.php?diff=175190&oldid=175189 * Iacgm * (+1) /* I/O */ 14:39:41 [[Lambdir]] https://esolangs.org/w/index.php?diff=175191&oldid=175190 * Iacgm * (+110) /* Structure */ 14:40:21 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175192&oldid=175191 * Iacgm * (+0) /* Structure */ 14:42:40 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175193&oldid=175046 * RikoMamaBala * (-2) /* Disan counter */ 14:43:36 [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=175194&oldid=165489 * PrySigneToFry * (+136) /* #a:* #b:* ?=-ab0{#sum +ab ~ "+1 +sum1 i{ .0 }} '1{.1} */ new section 14:46:11 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175195&oldid=175193 * RikoMamaBala * (+42) /* A+B Problem */ 14:46:20 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175196&oldid=175178 * Aadenboy * (+1039) multiplicative AME 14:47:11 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175197&oldid=175195 * RikoMamaBala * (+86) /* Factorial */ 14:48:41 [[Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175198&oldid=175196 * Aadenboy * (+44) whoops 14:50:00 [[Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175199&oldid=175198 * Aadenboy * (+2) more fixes 14:50:35 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175200&oldid=175197 * RikoMamaBala * (-29) /* Fibonacci sequence */ 14:51:38 [[Durge]] M https://esolangs.org/w/index.php?diff=175201&oldid=164002 * PrySigneToFry * (+45) 15:19:18 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175202&oldid=175199 * Aadenboy * (-17) whoops 15:24:40 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175203&oldid=175202 * Aadenboy * (+25) /* Operations */ 15:28:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:36:50 fungot: The most important theorem in category theory is 15:36:50 korvo: we'll add the complexity of the memoization, you will have to abandon notions of strings having a single member returned. 15:50:10 -!- impomatic has joined. 15:51:55 -!- tromp has joined. 15:56:41 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175204&oldid=175203 * Aadenboy * (+103) 15:58:55 [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175205&oldid=148286 * RikoMamaBala * (+35) 16:03:34 [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175206&oldid=175205 * Aadenboy * (+75) formatting + Lua golf 16:19:11 -!- DOS_User_webchat has joined. 16:19:46 -!- DOS_User_webchat has quit (Client Quit). 16:20:17 -!- DOS_User_webchat has joined. 16:22:54 [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175207&oldid=175154 * Aadenboy * (+301) 16:24:55 [[Outinp]] https://esolangs.org/w/index.php?diff=175208&oldid=148691 * RikoMamaBala * (+854) 16:27:22 [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175209&oldid=175204 * Aadenboy * (+471) add example to mAME (that's a big number) 16:28:54 -!- lynndotpy60936 has quit (Quit: bye bye). 16:29:12 -!- lynndotpy60936 has joined. 16:29:24 -!- lynndotpy60936 has quit (Client Quit). 16:29:34 [[Outinp]] https://esolangs.org/w/index.php?diff=175210&oldid=175208 * Aadenboy * (+37) category 16:30:05 -!- Sgeo has joined. 16:30:36 -!- lynndotpy60936 has joined. 16:38:01 -!- DOS_User_webchat has quit (Quit: Client closed). 16:44:18 [[Monky]] https://esolangs.org/w/index.php?diff=175211&oldid=175183 * Menguinponky * (+181) 16:44:49 [[Monky]] https://esolangs.org/w/index.php?diff=175212&oldid=175211 * Menguinponky * (+21) 16:45:04 [[Monky]] https://esolangs.org/w/index.php?diff=175213&oldid=175212 * Menguinponky * (+1) 17:04:27 -!- impomatic has quit (Quit: Client closed). 18:21:21 [[Special:Log/newusers]] create * Hyperact * New user account 18:33:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:50:36 -!- tromp has joined. 18:54:05 [[Lambdir]] https://esolangs.org/w/index.php?diff=175214&oldid=175192 * Iacgm * (+4) 18:55:54 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175215&oldid=175214 * Iacgm * (+6) /* Tuples/Arrays */ 18:57:14 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175216&oldid=175215 * Iacgm * (+32) /* I/O */ 18:57:44 -!- knorkle has quit (Quit: knorkle out). 18:58:22 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175217&oldid=175216 * Iacgm * (+37) /* Structure */ 18:58:23 -!- knorkle has joined. 18:58:31 [[Lambdir]] M https://esolangs.org/w/index.php?diff=175218&oldid=175217 * Iacgm * (-1) /* Structure */ 19:00:32 [[UnicodeLang]] M https://esolangs.org/w/index.php?diff=175219&oldid=175109 * Qawtykit * (+2) unicode, not ASCII 19:10:13 [[Special:Log/newusers]] create * ReddoYT * New user account 19:12:34 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175220&oldid=175174 * ReddoYT * (+96) /* Introductions */ 19:12:42 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175221&oldid=154979 * Iacgm * (+749) 19:13:06 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175222&oldid=175220 * ReddoYT * (+83) /* Introductions */ 19:21:38 @devils year 19:21:39 *** "year" devil "The Devil's Dictionary (1881-1906)" 19:21:39 YEAR, n. A period of three hundred and sixty-five disappointments. 19:21:39 19:21:45 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175223&oldid=175221 * Corbin * (+351) 19:24:29 -!- Everything has joined. 19:24:47 IOCCC/mullender revisited https://yurichev.com/blog/PIC/ 19:25:48 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175224&oldid=175223 * Blashyrkh * (+185) 19:26:23 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175225&oldid=175224 * Blashyrkh * (+34) 19:28:02 -!- impomatic has joined. 19:30:53 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175226&oldid=175225 * Blashyrkh * (+137) 19:36:25 -!- somefan has joined. 19:43:34 -!- Lord_of_Life_ has joined. 19:43:34 -!- Lord_of_Life has quit (Ping timeout: 246 seconds). 19:44:55 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:58:28 [[Talk:Iterate/Loop algebra]] N https://esolangs.org/w/index.php?oldid=175227 * Aadenboy * (+503) Created page with "repeated nestings of n and ~n seem to correspond to the ''n''-th column of Pascal's triangle, with the column shifted to the right by however many more ~n's there are than n's ~~~~" 19:59:03 [[User:ReddoYT/Sandbox]] N https://esolangs.org/w/index.php?oldid=175228 * ReddoYT * (+94) Created page with "Sandbox wow ~~~~" 20:01:04 [[User:ReddoYT/Sandbox]] https://esolangs.org/w/index.php?diff=175229&oldid=175228 * ReddoYT * (+49) 20:04:05 [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175230&oldid=175226 * Int-e * (+541) This needs simulations. 20:08:42 [[User:ReddoYT]] N https://esolangs.org/w/index.php?oldid=175231 * ReddoYT * (+57) Created page with "Hello everyone! I have my own Russian channel on youtube." 20:24:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:25:25 -!- tromp has joined. 20:37:04 [[Talk:Iterate/Loop algebra]] https://esolangs.org/w/index.php?diff=175232&oldid=175227 * Aadenboy * (+700) 20:45:23 -!- somefan has quit (Remote host closed the connection). 20:45:31 -!- somefan has joined. 21:02:19 [[SDAPL]] N https://esolangs.org/w/index.php?oldid=175233 * ReddoYT * (+4255) Created the whole page 21:09:49 [[SDAPL]] M https://esolangs.org/w/index.php?diff=175234&oldid=175233 * Aadenboy * (-42) 21:09:49 -!- ski has quit (Ping timeout: 260 seconds). 21:10:20 [[SDAPL]] https://esolangs.org/w/index.php?diff=175235&oldid=175234 * Aadenboy * (+0) /* Implementation */ 21:21:11 -!- somefan has quit (Remote host closed the connection). 22:13:14 -!- impomatic has quit (Quit: Client closed). 22:21:13 -!- ski has joined. 22:30:02 -!- somefan has joined. 22:45:59 cu 22:53:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:34:35 -!- tromp has joined. 23:45:38 -!- aadenboy has joined. 23:45:43 good afternoon 23:45:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:55:09 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175236&oldid=168541 * Laclale * (+137) /* Category request */ new section 23:55:21 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175237&oldid=175236 * Laclale * (+84) /* Category request */ 2026-02-07: 00:03:56 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175238&oldid=175237 * Corbin * (+374) /* Category request */ Wrong page? 00:12:38 [[Special:Log/newusers]] create * Duke! * New user account 00:15:08 -!- somefan has quit (Remote host closed the connection). 00:15:16 -!- somefan has joined. 00:23:28 I had written a document about advice of use of ASN.1 and ASN.1X but I had wanted some review of it, I am not sure who to ask. 01:49:34 -!- amby has quit (Remote host closed the connection). 01:51:38 pascal's triangle just HAD to get involved 01:51:55 would've been easy to optimize! would've been easy to speed up! 01:52:09 but NOO. it MUST be used... 01:52:43 and also jank code. that too 02:00:27 got it working 02:21:28 that is the worst code that I have ever written 02:21:31 never again 02:26:47 Pascal's triangle? I use one of those in https://www.perlmonks.com/?node_id=877696 04:18:37 -!- aadenboy has quit (Ping timeout: 264 seconds). 04:21:12 -!- aadenboy has joined. 05:25:10 [[ZecZec]] N https://esolangs.org/w/index.php?oldid=175239 * BODOKE2801e * (+2738) Created page with "{{wrongtitle|title=>|<>|<}} >|<>|< is a language made by [[User:BODOKE2801e]] here's all the things (n is a number, . is a thing, and .- is a boolean, also the amount of dots is the ID of the variable/boolean): ==Syntax== Here's the syntax: {| cla 05:43:42 [[Special:Log/newusers]] create * Dragoneater67mobile * New user account 05:46:56 [[User:BoundedBeans/INTERCAL without labels]] https://esolangs.org/w/index.php?diff=175240&oldid=122826 * BoundedBeans * (+126) 05:59:51 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175241&oldid=175222 * Dragoneater67mobile * (+244) introduce myself 06:02:29 [[ZecZec]] https://esolangs.org/w/index.php?diff=175242&oldid=175239 * Aadenboy * (+42) 06:03:40 [[SDAPL]] M https://esolangs.org/w/index.php?diff=175243&oldid=175235 * Dragoneater67mobile * (+0) grammatical fix 06:08:57 [[User:Dragoneater67mobile]] N https://esolangs.org/w/index.php?oldid=175244 * Dragoneater67mobile * (+32) Redirected page to [[User:Dragoneater67]] 06:13:16 [[User talk:Dragoneater67mobile]] N https://esolangs.org/w/index.php?oldid=175245 * Dragoneater67mobile * (+37) Redirected page to [[User talk:Dragoneater67]] 06:18:49 goodnight 06:18:52 -!- aadenboy has quit (Quit: goodbye for now! back another day). 06:22:39 -!- somefan has left. 06:25:26 [[Talk:]] M https://esolangs.org/w/index.php?diff=175246&oldid=175185 * Dragoneater67mobile * (+45) add unsigned template just in case 06:29:25 [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175247&oldid=175206 * PrySigneToFry * (+40) 06:35:43 [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175248&oldid=175247 * Dragoneater67mobile * (-62) correct the list 06:39:07 [[Prime Detector]] N https://esolangs.org/w/index.php?oldid=175249 * PrySigneToFry * (+1283) Created page with "Prime Detector is a very classic programming challenge. Any programming language capable of completing this challenge will be proven to have the following characteristics: * I/O * Simple arithmetic operations * Conditional jump * Iterative loops or conditio 06:45:04 [[Talk:Prime Detector]] N https://esolangs.org/w/index.php?oldid=175250 * Corbin * (+197) Created page with "I think that this program form is underspecified. Does the classic [https://man.openbsd.org/factor BSD factor] count? ~~~~" 06:52:17 [[Talk:Prime Detector]] https://esolangs.org/w/index.php?diff=175251&oldid=175250 * Yayimhere2(school) * (+165) 06:57:51 [[Talk:Prime Detector]] https://esolangs.org/w/index.php?diff=175252&oldid=175251 * Aadenboy * (+462) 07:12:37 -!- zzo38 has quit (Ping timeout: 264 seconds). 07:17:43 [[Python]] https://esolangs.org/w/index.php?diff=175253&oldid=173042 * Yoyolin0409 * (+3) /* Amo gus */ 07:23:44 -!- impomatic has joined. 07:56:04 -!- tromp has joined. 08:11:35 [[Talk:Prime Detector]] https://esolangs.org/w/index.php?diff=175254&oldid=175252 * Yayimhere2(school) * (+124) 09:10:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 09:18:36 [[User:DockedChutoy/Sandbox]] https://esolangs.org/w/index.php?diff=175255&oldid=174616 * DockedChutoy * (+770) 09:27:05 [[Book of Truth]] https://esolangs.org/w/index.php?diff=175256&oldid=175097 * GUAqwq * (+752) /* Examples */ Addition 09:27:54 [[Book of Truth]] M https://esolangs.org/w/index.php?diff=175257&oldid=175256 * GUAqwq * (+47) /* Addition */ 09:42:51 Hi 09:51:29 [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175258&oldid=163770 * Pifrited * (-2301) 10:08:06 [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175259&oldid=175258 * Pifrited * (+991) 10:09:02 [[Special:Log/newusers]] create * TerraCurse * New user account 10:12:36 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175260&oldid=175241 * TerraCurse * (+224) 10:16:59 [[User:TerraCurse]] N https://esolangs.org/w/index.php?oldid=175261 * TerraCurse * (+65) Created page with "Hi. Im TerraCurse, you can also call me Terra, Curse or Terrarko." 10:22:21 [[Python]] https://esolangs.org/w/index.php?diff=175262&oldid=175253 * Yoyolin0409 * (-2) /* Albuquerque challenge */ 10:22:39 [[Python]] https://esolangs.org/w/index.php?diff=175263&oldid=175262 * Yoyolin0409 * (-3) /* Albuquerque challenge */ 10:23:00 [[Python]] https://esolangs.org/w/index.php?diff=175264&oldid=175263 * Yoyolin0409 * (-3) /* Amo gus */ 10:23:20 [[Python]] https://esolangs.org/w/index.php?diff=175265&oldid=175264 * Yoyolin0409 * (-5) /* Albuqer chng */ 10:25:06 [[Python]] https://esolangs.org/w/index.php?diff=175266&oldid=175265 * Yoyolin0409 * (+0) /* Albuquerque challenge */ 10:25:06 [[Crazy J]] M https://esolangs.org/w/index.php?diff=175267&oldid=173210 * Blashyrkh * (+171) 10:34:47 [[Crazy J]] M https://esolangs.org/w/index.php?diff=175268&oldid=175267 * Blashyrkh * (+271) Motivation 10:45:10 [[Prime Detector]] https://esolangs.org/w/index.php?diff=175269&oldid=175249 * PrySigneToFry * (+70) 10:46:41 [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175270&oldid=173709 * PrySigneToFry * (+6) 10:47:42 [[User:PrySigneToFry]] M https://esolangs.org/w/index.php?diff=175271&oldid=175270 * PrySigneToFry * (+4) I was forced to make this edit due to the page being moved. 11:04:45 [[BaguaFuck]] https://esolangs.org/w/index.php?diff=175272&oldid=129596 * Kaveh Yousefi * (+9565) Extended the prologue and added an interpreter implementation in Common Lisp. 11:17:00 [[BaguaFuck]] M https://esolangs.org/w/index.php?diff=175273&oldid=175272 * Dragoneater67mobile * (+1) /* Turing Completeness */ make it more formal 11:17:36 [[BaguaFuck]] M https://esolangs.org/w/index.php?diff=175274&oldid=175273 * Dragoneater67mobile * (-3) /* Implementation */ grammar correction(?) 11:19:25 -!- SteveWyntontje has joined. 11:19:36 -!- Sgeo has quit (Read error: Connection reset by peer). 11:23:10 [[]] https://esolangs.org/w/index.php?diff=175275&oldid=173909 * Dragoneater67mobile * (+24) yes, uppercase and without spaces 11:23:26 [[Talk:Stackowey]] M https://esolangs.org/w/index.php?diff=175276&oldid=157008 * Lampe2020 * (+169) Add clarification to my own comment 11:30:50 -!- SteveWyntontje has quit (Quit: SteveWyntontje). 11:31:06 -!- SteveWyntontje has joined. 11:31:19 -!- SteveWyntontje has quit (Client Quit). 11:41:01 -!- SteveWyntontje has joined. 11:56:51 [[User talk:I am islptng]] M https://esolangs.org/w/index.php?diff=175277&oldid=175194 * I am islptng * (+201) /* #a:* #b:* ?=-ab0{#sum +ab ~ "+1 +sum1 i{ .0 }} '1{.1} */ 11:57:00 [[]] N https://esolangs.org/w/index.php?oldid=175278 * Dragoneater67mobile * (+551) Created page with " is a [[:Category:Joke languages|joke esoteric programming language]] designed to be [[Plushie-complete]]. ==Overview== The language has a single 1-trit register A initialized to 0. The language has the following commands: * sets A to 2 * prints 4 if 11:58:23 [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175279&oldid=174477 * Dragoneater67mobile * (+70) /* but really... */ added to the list 12:00:32 -!- SteveWyntontje has quit (Ping timeout: 256 seconds). 12:00:38 [[]] https://esolangs.org/w/index.php?diff=175280&oldid=175278 * Dragoneater67mobile * (+36) add the see also section 12:03:40 [[Joke language list]] https://esolangs.org/w/index.php?diff=175281&oldid=174578 * Dragoneater67mobile * (+77) 12:05:22 [[Joke language list]] M https://esolangs.org/w/index.php?diff=175282&oldid=175281 * Dragoneater67mobile * (+0) /* General languages */ 12:06:08 -!- SteveWyntontje has joined. 12:12:25 -!- SteveWyntontje has quit (Ping timeout: 245 seconds). 12:24:12 [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175283&oldid=175103 * I am islptng * (+238) /* SletScript */ 12:29:22 [[]] https://esolangs.org/w/index.php?diff=175284&oldid=175280 * Yayimhere2(school) * (+5) /* Overview */ 12:32:14 -!- DOS_User_webchat has joined. 12:32:27 -!- DOS_User_webchat has quit (Client Quit). 12:46:28 -!- SteveWyntontje has joined. 13:15:55 [[Better-machine]] https://esolangs.org/w/index.php?diff=175285&oldid=174907 * PrySigneToFry * (-38) Fixed by islptng. 13:18:31 -!- Everything has quit (Quit: leaving). 13:20:36 [[6ix]] https://esolangs.org/w/index.php?diff=175286&oldid=98702 * PrySigneToFry * (+93) 13:35:58 [[]] https://esolangs.org/w/index.php?diff=175287&oldid=175284 * Dragoneater67mobile * (+0) /* Overview */ 13:39:25 [[6ix]] https://esolangs.org/w/index.php?diff=175288&oldid=175286 * Dragoneater67mobile * (-3) /* Commands */ no 13:40:27 [[]] M https://esolangs.org/w/index.php?diff=175289&oldid=175287 * Dragoneater67mobile * (+0) /* Computational class */ remove the unnecessary comma 13:55:08 -!- SteveWyntontje has quit (Quit: SteveWyntontje). 13:55:25 -!- SteveWyntontje has joined. 14:00:09 -!- SteveWyntontje has quit (Client Quit). 14:00:25 -!- SteveWyntontje has joined. 14:17:32 [[SDAPL]] https://esolangs.org/w/index.php?diff=175290&oldid=175243 * ReddoYT * (+215) /* Examples */ 14:29:51 -!- amby has joined. 14:31:30 -!- SteveWyntontje has quit (Quit: Bye). 14:37:05 -!- impomatic has quit (Ping timeout: 272 seconds). 14:53:48 [[SDAPL]] https://esolangs.org/w/index.php?diff=175291&oldid=175290 * ReddoYT * (+732) /* Examples */ 14:58:48 [[SDAPL]] https://esolangs.org/w/index.php?diff=175292&oldid=175291 * ReddoYT * (+0) /* Working calculator(to floats) */ 15:19:29 [[Mariofuck]] https://esolangs.org/w/index.php?diff=175293&oldid=127258 * RikoMamaBala * (+270) /* Python */ 15:49:08 [[Special:Log/newusers]] create * Dooblix * New user account 15:52:54 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175294&oldid=175260 * Dooblix * (+183) 16:22:44 [[Cell Management]] N https://esolangs.org/w/index.php?oldid=175295 * A() * (+1159) Created page with "Cell Management is an esoteric programming language made by [[User:A()]] where you manage Cells. == Commands == . This is the Manager. It moves right at the start of the program. ><^v These are directional pointers. They tell the Manager which direction to go. 16:27:26 -!- impomatic has joined. 16:28:15 [[Better-machine]] https://esolangs.org/w/index.php?diff=175296&oldid=175285 * I am islptng * (-19) better 16:33:37 -!- impomatic has quit (Ping timeout: 272 seconds). 17:20:29 [[Better-machine]] https://esolangs.org/w/index.php?diff=175297&oldid=175296 * Yayimhere2(school) * (+6) Remove "arrays" bullet point, not needed(variables), change the condition from if (difference = 0) to array[1]==array[2]. 17:32:14 [[ZecZec]] https://esolangs.org/w/index.php?diff=175298&oldid=175242 * BODOKE2801e * (+181) 17:35:45 -!- aadenboy has joined. 17:35:54 good morning 17:38:08 [[ZecZec]] https://esolangs.org/w/index.php?diff=175299&oldid=175298 * BODOKE2801e * (+10) /* Syntax */ 17:50:01 [[User:Hammy]] https://esolangs.org/w/index.php?diff=175300&oldid=170140 * Hammy * (+34) Moved featured esolang to the right 17:52:04 [[ZecZec]] https://esolangs.org/w/index.php?diff=175301&oldid=175299 * BODOKE2801e * (+422) 18:17:31 [[Iterate/Loop algebra]] https://esolangs.org/w/index.php?diff=175302&oldid=172099 * Aadenboy * (+712) thanks binomials! 18:17:57 [[Iterate/Loop algebra]] M https://esolangs.org/w/index.php?diff=175303&oldid=175302 * Aadenboy * (-14) 18:19:36 -!- aadenboy|2 has joined. 18:20:53 -!- aadenboy has quit (Ping timeout: 260 seconds). 18:22:28 -!- aadenboy has joined. 18:24:02 -!- zzo38 has joined. 18:24:13 -!- aadenboy|2 has quit (Ping timeout: 244 seconds). 19:23:41 -!- tromp has joined. 19:27:41 -!- impomatic has joined. 19:37:23 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175304&oldid=175186 * Mc20000 * (+18) 19:40:28 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175305&oldid=175304 * Mc20000 * (+100) 19:43:12 -!- Lord_of_Life_ has joined. 19:44:04 -!- Lord_of_Life has quit (Ping timeout: 265 seconds). 19:44:34 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:46:50 -!- Sgeo has joined. 20:04:45 -!- tromp has quit (Ping timeout: 252 seconds). 20:08:20 [[Special:Log/move]] move * A() * moved [[Duckwise Northward/Turing Complete proof]] to [[Duckwise Northward\Turing Complete proof]]: Misspelled title 20:09:43 [[Special:Log/move]] move_redir * Aadenboy * moved [[Duckwise Northward\Turing Complete proof]] to [[Duckwise Northward/Turing Complete proof]] over redirect: no, subpages use a backslash 20:09:43 [[Special:Log/delete]] delete_redir * Aadenboy * Aadenboy deleted redirect [[Duckwise Northward/Turing Complete proof]] by overwriting: Deleted to make way for move from "[[Duckwise Northward\Turing Complete proof]]" 20:11:39 [[Talk:Duckwise Northward/Turing Complete proof]] N https://esolangs.org/w/index.php?oldid=175310 * Aadenboy * (+352) Created page with "
no, subpages use a backslash
*slash, not a backlash ~~~~" 20:11:49 [[Talk:Duckwise Northward/Turing Complete proof]] M https://esolangs.org/w/index.php?diff=175311&oldid=175310 * Aadenboy * (+17) 20:25:27 Good Night 😴 20:58:03 -!- aadenboy has quit (Read error: Connection reset by peer). 20:58:15 -!- aadenboy has joined. 21:00:31 [[StupidSentences]] https://esolangs.org/w/index.php?diff=175312&oldid=174906 * A() * (-8) 21:14:09 -!- Everything has joined. 21:38:16 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175313&oldid=175305 * Mc20000 * (+489) 21:47:25 -!- perlbot has quit (Ping timeout: 250 seconds). 21:47:36 -!- simcop2387 has quit (Ping timeout: 252 seconds). 22:53:11 -!- Everything has quit (Quit: leaving). 2026-02-08: 00:13:07 -!- perlbot has joined. 00:14:04 [[Special:Log/move]] move * A() * moved [[Talk:Duckwise Northward/Turing Complete proof]] to [[Talk:Duckwise Northward\Turing Complete proof]]: Misspelled title 00:14:31 [[Special:Log/move]] move_redir * A() * moved [[Duckwise Northward/Turing Complete proof]] to [[Duckwise Northward\Turing Complete proof]] over redirect: Misspelled title 00:14:31 [[Special:Log/delete]] delete_redir * A() * A() deleted redirect [[Duckwise Northward\Turing Complete proof]] by overwriting: Deleted to make way for move from "[[Duckwise Northward/Turing Complete proof]]" 00:18:10 -!- simcop2387 has joined. 00:26:36 [[Special:Log/move]] move_redir * A() * moved [[Duckwise Northward\Turing Complete proof]] to [[Duckwise Northward/Turing Complete proof]] over redirect 00:26:36 [[Special:Log/move]] move_redir * A() * moved [[Talk:Duckwise Northward\Turing Complete proof]] to [[Talk:Duckwise Northward/Turing Complete proof]] over redirect 00:26:36 [[Special:Log/delete]] delete_redir * A() * A() deleted redirect [[Duckwise Northward/Turing Complete proof]] by overwriting: Deleted to make way for move from "[[Duckwise Northward\Turing Complete proof]]" 00:26:36 [[Special:Log/delete]] delete_redir * A() * A() deleted redirect [[Talk:Duckwise Northward/Turing Complete proof]] by overwriting: Deleted to make way for move from "[[Talk:Duckwise Northward\Turing Complete proof]]" 01:20:43 -!- APic has quit (Ping timeout: 264 seconds). 01:33:01 -!- APic has joined. 01:33:29 [[Crazy J]] M https://esolangs.org/w/index.php?diff=175322&oldid=175268 * Blashyrkh * (-8) reword 01:47:49 [[Crazy J/Empty output]] M https://esolangs.org/w/index.php?diff=175323&oldid=172666 * Blashyrkh * (+26) Add to "examples" category 01:48:54 [[Crazy J/Truth-machine]] M https://esolangs.org/w/index.php?diff=175324&oldid=172668 * Blashyrkh * (+26) Add to "examples" category 01:49:52 [[Crazy J/Reverse input]] M https://esolangs.org/w/index.php?diff=175325&oldid=172670 * Blashyrkh * (+26) Add to "examples" category 01:50:24 [[Crazy J/Sequential tag system]] M https://esolangs.org/w/index.php?diff=175326&oldid=172686 * Blashyrkh * (+26) Add to "examples" category 01:50:54 [[Crazy J/Cyclic tag system]] M https://esolangs.org/w/index.php?diff=175327&oldid=172688 * Blashyrkh * (+26) 01:51:34 [[Crazy J/QUINE]] M https://esolangs.org/w/index.php?diff=175328&oldid=173239 * Blashyrkh * (+26) Add to "examples" category 02:06:28 -!- amby has 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). 02:59:42 [[Talk:Burnolang]] https://esolangs.org/w/index.php?diff=175329&oldid=173299 * Mc20000 * (+103) 03:05:03 -!- op_4 has quit (Remote host closed the connection). 03:05:39 -!- op_4 has joined. 06:07:01 goodnight 06:07:04 -!- aadenboy has quit (Quit: goodbye for now! back another day). 06:12:14 [[Brainless]] https://esolangs.org/w/index.php?diff=175330&oldid=175039 * RikoMamaBala * (+1035) 06:18:29 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175331&oldid=175238 * None1 * (+337) /* Category request */ 06:20:28 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175332&oldid=175331 * None1 * (+23) /* Category request */ 07:09:21 [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175333&oldid=169962 * RikoMamaBala * (+188) 07:17:50 [[Vertical tab 'N]] https://esolangs.org/w/index.php?diff=175334&oldid=170408 * RikoMamaBala * (+32) 09:00:59 [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175335&oldid=175333 * Yayimhere2(school) * (+52) /* In Python */ 09:01:23 [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175336&oldid=175335 * Yayimhere2(school) * (+1) /* In Python */ 09:13:51 Hi 09:48:41 [[Talk:]] https://esolangs.org/w/index.php?diff=175337&oldid=175246 * Dragoneater67mobile * (+238) question 09:49:19 [[TlhIngan]] https://esolangs.org/w/index.php?diff=175338&oldid=149251 * RikoMamaBala * (+2727) 09:52:50 [[Talk:]] https://esolangs.org/w/index.php?diff=175339&oldid=175337 * Yayimhere2(school) * (+154) 10:01:16 [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175340&oldid=170583 * Dragoneater67mobile * (+218) @@@@ 10:07:20 [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175341&oldid=175279 * Dragoneater67mobile * (+0) /* but really... */ oops 10:22:02 [[TlhIngan]] M https://esolangs.org/w/index.php?diff=175342&oldid=175338 * Dragoneater67mobile * (-2) /* Syntax */ MINOR GRAMMAR CORRECTION 10:43:14 -!- tromp has joined. 10:50:37 [[Talk:Im not mad at yayimhere anymore]] https://esolangs.org/w/index.php?diff=175343&oldid=147247 * Dragoneater67mobile * (+123) 11:00:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:12:44 [[Talk:Im not mad at yayimhere anymore]] https://esolangs.org/w/index.php?diff=175344&oldid=175343 * Ractangle * (+159) 11:34:50 [[Talk:Im not mad at yayimhere anymore]] https://esolangs.org/w/index.php?diff=175345&oldid=175344 * Yayimhere2(school) * (+125) 11:40:42 -!- Sgeo has quit (Read error: Connection reset by peer). 11:40:51 [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175346&oldid=175340 * Hammy * (+283) /* What does @@@@ mean? */ 11:42:32 -!- tromp has joined. 11:46:52 [[User:Hammy]] M https://esolangs.org/w/index.php?diff=175347&oldid=175300 * Hammy * (+89) /* My Esolangs */ 12:48:04 [[Stackowey/Stackowasm]] N https://esolangs.org/w/index.php?oldid=175348 * Lampe2020 * (+1383) Create "Stackowey/Stackowasm" page stub 13:22:47 -!- amby has joined. 14:11:19 -!- impomatic has quit (Ping timeout: 272 seconds). 14:49:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:27:46 [[Talk:Hate]] https://esolangs.org/w/index.php?diff=175349&oldid=164986 * Blashyrkh * (+53) /* Computational class */ new section 15:28:21 [[Talk:Hate]] M https://esolangs.org/w/index.php?diff=175350&oldid=175349 * Blashyrkh * (+91) /* Computational class */ 15:35:41 [[Nothing Of-course, Timeless Hitchhikes In New Gardens]] https://esolangs.org/w/index.php?diff=175351&oldid=165337 * RikoMamaBala * (+282) 15:36:05 [[Nothing Of-course, Timeless Hitchhikes In New Gardens]] https://esolangs.org/w/index.php?diff=175352&oldid=175351 * RikoMamaBala * (-8) 15:40:33 [[LoopScript]] https://esolangs.org/w/index.php?diff=175353&oldid=175049 * DockedChutoy * (+118) added a python interpreter 15:42:10 [[Talk:Flip]] N https://esolangs.org/w/index.php?oldid=175354 * Yayimhere2(school) * (+132) Created page with "AAARHUUUUUUUUS --~~~~" 16:20:37 [[Free2Edit]] https://esolangs.org/w/index.php?diff=175355&oldid=175200 * RikoMamaBala * (+28) 16:23:20 -!- impomatic has joined. 16:25:33 [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175356&oldid=175313 * Mc20000 * (+631) 16:35:44 -!- tromp has joined. 16:48:14 [[User:Yayimhere/Penpal]] N https://esolangs.org/w/index.php?oldid=175357 * Yayimhere2(school) * (+2109) Created page with "{{WIP}} '''Penpal''' is a multithreaded esoteric programming language which "fixes" the "problem" of "which thread do we interpret first?". It does this by having only on thread which can "thread" together the variables of different threads, of 16:48:52 [[User:Yayimhere/Penpal]] https://esolangs.org/w/index.php?diff=175358&oldid=175357 * Yayimhere2(school) * (-7) /* Execution of threads */ 17:31:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 17:35:22 -!- tromp has joined. 17:57:00 -!- aadenboy has joined. 17:57:06 good morning 18:38:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:03:52 Good Night * 😴 19:16:49 -!- Sgeo has joined. 19:26:11 -!- tromp has joined. 19:43:58 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 19:44:02 -!- Lord_of_Life_ has joined. 19:46:52 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:47:56 -!- aadenboy|2 has joined. 19:48:01 not again 19:49:05 -!- aadenboy has quit (Ping timeout: 245 seconds). 19:59:21 -!- aadenboy has joined. 20:00:18 -!- aadenboy|2 has quit (Ping timeout: 260 seconds). 20:07:29 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus-start.png]]": There probably exists a similar image 20:08:40 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus-End.png]]": There definitely exists a similar image, I made this still. 20:09:20 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:If-Lambdus.png]]" 20:09:57 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Reset-Lambdus.png]]" 20:10:32 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:+1-Lambdus.png]]" 20:12:06 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:-1-Lambdus.png]]" 20:17:05 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Split-Lambdus.png]]" 20:17:24 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Loop-Lambdus.png]]" 20:23:04 -!- impomatic has quit (Quit: Client closed). 20:33:08 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:IfElse-Lambdus.png]]" 20:35:18 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Cross-Lambdus.png]]" 20:40:13 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Output-Lambdus.png]]" 20:50:11 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus Truth Machine.png]]" 20:51:30 [[Lambdus]] N https://esolangs.org/w/index.php?oldid=175371 * Rombito * (+1287) Created page with " == Introduction == Lambdus is a language which uses an image to write programs == lines == Line examples will go from right to left (except for the start) These lines can be rotated and flipped * [[file:Lambdus-start.png]] (start) : this is the start, defines the sta 20:53:47 [[Lambdus]] https://esolangs.org/w/index.php?diff=175372&oldid=175371 * Rombito * (-14) 20:55:23 [[Lambdus]] https://esolangs.org/w/index.php?diff=175373&oldid=175372 * Rombito * (+74) 21:05:59 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambda-From-Lambdus.png]]" 21:27:04 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:GetVariable-Lambdus.png]]" 21:29:17 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Variable-Lambdus.png]]" 21:41:38 [[Special:Log/upload]] overwrite * Rombito * uploaded a new version of "[[File:Lambdus Truth Machine.png]]" 21:42:04 [[Lambdus]] https://esolangs.org/w/index.php?diff=175378&oldid=175373 * Rombito * (+406) 22:06:52 -!- Everything has joined. 22:47:06 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Input-Lambdus.png]]" 22:48:22 [[Lambdus]] https://esolangs.org/w/index.php?diff=175380&oldid=175378 * Rombito * (+116) 22:52:33 -!- Everything has quit (Quit: leaving). 22:57:39 [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Weight-Lambdus.png]]" 22:58:09 [[Lambdus]] https://esolangs.org/w/index.php?diff=175382&oldid=175380 * Rombito * (+147) 23:03:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:22:19 superbowl 23:22:22 -!- aadenboy has quit (Quit: goodbye for now! back another day). 2026-02-09: 01:28:28 -!- amby has 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). 02:33:18 [[Special:Log/newusers]] create * Cirno * New user account 02:39:42 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=175383&oldid=175294 * Cirno * (+159) 02:40:24 [[User:Cirno]] N https://esolangs.org/w/index.php?oldid=175384 * Cirno * (+33) Created page with "Yayaya stole the precious thing!!" 03:05:16 -!- somefan has joined. 03:06:38 -!- somefan has left. 05:19:43 -!- pool has quit (Quit: The Lounge - https://thelounge.chat). 05:20:32 -!- pool has joined. 06:34:47 [[Talk:Flip]] https://esolangs.org/w/index.php?diff=175385&oldid=175354 * Dragoneater67 * (+285) eh, something somrthing 06:39:29 [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]] https://esolangs.org/w/index.php?diff=175386&oldid=167729 * Dragoneater67 * (+153) /* Commands */ yuh uh 06:40:10 [[Lambdus]] https://esolangs.org/w/index.php?diff=175387&oldid=175382 * Rombito * (+6) 06:58:29 [[Concept-complete]] N https://esolangs.org/w/index.php?oldid=175388 * Rombito * (+413) Created page with "By [[user:Rombito]] In order for a language to be Concept-Complete, it must have the quality: '''must be able to conceive of any concept and work with it, not including ones that are created or searched for to be impossible to be conceived by the language.''' 06:58:59 [[Concept-complete]] https://esolangs.org/w/index.php?diff=175389&oldid=175388 * Rombito * (-18) 06:59:57 [[Talk:Concept-complete]] N https://esolangs.org/w/index.php?oldid=175390 * Corbin * (+184) Created page with "This isn't an actual concept. It's yet more cargo-culting from articles that copied [[Turing-complete]]. ~~~~" 07:02:29 [[Talk:Collatz sequence]] https://esolangs.org/w/index.php?diff=175391&oldid=106789 * Blashyrkh * (+274) 07:03:06 [[Concept-complete]] https://esolangs.org/w/index.php?diff=175392&oldid=175389 * Rombito * (+4) 07:39:41 [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=175393&oldid=175056 * Cleverxia * (+145) /* whats this */ 07:44:13 [[Concept-complete]] https://esolangs.org/w/index.php?diff=175394&oldid=175392 * Rombito * (+331) 07:45:04 [[Concept-complete]] https://esolangs.org/w/index.php?diff=175395&oldid=175394 * Rombito * (+7) 07:46:33 [[Hate]] https://esolangs.org/w/index.php?diff=175396&oldid=164985 * None1 * (+19) 07:46:57 [[Hate]] https://esolangs.org/w/index.php?diff=175397&oldid=175396 * None1 * (+33) 07:47:23 [[Talk:Hate]] https://esolangs.org/w/index.php?diff=175398&oldid=175350 * None1 * (+320) /* Computational class */ 07:48:00 [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175399&oldid=174297 * Cleverxia * (+93) 07:55:26 -!- tromp has joined. 08:05:47 [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175400&oldid=175399 * Yayimhere2(school) * (+62) 08:06:41 -!- Sgeo has quit (Read error: Connection reset by peer). 08:26:44 [[Str]] N https://esolangs.org/w/index.php?oldid=175401 * Cleverxia * (+1618) Created page with "{{lowercase}} {{Distinguish/Confusion|text=[https://github.com/ConorOBrien-Foxx/str another language] with the same name created by Conor O'brien}} str is a esolang created by [[User:cleverxia]] but it has nothing to do with strings. The name actually means "'''st'''ack ' 08:27:12 [[Str]] https://esolangs.org/w/index.php?diff=175402&oldid=175401 * Cleverxia * (-2) /* Interpreter */ 08:33:35 [[Talk:Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=175403&oldid=173988 * Cleverxia * (+110) 08:48:54 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175404&oldid=175179 * None1 * (+371) 08:50:03 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175405&oldid=175404 * None1 * (-2687) 08:50:25 [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175406&oldid=175405 * None1 * (+36) 08:50:47 [[Esolang spec]] N https://esolangs.org/w/index.php?oldid=175407 * None1 * (+2843) Created page with "'''Esolang spec''' is an esolang invented by [[User:None1]]. Programs in this esolang are like specifications of esolangs. ==Program structure== A program must be like this:
 (header) ==Memory== (variable definition) ==Commands== (command 1) (command 2) ...  [[Esolang spec]]  https://esolangs.org/w/index.php?diff=175408&oldid=175407 * None1 * (+734) 
08:58:52  [[Language list]]  https://esolangs.org/w/index.php?diff=175409&oldid=174988 * None1 * (+19) /* E */
08:59:29  [[User:None1]]  https://esolangs.org/w/index.php?diff=175410&oldid=174989 * None1 * (+85) 
09:08:11  [[DQ]] M https://esolangs.org/w/index.php?diff=175411&oldid=165040 * Ractangle * (-9) /* examples */
09:09:54  [[DQ]] M https://esolangs.org/w/index.php?diff=175412&oldid=175411 * Ractangle * (+278) /* Interpreter */
09:40:39  [[Plea]]  https://esolangs.org/w/index.php?diff=175413&oldid=175184 * UnavgAustralian * (-44) 
10:01:55 -!- msv has quit (Read error: Connection reset by peer).
10:03:29 -!- msv has joined.
10:12:07  ☺
10:14:23 -!- chloetax has quit (Read error: Connection reset by peer).
10:14:50 -!- chloetax has joined.
10:52:13  [[Say]]  https://esolangs.org/w/index.php?diff=175414&oldid=125073 * Cleverxia * (+1012) 
10:55:22  [[Say]]  https://esolangs.org/w/index.php?diff=175415&oldid=175414 * Cleverxia * (+109) /* Interpreter */
10:55:49  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175416&oldid=174158 * Cleverxia * (+262) 
11:11:03  [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=175417&oldid=174779 * Qazwsxplm * (+217) 
11:12:53  [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175418&oldid=175259 * Pifrited * (-698) 
11:22:44  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175419&oldid=175386 * PrySigneToFry * (+59) 
11:25:40  [[Long3]] M https://esolangs.org/w/index.php?diff=175420&oldid=154509 * Qazwsxplm * (+41) 
11:34:10 -!- msv has quit (Remote host closed the connection).
11:36:42 -!- msv has joined.
11:39:10 -!- svm has joined.
11:41:22 -!- msv has quit (Read error: Connection reset by peer).
12:22:20 -!- amby has joined.
12:48:47  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175421&oldid=175419 * Mrtli08 * (+91) 
12:50:39  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175422&oldid=175421 * Mrtli08 * (+2) 
12:50:53  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175423&oldid=175422 * Mrtli08 * (+4) /* Hello, world 1 */
12:51:29  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175424&oldid=175423 * Mrtli08 * (-1) 
12:51:47  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175425&oldid=175424 * Mrtli08 * (+62) 
13:15:08  [[Talk:Amicus]] N https://esolangs.org/w/index.php?oldid=175426 * Yayimhere2(school) * (+125) Created page with "Syntax? --~~~~"
13:26:21  [[Talk:Bitwise Cyclic Tack]]  https://esolangs.org/w/index.php?diff=175427&oldid=175403 * Yayimhere2(school) * (+148) 
13:27:44  [[Talk:Bitwise Cyclic Tack]]  https://esolangs.org/w/index.php?diff=175428&oldid=175427 * Yayimhere2(school) * (+219) 
13:31:58  [[DQ]]  https://esolangs.org/w/index.php?diff=175429&oldid=175412 * Yayimhere2(school) * (+11) /* See also */
13:33:10  [[]]  https://esolangs.org/w/index.php?diff=175430&oldid=175275 * Dragoneater67mobile * (-57) optimized!!!
13:45:32  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175431&oldid=175425 * PrySigneToFry * (+6) 
14:06:08  [[Bbtos]]  https://esolangs.org/w/index.php?diff=175432&oldid=174908 * RikoMamaBala * (+70) /* Interpreters */
14:11:13  [[]]  https://esolangs.org/w/index.php?diff=175433&oldid=175430 * Dragoneater67mobile * (-74) /* Phase 1 */ table cleanup
14:26:30  [[Talk:Str]] N https://esolangs.org/w/index.php?oldid=175434 * Yayimhere2(school) * (+123) Created page with "cool. --~~~~"
14:40:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:46:26  [[ bits, 0 Bytes]]  https://esolangs.org/w/index.php?diff=175435&oldid=165360 * RikoMamaBala * (+101) /* Examples */
14:55:52  [[Esolang talk:Community portal]]  https://esolangs.org/w/index.php?diff=175436&oldid=175332 * Ais523 * (+360) /* Category request */ seems too specific to be useful
15:02:56  [[User talk:User:Main page/w/wiki/User:NotPrySigneToFry/what]]  https://esolangs.org/w/index.php?diff=175437&oldid=175431 * Dragoneater67mobile * (+18) lol
15:05:05  [[SDAPL]]  https://esolangs.org/w/index.php?diff=175438&oldid=175292 * ReddoYT * (-1) /* Working calculator(no floats) */
15:14:13  [[Brainfuck But With Buffer]]  https://esolangs.org/w/index.php?diff=175439&oldid=82062 * RikoMamaBala * (+504) 
15:17:08 -!- tromp has joined.
15:35:25  [[Hello world program in esoteric languages (D-G)]]  https://esolangs.org/w/index.php?diff=175440&oldid=174542 * RikoMamaBala * (+34) /* Free2Edit */
15:36:51 -!- perlbot has quit (Ping timeout: 250 seconds).
15:37:15 -!- simcop2387 has quit (Ping timeout: 252 seconds).
15:47:07  [[SDAPL]]  https://esolangs.org/w/index.php?diff=175441&oldid=175438 * ReddoYT * (+655) /* Examples */
16:03:01  [[Esolang talk:Community portal]] M https://esolangs.org/w/index.php?diff=175442&oldid=175436 * Somefan * (+428) generalization?
16:05:51  [[Esolang talk:Community portal]] M https://esolangs.org/w/index.php?diff=175443&oldid=175442 * Somefan * (+16) gonna state that these are encodings
16:09:54 -!- shikhin_ has joined.
16:11:23  [[Esolang talk:Community portal]] M https://esolangs.org/w/index.php?diff=175444&oldid=175443 * Somefan * (+32) clarify that encodings are simply not a certain set of characters, they ''encode'' a certain set of characters
16:13:56 -!- shikhin has quit (Ping timeout: 258 seconds).
16:13:57 -!- shikhin_ has changed nick to shikhin.
16:14:40 -!- Yayimhere has joined.
16:14:56  he-looooo
16:15:51  Hi.
16:16:09  how are you today korvo?
16:17:43  I'm alright. Finished rewriting the Vixen compiler last night. Still recovering a little.
16:17:53  cool.
16:23:51 -!- simcop2387 has joined.
16:28:24 -!- perlbot has joined.
17:07:31  [[Joke Page]]  https://esolangs.org/w/index.php?diff=175445&oldid=144844 * RikoMamaBala * (+462) 
17:22:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:22:43 -!- tromp has joined.
17:34:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:36:19  [[Betamation]]  https://esolangs.org/w/index.php?diff=175446&oldid=125825 * RikoMamaBala * (+101) 
17:51:16 -!- tromp has joined.
18:17:37 -!- sftp has quit (Ping timeout: 250 seconds).
18:24:51 -!- Yayimhere has quit (Ping timeout: 272 seconds).
18:27:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:31:20  [[Betamation]]  https://esolangs.org/w/index.php?diff=175447&oldid=175446 * RikoMamaBala * (+49) 
19:32:17 -!- msv has joined.
19:34:49 -!- svm has quit (Ping timeout: 264 seconds).
19:43:56 -!- Lord_of_Life_ has joined.
19:44:26 -!- Lord_of_Life has quit (Ping timeout: 256 seconds).
19:45:16 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:46:25 -!- chloetax has quit (Quit: Ping timeout (120 seconds)).
19:46:56 -!- chloetax has joined.
20:17:03  [[Talk:Language list]]  https://esolangs.org/w/index.php?diff=175448&oldid=174563 * Ractangle * (+320) /* No idea why, but I want to make a list of languages that were meant to be made for different world building projects */ new section
21:32:29 -!- shikhin has changed hostmask to ~shikhin@offtopia/offtopian.
22:09:48  cu
22:53:51 -!- tromp has joined.
23:22:10  I had wanted to make up a VM code for the purpose of converting a sequence of 16-bit input character codes (which always are in a specific range in a group) into a sequence of output character codes together with positioning, with the sizes of character glyphs as the units of measurement.
23:27:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:36:48 -!- perlbot has quit (Ping timeout: 244 seconds).
23:36:48 -!- simcop2387 has quit (Ping timeout: 244 seconds).

2026-02-10:

00:01:19 -!- Sgeo has joined.
00:03:24 -!- simcop2387 has joined.
00:07:24 -!- perlbot has joined.
00:18:01 -!- simcop2387 has quit (Ping timeout: 264 seconds).
00:18:08 -!- perlbot has quit (Ping timeout: 256 seconds).
00:18:27 -!- perlbot_ has joined.
00:19:57 -!- perlbot_ has changed nick to perlbot.
00:21:27 -!- simcop2387 has joined.
00:24:00 -!- ceridwen15 has joined.
01:31:25 -!- ajal has joined.
01:31:48 -!- amby has quit (Ping timeout: 252 seconds).
01:32:31 -!- aadenboy has joined.
01:32:36  good evening
01:33:44  Indeed, it's lovely. Sunshowers were gorgeous today.
01:34:10  went and retried my hand at the optimizer I made yesterday with my new understanding on binomials and it's much better now
01:34:16  I  think it was yesterdya
01:34:27  that or last friday–saturday
02:15:53 -!- ajal has 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).
02:49:24  [[Gammaplex]]  https://esolangs.org/w/index.php?diff=175449&oldid=87452 * PkmnQ * (+15) /* See also */
02:50:16  [[Omegaplex]]  https://esolangs.org/w/index.php?diff=175450&oldid=32428 * PkmnQ * (+15) /* See Also */
02:58:33  [[Semi-serious language list]]  https://esolangs.org/w/index.php?diff=175451&oldid=173099 * PkmnQ * (+16) /* G */
03:01:42  [[Vixen]]  https://esolangs.org/w/index.php?diff=175452&oldid=174153 * Corbin * (-672) /* Expression language */ Switch to the new reference grammar. Cite the notes. The example compiler output is so tight now!
03:29:24  [[Semi-serious language list]]  https://esolangs.org/w/index.php?diff=175453&oldid=175451 * PkmnQ * (+152) /* Z */
03:51:17  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175454&oldid=175400 * Cleverxia * (+313) 
04:04:24  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175455&oldid=175454 * Yayimhere2(school) * (+7) 
04:09:25 -!- sorear_ has joined.
04:09:41 -!- shikhin_ has joined.
04:10:04 -!- tetsuo-cpp_ has joined.
04:10:47 -!- shikhin_ has changed hostmask to ~shikhin@offtopia/offtopian.
04:10:51 -!- shikhin has quit (Killed (NickServ (GHOST command used by shikhin_))).
04:10:53 -!- shikhin_ has changed nick to shikhin.
04:11:30 -!- sorear has quit (Ping timeout: 264 seconds).
04:11:31 -!- tetsuo-cpp has quit (Ping timeout: 264 seconds).
04:11:33 -!- sorear_ has changed nick to sorear.
04:11:36 -!- tetsuo-cpp_ has changed nick to tetsuo-cpp.
04:28:23  goodnight
04:28:25 -!- aadenboy has quit (Quit: goodbye for now! back another day).
04:40:43  [[//\n//]] N https://esolangs.org/w/index.php?oldid=175456 * Cleverxia * (+3033) Created page with "''';;;''' (also ''';`!;`;;''', '''//\n//''', '''2D[[///]]''',) is an esolang similar to [[///]] with the only difference being it's 2d. ==Program flow== the IP starts at (0,0), with its direction right at first. It is initially at the print stage.  There are "a few" mo
04:41:11  [[Special:Log/move]] move  * Cleverxia *  moved [[//\n//]] to [[; ;;]]: Misspelled title
04:41:33  [[; ;;]]  https://esolangs.org/w/index.php?diff=175459&oldid=175457 * Cleverxia * (+25) 
04:43:04  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175460&oldid=175416 * Cleverxia * (+70) 
05:18:55  [[BoxedLANG]]  https://esolangs.org/w/index.php?diff=175461&oldid=175356 * Mc20000 * (+108) /* a few examples */
06:04:43 -!- ceridwen15 has quit (Quit: ceridwen15).
06:05:14 -!- ceridwen15 has joined.
06:35:02  [[]]  https://esolangs.org/w/index.php?diff=175462&oldid=175433 * Dragoneater67 * (+101) /* XKCD RANDOM NUMBER */
06:50:25  [[]]  https://esolangs.org/w/index.php?diff=175463&oldid=175462 * Dragoneater67 * (-128) general improvements
07:05:39  [[Delete]]  https://esolangs.org/w/index.php?diff=175464&oldid=163612 * RikoMamaBala * (+44) 
07:18:14  [[Stoplight]]  https://esolangs.org/w/index.php?diff=175465&oldid=139791 * RikoMamaBala * (+193) 
07:18:49 -!- tromp has joined.
07:30:14  [[NameError]]  https://esolangs.org/w/index.php?diff=175466&oldid=170851 * RikoMamaBala * (+270) /* Interpreter */
07:40:10 -!- ceridwen15 has quit (Remote host closed the connection).
07:51:22  [[User:PkmnQ]]  https://esolangs.org/w/index.php?diff=175467&oldid=157272 * PkmnQ * (-1069) Those haven't been relevant in a while
08:25:36  Hi
08:28:37 -!- Sgeo has quit (Read error: Connection reset by peer).
08:46:06  [[; ;;]]  https://esolangs.org/w/index.php?diff=175468&oldid=175459 * Cleverxia * (-242) /* Program flow */
09:58:29  [[Cirt e mys]]  https://esolangs.org/w/index.php?diff=175469&oldid=174812 * Yayimhere2(school) * (-194) /* Demonstration */
10:09:50  [[Esolang spec]]  https://esolangs.org/w/index.php?diff=175470&oldid=175408 * Cleverxia * (+686) None1, you should really improve your expressing skills. you're making too ***king much difficulty for me to make an interpreter. for example, why are you getting a tape without any left/right commands, add/substracct without any way to get a value>0, and '+' meaning set,
10:47:23  [[ bytes :3]] M https://esolangs.org/w/index.php?diff=175471&oldid=120858 * Dragoneater67 * (+1) i <3 correcting grammar
11:07:08  [[Esolang spec]] M https://esolangs.org/w/index.php?diff=175472&oldid=175470 * Cleverxia * (-31) /* Section 3: commands */
11:35:08 -!- msv has quit (Remote host closed the connection).
11:36:19 -!- ceridwen15 has joined.
11:55:38 -!- msv has joined.
11:55:54 -!- msv has quit (Remote host closed the connection).
11:56:18 -!- msv has joined.
11:59:20 -!- ceridwen15 has quit (Remote host closed the connection).
12:03:48  [[Esolang spec]]  https://esolangs.org/w/index.php?diff=175473&oldid=175472 * Cleverxia * (+7160) 
12:04:39  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175474&oldid=175460 * Cleverxia * (+63) /* Interpreters */
12:04:49  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175475&oldid=175474 * Cleverxia * (+0) /* Interpreters */
12:23:27  [[Esolang spec]]  https://esolangs.org/w/index.php?diff=175476&oldid=175473 * Cleverxia * (+246) /* Compiler to C++ */
12:24:13  [[Esolang spec]] M https://esolangs.org/w/index.php?diff=175477&oldid=175476 * Cleverxia * (+22) /* Compiler to C++ */
12:26:45  [[]]  https://esolangs.org/w/index.php?diff=175478&oldid=175463 * Dragoneater67mobile * (+15) /* Phase 2 */ clarify HOW ip is pseudorandom
12:28:44  [[]]  https://esolangs.org/w/index.php?diff=175479&oldid=175478 * Dragoneater67mobile * (+3) /* Phase 2 */ use list to show order
12:33:06  [[]]  https://esolangs.org/w/index.php?diff=175480&oldid=175479 * Dragoneater67mobile * (+85) /* Phase 1 */
12:36:16  [[]]  https://esolangs.org/w/index.php?diff=175481&oldid=175480 * Dragoneater67mobile * (+27) add creation date
12:38:53 -!- amby has joined.
12:39:21  [[]]  https://esolangs.org/w/index.php?diff=175482&oldid=175481 * Dragoneater67mobile * (+1) /* Phase 2 */
12:42:03  [[]] M https://esolangs.org/w/index.php?diff=175483&oldid=175482 * Dragoneater67mobile * (-67) /* Phase 1 */ corrections
12:55:21  [[]]  https://esolangs.org/w/index.php?diff=175484&oldid=175483 * Dragoneater67mobile * (-1) /* Phase 2 */
12:57:17  [[]]  https://esolangs.org/w/index.php?diff=175485&oldid=175484 * Dragoneater67mobile * (-20) /* Phase 2 */ i forgot that it doesnt wrap around
13:28:43 -!- msv has quit (Remote host closed the connection).
13:30:11 -!- msv has joined.
13:30:21 -!- msv has quit (Remote host closed the connection).
13:30:45 -!- msv has joined.
13:36:06  [[Esolang spec]]  https://esolangs.org/w/index.php?diff=175486&oldid=175477 * Dragoneater67mobile * (+43) 
13:36:40  [[Esolang spec]] M https://esolangs.org/w/index.php?diff=175487&oldid=175486 * Dragoneater67mobile * (+1) /* Compiler to C++ */ added a space
13:41:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:42:29  [[Permission denied]]  https://esolangs.org/w/index.php?diff=175488&oldid=164072 * RikoMamaBala * (+43) 
13:47:36  [[Unmatched (]]  https://esolangs.org/w/index.php?diff=175489&oldid=164021 * RikoMamaBala * (+52) 
13:49:06  [[]]  https://esolangs.org/w/index.php?diff=175490&oldid=175485 * Dragoneater67mobile * (+4) /* XKCD RANDOM NUMBER */
13:52:05  [[HAMMERANDSICKLE]] N https://esolangs.org/w/index.php?oldid=175491 * Dragoneater67mobile * (+17) Redirected page to [[]]
13:52:48  [[User:XKCD Random Number]]  https://esolangs.org/w/index.php?diff=175492&oldid=174631 * Dragoneater67mobile * (+35) /* Goldfuck */
14:02:42 -!- A_Dragon has joined.
14:05:11 -!- ski_ has joined.
14:05:23 -!- sprout_ has joined.
14:05:39 -!- int-e_ has joined.
14:06:02 -!- int-e has quit (Killed (NickServ (GHOST command used by int-e_))).
14:06:07 -!- int-e_ has changed nick to int-e.
14:07:04 -!- ski has quit (*.net *.split).
14:07:05 -!- sprout has quit (*.net *.split).
14:07:05 -!- gAy_Dragon has quit (*.net *.split).
14:23:17  [[Unmatched (]]  https://esolangs.org/w/index.php?diff=175493&oldid=175489 * Dragoneater67mobile * (+48) /* Interpreter in brainfuck */ added note about implementation specific behaviour being used
14:43:32 -!- ski_ has changed nick to ski.
14:52:29  [[Bitwise Cyclic Teast]] N https://esolangs.org/w/index.php?oldid=175494 * Cleverxia * (+1077) Created page with "{{lang|n=Bitwise Cyclic Teast (BCTp or BCTps)|f=a derivative of [[BCTp]] where the heap stores the whole data string.}} ==Commands== {| class="wikitable" |- ! Command !! Execution |- | 0 || delete the 1st bit of ''smallest'' data string. |- | 1 ||
14:52:56  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175495&oldid=175475 * Cleverxia * (+49) 
15:15:44  [[Talk:Point operator]]  https://esolangs.org/w/index.php?diff=175496&oldid=68901 * Yayimhere2(school) * (+156) /* Leading zeroes */
15:16:32  [[Talk:Point operator]]  https://esolangs.org/w/index.php?diff=175497&oldid=175496 * Yayimhere2(school) * (-156) /* ... */
15:41:02 -!- sprout_ has changed nick to sprout.
15:48:22  [[BaguaFuck]] M https://esolangs.org/w/index.php?diff=175498&oldid=175274 * Kaveh Yousefi * (+1) Emended a mistake in the interpreter's documentation by the application of the plural form commands for the erroneous singular command.
16:04:41  [[Iterate/Loop algebra]]  https://esolangs.org/w/index.php?diff=175499&oldid=175303 * Aadenboy * (+192) removing the theorem part since I'm unsure if it's correct; adding stateful observations
16:09:47  [[Clandestine Endorsement]]  https://esolangs.org/w/index.php?diff=175500&oldid=141816 * Yayimhere2(school) * (+1) 
16:20:04 -!- tromp has joined.
16:29:43 -!- A_Dragon has changed nick to gAy_Dragon.
17:51:50  [[Talk:Free2Edit]] N https://esolangs.org/w/index.php?oldid=175501 * Dragoneater67mobile * (+203) Bounded-storage machine Bounded-storage machine Bounded-storage machine
17:54:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:13:03 -!- tromp has joined.
19:02:58  [[Brainfuck algorithms]]  https://esolangs.org/w/index.php?diff=175502&oldid=174759 * Eso8714 * (-33) /* Check x==0 */
19:10:51 -!- shikhin_ has joined.
19:12:01 -!- shikhin has quit (Ping timeout: 264 seconds).
19:12:02 -!- shikhin_ has changed nick to shikhin.
19:26:53  [[Talk:AT]] N https://esolangs.org/w/index.php?oldid=175503 * Blashyrkh * (+121) Created page with "Is it really Turing Complete? --~~~~"
19:32:46 -!- svm has joined.
19:35:43 -!- msv has quit (Ping timeout: 264 seconds).
19:37:52  Good Night      😴
19:39:12  [[Talk:AT]]  https://esolangs.org/w/index.php?diff=175504&oldid=175503 * Blashyrkh * (+173) 
19:44:29 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
19:44:40 -!- Lord_of_Life_ has joined.
19:47:28 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:55:50  [[Talk:AT]] M https://esolangs.org/w/index.php?diff=175505&oldid=175504 * Blashyrkh * (+2) 
20:05:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:13:31 -!- tromp has joined.
20:24:21  [[C*]] M https://esolangs.org/w/index.php?diff=175506&oldid=173166 * H33T33 * (+383) 
20:28:38  [[!Assembly]] M https://esolangs.org/w/index.php?diff=175507&oldid=174480 * H33T33 * (+10) 
21:04:46  [[Iterate/Subset]]  https://esolangs.org/w/index.php?diff=175508&oldid=165733 * Aadenboy * (+500) /* n and ~n */ n and ~n are not necessary within Iterate
21:39:25  [[EsoInterpreters]]  https://esolangs.org/w/index.php?diff=175509&oldid=171184 * Aadenboy * (+1118) add [[Iterate]] and [[Countable]]
21:59:01 -!- shikhin has changed hostmask to ~shikhin@offtopia/offtopian.
22:49:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:54:03 -!- tromp has joined.
23:08:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:17:14 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
23:37:28 -!- isabella has quit (Server closed connection).
23:37:44 -!- Lord_of_Life has joined.
23:37:52 -!- izabera has joined.
23:38:13  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:CWarp4Screenshot.png]]"
23:40:20  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:CWarp4Screenshot2.png]]"
23:53:37  [[User:WoodyFan3412]]  https://esolangs.org/w/index.php?diff=175512&oldid=163470 * WoodyFan3412 * (+40) 
23:54:44  [[User:WoodyFan3412]]  https://esolangs.org/w/index.php?diff=175513&oldid=175512 * WoodyFan3412 * (+97) /* Project Descriptions */

2026-02-11:

00:08:28  [[Assembly But Worse]] N https://esolangs.org/w/index.php?oldid=175514 * WoodyFan3412 * (+4173) Correction: Kill is also a cheat command in Left 4 Dead 2
00:11:31 -!- Sgeo has joined.
00:14:20 -!- aadenboy has joined.
00:14:24  good afternoon
01:03:24 -!- amby has 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).
01:50:40 -!- aadenboy has quit (Ping timeout: 246 seconds).
01:50:41 -!- aadenboy|2 has joined.
02:30:14  [[Nadleq]] N https://esolangs.org/w/index.php?oldid=175515 * I am islptng * (+2441) Created page with "'''Nadleq''' is an [[OISC]] where the one instruction is "Negate and ADd and branch if Less-than or EQual to zero", conventionally abbreviated to ''nadleq''.  Of course, this is derived from the famous [[Subleq]].   ==Overview==  Subleq is a simple one instruction l
03:28:34 -!- ceridwen15 has joined.
03:32:31 -!- ceridwen15 has quit (Client Quit).
03:32:56 -!- ceridwen has joined.
03:33:31 -!- ceridwen has quit (Client Quit).
03:44:23  [[Zucchini]]  https://esolangs.org/w/index.php?diff=175516&oldid=59480 * PkmnQ * (+51) /* Concepts */ Clarify (I misunderstood until I read the interpreter)
03:50:12  [[Bitshit]]  https://esolangs.org/w/index.php?diff=175517&oldid=102727 * Yayimhere2(school) * (-53) /* Instructions */ remove the "small"; and also just put it in a 
 section.
04:21:07  [[Talk:Bitgrid]] N https://esolangs.org/w/index.php?oldid=175518 * Yayimhere2(school) * (+138) Created page with "really fcking cool. --~~~~"
04:29:52 -!- aadenboy has joined.
04:30:01 -!- aadenboy|2 has quit (Ping timeout: 264 seconds).
04:33:28  [[Photography]]  https://esolangs.org/w/index.php?diff=175519&oldid=167653 * Yayimhere2(school) * (+964) Made a {{WIP}} page on the language photography, a simplistic fucntional programming language
04:43:01  goodnight
04:43:04 -!- aadenboy has quit (Quit: goodbye for now! back another day).
05:41:02 -!- pool has quit (Ping timeout: 256 seconds).
05:47:31  [[AmBored]]  https://esolangs.org/w/index.php?diff=175520&oldid=148820 * RikoMamaBala * (+6375) 
05:53:25  [[AmBored]]  https://esolangs.org/w/index.php?diff=175521&oldid=175520 * RikoMamaBala * (+109) 
06:16:18  [[Semi-serious language list]]  https://esolangs.org/w/index.php?diff=175522&oldid=175453 * PkmnQ * (+14) /* B */
06:50:18 -!- knorkle has quit (Remote host closed the connection).
07:11:25 -!- tromp has joined.
07:57:46  [[Talk:AT]]  https://esolangs.org/w/index.php?diff=175523&oldid=175505 * Blashyrkh * (+140) /* Legal or not? */ new section
08:04:51  [[Semi-serious language list]]  https://esolangs.org/w/index.php?diff=175524&oldid=175522 * PkmnQ * (-9) /* Z */ [[ZT]] can only use 16 bytes of memory
08:12:00  [[Photography]]  https://esolangs.org/w/index.php?diff=175525&oldid=175519 * Yayimhere2(school) * (+26) /* Commands */
08:14:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:22:14  [[Talk:Funcinton]] N https://esolangs.org/w/index.php?oldid=175526 * Yayimhere2(school) * (+129) Created page with "underload? --~~~~"
08:24:16  [[]] M https://esolangs.org/w/index.php?diff=175527&oldid=175490 * Dragoneater67 * (+126) /* Shorter version */ added a(n angry) note
08:24:43  [[]] M https://esolangs.org/w/index.php?diff=175528&oldid=175527 * Dragoneater67 * (-16) /* Shorter version */ immediate correction
08:25:44 -!- Sgeo has quit (Read error: Connection reset by peer).
08:58:31  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175529&oldid=175455 * Cleverxia * (+3488) 
09:22:54 -!- tromp has joined.
09:25:02  [[Photography]]  https://esolangs.org/w/index.php?diff=175530&oldid=175525 * Yayimhere2(school) * (+2451) /* Commands */
09:25:16  [[Photography]]  https://esolangs.org/w/index.php?diff=175531&oldid=175530 * Yayimhere2(school) * (+1) /* Commands */
09:39:37 -!- lisbeths has joined.
09:39:41  [[Photography]]  https://esolangs.org/w/index.php?diff=175532&oldid=175531 * Yayimhere2(school) * (+327) 
09:39:50  [[Photography]]  https://esolangs.org/w/index.php?diff=175533&oldid=175532 * Yayimhere2(school) * (-3) /* Example functions */
09:40:30  int main(){int x=0,y,z,i[16],f[999],*t=f;void* p[16];*i=1;*p=&t;while(t[x++]=getchar());while(1){x=t[1];y=t[2];z=*t;switch(z){c(0,exit(0))c(1,i[x]-=i[y])c(2,i[x]=i[x] korvo
09:41:52  [[Photography]]  https://esolangs.org/w/index.php?diff=175534&oldid=175533 * Yayimhere2(school) * (-8) 
09:42:28  [[Photography]]  https://esolangs.org/w/index.php?diff=175535&oldid=175534 * Yayimhere2(school) * (+1) /* Example functions */
09:44:42  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175536&oldid=175529 * Yayimhere2(school) * (+115) 
09:45:17  [[SHA256]] N https://esolangs.org/w/index.php?oldid=175537 * Cleverxia * (+1375) Created page with "SHA256 is yet another [[brainfuck]] derivative created by [[User:cleverxia]] and its goal(?) is to create a language where writing interpreters are much harder than writing programs. ==How to write in SHA256== You first write a program in brainfuck, split it into 64-bi
09:46:25  [[SHA256]]  https://esolangs.org/w/index.php?diff=175538&oldid=175537 * Cleverxia * (+136) /* How to write in SHA256 */
09:46:58  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175539&oldid=175536 * Yayimhere2(school) * (+19) 
09:47:36  [[SHA256]]  https://esolangs.org/w/index.php?diff=175540&oldid=175538 * Cleverxia * (-3) /* Translator from brainfuck */
09:48:26  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175541&oldid=175495 * Cleverxia * (+55) 
09:54:48  [[Photography]]  https://esolangs.org/w/index.php?diff=175542&oldid=175535 * Yayimhere2(school) * (+181) /* Commands */
10:31:20  [[SeedFuck]]  https://esolangs.org/w/index.php?diff=175543&oldid=151083 * Cleverxia * (+106) adds more examples
10:38:18  [[SeedFuck]] M https://esolangs.org/w/index.php?diff=175544&oldid=175543 * None1 * (-5) /* Transpiler in Python from SeedFuck to brainfuck */  'list' is not needed
10:43:37  [[Malbolge Reborn]] M https://esolangs.org/w/index.php?diff=175545&oldid=150118 * Dragoneater67 * (-16) orthographic corrections
10:49:54  [[Unpseudorandom]]  https://esolangs.org/w/index.php?diff=175546&oldid=163919 * Cleverxia * (+136) /* Examples */
10:50:39  [[]] M https://esolangs.org/w/index.php?diff=175547&oldid=175528 * Dragoneater67 * (-1) wording
11:00:26  Hi
11:03:59 -!- ais523 has joined.
11:04:47  [[Photography]]  https://esolangs.org/w/index.php?diff=175548&oldid=175542 * Yayimhere2(school) * (+50) /* Commands */
11:06:24  [[Photography]] M https://esolangs.org/w/index.php?diff=175549&oldid=175548 * Dragoneater67mobile * (+3) /* Commands */ grammar
11:58:51 -!- svm has quit (Remote host closed the connection).
11:59:16 -!- svm has joined.
12:11:25  [[Talk:AT]]  https://esolangs.org/w/index.php?diff=175550&oldid=175523 * Blashyrkh * (+52) /* Legal or not? */
12:20:21  [[DrawF]] N https://esolangs.org/w/index.php?oldid=175551 * RikoMamaBala * (+22) Redirected page to [[Drawfuck]]
12:29:09  [[Sea]]  https://esolangs.org/w/index.php?diff=175552&oldid=77900 * Cleverxia * (+1225) 
12:34:01  [[Sea]] M https://esolangs.org/w/index.php?diff=175553&oldid=175552 * Cleverxia * (+7) fixed a bug
12:34:54  [[Sea]] M https://esolangs.org/w/index.php?diff=175554&oldid=175553 * Cleverxia * (+0) 
12:58:47 -!- lisbeths has quit (Quit: Connection closed for inactivity).
13:01:28 -!- APic has quit (Server closed connection).
13:06:45 -!- APic has joined.
13:24:03 -!- izabera has changed hostmask to izabera@user/meow/izabera.
13:45:33  [[Photography]]  https://esolangs.org/w/index.php?diff=175555&oldid=175549 * Yayimhere2(school) * (+159) /* Example functions */
13:48:00  [[Drawfuck]]  https://esolangs.org/w/index.php?diff=175556&oldid=122886 * RikoMamaBala * (+195) 
13:49:33 -!- pr1sm has joined.
13:56:15  [[*$@(^$)!]] N https://esolangs.org/w/index.php?oldid=175557 * Cleverxia * (+3862) Created page with "*$@(^$)! is an esolang created by [[User:cleverxia]] (this should* be the 1st time I've create 2 languages in a day). It is made to make it very hard to do anything. ==Program flow== let program be x0x1...xn. Define f(x)=((the charact
13:58:21  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175558&oldid=175541 * Cleverxia * (+52) 
14:00:08  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175559&oldid=175539 * Cleverxia * (+120) 
14:02:03  [[Photography]]  https://esolangs.org/w/index.php?diff=175560&oldid=175555 * Yayimhere2(school) * (+117) /* Example functions */
14:50:27  [[Smasnug]]  https://esolangs.org/w/index.php?diff=175561&oldid=150941 * RikoMamaBala * (+1180) 
14:56:36  hmm, I've just realised that ``` would make for a surprisingly good literate programming code/comment toggle
14:56:56  it's symmetrical in the sense that it can be used to change from code to comment or vice versa, and embeds really well into Markdown
14:58:20  [[*$@(^$)!]]  https://esolangs.org/w/index.php?diff=175562&oldid=175557 * Cleverxia * (+2204) 
15:00:22  and now I'm wondering how literate programming works if you want to provide extensive usage documentation on the procedures/functions/subroutines/methods you're writing, whilst still trying to maintain a narrative explanation of the code at the same time
15:04:25  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175563&oldid=175559 * Yayimhere2(school) * (+195) 
15:08:13  [[GBF]] N https://esolangs.org/w/index.php?oldid=175564 * RikoMamaBala * (+33) Redirected page to [[Graphical Brainfuck]]
15:10:33  [[User:Yayimhere]]  https://esolangs.org/w/index.php?diff=175565&oldid=174711 * Yayimhere2(school) * (+45) /* esolangs */
15:13:45  [[Photography]]  https://esolangs.org/w/index.php?diff=175566&oldid=175560 * Yayimhere2(school) * (-13) /* Commands */ remove printing, and single input lambdas
15:16:38  [[Photography]]  https://esolangs.org/w/index.php?diff=175567&oldid=175566 * Yayimhere2(school) * (-56) /* Commands */
15:17:08  [[Photography]]  https://esolangs.org/w/index.php?diff=175568&oldid=175567 * Yayimhere2(school) * (+10) /* Examples */
15:17:35  [[*$@(^$)!/Wimpmodes]] N https://esolangs.org/w/index.php?oldid=175569 * Cleverxia * (+812) Created page with "Because '''[[*$@(^$)!]]''' is ''too f**king'' hard to write in ((even a one-time cat)), I hereby define some wimpmodes. (The reference golfed interpreter does not support them)  When a wimpmode are used, you name the language {{cd|*$@(^$)!-W1,W2,W3,...}} whe
15:25:28 -!- simcop2387 has quit (Server closed connection).
15:27:50 -!- simcop2387 has joined.
15:31:45  [[]]  https://esolangs.org/w/index.php?diff=175570&oldid=175547 * Dragoneater67mobile * (+58) yes it does
15:34:10  [[Photography]]  https://esolangs.org/w/index.php?diff=175571&oldid=175568 * Yayimhere2(school) * (+38) /* Example functions */
15:36:44  [[Photography]]  https://esolangs.org/w/index.php?diff=175572&oldid=175571 * Yayimhere2(school) * (+12) /* Example functions */
15:37:01  [[NF]] N https://esolangs.org/w/index.php?oldid=175573 * RikoMamaBala * (+21) Redirected page to [[NetFuck]]
15:38:40  [[Photography]]  https://esolangs.org/w/index.php?diff=175574&oldid=175572 * Yayimhere2(school) * (+0) /* Commands */
16:20:01 -!- sftp has joined.
16:20:01 -!- sftp has changed hostmask to ~sftp@user/sftp.
16:41:57 -!- sftp has quit (Ping timeout: 252 seconds).
17:31:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:35:25 -!- tromp has joined.
18:13:41  [[; ;;]]  https://esolangs.org/w/index.php?diff=175575&oldid=175468 * Yayimhere2(school) * (+5) wrong title isnt correct, its because its taken. Remove, and replace with not to be confused.
18:14:03  [[;;;]]  https://esolangs.org/w/index.php?diff=175576&oldid=167084 * Yayimhere2(school) * (+31) 
18:19:41  ais523: You've rediscovered https://gist.github.com/trauber/4955706 as implemented in https://github.com/vijithassar/lit
18:21:05  I integrated this into the Monte compiler. For any type that montec accepts (Monte, Zephyr ASDL, etc.) you can slap a .md on the end and have a literate version. e.g. https://github.com/monte-language/typhon/blob/master/mast/lib/luby.mt.md
18:27:42 -!- Everything has joined.
18:28:14  Oh, also, because Markdown has *two* kinds of code quoting, you can still do indented quotes that don't use backticks; your literate files can have quoted code which *isn't* tangled by the compiler. https://github.com/monte-language/typhon/blob/master/mast/tools/spellserver.mt.md has an example block in the middle; that `socat` is in a literate comment.
18:35:37 -!- Everything has quit (Quit: leaving).
18:36:31  the best feature of ``` code blocks is that you can put text after the ``` to say what sort of code block it is, but I guess you could just not tangle blocks that started with ```something
18:37:06  Sure, that's definitely an approach too. I'm not sure how standardized the ```lang extension has become though; at least pandoc doesn't care for it.
18:38:56  I write my blog primarily in markdown and use ```lang to tell the static site generator which bits should be syntax-highlighted (and how)
18:39:25  although it's not really a standardised way, I'm just using my own preprocessor to do the highlighting rather than an actual Markdown engine
18:40:51  I think that using the symmetrical code to switch it is not as good as one that is ont symmetrical, in my opinion.
18:41:16  Symmetric delimiters can't be nested.
18:43:18  Also, if you have literate programming then you might also want to have named blocks. (Cross-referencing and index generation is also helpful, but a special syntax is not always needed for that except when you want to define manual index entries for some things)
18:45:50  Right. Here, "literate" means that we can unweave source documents into two independent documents, one for code and one for a book. But it doesn't have Knuth's tangling phase, where the code and book are reordered to make sense to the compiler and human respectively.
18:49:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:00  korvo: does your definition require that the books has fancy typography for certain punctuation code tokens?
19:09:37  b_jonas: Nah. Knuth just wanted to emphasize that the order in which we write a literate document is not the same order that the compiler or typesetter reads it.
19:10:08  Well, no, that's not fair. Knuth wanted to have a difference between the compiler/typesetter and the *reader* of the finished book.
19:15:26 -!- tromp has joined.
19:28:16  [[Vixen]] M https://esolangs.org/w/index.php?diff=175577&oldid=175452 * Corbin * (+0) Float the infobox to the very top of the article. Kind of thinking that this should be the house style; it looks a lot better when the introduction has any raggedness at all, and at least on my browser it fixes a 3D effect from the infobox being drawn on top of the first post-TOC he
19:28:22  clearly the way to fix this sort of problem is to have a language where you can write the lines of code in an arbitrary order and it still works
19:28:30  (there are some esolangs like that already)
19:29:56  BASIC. Prolog, with one goal per line.
19:31:22  Hm. Both of those are like punching in text-editing commands via some idempotent commutative monoid (CRDT) in order to accumulate information in a naturally-ordered database.
19:42:21 -!- pr1sm has quit (Ping timeout: 252 seconds).
19:44:18  [[Iterate]]  https://esolangs.org/w/index.php?diff=175578&oldid=174019 * Aadenboy * (+524) {{Infobox proglang}}
19:44:37 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
19:46:09 -!- Lord_of_Life has joined.
19:47:29  [[FOSMOL]]  https://esolangs.org/w/index.php?diff=175579&oldid=175115 * Aadenboy * (+194) {{Infobox proglang}}I think this is procedural?
19:49:58  [[Flowchart]]  https://esolangs.org/w/index.php?diff=175580&oldid=175121 * Aadenboy * (+327) {{Infobox proglang}}probably Turing complete but I don't wanna bother
19:53:00  [[Smolder]]  https://esolangs.org/w/index.php?diff=175581&oldid=171647 * Aadenboy * (+300) {{Infobox proglang}}
19:54:40  [[Thisthat]]  https://esolangs.org/w/index.php?diff=175582&oldid=175128 * Aadenboy * (+326) {{Infobox proglang}}I think this is concurrent?
19:55:42  [[A=ab=bc=cd=d!]]  https://esolangs.org/w/index.php?diff=175583&oldid=174303 * Aadenboy * (+262) {{Infobox proglang}}
19:57:34  [[Countable]]  https://esolangs.org/w/index.php?diff=175584&oldid=175135 * Aadenboy * (+386) {{Infobox proglang}}
19:57:54 -!- pr1sm has joined.
19:59:06  [[Implied]]  https://esolangs.org/w/index.php?diff=175585&oldid=175044 * Aadenboy * (+374) {{Infobox proglang}}
20:05:31  [[A=ab=bc=cd=d!]]  https://esolangs.org/w/index.php?diff=175586&oldid=175583 * Aadenboy * (+27) [[Category:Unimplemented]]
20:08:47  [[FOSMOL]]  https://esolangs.org/w/index.php?diff=175587&oldid=175579 * Aadenboy * (+8) /* Example macros */ fix macro
20:08:57  [[FOSMOL]] M https://esolangs.org/w/index.php?diff=175588&oldid=175587 * Aadenboy * (-5) /* Example macros */ 2
20:09:48 -!- pr1sm has quit (Remote host closed the connection).
20:20:45  korvo: I think ais523 means ioccc/2001/westley
20:21:37  Oh! My mistake.
20:28:49 -!- ais523 has quit (Quit: quit).
20:30:25  [[Talk:AT]]  https://esolangs.org/w/index.php?diff=175589&oldid=175550 * Hakerh400 * (+232) /* Legal or not? */
20:39:31  [[Talk:AT]]  https://esolangs.org/w/index.php?diff=175590&oldid=175589 * Blashyrkh * (+218) 
20:41:10 -!- ais523 has joined.
20:41:17  b_jonas: I was actually thinking of one of cpressey's early esolangs
20:41:28  but suspected there would be others
20:47:43 -!- simcop2387 has quit (Ping timeout: 260 seconds).
20:47:46 -!- perlbot has quit (Read error: Connection reset by peer).
20:48:19 -!- perlbot has joined.
20:50:36 -!- ais523 has quit (Quit: quit).
20:53:24 -!- simcop2387 has joined.
21:07:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:25:23 -!- tromp has joined.
21:49:58  [[]] M https://esolangs.org/w/index.php?diff=175591&oldid=175570 * Salpynx * (+1) /* External resources */ fix typo
22:14:20  cu
22:17:07 -!- DOS_User_webchat has joined.
22:32:15 -!- DOS_User_webchat has quit (Ping timeout: 272 seconds).
22:32:44 -!- DOS_User_webchat has joined.
22:43:37 -!- Guest13 has joined.
22:43:50 -!- Guest13 has quit (Client Quit).
22:44:00 -!- Guest56 has joined.
22:44:14 -!- Guest56 has quit (Client Quit).
23:07:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:22:00 -!- DOS_User_webchat has quit (Remote host closed the connection).

2026-02-12:

00:06:34 -!- amby has joined.
00:10:27 -!- Sgeo has joined.
01:59:42 -!- aadenboy has joined.
01:59:46  good evening
02:19:53 -!- amby has 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).
02:27:51  What are the intended purposes of some of the characters in the IBM 3270 character set?
02:28:36  Also, why are the underlined APL alphabets in the IBM 3270 character set not in the alphabetical order?
04:21:41  [[Chicken]]  https://esolangs.org/w/index.php?diff=175592&oldid=168658 * Yayimhere2(school) * (-1) /* Computational class */ === === -> == ==
04:27:03  goodnight
04:27:06 -!- aadenboy has quit (Quit: goodbye for now! back another day).
04:37:40 -!- lisbeths has joined.
06:02:01  [[DeleteScript]] M https://esolangs.org/w/index.php?diff=175593&oldid=150916 * None1 * (-28) /* Running DeleteScript by yourself */
06:02:42  [[DeleteScript]] M https://esolangs.org/w/index.php?diff=175594&oldid=175593 * None1 * (+0) /* Running DeleteScript by yourself */
06:37:51  [[]]  https://esolangs.org/w/index.php?diff=175595&oldid=175591 * Dragoneater67 * (+37) correction
06:42:37 -!- ais523 has joined.
06:43:52  [[Language list]]  https://esolangs.org/w/index.php?diff=175596&oldid=175409 * Rombito * (+14) I added [[Lambdus]]!
06:46:54 -!- lisbeths has quit (Quit: Connection closed for inactivity).
07:05:39  [[DeleteScript]] M https://esolangs.org/w/index.php?diff=175597&oldid=175594 * I am islptng * (+38) fun fact: In Danish, "slet" means "delete".
07:35:21  [[*$@(^$)!]]  https://esolangs.org/w/index.php?diff=175598&oldid=175562 * Cleverxia * (+92) 
07:50:46  [[*$@(^$)!/Wimpmodes]]  https://esolangs.org/w/index.php?diff=175599&oldid=175569 * Cleverxia * (+1231) 
07:52:58  [[*$@(^$)!/Wimpmodes]]  https://esolangs.org/w/index.php?diff=175600&oldid=175599 * Cleverxia * (+183) /* Type-C wimpmodes */
07:55:55  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175601&oldid=175563 * Cleverxia * (+201) 
07:59:49  [[User:Cleverxia]]  https://esolangs.org/w/index.php?diff=175602&oldid=175558 * Cleverxia * (+253) /* Current Non-Esolangs I've created */
08:00:06  [[User:Cleverxia]] M https://esolangs.org/w/index.php?diff=175603&oldid=175602 * Cleverxia * (+6) /* Challenges */
08:19:29  [[Oddjump]]  https://esolangs.org/w/index.php?diff=175604&oldid=169392 * Cleverxia * (+298) /* Computational class */
08:27:51  [[Oddjump]] M https://esolangs.org/w/index.php?diff=175605&oldid=175604 * Ractangle * (-3) /* Computational class */  the two "un"s cancel out
08:40:10 -!- Sgeo has quit (Read error: Connection reset by peer).
08:45:16  [[Oddjump]] M https://esolangs.org/w/index.php?diff=175606&oldid=175605 * Ractangle * (+617) 
08:53:53  [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175607&oldid=175598 * Ractangle * (+86) 
08:55:17  [[User:Ricky42069]]  https://esolangs.org/w/index.php?diff=175608&oldid=104865 * Ricky42069 * (-100) Replaced content with "Hi"
08:56:06  [[Special:Log/move]] move  * Ricky42069 *  moved [[User:Ricky42069]] to [[User:The tricolor]]: name change
08:56:41  [[Whenever]]  https://esolangs.org/w/index.php?diff=175611&oldid=158851 * Ricky42069 * (+214) 
09:05:20 -!- tromp has joined.
09:22:13  Hi
09:39:57  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175612&oldid=175355 * RikoMamaBala * (+34) 
09:43:28  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175613&oldid=175612 * RikoMamaBala * (-2) 
09:52:10  hi APic
09:55:53  [[*$@(^$)!]]  https://esolangs.org/w/index.php?diff=175614&oldid=175607 * Cleverxia * (+34) Note that intepreting no-code esolangs "do" consume the input. I'll fix the interpreter accordingly
09:56:13  Heya ais523     ☺
09:57:04  [[*$@(^$)!]]  https://esolangs.org/w/index.php?diff=175615&oldid=175614 * Cleverxia * (+10) /* Interpreter */
10:05:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:08:09 -!- tromp has joined.
10:16:50  [[Special:Log/newusers]] create  * SherlockHolmes0715 *  New user account
10:20:06  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=175616&oldid=175383 * SherlockHolmes0715 * (+87) 
10:41:06  [[User:Yayimhere/Cleverxia Collab]]  https://esolangs.org/w/index.php?diff=175617&oldid=175601 * Yayimhere2(school) * (+100) 
10:44:54  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175618&oldid=175613 * RikoMamaBala * (+1778) 
10:49:34  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175619&oldid=175618 * RikoMamaBala * (+59) 
10:51:04  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175620&oldid=175619 * RikoMamaBala * (+38) /* Implementations */
10:57:50  [[Free2Edit]]  https://esolangs.org/w/index.php?diff=175621&oldid=175620 * RikoMamaBala * (+368) /* Implementations */
11:35:44  [[User:XKCD Random Number]]  https://esolangs.org/w/index.php?diff=175622&oldid=175492 * PrySigneToFry * (+80)