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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174700&oldid=174699 * Yayimhere2(school) * (+7) /* Commands */
06:35:09 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174701&oldid=174700 * Yayimhere2(school) * (+17) /* Commands */
06:39:40 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174702&oldid=174701 * Yayimhere2(school) * (+159)
06:40:17 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174703&oldid=174702 * Yayimhere2(school) * (+52) /* Commands */
06:40:40 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174704&oldid=174703 * Yayimhere2(school) * (+11) /* Commands */
06:43:59 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174705&oldid=174704 * Yayimhere2(school) * (+13) /* Compilation To DQ */
06:48:34 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174706&oldid=174705 * Yayimhere2(school) * (-87) /* Commands */
06:48:55 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174707&oldid=174706 * Yayimhere2(school) * (-5) /* Computational class */
06:49:02 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174708&oldid=174707 * Yayimhere2(school) * (-50) /* Computational class */
06:50:24 <esolangs> [[Special:Log/newusers]] create * Chocguy * New user account
06:52:44 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=174709&oldid=174690 * Chocguy * (+119)
06:54:22 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=174710&oldid=174709 * Chocguy * (+172)
06:56:14 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=174711&oldid=174489 * Yayimhere2(school) * (+10) /* esolangs */
07:11:17 <esolangs> [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174712&oldid=174698 * Yayimhere2(school) * (+337)
07:14:07 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174713&oldid=174708 * Yayimhere2(school) * (-1) /* Commands */
07:14:31 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174714&oldid=174713 * Yayimhere2(school) * (-11) /* Commands */
07:17:00 <esolangs> [[]] 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 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174716&oldid=174714 * Yayimhere2(school) * (+4) /* Compilation To DQ */
07:29:01 <esolangs> [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174717&oldid=174712 * Yayimhere2(school) * (+44) /* HMMMM */
07:30:23 <esolangs> [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174718&oldid=174717 * Yayimhere2(school) * (-8) /* HMMMM */
07:32:55 <esolangs> [[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:08:43 -!- tromp has joined.
08:14:20 <korvo> I'm up late writing Rust. I'm so bad at this stupid language.
08:22:39 <korvo> Well, if I were doing it for pay then it would probably be unfun. As-is, it's a challenge.
08:23:33 <korvo> 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:24:01 <Yayimhere> (the second is quite funny though)
08:25:18 <korvo> 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 <sorear> under controlled experimental conditions, is rustc's advice statistically better or worse than the LLMs you've been dealing with?
08:27:12 <korvo> 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 <korvo> LLMs are like a library of stereotypes, almost. An album of stochastic snippets.
08:37:24 <Yayimhere> thats a way of looking at it I haven't seen before
08:39:21 <korvo> 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:41:22 <korvo> 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:47:47 <esolangs> [[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:52:36 <esolangs> [[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 <Yayimhere> Me myself like to try and think of what we call "ai" as "aai"(artificial aritificial intelligence)
08:52:58 <Yayimhere> Though I dont know how "intellectual" this viewpoint is
08:54:06 <int-e> use big words with confidence
08:54:39 <korvo> 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 <korvo> And cybernetics wanted to distinguish itself from robotics, which was seen as a fictional trope for a long time.
08:55:23 <esolangs> [[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 <code>1</code>, and you increment any of the registers if its true, and you can only decrement the smaller register. In fact, to decrement <code>1</code> you have to 0 the other
08:56:35 <esolangs> [[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 <esolangs> [[Talk:Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174724&oldid=174723 * Yayimhere2(school) * (+370)
08:58:25 <int-e> 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 <Yayimhere> I assume thats how "Meta" gets their name
08:59:19 <int-e> Calling your series of Linux mobile phones and tablets Nexus is more subtle.
08:59:24 <ais523> 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:44 <ais523> 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 <int-e> ais523: And we have it. It's called VRChat. :-P
08:59:53 <ais523> this didn't go very well
09:00:03 <korvo> Yayimhere: The Metaverse is from an old William Gibson novel, yes.
09:00:33 <ais523> now I'm thinking about how short-lived the metaverse-prediction fad was
09:00:38 <Yayimhere> korvo: and so I assume "Meta"(the company) also comes from that exact name
09:00:49 <ais523> 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 <int-e> (I'm kind of serious; it's definitely far less of a niche product than Facebook's thing.)
09:01:06 <korvo> 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 <ais523> well, there are any number of MMOs in existence
09:01:18 <int-e> (But obviously it's *far* from the ubiquitous thing that we have in science fiction.)
09:01:47 <ais523> 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 <ais523> or, maybe clunky's the wrong word. Invasive?
09:02:19 <Yayimhere> I think clunky is enough of a word
09:02:23 <ais523> people don't want to put in the effort to get a brain interface installed for every product they buy
09:02:27 <korvo> 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:03:06 <Yayimhere> It is quite interesting to hear about greek origins of words to me
09:03:10 <korvo> 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 <ais523> (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 <Yayimhere> like "utopia" which I *think* originates from "place that doesnt exist"
09:03:52 <int-e> It's 2026 and the human brain is still a huge mystery :)
09:04:28 <Yayimhere> i have to go now, but I will be back
09:04:34 <Yayimhere> this was a great little conversation"
09:07:51 <int-e> hmmmmm how much did Musk pay to buy X from Alphabet
09:09:22 <int-e> (All of these company names are awful.)
09:13:46 -!- lisbeths has quit (Quit: Connection closed for inactivity).
09:16:04 <esolangs> [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174725&oldid=174721 * None1 * (+5) /* Python */
09:16:44 <esolangs> [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174726&oldid=174725 * None1 * (+8) /* Python */
09:18:28 <korvo> 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 <int-e> `learn The password of the month is my secret, you know what my secret is, only caps
09:18:34 <esolangs> [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174727&oldid=174726 * None1 * (+342)
09:18:40 <HackEso> Relearned 'password': The password of the month is my secret, you know what my secret is, only caps
09:18:41 <korvo> APic: Hi. I promise we're not chatting about Elon much.
09:18:50 <int-e> korvo: It was a joke :P
09:20:03 <korvo> 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 <esolangs> [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174728&oldid=174727 * None1 * (+203)
09:20:16 <esolangs> [[Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174729&oldid=174728 * None1 * (+0) /* See also */
09:20:20 <int-e> korvo: I mean the obsession also manifested in "names" like X Æ A-Xii and Exa
09:20:49 <int-e> So the serious side of this is rather well documented. :P
09:21:03 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=174730&oldid=174636 * None1 * (+26) /* B */
09:21:24 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=174731&oldid=173759 * None1 * (+52) /* My Esolangs */
09:21:37 <int-e> But I didn't know that he named one of them Romulus.
09:21:52 <esolangs> [[Bitwise Cyclic Tag]] https://esolangs.org/w/index.php?diff=174732&oldid=169495 * None1 * (+26) /* See also */
09:22:11 <esolangs> [[Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=174733&oldid=169385 * None1 * (+64)
09:22:57 <int-e> (Also, somehow I did *not* forget that "password" even though it came up over two weeks ago. Yay!)
09:25:20 <korvo> 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 <korvo> Exa's a bad guy but his badness is never actually examined. Very on-point.
09:27:58 <int-e> (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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174734&oldid=174697 * Menguinponky * (+273)
10:31:25 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174735&oldid=174734 * Menguinponky * (+2)
10:39:23 <esolangs> [[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 <esolangs> [[+-]] https://esolangs.org/w/index.php?diff=174737&oldid=152041 * RikoMamaBala * (+115) /* Python 3 */
12:47:01 <esolangs> [[+-]] 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 <esolangs> [[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:15:52 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174740&oldid=174716 * Yayimhere2(school) * (+0) /* Computational class */
14:54:11 <esolangs> [[Better-machine]] N https://esolangs.org/w/index.php?oldid=174741 * ZachMadeAnAltBecauseHeLostThePassword * (+1423) truth-machine, but better
14:56:36 <esolangs> [[Better-machine]] https://esolangs.org/w/index.php?diff=174742&oldid=174741 * ZachMadeAnAltBecauseHeLostThePassword * (+9) formatting gone wrong
15:04:12 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174743&oldid=174740 * Yayimhere2(school) * (+1491) /* Computational class */
15:05:46 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174744&oldid=174743 * Yayimhere2(school) * (+2) /* Explenenation */
15:10:39 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174745&oldid=174744 * Yayimhere2(school) * (+492) /* Computational class */
15:13:11 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=174746&oldid=174745 * Yayimhere2(school) * (+47) /* Compilation From DQ */
15:18:01 <esolangs> [[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 <esolangs> [[Better-machine]] https://esolangs.org/w/index.php?diff=174748&oldid=174742 * PrySigneToFry * (+101) Python, ready for battle!
16:16:18 <Yayimhere> korvo, thank you so much for giving me the blog post(?) thing from awful.systems
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 <Yayimhere> hey, ais523 may I ask you a(nother) question about annihilator
16:46:02 <esolangs> [[Talk:Wire-crossing problem]] https://esolangs.org/w/index.php?diff=174749&oldid=174719 * Yayimhere2(school) * (+2) /* HMMMM */
16:47:07 <ais523> Yayimhere: the normal IRC rule is "don't ask to ask, just ask"
16:47:26 <ais523> because otherwise someone gets pinged with a question about a question and then has to wait to see what the question is
16:47:37 <Yayimhere> ais523: I guess that makes sense. But, where did the concept originate for it(as it seems quite "random)
16:48:03 <ais523> Yayimhere: although I don't fully remember, I suspect it was related to call stacks
16:48:12 <ais523> a call stack is a stack, and so you can use it to store data
16:48:34 <ais523> 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 <ais523> so that it can have more than one call stack
16:49:02 <ais523> 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 <ais523> the ideal is to have no communication commands at all, which means that the threads have to implicitly communicate somehow
16:50:46 <ais523> 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)
17:19:59 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174750&oldid=174736 * Menguinponky * (+269)
17:20:11 <korvo> 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 <korvo> Normally it'd be spelled "bes", I think. B♭ instead of A♯.
17:23:47 <korvo> Ah, interesting! Thanks.
17:24:14 <Yayimhere> (I think it has something to do with most of my early friends were on the internet, under an alias)
17:24:33 <Yayimhere> (So I dont see it as "just an alias"
17:26:36 <Yayimhere> also, ais523, where does your name originate?
17:29:17 -!- amby has joined.
17:37:39 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174751&oldid=174750 * Menguinponky * (+118)
17:44:03 <ais523> Yayimhere: it was autogenerated by a computer
17:44:10 <ais523> and I kept it for consistency
17:44:46 <ais523> fwiw I pronounce my own name by pronouncing the six characters individually
17:45:04 <ais523> the same sort of way you read a hex string, but with a few non-hex characters in it
17:47:19 <sorear> similarities to a name used to publish papers coincidental, or possibly the other way around?
17:49:02 <Yayimhere> im having a hard to comprehending that sentence
17:50:51 -!- tromp has joined.
17:58:08 <ais523> now I'm wondering why I haven't used the hex constant 0xA15523 for anything
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 <esolangs> [[Lucky Ball]] N https://esolangs.org/w/index.php?oldid=174752 * RainbowDash * (+925) luckyball ya
18:28:28 -!- tromp has joined.
18:41:35 <esolangs> [[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 <esolangs> [[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 <esolangs> [[A Combinator Language]] https://esolangs.org/w/index.php?diff=174755&oldid=170580 * Yayimhere2(school) * (-2) /* Combinators/lambda expressions */
19:15:30 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Special:Log/newusers]] create * Eso8714 * New user account
21:34:49 -!- vyv has quit (Quit: Konversation terminated!).
21:37:21 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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.
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 <esolangs> [[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 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174762&oldid=174761 * A() * (+40)
01:07:23 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174763&oldid=174762 * A() * (+92)
01:14:17 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174764&oldid=174763 * A() * (+1) /* A+B */
01:15:34 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174765&oldid=174764 * A() * (+38) /* A+B */
01:15:56 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174766&oldid=174765 * A() * (+8)
01:17:15 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174767&oldid=174766 * A() * (+1)
01:18:36 <esolangs> [[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 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174769&oldid=174768 * A() * (+0)
01:33:09 <esolangs> [[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 <esolangs> [[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 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174772&oldid=174771 * A() * (+153) /* Hi */
01:53:53 <esolangs> [[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 <esolangs> [[MSS]] https://esolangs.org/w/index.php?diff=174774&oldid=174635 * PrySigneToFry * (+1460)
02:28:03 <esolangs> [[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 <esolangs> [[Text]] M https://esolangs.org/w/index.php?diff=174776&oldid=170652 * Qazwsxplm * (+2085)
03:58:03 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=174777&oldid=128812 * Qazwsxplm * (+5)
04:00:19 <esolangs> [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=174778&oldid=174517 * Qazwsxplm * (+709)
04:00:57 <esolangs> [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=174779&oldid=174778 * Qazwsxplm * (+8)
04:24:24 <esolangs> [[Cube]] M https://esolangs.org/w/index.php?diff=174780&oldid=122124 * Qazwsxplm * (+21)
04:30:47 <esolangs> [[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 <esolangs> [[Cube]] https://esolangs.org/w/index.php?diff=174782&oldid=174780 * Aadenboy * (-21) eh?
04:37:18 <esolangs> [[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 <esolangs> [[Empty]] M https://esolangs.org/w/index.php?diff=174784&oldid=160886 * Qazwsxplm * (+2)
04:52:08 <esolangs> [[FURscript]] M https://esolangs.org/w/index.php?diff=174785&oldid=149255 * Qazwsxplm * (+1)
05:05:14 <esolangs> [[Minimal assembly language]] M https://esolangs.org/w/index.php?diff=174786&oldid=169483 * Qazwsxplm * (+21)
05:10:53 <esolangs> [[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 <esolangs> [[Plea]] M https://esolangs.org/w/index.php?diff=174788&oldid=174352 * UnavgAustralian * (+79)
05:47:45 <esolangs> [[Plea]] M https://esolangs.org/w/index.php?diff=174789&oldid=174788 * UnavgAustralian * (+1)
05:50:24 <esolangs> [[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 <esolangs> [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174791&oldid=174790 * Qazwsxplm * (-1145)
05:51:48 <esolangs> [[Talk:Bitwise Cyclic Teap]] https://esolangs.org/w/index.php?diff=174792&oldid=174724 * None1 * (+342)
05:51:58 <esolangs> [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174793&oldid=174791 * Qazwsxplm * (+1)
05:53:41 <esolangs> [[BCTp]] N https://esolangs.org/w/index.php?oldid=174794 * None1 * (+33) Redirected page to [[Bitwise Cyclic Teap]]
06:27:52 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174795&oldid=174758 * Mc20000 * (+110)
06:29:11 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174796&oldid=174795 * Mc20000 * (+25)
06:29:20 <esolangs> [[User:Mc20000]] N https://esolangs.org/w/index.php?oldid=174797 * Mc20000 * (+15) Created page with "me myself and i"
06:29:26 <esolangs> [[BoxedLANG]] N https://esolangs.org/w/index.php?oldid=174798 * Mc20000 * (+147) init
06:33:09 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174799&oldid=174798 * Mc20000 * (+31)
06:38:37 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=174800&oldid=174549 * Mc20000 * (+115) add boxedLANG
06:41:13 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=174801&oldid=174800 * Mc20000 * (+56) /* boxedLANG */ update
06:43:29 <esolangs> [[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 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174803&oldid=174365 * None1 * (+128) /* Commands */
06:44:33 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=174804&oldid=107877 * PrySigneToFry * (+6)
06:46:37 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174805&oldid=174803 * None1 * (+133) /* Memory */
06:47:59 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174806&oldid=174805 * None1 * (+8) /* Memory */
06:48:35 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174807&oldid=174806 * None1 * (+17) /* Commands */
06:49:30 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174808&oldid=174807 * None1 * (+15) /* Memory */
06:54:19 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174809&oldid=174808 * None1 * (+790) /* Commands */
06:57:35 <esolangs> [[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 <esolangs> [[Cirt e mys]] https://esolangs.org/w/index.php?diff=174811&oldid=174589 * Yayimhere2(school) * (+0) /* Rewriting rules */
07:31:52 <esolangs> [[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 <esolangs> [[User:Qazwsxplm/mathtest]] N https://esolangs.org/w/index.php?oldid=174813 * Qazwsxplm * (+199) Created page with "use latex<br> \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}<br> Aperture__- https://b23.tv/cgJ7AoW"
07:49:01 -!- tromp has joined.
07:52:19 <esolangs> [[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 <esolangs> [[New File Extensions]] M https://esolangs.org/w/index.php?diff=174815&oldid=174793 * PrySigneToFry * (+49)
09:34:00 <esolangs> [[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 <esolangs> [[Better-machine]] M https://esolangs.org/w/index.php?diff=174817&oldid=174816 * ZachMadeAnAltBecauseHeLostThePassword * (+7) formatting gone wrong yet again
09:37:38 <esolangs> [[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 <esolangs> [[Better-machine]] M https://esolangs.org/w/index.php?diff=174819&oldid=174817 * Blashyrkh * (-12) Minor fix of pseudo-code
09:51:49 <esolangs> [[Better-machine]] https://esolangs.org/w/index.php?diff=174820&oldid=174819 * PrySigneToFry * (+319)
10:04:20 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Brainasm]] https://esolangs.org/w/index.php?diff=174825&oldid=174824 * Mrtli08 * (+321)
12:21:27 <esolangs> [[Brainasm]] https://esolangs.org/w/index.php?diff=174826&oldid=174825 * Mrtli08 * (+1) /* Instruction */
12:21:48 <esolangs> [[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 <int-e> wtaf, why would firefox automatically reload a file:// url when I change that file?
12:40:49 <int-e> (creating new tabs. and I don't even have that page open anymore...)
12:43:08 <b_jonas> int-e: was it also used as a resource (eg. image or CSS or script) loaded from another page?
12:43:46 <int-e> Ah, this is a user error, phew.
12:44:04 <int-e> I must've hit something magical in emacs that auto-opens HTML on saving.
12:44:29 <int-e> What an awful feature, but I blamed the wrong thing.
12:46:14 <esolangs> [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174828&oldid=173959 * I am islptng * (+610)
12:50:19 <b_jonas> I have to write this down just to get it out of my head:
12:50:23 <b_jonas> 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 <b_jonas> No, that should be [aäeëiïoöuüyÿ][aeiouy]*
12:58:21 <esolangs> [[Brainasm]] https://esolangs.org/w/index.php?diff=174829&oldid=174827 * Mrtli08 * (+486)
13:05:20 -!- tromp has joined.
13:05:21 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=174830&oldid=166649 * Yayimhere2(school) * (+396)
13:06:20 <esolangs> [[Basic Stack]] M https://esolangs.org/w/index.php?diff=174831&oldid=166099 * Nguyendinhtung2014 * (+1)
13:06:50 <esolangs> [[User talk:Mc20000]] N https://esolangs.org/w/index.php?oldid=174832 * Mrtli08 * (+5) Created page with "hello"
13:06:56 <esolangs> [[User talk:Mc20000]] https://esolangs.org/w/index.php?diff=174833&oldid=174832 * Mrtli08 * (+84)
13:10:39 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[]] 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 <esolangs> [[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 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Qazwsxplm/frogs]]": archiving vandalism is not a sensible use of a userpage
13:34:14 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=174847&oldid=174836 * PkmnQ * (+12) This one seems fine
13:56:37 <esolangs> [[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 <esolangs> [[TxeT]] M https://esolangs.org/w/index.php?diff=174849&oldid=174787 * PkmnQ * (+1)
14:02:01 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=174850&oldid=174730 * Mc20000 * (+16) /* B */ add boxedlang
14:03:54 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=174851&oldid=174847 * Dragoneater67 * (-11) /* Commands */ formatting code blocks does not change anything
14:05:58 <esolangs> [[TxeT]] https://esolangs.org/w/index.php?diff=174852&oldid=174849 * Dragoneater67 * (+36) /* Quine */ add polyglot quine
14:14:30 <esolangs> [[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 <esolangs> [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174854&oldid=174797 * Mc20000 * (+43)
14:15:40 <esolangs> [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174855&oldid=174854 * Mc20000 * (+5)
14:18:37 <esolangs> [[Special:Log/upload]] upload * Mc20000 * uploaded "[[File:Boxey.png]]"
14:21:43 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174857&oldid=174802 * Mc20000 * (+62) add mascot
14:22:32 <esolangs> [[File:Boxey.png]] https://esolangs.org/w/index.php?diff=174858&oldid=174856 * Mc20000 * (+28)
14:22:35 <esolangs> [[Talk:BoxedLANG]] N https://esolangs.org/w/index.php?oldid=174859 * Mrtli08 * (+99) Created page with "we need syntax --~~~~"
14:26:04 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Special:Log/move]] move * Aadenboy * moved [[New File Extensions]] to [[List of esolang file extensions]]: proper name
14:31:18 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174864&oldid=174857 * Mc20000 * (+31)
14:31:32 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174865&oldid=174864 * Mc20000 * (+2)
14:32:18 <esolangs> [[List of esolang file extensions]] https://esolangs.org/w/index.php?diff=174866&oldid=174862 * Aadenboy * (-18) wip template
14:33:41 <esolangs> [[User talk:Mrtli08]] https://esolangs.org/w/index.php?diff=174867&oldid=173853 * Mc20000 * (+91)
14:34:43 <esolangs> [[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 <esolangs> [[User:Mc20000]] https://esolangs.org/w/index.php?diff=174869&oldid=174855 * Mc20000 * (+30)
14:35:58 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174870&oldid=174865 * Mc20000 * (+1)
14:53:21 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174871&oldid=174859 * Dragoneater67 * (+364)
14:53:42 <esolangs> [[Talk:BoxedLANG]] M https://esolangs.org/w/index.php?diff=174872&oldid=174871 * Dragoneater67 * (+0)
14:54:02 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174873&oldid=174872 * Dragoneater67 * (+5)
14:54:31 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174874&oldid=174873 * Dragoneater67 * (+0) stupid cache
14:56:36 -!- Yayimhere has joined.
14:57:36 -!- amby has joined.
15:06:07 <esolangs> [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174875&oldid=174828 * I am islptng * (+49)
15:15:00 <esolangs> [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=174876&oldid=174875 * I am islptng * (+76)
15:19:23 <esolangs> [[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:21:43 <APic> Playing NetHack4 because Full Moon
15:21:50 <APic> → +1 Luck Bonus 😌
15:21:55 <APic> Yayimhere: And in Your Dimensions?
15:26:55 <Yayimhere> 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 <esolangs> [[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 <Yayimhere> insanely enough, working on cirt e mys is now a school work thing
15:33:38 <esolangs> [[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 <esolangs> [[List of esolang file extensions]] https://esolangs.org/w/index.php?diff=174880&oldid=174866 * Aadenboy * (+249) lede + my languages
16:16:09 <esolangs> [[Countable]] https://esolangs.org/w/index.php?diff=174881&oldid=173096 * Aadenboy * (+0) fix example
16:16:30 <Yayimhere> I really wonder what this "Lede" language is
16:18:02 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174884&oldid=174751 * Menguinponky * (+176)
17:07:38 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174885&oldid=174884 * Menguinponky * (-7)
17:30:48 <esolangs> [[99 bottles of beer]] https://esolangs.org/w/index.php?diff=174886&oldid=174842 * Aadenboy * (+1828) /* Countable */ add [[Countable]]
17:31:04 <esolangs> [[99 bottles of beer]] https://esolangs.org/w/index.php?diff=174887&oldid=174886 * Aadenboy * (+17) rectwrap
17:33:15 <esolangs> [[99 bottles of beer]] M https://esolangs.org/w/index.php?diff=174888&oldid=174887 * Aadenboy * (+6) /* Countable */
17:53:11 <esolangs> [[User talk:Mrtli08]] https://esolangs.org/w/index.php?diff=174889&oldid=174867 * Mrtli08 * (+222)
18:01:03 <esolangs> [[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 <esolangs> [[Turing tarpit]] https://esolangs.org/w/index.php?diff=174891&oldid=173098 * Aadenboy * (+36) /* Survey */ note on [[QX]]
18:44:42 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174900&oldid=174885 * Menguinponky * (-3)
19:35:45 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174901&oldid=174900 * Menguinponky * (+17)
19:37:48 <esolangs> [[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: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 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174903&oldid=174775 * A() * (+27)
23:22:34 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174904&oldid=174903 * A() * (+94)
23:26:29 <esolangs> [[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 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=174906&oldid=174905 * A() * (+111)
23:57:45 -!- Sgeo has joined.
00:34:11 -!- aadenboy has joined.
00:40:13 <aadenboy> first time using an irc client :O
00:40:58 <korvo> No worries. Hopefully not your last.
01:01:32 <esolangs> [[Better-machine]] https://esolangs.org/w/index.php?diff=174907&oldid=174821 * PrySigneToFry * (+136)
01:03:01 <esolangs> [[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 <esolangs> [[Special:Log/newusers]] create * Ljcool2006 * New user account
01:58:07 <esolangs> [[User:RainbowDash]] https://esolangs.org/w/index.php?diff=174909&oldid=172105 * RainbowDash * (+57) luck ball
01:58:18 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=174910&oldid=174796 * Ljcool2006 * (+224) /* Introductions */
01:58:31 <esolangs> [[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 <esolangs> [[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:27:59 -!- cactushead has quit (Ping timeout: 260 seconds).
03:31:23 -!- cactushead has joined.
03:41:05 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[User:Mc20000/vector.css]] https://esolangs.org/w/index.php?diff=174917&oldid=174853 * Mc20000 * (+675)
05:21:04 <esolangs> [[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 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174919&oldid=174870 * Mc20000 * (+99)
05:29:07 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=174920&oldid=174919 * Mc20000 * (+5)
05:30:55 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174921&oldid=174810 * None1 * (+230) /* Commands */
05:32:28 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Ring-around-the-Rosie]] https://esolangs.org/w/index.php?diff=174924&oldid=174760 * Salpynx * (+152) /* Examples */ Truth machine
06:41:08 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174926&oldid=174902 * Menguinponky * (+50)
07:16:41 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174927&oldid=174926 * Menguinponky * (+69)
07:19:00 -!- tromp has joined.
07:25:08 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174928&oldid=174927 * Menguinponky * (+226)
07:25:58 <esolangs> [[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:55 <esolangs> [[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 <esolangs> [[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 <Maze> 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 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174933&oldid=174929 * Menguinponky * (+194)
08:12:19 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174934&oldid=174933 * Menguinponky * (+193)
08:16:55 <esolangs> [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174935&oldid=174932 * Blashyrkh * (+192) /* History version of Lambda calculus? */
08:21:11 <esolangs> [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174936&oldid=174935 * PrySigneToFry * (+107)
08:21:41 <esolangs> [[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 <esolangs> [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174938&oldid=174937 * Blashyrkh * (+372) /* History version of Lambda calculus? */
08:28:32 <esolangs> [[Talk:Lambda calculus]] M https://esolangs.org/w/index.php?diff=174939&oldid=174938 * Blashyrkh * (+2)
08:30:30 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174940&oldid=174934 * Menguinponky * (+4)
08:34:24 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174941&oldid=174940 * Menguinponky * (+31)
09:56:34 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174942&oldid=174941 * Menguinponky * (+36)
10:04:21 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174943&oldid=174942 * Menguinponky * (-1)
10:10:31 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174944&oldid=174943 * Menguinponky * (+211)
10:18:35 <esolangs> [[Ring-around-the-Rosie]] M https://esolangs.org/w/index.php?diff=174945&oldid=174930 * Salpynx * (+88) formatting
10:41:02 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=174946&oldid=174944 * Menguinponky * (+6)
11:47:58 <esolangs> [[Bimo roasting language]] https://esolangs.org/w/index.php?diff=174947&oldid=172832 * RikoMamaBala * (-33)
11:51:50 <esolangs> [[Trithemius]] https://esolangs.org/w/index.php?diff=174948&oldid=153217 * Wound theology * (+786) /* Syntax */
11:55:14 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=174952&oldid=174951 * Mrtli08 * (-12)
12:44:44 -!- somefan has joined.
12:45:29 <esolangs> [[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 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=174954&oldid=174952 * PrySigneToFry * (+284)
13:58:38 <esolangs> [[The Processor Collection]] M https://esolangs.org/w/index.php?diff=174955&oldid=174954 * PrySigneToFry * (-26)
14:21:00 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Lambda calculus]] https://esolangs.org/w/index.php?diff=174958&oldid=174939 * Corbin * (+148) /* History version of Lambda calculus? */
16:06:33 <esolangs> [[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 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174960&oldid=174464 * Aadenboy * (-42) irc
16:38:33 <esolangs> [[Implied]] N https://esolangs.org/w/index.php?oldid=174961 * Aadenboy * (+1714) ]
16:43:00 -!- amby has joined.
16:43:16 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=174962&oldid=174961 * Aadenboy * (+32)
17:12:29 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=174963&oldid=174962 * Aadenboy * (+131)
17:13:16 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Implied]] M https://esolangs.org/w/index.php?diff=174966&oldid=174963 * Aadenboy * (-22) /* NOT gate */ shorten
17:40:34 <esolangs> [[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 <esolangs> [[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:14:57 <ais523> the sleep is still a mess, I have been falling over and dropping things today
18:15:09 <ais523> which may be a sign of extreme tiredness or may just be lack of dexterity generally
18:16:12 <Yayimhere> it could ofcourse be a combinaiton of both
18:16:58 <korvo> Falling over is not a good sign.
18:18:37 <ais523> korvo: at least for me it's fairly common, I have medically diagnosed balance issues
18:19:08 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=174969&oldid=174967 * Aadenboy * (+86) /* Constructions */ more constructions
18:19:16 <ais523> 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 <ais523> 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 <ais523> 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 <ais523> 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 <korvo> 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 <Yayimhere> ais523: ah. Though its sad, atleast it explains a little more
18:23:35 <ais523> there are definitely worse disorders to have
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 <korvo> Getting to the point with Rust where I know that inserting an & will work, but I cannot explain why.
18:28:50 -!- Yayimhere has quit (Quit: Client closed).
18:29:25 <korvo> 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 <ais523> korvo: I think some of Rust's design decisions, especially related to references, make it needlessly difficult to learn
18:32:13 <ais523> 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 <ais523> 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 <ais523> annoyingly, this may have been the right decision (but I hate the fact that it probably was the right decision)
18:34:11 <korvo> 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 <Yayimhere> im very happy that aadenboy has joined the IRC
18:34:33 <korvo> Gotta unwrap two boxes per token.
18:35:35 <ais523> 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 <ais523> 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 <korvo> 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 <ais523> 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 <korvo> 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 <ais523> it does work in special cases
18:38:01 <ais523> 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 <ais523> 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 <korvo> It's really too bad that OCaml's Unicode support isn't up to snuff. Maybe I'll just use Rc.
18:39:03 <ais523> just using Rc is the equivalent of how it would work in OCaml
18:39:16 <sorear> VixenValue and VixenKeyword are mutually recursive without a reference, you defined a type that includes itself inline
18:39:28 <ais523> (OCaml uses tracing garbage collection rather than reference-counting, but from the programmer's point of view it's much the same)
18:39:54 <ais523> sorear: VixenValue includes VixenKeyword via a Vec, which is enough of a reference to avoid the infinite size
18:40:30 <sorear> yes, too much punctuation and I missed that
18:41:08 <sorear> 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 <ais523> yes, this sort of lifetime plumbing does work with arenas
18:41:32 <sorear> but if everything is owned you don't have lifetimes in the types at all
18:42:42 <ais523> 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 <ais523> actually it might be automatically wrong because of the Vec? a unary containing a keyword has an &'a Vec<VixenKeyword<'a>> which is a permaborrow and that means it's impossible to run Vec's destructor
18:44:51 <korvo> 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 <ais523> unless the reference is actually a reborrow (which it would be in the continuation-passing-style case)
18:44:56 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=174970&oldid=174964 * Aadenboy * (+0) fix text opacity
18:45:20 <ais523> using Rc for the recursive calls will be much easier (you can still use the lifetime for the strs)
18:45:25 <ais523> err, recursive data types
18:45:40 <ais523> or Box if you don't need to be able to clone them cheaply
18:45:49 <korvo> 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 <ais523> (you can still clone Boxes, it just needs to do a deep copy which can be slow)
18:46:35 <ais523> 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 <ais523> slicing a reference produces a place, not a reference
18:47:07 <ais523> Rust does that for consistency with C and C++ but I think they get it wrong too
18:47:46 <ais523> (the reason, I think, is that people want to be able to write a = b[c] rather than a = *b[c])
18:48:26 <korvo> 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 <korvo> I'll give it credit for correctly pointing out *where* mistake, but not *what* mistake.
18:49:16 <ais523> this deserves a bug report I think
18:49:45 <ais523> Rust's error messages got so good due to people bug-reporting these things one at a time
18:49:51 <ais523> let me try to make an MCVE
18:49:58 <korvo> 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:52:53 -!- impomatic has quit (Quit: Client closed).
18:54:40 <b_jonas> I have an old gcc error report about a C++-specific error message
18:55:10 <b_jonas> the compiler knew where the error is, but got confused about how to communicate it
18:56:14 <korvo> 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<Pair>. 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:11:23 <korvo> aadenboy: Are you in PST/PDT too, or in EMEA?
19:11:45 <korvo> It's a cold sunny day here in Oregon.
19:14:49 -!- aadenboy has quit (Quit: Client closed).
19:15:35 -!- Yayimhere has quit (Ping timeout: 272 seconds).
19:20:47 <ais523> korvo: https://github.com/rust-lang/rust/issues/152064
19:21:03 -!- aadenboy has joined.
19:28:26 <korvo> ais523: Thanks! Commented and followed.
19:30:07 -!- aadenboy has quit (Quit: Client closed).
19:30:52 -!- aadenboy has joined.
19:31:05 <aadenboy> gonna pop off chatting for now; lunch is ending
19:31:52 <aadenboy> 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 <ais523> <korvo> 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 <ais523> 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:50:29 <ais523> 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 <ais523> but the "lots of long unescaped string literals" is a fairly common case (not in programming languages but in file formats)
19:51:54 <korvo> 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 <korvo> They explicitly say that the caller would have to do unescaping themselves in a separate pass.
19:53:09 <ais523> this makes me think that a sensible file format would use length-prefixed strings rather than trying to escape them…
19:53:20 <ais523> that isn't very good for human-written files, though
19:54:37 <ais523> 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 <ais523> (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 <ais523> OK, maybe ⅓ of a copy because most modern processors are twice as fast as reading as they are at writing
19:58:43 <korvo> Pannenkoek would approve.
20:01:00 -!- somefan has quit (Quit: i quit).
20:01:21 -!- somefan has joined.
20:12:53 <b_jonas> 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 <b_jonas> or write the location information into debugging information for stack traces or an interactive debugger later
20:20:53 <esolangs> [[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 <ais523> 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 <ais523> then just store spans using the numbers, rather than having separate file/line/character fields
20:22:22 <ais523> 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 <b_jonas> 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 <ais523> 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 <b_jonas> 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 <ais523> 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 <zzo38> 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 <zzo38> 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 <zzo38> 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 <zzo38> The length prefix allows you to skip past any item you do not care about, though.
20:44:01 <zzo38> 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 <ais523> 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 <ais523> or at least of the page you were changing
20:47:06 <zzo38> Yes, that is one situation (although I would think transactional file access would be better for many reasons)
20:47:58 <esolangs> [[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 <b_jonas> 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 <b_jonas> a/complicated computation/complicated compile-time computation/
20:55:32 <ais523> 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 <ais523> 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 <b_jonas> 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 <b_jonas> 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 <b_jonas> 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 <ais523> 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 <ais523> 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 <ais523> b_jonas: right, edition-specific tokens matter too
21:00:53 <ais523> 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 <zzo38> In some programming languages (such as PostScript), tokens are values of the language's data types.
21:02:37 <b_jonas> 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 <b_jonas> most of the edition changes can be forgotten after earlier in the compilation process
21:05:56 <ais523> at least it's obvious which token to check, there (the `into_iter` token)
21:05:59 <b_jonas> C++ has pragmas affecting floating point behavior in a scope of code instead of edition differences
21:06:35 <b_jonas> well it also has edition differences, but editions can't change within a compilation unit
21:12:44 <b_jonas> 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 <b_jonas> and if the compiler can do arbitrary computations at compile time then that basically requires a reverse debugger
21:22:17 <korvo> 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 <korvo> 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 <somefan> https://logs.esolangs.org/libera-esolangs/2026-02-03.html#l4
22:37:50 <somefan> ais523, someone is requesting for their dead user page to be deleted. hope you see this
22:38:07 <ais523> but normally it doesn't make sense to delete an account just because it's unused
22:38:36 <ais523> 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 <ais523> as such I would want to discuss this with the user in question before actually doing it
22:45:29 <somefan> user was on the esolangs discord server before posting this.
22:45:30 <somefan> i'll see if i can get them to rejoin
22:46:55 -!- somefan has quit (Remote host closed the connection).
00:21:06 <esolangs> [[Talk:BoxedLANG]] M https://esolangs.org/w/index.php?diff=174973&oldid=174950 * Mc20000 * (+162) /* Syntax fixes that i would request */
00:21:26 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174974&oldid=174973 * Mc20000 * (+88) /* Syntax fixes that i would request */
00:21:50 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=174975&oldid=174974 * Mc20000 * (+4) /* Syntax fixes that i would request */
00:22:37 <esolangs> [[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 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174977&oldid=174923 * None1 * (+125) /* Commands */
00:54:26 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174978&oldid=174977 * None1 * (+7)
01:03:09 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174979&oldid=174978 * None1 * (+549)
01:04:46 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174980&oldid=174979 * None1 * (+201) /* Memory */
01:06:23 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174981&oldid=174980 * None1 * (-297) /* Commands */
01:06:47 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174982&oldid=174981 * None1 * (+1) /* Commands */
01:07:22 <esolangs> [[User:None1/InDev]] M https://esolangs.org/w/index.php?diff=174983&oldid=174982 * None1 * (+5) /* Commands */ Oh forgot this
01:08:15 <esolangs> [[User:None1/InDev]] M https://esolangs.org/w/index.php?diff=174984&oldid=174983 * None1 * (+2) /* Commands */
01:08:55 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=174985&oldid=174984 * None1 * (+4) /* Commands */
01:09:27 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=174988&oldid=174850 * None1 * (+10) /* U */
01:11:18 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=174989&oldid=174731 * None1 * (+60) /* My Esolangs */
01:13:36 <esolangs> [[Talk:Brainfuck extensions]] https://esolangs.org/w/index.php?diff=174990&oldid=174922 * None1 * (+89)
01:20:46 <esolangs> [[Brainfuck extended]] https://esolangs.org/w/index.php?diff=174991&oldid=168667 * None1 * (+123)
01:24:45 -!- aadenboy has joined.
01:28:27 <zzo38> 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 <zzo38> 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:59 -!- aadenboy|2 has quit (Client Quit).
01:39:22 -!- aadenboy|2 has joined.
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:56:06 -!- somefan has joined.
01:57:40 -!- somefan has quit (Remote host closed the connection).
01:58:54 <b_jonas> 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 <b_jonas> the day of month must be between 1 and 31.
02:00:55 <b_jonas> I blame Julius Caesar for fixing a pure solar calendar with always 12 months.
02:09:12 <zzo38> 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 <zzo38> 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 <zzo38> 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 <zzo38> 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 <esolangs> [[Interpret Esolangs Online]] https://esolangs.org/w/index.php?diff=174992&oldid=170011 * None1 * (+26) /* Introduction */
02:15:08 <esolangs> [[Brainfuck extended]] https://esolangs.org/w/index.php?diff=174993&oldid=174991 * None1 * (+258) /* Implementation */
02:17:29 <zzo38> (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 <esolangs> [[UBX]] https://esolangs.org/w/index.php?diff=174994&oldid=174987 * None1 * (+43)
02:33:27 <esolangs> [[UBX]] M https://esolangs.org/w/index.php?diff=174995&oldid=174994 * None1 * (+1) /* =Cheating Quine */
02:34:23 <esolangs> [[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 <esolangs> [[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 <aadenboy> whoops completely forgot to close the client
05:48:36 -!- aadenboy has quit (Quit: goodbye for now! back another day).
07:29:01 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175000&oldid=174959 * Menguinponky * (+224)
09:54:47 <esolangs> [[Polynomix/Symbols]] https://esolangs.org/w/index.php?diff=175001&oldid=174956 * I am islptng * (-59)
09:56:18 <esolangs> [[Interpret Esolangs Online]] M https://esolangs.org/w/index.php?diff=175002&oldid=174992 * I am islptng * (+15) SLet update
10:02:58 <esolangs> [[User:RaiseAfloppaFan3925]] M https://esolangs.org/w/index.php?diff=175003&oldid=174439 * RaiseAfloppaFan3925 * (+0) fix typo
11:09:11 <esolangs> [[Book of Truth]] https://esolangs.org/w/index.php?diff=175004&oldid=174999 * GUAqwq * (+722) Structure of the lang
11:24:34 <esolangs> [[Book of Truth]] https://esolangs.org/w/index.php?diff=175005&oldid=175004 * GUAqwq * (+559) Bookmarks
11:48:43 <esolangs> [[C-complete]] https://esolangs.org/w/index.php?diff=175006&oldid=174103 * PrySigneToFry * (+84) Format Fix
12:21:05 <esolangs> [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175007&oldid=168833 * PrySigneToFry * (+229)
12:21:25 <esolangs> [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175008&oldid=175007 * PrySigneToFry * (+7)
12:35:29 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175009&oldid=175000 * Menguinponky * (+52)
12:37:21 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175010&oldid=175009 * Menguinponky * (+41)
12:41:45 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175011&oldid=175010 * Menguinponky * (+137)
12:44:03 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175012&oldid=175011 * Menguinponky * (+46)
12:45:47 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175013&oldid=175012 * Menguinponky * (+14)
12:46:27 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175014&oldid=175013 * Menguinponky * (+16)
12:46:54 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175015&oldid=175014 * Menguinponky * (+1)
13:06:34 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175016&oldid=174957 * Mrtli08 * (+125)
13:07:45 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175017&oldid=175016 * Mrtli08 * (+11)
13:08:02 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175018&oldid=175017 * Mrtli08 * (+28) /* "Hello, World!" programs */
13:08:42 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175019&oldid=175018 * Mrtli08 * (+20) /* One byte, 2 bits */
13:14:30 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175020&oldid=175019 * Mrtli08 * (+74)
13:21:35 <esolangs> [[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 <esolangs> [[Freelanguage]] https://esolangs.org/w/index.php?diff=175022&oldid=175021 * Mrtli08 * (+38) /* Commands */
13:25:18 <esolangs> [[Freelanguage]] https://esolangs.org/w/index.php?diff=175023&oldid=175022 * Mrtli08 * (+27)
13:27:49 <esolangs> [[Freelanguage]] https://esolangs.org/w/index.php?diff=175024&oldid=175023 * Mrtli08 * (-27) /* AI generated commands */
13:36:16 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175025&oldid=175015 * Menguinponky * (+8)
13:55:09 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175026&oldid=175025 * Menguinponky * (+99)
13:58:04 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175027&oldid=175026 * Menguinponky * (+19)
13:59:59 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175028&oldid=174976 * Mrtli08 * (+94)
14:06:12 -!- impomatic has joined.
14:08:38 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175029&oldid=175027 * Menguinponky * (+176)
14:13:51 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175030&oldid=175029 * Menguinponky * (+12)
14:14:29 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175031&oldid=175030 * Menguinponky * (-3)
14:15:11 <esolangs> [[The Processor Collection]] https://esolangs.org/w/index.php?diff=175032&oldid=175020 * PrySigneToFry * (+42)
14:19:30 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175033&oldid=175031 * Menguinponky * (+217)
14:20:20 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175034&oldid=175028 * PkmnQ * (+245) /* Syntax fixes that i would request */
14:34:44 <esolangs> [[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,<br>Garamond, Cambria, Georgia Pro, Gentium Plus |- | Sans-s
14:36:57 <esolangs> [[Freelanguage]] https://esolangs.org/w/index.php?diff=175036&oldid=175024 * PrySigneToFry * (+91)
14:48:18 <esolangs> [[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 <esolangs> [[F,u,c,k.]] https://esolangs.org/w/index.php?diff=175038&oldid=172257 * RikoMamaBala * (-15) /* Interpreter */
15:13:59 <esolangs> [[Brainless]] https://esolangs.org/w/index.php?diff=175039&oldid=174316 * RikoMamaBala * (+1133)
15:48:19 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175040&oldid=174591 * RikoMamaBala * (+49) /* Instructions */
15:52:37 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175041&oldid=175040 * RikoMamaBala * (+207) /* Calculator */
15:53:32 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175042&oldid=175041 * RikoMamaBala * (+125) /* FizzBuzz */
15:53:59 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175043&oldid=175042 * RikoMamaBala * (+27) /* FizzBuzz */
15:59:06 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=175044&oldid=174969 * Aadenboy * (+105) flipped configurations
16:16:20 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175045&oldid=175043 * RikoMamaBala * (+429) /* 99 bottles of beer */
16:22:50 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175046&oldid=175045 * RikoMamaBala * (+200) /* Python-Free2Edit iterating quine */
16:25:07 <esolangs> [[Compute]] https://esolangs.org/w/index.php?diff=175047&oldid=173329 * RikoMamaBala * (+0) /* Another unofficial interpreter in Free2Edit */
16:29:53 <esolangs> [[Fun Video Game]] https://esolangs.org/w/index.php?diff=175048&oldid=173148 * RikoMamaBala * (-2) /* Free2Edit */
16:33:23 <esolangs> [[LoopScript]] M https://esolangs.org/w/index.php?diff=175049&oldid=173152 * HyperbolicireworksPen * (+2)
16:41:18 <esolangs> [[Hi]] https://esolangs.org/w/index.php?diff=175050&oldid=156186 * RikoMamaBala * (+43) /* Implementations */
16:52:15 <esolangs> [[Hi]] https://esolangs.org/w/index.php?diff=175051&oldid=175050 * Dragoneater67 * (+147)
17:03:19 <esolangs> [[Fizzbuzz]] https://esolangs.org/w/index.php?diff=175052&oldid=163999 * RikoMamaBala * (+1741) /* Name */
17:12:03 <esolangs> [[1 byte :5]] https://esolangs.org/w/index.php?diff=175053&oldid=143169 * RikoMamaBala * (+26) /* Interpeter */
17:16:23 <esolangs> [[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 <esolangs> [[Talk:C-complete]] https://esolangs.org/w/index.php?diff=175055&oldid=174089 * Mrtli08 * (+144)
18:02:44 <esolangs> [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=175056&oldid=173977 * Mrtli08 * (+351)
18:03:36 <esolangs> [[Category:Unusable for programming]] https://esolangs.org/w/index.php?diff=175057&oldid=7968 * Corbin * (+14) Clarify.
18:05:27 <esolangs> [[Category talk:Unusable for programming]] https://esolangs.org/w/index.php?diff=175058&oldid=175054 * Corbin * (+402)
18:21:02 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175059&oldid=175033 * Menguinponky * (+19)
18:28:01 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175060&oldid=175059 * Menguinponky * (-195)
18:40:42 <esolangs> [[User:.t]] https://esolangs.org/w/index.php?diff=175061&oldid=159885 * .t * (+70)
18:51:12 <esolangs> [[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 <esolangs> [[Topple/Topple 1.1]] M https://esolangs.org/w/index.php?diff=175063&oldid=171162 * H33T33 * (+2)
19:13:10 <esolangs> [[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 <somefan> https://github.com/fis/esolangs/blob/80703d032116dce97058152532cd70a614e004df/esologs/format.cc#L398
20:44:45 <somefan> (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: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 <shachaf> int-e: You knew about Gröbner index things, right?
21:24:47 -!- impomatic has quit (Quit: Client closed).
21:33:20 <esolangs> [[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 <esolangs> [[Countable]] https://esolangs.org/w/index.php?diff=175066&oldid=175065 * Aadenboy * (-1125) teehee that one can wait
21:43:15 <fizzie> I don't remember where that came from, but it probably wasn't my own invention.
21:43:27 <fizzie> Looks like it's the same as https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#hashCode--
21:48:49 <esolangs> [[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:34:09 -!- msv has quit (Remote host closed the connection).
22:34:56 -!- msv has joined.
22:53:52 <b_jonas> 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:28:49 -!- amby has joined.
23:52:27 -!- aadenboy has quit (Ping timeout: 244 seconds).
23:56:51 -!- aadenboy has joined.
00:16:19 -!- Sgeo has joined.
01:03:00 <esolangs> [[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 <aadenboy> quite literally juggling pointers
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 <esolangs> [[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:22 <somefan> perlbot: <commandprefix>help
03:02:22 <perlbot> somefan: No factoid found. Did you mean one of these: [commandprompt] [comments]
03:02:46 <perlbot> 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> 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:37 <perlbot> somefan: https://blog.codinghorror.com/code-tells-you-how-comments-tell-you-why/
03:04:18 <somefan> perlbot: commandprompt 1+1
03:04:18 <perlbot> somefan: No factoid found. Did you mean one of these: [commandprompt] [comments]
03:07:27 <perlbot> somefan: Couldn't find a url to fetch!
03:08:14 <somefan> perlbot: rss https://ssnf.xyz/rss.xml
03:08:14 <perlbot> 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 <somefan> perlbot: https://xkcd.com/rss.xml
03:08:48 <perlbot> 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 <somefan> perlbot: rss https://xkcd.com/rss.xml
03:08:54 <perlbot> 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:49 <perlbot> somefan: Sorry, no more output
03:09:56 <perlbot> somefan: Sorry, no more output
03:10:01 <perlbot> 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 <aadenboy> oughh finished the pointer juggling
03:10:56 <perlbot> somefan: Signs point to yes
03:11:01 <perlbot> somefan: Outlook not so good
03:11:06 <perlbot> somefan: Signs point to yes
03:11:17 <perlbot> somefan: Better not tell you now
03:11:57 <perlbot> somefan: 8ball, magic 8ball if you don't understand then you need to stop having a life.
03:12:26 <perlbot> 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:35 <perlbot> somefan: Attempts to find the help for a plugin. Syntax help PLUGIN.
03:14:01 <esolangs> [[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 <esolangs> [[Polynomix/Symbols]] M https://esolangs.org/w/index.php?diff=175071&oldid=175001 * I am islptng * (+124) AI
03:14:45 <esolangs> [[Talk:Countable]] https://esolangs.org/w/index.php?diff=175072&oldid=172680 * Aadenboy * (+307)
03:15:17 <esolangs> [[A+B Problem]] https://esolangs.org/w/index.php?diff=175073&oldid=174546 * Aadenboy * (+3978) /* Countable */ add [[Countable]]
03:21:39 <somefan> 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 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175074&oldid=175034 * Mc20000 * (+95) /* Syntax fixes that i would request */
04:58:02 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=175075&oldid=175074 * Mc20000 * (+5)
05:24:41 <esolangs> [[Special:Log/move]] move * I am islptng * moved [[Polynomix]] to [[Polymorphix]]
05:24:41 <esolangs> [[Special:Log/move]] move * I am islptng * moved [[Talk:Polynomix]] to [[Talk:Polymorphix]]
05:25:14 <esolangs> [[Special:Log/move]] move * I am islptng * moved [[Polynomix/Symbols]] to [[Polymorphix/Symbols]]
05:26:20 <esolangs> [[SLet/navbar]] https://esolangs.org/w/index.php?diff=175082&oldid=173749 * I am islptng * (+2)
05:28:34 <esolangs> [[Polymorphix]] https://esolangs.org/w/index.php?diff=175083&oldid=175076 * I am islptng * (-140)
05:40:51 -!- aadenboy has quit (Quit: goodbye for now! back another day).
05:51:34 <esolangs> [[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 <esolangs> [[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 <b_jonas> somefan: yes, perlbot is programmable
08:00:17 <esolangs> [[UBX]] M https://esolangs.org/w/index.php?diff=175086&oldid=174996 * None1 * (+0) /* Commands */
08:01:13 <esolangs> [[UBX]] https://esolangs.org/w/index.php?diff=175087&oldid=175086 * None1 * (+21) /* Examples */
08:04:06 -!- moony has joined.
08:08:58 <esolangs> [[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 <int-e> 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 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175089&oldid=156488 * Yayimhere2(school) * (+90) /* Example macros */
08:57:24 <esolangs> [[Talk:FOSMOL]] https://esolangs.org/w/index.php?diff=175090&oldid=172396 * Yayimhere2(school) * (+172)
11:18:35 <esolangs> [[Book of Truth]] https://esolangs.org/w/index.php?diff=175091&oldid=175005 * GUAqwq * (+1604)
11:19:54 <esolangs> [[Wow owo]] https://esolangs.org/w/index.php?diff=175092&oldid=137687 * Yayimhere2(school) * (+37) /* cell types and interactions */
11:21:07 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=175093&oldid=174747 * Yayimhere2(school) * (+39) /* Commands */
11:21:24 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=175094&oldid=175093 * Yayimhere2(school) * (+17) /* Commands */
11:23:15 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=175095&oldid=175094 * Yayimhere2(school) * (+1) /* Computational class */
11:25:14 <esolangs> [[Book of Truth]] https://esolangs.org/w/index.php?diff=175096&oldid=175091 * GUAqwq * (+216) /* Instructions */ colored exeptions!
11:34:56 <esolangs> [[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 <esolangs> [[D/Q]] https://esolangs.org/w/index.php?diff=175098&oldid=175095 * Dragoneater67 * (+2) /* Memory */
12:47:38 <esolangs> [[Talk:MIBBLLII]] https://esolangs.org/w/index.php?diff=175099&oldid=174308 * Blashyrkh * (+1707) /* Improvement and clarification proposal */ new section
13:33:58 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175100&oldid=175060 * Menguinponky * (+0)
13:58:35 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175101&oldid=175100 * Dragoneater67 * (+34)
14:03:59 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175102&oldid=175101 * Menguinponky * (+36)
14:11:54 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175103&oldid=175069 * PrySigneToFry * (+505)
14:35:00 <esolangs> [[Talk:FOSMOL]] https://esolangs.org/w/index.php?diff=175104&oldid=175090 * Aadenboy * (+316)
14:46:25 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175105&oldid=175089 * Aadenboy * (+385)
15:03:41 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175106&oldid=175105 * Yayimhere2(school) * (+5) /* Values */
15:04:07 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175107&oldid=175106 * Yayimhere2(school) * (+39) /* Irrationals */
15:04:47 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <ais523> 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 <int-e> . o O ( We now return to our scheduled programming. )
15:48:39 <esolangs> [[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 <int-e> Hmm. Do languages that cannot be implemented at all (for example because they have halting oracles) in that category or not?
15:50:04 <ais523> I think not – such languages would (usually) be useful for programming if you had an interpreter
15:51:00 <int-e> 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 <esolangs> [[Countable]] https://esolangs.org/w/index.php?diff=175112&oldid=175070 * Aadenboy * (+177) /* Equality */ expand on this a little bit
16:27:57 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175113&oldid=175102 * Menguinponky * (+48)
16:30:55 <esolangs> [[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 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175115&oldid=175108 * Aadenboy * (+925)
16:35:37 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175116&oldid=175113 * Menguinponky * (-1) /* Comment */
16:36:38 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175117&oldid=175116 * Aadenboy * (+50)
16:37:34 -!- impomatic has joined.
16:55:12 <korvo> ais523: I appreciate the clarification, thanks.
17:13:58 <esolangs> [[Plushie-incomplete]] https://esolangs.org/w/index.php?diff=175118&oldid=175008 * * (+18) /* Question */
18:20:38 <esolangs> [[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 <esolangs> [[Flowchart]] https://esolangs.org/w/index.php?diff=175120&oldid=165974 * Aadenboy * (+694) implement the [[Kolakoski sequence]] IN MY HEAD...
18:23:35 <esolangs> [[Flowchart]] https://esolangs.org/w/index.php?diff=175121&oldid=175120 * Aadenboy * (-6) erm
18:24:24 <esolangs> [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=175122&oldid=174446 * Aadenboy * (+424) /* Flowchart */ add [[Flowchart]]
18:30:52 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=175123&oldid=175119 * Mrtli08 * (+631)
18:31:15 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=175124&oldid=175123 * Mrtli08 * (-35)
18:32:50 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=175125&oldid=175124 * Mrtli08 * (+52)
18:34:07 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=175126&oldid=175125 * Mrtli08 * (+29)
18:38:06 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=175127&oldid=175126 * Mrtli08 * (+103)
18:48:13 <esolangs> [[Thisthat]] M https://esolangs.org/w/index.php?diff=175128&oldid=166002 * Aadenboy * (+4) minor fix
18:48:33 <esolangs> [[Kolakoski sequence]] M https://esolangs.org/w/index.php?diff=175129&oldid=175122 * Aadenboy * (+4) /* thisthat */ minor fix
18:53:26 <esolangs> [[Kolakoski sequence]] M https://esolangs.org/w/index.php?diff=175130&oldid=175129 * Aadenboy * (+67) note about implementation
18:55:10 <esolangs> [[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 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175132&oldid=174910 * SteveWyntontje * (+196) /* Introductions */
19:37:14 <esolangs> [[User:SteveWyntontje]] N https://esolangs.org/w/index.php?oldid=175133 * SteveWyntontje * (+0) Created User Page
19:37:31 <esolangs> [[User talk:SteveWyntontje]] N https://esolangs.org/w/index.php?oldid=175134 * SteveWyntontje * (+0) Created Talk page
19:39:07 <esolangs> [[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:13:02 <esolangs> [[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 <esolangs> [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175137&oldid=172677 * Aadenboy * (+398)
21:17:00 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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).
00:07:36 <esolangs> [[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 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175144&oldid=175143 * Iacgm * (+9)
00:08:10 -!- aadenboy has joined.
00:08:23 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175145&oldid=175139 * Aadenboy * (+260) rewrite pfm-ame
00:14:11 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175146&oldid=175144 * Iacgm * (+172)
00:14:34 <esolangs> [[FolderCode]] https://esolangs.org/w/index.php?diff=175147&oldid=84642 * Iacgm * (+14) /* See also */
00:14:55 <esolangs> [[Unary Filesystem]] M https://esolangs.org/w/index.php?diff=175148&oldid=133524 * Iacgm * (+14) /* See also */
00:15:09 <esolangs> [[Dirst]] M https://esolangs.org/w/index.php?diff=175149&oldid=94843 * Iacgm * (+14) /* See also */
00:26:19 <esolangs> [[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 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175151&oldid=175146 * Iacgm * (+995) /* Structure */
00:28:48 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175152&oldid=175151 * Iacgm * (+56)
00:29:06 <esolangs> [[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 <esolangs> [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175154&oldid=175141 * Corbin * (+319) LGTM!
02:11:39 <esolangs> [[Unary Filesystem]] https://esolangs.org/w/index.php?diff=175155&oldid=175148 * Corbin * (+27) /* See also */
02:11:43 <esolangs> [[FolderCode]] https://esolangs.org/w/index.php?diff=175156&oldid=175147 * Corbin * (+27) /* See also */
02:11:46 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175157&oldid=175153 * Corbin * (+27) /* See also */
02:26:10 <esolangs> [[User:Mouldyair]] https://esolangs.org/w/index.php?diff=175158&oldid=163681 * Mouldyair * (-11)
02:31:43 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175159&oldid=174920 * Mc20000 * (+49)
02:34:09 <esolangs> [[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 <esolangs> [[Category:Text based]] N https://esolangs.org/w/index.php?oldid=175161 * Mc20000 * (+13) Created page with "is text based"
02:36:01 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175162&oldid=175159 * Mc20000 * (+98)
02:36:47 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175163&oldid=175162 * Aadenboy * (-60) unpiping categories to preserve default sort order
02:38:49 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=175164&oldid=174837 * Aadenboy * (+396) /* Unapproved categories */ new section
02:44:20 <esolangs> [[User talk:Mc20000]] https://esolangs.org/w/index.php?diff=175165&oldid=174833 * Corbin * (+323)
03:01:56 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175166&oldid=175145 * Aadenboy * (+154) \left and \right
03:20:28 <esolangs> [[User:BODOKE2801e]] N https://esolangs.org/w/index.php?oldid=175167 * BODOKE2801e * (+339) Created page with "It me, 2801, <span style="display: inline-block; transform: skew(20deg, 10deg);">it MIGHT be strange but</span> i like <span style="display: inline-block; transform: rotate(31deg);">Strange</span> stuff also find me at https://fischipedia.org/wiki/User:BODOK
03:20:46 <esolangs> [[User:BODOKE2801e]] https://esolangs.org/w/index.php?diff=175168&oldid=175167 * BODOKE2801e * (+1)
03:31:06 <esolangs> [[User:BODOKE2801e/redirect]] N https://esolangs.org/w/index.php?oldid=175169 * BODOKE2801e * (+11) Created page with "Redirect!!!"
03:32:57 <esolangs> [[User:BODOKE2801e/redirect]] https://esolangs.org/w/index.php?diff=175170&oldid=175169 * BODOKE2801e * (-11) Blanked the page
03:36:59 <esolangs> [[BODOKE2801's Redirect]] N https://esolangs.org/w/index.php?oldid=175171 * BODOKE2801e * (+20) Created page with "[[User:BODOKE2801e]]"
03:38:01 <esolangs> [[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:16 -!- aadenboy has quit (Quit: goodbye for now! back another day).
05:18:34 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175173&oldid=175166 * Aadenboy * (+88)
05:30:44 <esolangs> [[Special:Log/newusers]] create * Azure413 * New user account
05:32:07 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175174&oldid=175132 * Azure413 * (+163)
06:03:06 <esolangs> [[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 <esolangs> [[Amino]] https://esolangs.org/w/index.php?diff=175176&oldid=175175 * Azure413 * (+89)
06:07:12 <esolangs> [[Amino]] https://esolangs.org/w/index.php?diff=175177&oldid=175176 * Azure413 * (+68)
06:39:03 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Dis]] M https://esolangs.org/w/index.php?diff=175180&oldid=156191 * Tpaefawzen * (-1) /* External resources */ url
09:37:06 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175181&oldid=175117 * Menguinponky * (+187)
09:39:27 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175182&oldid=175181 * Menguinponky * (+45)
09:51:22 -!- DOS_User_webchat has joined.
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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Text based]]": unapproved category please don't create new categories without discussing them first
12:15:49 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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:09 <HackEso> 1/1:454) <Phantom_Hoover> I gave her the Noblesse Oblige rooms. <Phantom_Hoover> She was happy with them even when they were behind 2 locked doors and a floodgate and full of water. \ 1332) <fizzie> Heh, is a "bugfix" also one kind of an affix? <fizzie> Maybe that's what it's called when you use a prefix as a postfix or something. <fizzie> "That's totally crediblein! Oops, I made a bugfix."
13:10:26 <int-e> fungot: Ghosting us again, eh.
13:12:53 -!- fungot has joined.
13:13:34 <fizzie> Still haven't figured out a solution for whatever the problem was re making it get back here on its own.
13:14:34 <int-e> 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 <fizzie> 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 <fizzie> Yeah, poor fungot isn't used as much as in the past.
13:14:56 <fungot> fizzie: because all the oo systems.') it is, and the majority of the presentation of a thread
13:15:27 <int-e> korvo missed him first: https://logs.esolangs.org/libera-esolangs/2026-02-05.html#lpb
13:22:23 <fungot> 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 <fungot> Selected style: alice (Books by Lewis Carroll)
13:23:02 <int-e> fungot: off with their heads!
13:23:02 <fungot> 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 <int-e> fungot: hmm, maybe something about fairies instead?
13:23:48 <fungot> 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 <int-e> hah, that one works rather well
13:24:32 <fungot> Selected style: irc (IRC logs of freenode/#esoteric, freenode/#scheme and ircnet/#douglasadams)
13:24:44 <fizzie> I think that was a direct quotation, which doesn't really count.
13:25:10 <fizzie> https://www.poetryfoundation.org/poems/43909/the-hunting-of-the-snark "Fit the Fifth"
13:59:00 <b_jonas> a direct quotation of a verse that appears four times
13:59:22 <int-e> you can say that again
13:59:22 <int-e> you can say that again
13:59:44 <b_jonas> fungot knows his Lewis Carroll well
13:59:45 <fungot> 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 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175188&oldid=175157 * Iacgm * (+455)
14:38:29 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175189&oldid=175188 * Iacgm * (+1059) /* Tuples/Arrays */
14:38:54 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175190&oldid=175189 * Iacgm * (+1) /* I/O */
14:39:41 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175191&oldid=175190 * Iacgm * (+110) /* Structure */
14:40:21 <esolangs> [[Lambdir]] M https://esolangs.org/w/index.php?diff=175192&oldid=175191 * Iacgm * (+0) /* Structure */
14:42:40 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175193&oldid=175046 * RikoMamaBala * (-2) /* Disan counter */
14:43:36 <esolangs> [[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 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175195&oldid=175193 * RikoMamaBala * (+42) /* A+B Problem */
14:46:20 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175196&oldid=175178 * Aadenboy * (+1039) multiplicative AME
14:47:11 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175197&oldid=175195 * RikoMamaBala * (+86) /* Factorial */
14:48:41 <esolangs> [[Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175198&oldid=175196 * Aadenboy * (+44) whoops
14:50:00 <esolangs> [[Arbitrary memory emulation]] M https://esolangs.org/w/index.php?diff=175199&oldid=175198 * Aadenboy * (+2) more fixes
14:50:35 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175200&oldid=175197 * RikoMamaBala * (-29) /* Fibonacci sequence */
14:51:38 <esolangs> [[Durge]] M https://esolangs.org/w/index.php?diff=175201&oldid=164002 * PrySigneToFry * (+45)
15:19:18 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175202&oldid=175199 * Aadenboy * (-17) whoops
15:24:40 <esolangs> [[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 <korvo> fungot: The most important theorem in category theory is
15:36:50 <fungot> 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 <esolangs> [[Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175204&oldid=175203 * Aadenboy * (+103)
15:58:55 <esolangs> [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175205&oldid=148286 * RikoMamaBala * (+35)
16:03:34 <esolangs> [[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 <esolangs> [[Talk:Arbitrary memory emulation]] https://esolangs.org/w/index.php?diff=175207&oldid=175154 * Aadenboy * (+301)
16:24:55 <esolangs> [[Outinp]] https://esolangs.org/w/index.php?diff=175208&oldid=148691 * RikoMamaBala * (+854)
16:27:22 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175211&oldid=175183 * Menguinponky * (+181)
16:44:49 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=175212&oldid=175211 * Menguinponky * (+21)
16:45:04 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Lambdir]] https://esolangs.org/w/index.php?diff=175214&oldid=175192 * Iacgm * (+4)
18:55:54 <esolangs> [[Lambdir]] M https://esolangs.org/w/index.php?diff=175215&oldid=175214 * Iacgm * (+6) /* Tuples/Arrays */
18:57:14 <esolangs> [[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 <esolangs> [[Lambdir]] M https://esolangs.org/w/index.php?diff=175217&oldid=175216 * Iacgm * (+37) /* Structure */
18:58:23 -!- knorkle has joined.
18:58:31 <esolangs> [[Lambdir]] M https://esolangs.org/w/index.php?diff=175218&oldid=175217 * Iacgm * (-1) /* Structure */
19:00:32 <esolangs> [[UnicodeLang]] M https://esolangs.org/w/index.php?diff=175219&oldid=175109 * Qawtykit * (+2) unicode, not ASCII
19:10:13 <esolangs> [[Special:Log/newusers]] create * ReddoYT * New user account
19:12:34 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175220&oldid=175174 * ReddoYT * (+96) /* Introductions */
19:12:42 <esolangs> [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175221&oldid=154979 * Iacgm * (+749)
19:13:06 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175222&oldid=175220 * ReddoYT * (+83) /* Introductions */
19:21:39 <lambdabot> *** "year" devil "The Devil's Dictionary (1881-1906)"
19:21:39 <lambdabot> YEAR, n. A period of three hundred and sixty-five disappointments.
19:21:45 <esolangs> [[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 <Everything> IOCCC/mullender revisited https://yurichev.com/blog/PIC/
19:25:48 <esolangs> [[Talk:S and K Turing-completeness proof]] https://esolangs.org/w/index.php?diff=175224&oldid=175223 * Blashyrkh * (+185)
19:26:23 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Iterate/Loop algebra]] N https://esolangs.org/w/index.php?oldid=175227 * Aadenboy * (+503) Created page with "repeated nestings of <code>n</code> and <code>~n</code> seem to correspond to the ''n''-th column of Pascal's triangle, with the column shifted to the right by however many more <code>~n</code>'s there are than <code>n</code>'s ~~~~"
19:59:03 <esolangs> [[User:ReddoYT/Sandbox]] N https://esolangs.org/w/index.php?oldid=175228 * ReddoYT * (+94) Created page with "Sandbox wow ~~~~"
20:01:04 <esolangs> [[User:ReddoYT/Sandbox]] https://esolangs.org/w/index.php?diff=175229&oldid=175228 * ReddoYT * (+49)
20:04:05 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[SDAPL]] N https://esolangs.org/w/index.php?oldid=175233 * ReddoYT * (+4255) Created the whole page
21:09:49 <esolangs> [[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 <esolangs> [[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: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:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:55:09 <esolangs> [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175236&oldid=168541 * Laclale * (+137) /* Category request */ new section
23:55:21 <esolangs> [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175237&oldid=175236 * Laclale * (+84) /* Category request */
00:03:56 <esolangs> [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175238&oldid=175237 * Corbin * (+374) /* Category request */ Wrong page?
00:12:38 <esolangs> [[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 <zzo38> 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 <aadenboy> pascal's triangle just HAD to get involved
01:51:55 <aadenboy> would've been easy to optimize! would've been easy to speed up!
02:21:28 <aadenboy> that is the worst code that I have ever written
02:26:47 <b_jonas> 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 <esolangs> [[ZecZec]] N https://esolangs.org/w/index.php?oldid=175239 * BODOKE2801e * (+2738) Created page with "{{wrongtitle|title=<nowiki>>|<>|<</nowiki>}} >|<>|< 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 <esolangs> [[Special:Log/newusers]] create * Dragoneater67mobile * New user account
05:46:56 <esolangs> [[User:BoundedBeans/INTERCAL without labels]] https://esolangs.org/w/index.php?diff=175240&oldid=122826 * BoundedBeans * (+126)
05:59:51 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175241&oldid=175222 * Dragoneater67mobile * (+244) introduce myself
06:02:29 <esolangs> [[ZecZec]] https://esolangs.org/w/index.php?diff=175242&oldid=175239 * Aadenboy * (+42)
06:03:40 <esolangs> [[SDAPL]] M https://esolangs.org/w/index.php?diff=175243&oldid=175235 * Dragoneater67mobile * (+0) grammatical fix
06:08:57 <esolangs> [[User:Dragoneater67mobile]] N https://esolangs.org/w/index.php?oldid=175244 * Dragoneater67mobile * (+32) Redirected page to [[User:Dragoneater67]]
06:13:16 <esolangs> [[User talk:Dragoneater67mobile]] N https://esolangs.org/w/index.php?oldid=175245 * Dragoneater67mobile * (+37) Redirected page to [[User talk:Dragoneater67]]
06:18:52 -!- aadenboy has quit (Quit: goodbye for now! back another day).
06:22:39 -!- somefan has left.
06:25:26 <esolangs> [[Talk:]] M https://esolangs.org/w/index.php?diff=175246&oldid=175185 * Dragoneater67mobile * (+45) add unsigned template just in case
06:29:25 <esolangs> [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175247&oldid=175206 * PrySigneToFry * (+40)
06:35:43 <esolangs> [[The kids choice awards]] https://esolangs.org/w/index.php?diff=175248&oldid=175247 * Dragoneater67mobile * (-62) correct the list
06:39:07 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Prime Detector]] https://esolangs.org/w/index.php?diff=175251&oldid=175250 * Yayimhere2(school) * (+165)
06:57:51 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[User:DockedChutoy/Sandbox]] https://esolangs.org/w/index.php?diff=175255&oldid=174616 * DockedChutoy * (+770)
09:27:05 <esolangs> [[Book of Truth]] https://esolangs.org/w/index.php?diff=175256&oldid=175097 * GUAqwq * (+752) /* Examples */ Addition
09:27:54 <esolangs> [[Book of Truth]] M https://esolangs.org/w/index.php?diff=175257&oldid=175256 * GUAqwq * (+47) /* Addition */
09:51:29 <esolangs> [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175258&oldid=163770 * Pifrited * (-2301)
10:08:06 <esolangs> [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175259&oldid=175258 * Pifrited * (+991)
10:09:02 <esolangs> [[Special:Log/newusers]] create * TerraCurse * New user account
10:12:36 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175260&oldid=175241 * TerraCurse * (+224)
10:16:59 <esolangs> [[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 <esolangs> [[Python]] https://esolangs.org/w/index.php?diff=175262&oldid=175253 * Yoyolin0409 * (-2) /* Albuquerque challenge */
10:22:39 <esolangs> [[Python]] https://esolangs.org/w/index.php?diff=175263&oldid=175262 * Yoyolin0409 * (-3) /* Albuquerque challenge */
10:23:00 <esolangs> [[Python]] https://esolangs.org/w/index.php?diff=175264&oldid=175263 * Yoyolin0409 * (-3) /* Amo gus */
10:23:20 <esolangs> [[Python]] https://esolangs.org/w/index.php?diff=175265&oldid=175264 * Yoyolin0409 * (-5) /* Albuqer chng */
10:25:06 <esolangs> [[Python]] https://esolangs.org/w/index.php?diff=175266&oldid=175265 * Yoyolin0409 * (+0) /* Albuquerque challenge */
10:25:06 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=175267&oldid=173210 * Blashyrkh * (+171)
10:34:47 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=175268&oldid=175267 * Blashyrkh * (+271) Motivation
10:45:10 <esolangs> [[Prime Detector]] https://esolangs.org/w/index.php?diff=175269&oldid=175249 * PrySigneToFry * (+70)
10:46:41 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175270&oldid=173709 * PrySigneToFry * (+6)
10:47:42 <esolangs> [[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 <esolangs> [[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 <esolangs> [[BaguaFuck]] M https://esolangs.org/w/index.php?diff=175273&oldid=175272 * Dragoneater67mobile * (+1) /* Turing Completeness */ make it more formal
11:17:36 <esolangs> [[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 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175275&oldid=173909 * Dragoneater67mobile * (+24) yes, uppercase and without spaces
11:23:26 <esolangs> [[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 <esolangs> [[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 <esolangs> [[]] 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 <code>A</code> initialized to 0. The language has the following commands: * sets A to 2 * prints 4 if
11:58:23 <esolangs> [[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 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175280&oldid=175278 * Dragoneater67mobile * (+36) add the see also section
12:03:40 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=175281&oldid=174578 * Dragoneater67mobile * (+77)
12:05:22 <esolangs> [[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 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=175283&oldid=175103 * I am islptng * (+238) /* SletScript */
12:29:22 <esolangs> [[]] 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 <esolangs> [[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 <esolangs> [[6ix]] https://esolangs.org/w/index.php?diff=175286&oldid=98702 * PrySigneToFry * (+93)
13:35:58 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175287&oldid=175284 * Dragoneater67mobile * (+0) /* Overview */
13:39:25 <esolangs> [[6ix]] https://esolangs.org/w/index.php?diff=175288&oldid=175286 * Dragoneater67mobile * (-3) /* Commands */ no
13:40:27 <esolangs> [[]] 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 <esolangs> [[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 <esolangs> [[SDAPL]] https://esolangs.org/w/index.php?diff=175291&oldid=175290 * ReddoYT * (+732) /* Examples */
14:58:48 <esolangs> [[SDAPL]] https://esolangs.org/w/index.php?diff=175292&oldid=175291 * ReddoYT * (+0) /* Working calculator(to floats) */
15:19:29 <esolangs> [[Mariofuck]] https://esolangs.org/w/index.php?diff=175293&oldid=127258 * RikoMamaBala * (+270) /* Python */
15:49:08 <esolangs> [[Special:Log/newusers]] create * Dooblix * New user account
15:52:54 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175294&oldid=175260 * Dooblix * (+183)
16:22:44 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[ZecZec]] https://esolangs.org/w/index.php?diff=175298&oldid=175242 * BODOKE2801e * (+181)
17:35:45 -!- aadenboy has joined.
17:38:08 <esolangs> [[ZecZec]] https://esolangs.org/w/index.php?diff=175299&oldid=175298 * BODOKE2801e * (+10) /* Syntax */
17:50:01 <esolangs> [[User:Hammy]] https://esolangs.org/w/index.php?diff=175300&oldid=170140 * Hammy * (+34) Moved featured esolang to the right
17:52:04 <esolangs> [[ZecZec]] https://esolangs.org/w/index.php?diff=175301&oldid=175299 * BODOKE2801e * (+422)
18:17:31 <esolangs> [[Iterate/Loop algebra]] https://esolangs.org/w/index.php?diff=175302&oldid=172099 * Aadenboy * (+712) thanks binomials!
18:17:57 <esolangs> [[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 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175304&oldid=175186 * Mc20000 * (+18)
19:40:28 <esolangs> [[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 <esolangs> [[Special:Log/move]] move * A() * moved [[Duckwise Northward/Turing Complete proof]] to [[Duckwise Northward\Turing Complete proof]]: Misspelled title
20:09:43 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Duckwise Northward/Turing Complete proof]] N https://esolangs.org/w/index.php?oldid=175310 * Aadenboy * (+352) Created page with "<blockquote>no, subpages use a backslash</blockquote> *slash, not a backlash ~~~~"
20:11:49 <esolangs> [[Talk:Duckwise Northward/Turing Complete proof]] M https://esolangs.org/w/index.php?diff=175311&oldid=175310 * Aadenboy * (+17)
20:58:03 -!- aadenboy has quit (Read error: Connection reset by peer).
20:58:15 -!- aadenboy has joined.
21:00:31 <esolangs> [[StupidSentences]] https://esolangs.org/w/index.php?diff=175312&oldid=174906 * A() * (-8)
21:14:09 -!- Everything has joined.
21:38:16 <esolangs> [[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).
00:13:07 -!- perlbot has joined.
00:14:04 <esolangs> [[Special:Log/move]] move * A() * moved [[Talk:Duckwise Northward/Turing Complete proof]] to [[Talk:Duckwise Northward\Turing Complete proof]]: Misspelled title
00:14:31 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Special:Log/move]] move_redir * A() * moved [[Duckwise Northward\Turing Complete proof]] to [[Duckwise Northward/Turing Complete proof]] over redirect
00:26:36 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=175322&oldid=175268 * Blashyrkh * (-8) reword
01:47:49 <esolangs> [[Crazy J/Empty output]] M https://esolangs.org/w/index.php?diff=175323&oldid=172666 * Blashyrkh * (+26) Add to "examples" category
01:48:54 <esolangs> [[Crazy J/Truth-machine]] M https://esolangs.org/w/index.php?diff=175324&oldid=172668 * Blashyrkh * (+26) Add to "examples" category
01:49:52 <esolangs> [[Crazy J/Reverse input]] M https://esolangs.org/w/index.php?diff=175325&oldid=172670 * Blashyrkh * (+26) Add to "examples" category
01:50:24 <esolangs> [[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 <esolangs> [[Crazy J/Cyclic tag system]] M https://esolangs.org/w/index.php?diff=175327&oldid=172688 * Blashyrkh * (+26)
01:51:34 <esolangs> [[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 <esolangs> [[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:04 -!- aadenboy has quit (Quit: goodbye for now! back another day).
06:12:14 <esolangs> [[Brainless]] https://esolangs.org/w/index.php?diff=175330&oldid=175039 * RikoMamaBala * (+1035)
06:18:29 <esolangs> [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175331&oldid=175238 * None1 * (+337) /* Category request */
06:20:28 <esolangs> [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=175332&oldid=175331 * None1 * (+23) /* Category request */
07:09:21 <esolangs> [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175333&oldid=169962 * RikoMamaBala * (+188)
07:17:50 <esolangs> [[Vertical tab 'N]] https://esolangs.org/w/index.php?diff=175334&oldid=170408 * RikoMamaBala * (+32)
09:00:59 <esolangs> [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175335&oldid=175333 * Yayimhere2(school) * (+52) /* In Python */
09:01:23 <esolangs> [[IExpress repeater]] https://esolangs.org/w/index.php?diff=175336&oldid=175335 * Yayimhere2(school) * (+1) /* In Python */
09:48:41 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=175337&oldid=175246 * Dragoneater67mobile * (+238) question
09:49:19 <esolangs> [[TlhIngan]] https://esolangs.org/w/index.php?diff=175338&oldid=149251 * RikoMamaBala * (+2727)
09:52:50 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=175339&oldid=175337 * Yayimhere2(school) * (+154)
10:01:16 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175340&oldid=170583 * Dragoneater67mobile * (+218) @@@@
10:07:20 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175341&oldid=175279 * Dragoneater67mobile * (+0) /* but really... */ oops
10:22:02 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Im not mad at yayimhere anymore]] https://esolangs.org/w/index.php?diff=175344&oldid=175343 * Ractangle * (+159)
11:34:50 <esolangs> [[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 <esolangs> [[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 <esolangs> [[User:Hammy]] M https://esolangs.org/w/index.php?diff=175347&oldid=175300 * Hammy * (+89) /* My Esolangs */
12:48:04 <esolangs> [[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 <esolangs> [[Talk:Hate]] https://esolangs.org/w/index.php?diff=175349&oldid=164986 * Blashyrkh * (+53) /* Computational class */ new section
15:28:21 <esolangs> [[Talk:Hate]] M https://esolangs.org/w/index.php?diff=175350&oldid=175349 * Blashyrkh * (+91) /* Computational class */
15:35:41 <esolangs> [[Nothing Of-course, Timeless Hitchhikes In New Gardens]] https://esolangs.org/w/index.php?diff=175351&oldid=165337 * RikoMamaBala * (+282)
15:36:05 <esolangs> [[Nothing Of-course, Timeless Hitchhikes In New Gardens]] https://esolangs.org/w/index.php?diff=175352&oldid=175351 * RikoMamaBala * (-8)
15:40:33 <esolangs> [[LoopScript]] https://esolangs.org/w/index.php?diff=175353&oldid=175049 * DockedChutoy * (+118) added a python interpreter
15:42:10 <esolangs> [[Talk:Flip]] N https://esolangs.org/w/index.php?oldid=175354 * Yayimhere2(school) * (+132) Created page with "AAARHUUUUUUUUS --~~~~"
16:20:37 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175355&oldid=175200 * RikoMamaBala * (+28)
16:23:20 -!- impomatic has joined.
16:25:33 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175356&oldid=175313 * Mc20000 * (+631)
16:35:44 -!- tromp has joined.
16:48:14 <esolangs> [[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 <esolangs> [[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.
18:38:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:03:52 <APic> 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: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 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus-start.png]]": There probably exists a similar image
20:08:40 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus-End.png]]": There definitely exists a similar image, I made this still.
20:09:20 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:If-Lambdus.png]]"
20:09:57 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Reset-Lambdus.png]]"
20:10:32 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:+1-Lambdus.png]]"
20:12:06 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:-1-Lambdus.png]]"
20:17:05 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Split-Lambdus.png]]"
20:17:24 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Loop-Lambdus.png]]"
20:23:04 -!- impomatic has quit (Quit: Client closed).
20:33:08 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:IfElse-Lambdus.png]]"
20:35:18 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Cross-Lambdus.png]]"
20:40:13 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Output-Lambdus.png]]"
20:50:11 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambdus Truth Machine.png]]"
20:51:30 <esolangs> [[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 <esolangs> [[Lambdus]] https://esolangs.org/w/index.php?diff=175372&oldid=175371 * Rombito * (-14)
20:55:23 <esolangs> [[Lambdus]] https://esolangs.org/w/index.php?diff=175373&oldid=175372 * Rombito * (+74)
21:05:59 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Lambda-From-Lambdus.png]]"
21:27:04 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:GetVariable-Lambdus.png]]"
21:29:17 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Variable-Lambdus.png]]"
21:41:38 <esolangs> [[Special:Log/upload]] overwrite * Rombito * uploaded a new version of "[[File:Lambdus Truth Machine.png]]"
21:42:04 <esolangs> [[Lambdus]] https://esolangs.org/w/index.php?diff=175378&oldid=175373 * Rombito * (+406)
22:06:52 -!- Everything has joined.
22:47:06 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Input-Lambdus.png]]"
22:48:22 <esolangs> [[Lambdus]] https://esolangs.org/w/index.php?diff=175380&oldid=175378 * Rombito * (+116)
22:52:33 -!- Everything has quit (Quit: leaving).
22:57:39 <esolangs> [[Special:Log/upload]] upload * Rombito * uploaded "[[File:Weight-Lambdus.png]]"
22:58:09 <esolangs> [[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:22 -!- aadenboy has quit (Quit: goodbye for now! back another day).
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 <esolangs> [[Special:Log/newusers]] create * Cirno * New user account
02:39:42 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=175383&oldid=175294 * Cirno * (+159)
02:40:24 <esolangs> [[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 <esolangs> [[Talk:Flip]] https://esolangs.org/w/index.php?diff=175385&oldid=175354 * Dragoneater67 * (+285) eh, something somrthing
06:39:29 <esolangs> [[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 <esolangs> [[Lambdus]] https://esolangs.org/w/index.php?diff=175387&oldid=175382 * Rombito * (+6)
06:58:29 <esolangs> [[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 <esolangs> [[Concept-complete]] https://esolangs.org/w/index.php?diff=175389&oldid=175388 * Rombito * (-18)
06:59:57 <esolangs> [[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 <esolangs> [[Talk:Collatz sequence]] https://esolangs.org/w/index.php?diff=175391&oldid=106789 * Blashyrkh * (+274)
07:03:06 <esolangs> [[Concept-complete]] https://esolangs.org/w/index.php?diff=175392&oldid=175389 * Rombito * (+4)
07:39:41 <esolangs> [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=175393&oldid=175056 * Cleverxia * (+145) /* whats this */
07:44:13 <esolangs> [[Concept-complete]] https://esolangs.org/w/index.php?diff=175394&oldid=175392 * Rombito * (+331)
07:45:04 <esolangs> [[Concept-complete]] https://esolangs.org/w/index.php?diff=175395&oldid=175394 * Rombito * (+7)
07:46:33 <esolangs> [[Hate]] https://esolangs.org/w/index.php?diff=175396&oldid=164985 * None1 * (+19)
07:46:57 <esolangs> [[Hate]] https://esolangs.org/w/index.php?diff=175397&oldid=175396 * None1 * (+33)
07:47:23 <esolangs> [[Talk:Hate]] https://esolangs.org/w/index.php?diff=175398&oldid=175350 * None1 * (+320) /* Computational class */
07:48:00 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Str]] https://esolangs.org/w/index.php?diff=175402&oldid=175401 * Cleverxia * (-2) /* Interpreter */
08:33:35 <esolangs> [[Talk:Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=175403&oldid=173988 * Cleverxia * (+110)
08:48:54 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175404&oldid=175179 * None1 * (+371)
08:50:03 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175405&oldid=175404 * None1 * (-2687)
08:50:25 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=175406&oldid=175405 * None1 * (+36)
08:50:47 <esolangs> [[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: <pre> (header) ==Memory== (variable definition) ==Commands== (command 1) (command 2) ... </pr
08:57:48 <esolangs> [[Esolang spec]] https://esolangs.org/w/index.php?diff=175408&oldid=175407 * None1 * (+734)
08:58:52 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175409&oldid=174988 * None1 * (+19) /* E */
08:59:29 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=175410&oldid=174989 * None1 * (+85)
09:08:11 <esolangs> [[DQ]] M https://esolangs.org/w/index.php?diff=175411&oldid=165040 * Ractangle * (-9) /* examples */
09:09:54 <esolangs> [[DQ]] M https://esolangs.org/w/index.php?diff=175412&oldid=175411 * Ractangle * (+278) /* Interpreter */
09:40:39 <esolangs> [[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:14:23 -!- chloetax has quit (Read error: Connection reset by peer).
10:14:50 -!- chloetax has joined.
10:52:13 <esolangs> [[Say]] https://esolangs.org/w/index.php?diff=175414&oldid=125073 * Cleverxia * (+1012)
10:55:22 <esolangs> [[Say]] https://esolangs.org/w/index.php?diff=175415&oldid=175414 * Cleverxia * (+109) /* Interpreter */
10:55:49 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175416&oldid=174158 * Cleverxia * (+262)
11:11:03 <esolangs> [[User:Qazwsxplm]] M https://esolangs.org/w/index.php?diff=175417&oldid=174779 * Qazwsxplm * (+217)
11:12:53 <esolangs> [[User:Pifrited/PasteBin]] M https://esolangs.org/w/index.php?diff=175418&oldid=175259 * Pifrited * (-698)
11:22:44 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Amicus]] N https://esolangs.org/w/index.php?oldid=175426 * Yayimhere2(school) * (+125) Created page with "Syntax? --~~~~"
13:26:21 <esolangs> [[Talk:Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=175427&oldid=175403 * Yayimhere2(school) * (+148)
13:27:44 <esolangs> [[Talk:Bitwise Cyclic Tack]] https://esolangs.org/w/index.php?diff=175428&oldid=175427 * Yayimhere2(school) * (+219)
13:31:58 <esolangs> [[DQ]] https://esolangs.org/w/index.php?diff=175429&oldid=175412 * Yayimhere2(school) * (+11) /* See also */
13:33:10 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175430&oldid=175275 * Dragoneater67mobile * (-57) optimized!!!
13:45:32 <esolangs> [[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 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=175432&oldid=174908 * RikoMamaBala * (+70) /* Interpreters */
14:11:13 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175433&oldid=175430 * Dragoneater67mobile * (-74) /* Phase 1 */ table cleanup
14:26:30 <esolangs> [[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 <esolangs> [[ bits, 0 Bytes]] https://esolangs.org/w/index.php?diff=175435&oldid=165360 * RikoMamaBala * (+101) /* Examples */
14:55:52 <esolangs> [[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 <esolangs> [[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 <esolangs> [[SDAPL]] https://esolangs.org/w/index.php?diff=175438&oldid=175292 * ReddoYT * (-1) /* Working calculator(no floats) */
15:14:13 <esolangs> [[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 <esolangs> [[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 <esolangs> [[SDAPL]] https://esolangs.org/w/index.php?diff=175441&oldid=175438 * ReddoYT * (+655) /* Examples */
16:03:01 <esolangs> [[Esolang talk:Community portal]] M https://esolangs.org/w/index.php?diff=175442&oldid=175436 * Somefan * (+428) generalization?
16:05:51 <esolangs> [[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 <esolangs> [[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:17:43 <korvo> I'm alright. Finished rewriting the Vixen compiler last night. Still recovering a little.
16:23:51 -!- simcop2387 has joined.
16:28:24 -!- perlbot has joined.
17:07:31 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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:53:51 -!- tromp has joined.
23:22:10 <zzo38> 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).
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:33:44 <korvo> Indeed, it's lovely. Sunshowers were gorgeous today.
01:34:10 <aadenboy> went and retried my hand at the optimizer I made yesterday with my new understanding on binomials and it's much better now
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 <esolangs> [[Gammaplex]] https://esolangs.org/w/index.php?diff=175449&oldid=87452 * PkmnQ * (+15) /* See also */
02:50:16 <esolangs> [[Omegaplex]] https://esolangs.org/w/index.php?diff=175450&oldid=32428 * PkmnQ * (+15) /* See Also */
02:58:33 <esolangs> [[Semi-serious language list]] https://esolangs.org/w/index.php?diff=175451&oldid=173099 * PkmnQ * (+16) /* G */
03:01:42 <esolangs> [[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 <esolangs> [[Semi-serious language list]] https://esolangs.org/w/index.php?diff=175453&oldid=175451 * PkmnQ * (+152) /* Z */
03:51:17 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175454&oldid=175400 * Cleverxia * (+313)
04:04:24 <esolangs> [[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:25 -!- aadenboy has quit (Quit: goodbye for now! back another day).
04:40:43 <esolangs> [[//\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 <esolangs> [[Special:Log/move]] move * Cleverxia * moved [[//\n//]] to [[; ;;]]: Misspelled title
04:41:33 <esolangs> [[; ;;]] https://esolangs.org/w/index.php?diff=175459&oldid=175457 * Cleverxia * (+25)
04:43:04 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175460&oldid=175416 * Cleverxia * (+70)
05:18:55 <esolangs> [[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 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175462&oldid=175433 * Dragoneater67 * (+101) /* XKCD RANDOM NUMBER */
06:50:25 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175463&oldid=175462 * Dragoneater67 * (-128) general improvements
07:05:39 <esolangs> [[Delete]] https://esolangs.org/w/index.php?diff=175464&oldid=163612 * RikoMamaBala * (+44)
07:18:14 <esolangs> [[Stoplight]] https://esolangs.org/w/index.php?diff=175465&oldid=139791 * RikoMamaBala * (+193)
07:18:49 -!- tromp has joined.
07:30:14 <esolangs> [[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 <esolangs> [[User:PkmnQ]] https://esolangs.org/w/index.php?diff=175467&oldid=157272 * PkmnQ * (-1069) Those haven't been relevant in a while
08:28:37 -!- Sgeo has quit (Read error: Connection reset by peer).
08:46:06 <esolangs> [[; ;;]] https://esolangs.org/w/index.php?diff=175468&oldid=175459 * Cleverxia * (-242) /* Program flow */
09:58:29 <esolangs> [[Cirt e mys]] https://esolangs.org/w/index.php?diff=175469&oldid=174812 * Yayimhere2(school) * (-194) /* Demonstration */
10:09:50 <esolangs> [[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 <esolangs> [[ bytes :3]] M https://esolangs.org/w/index.php?diff=175471&oldid=120858 * Dragoneater67 * (+1) i <3 correcting grammar
11:07:08 <esolangs> [[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 <esolangs> [[Esolang spec]] https://esolangs.org/w/index.php?diff=175473&oldid=175472 * Cleverxia * (+7160)
12:04:39 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175474&oldid=175460 * Cleverxia * (+63) /* Interpreters */
12:04:49 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175475&oldid=175474 * Cleverxia * (+0) /* Interpreters */
12:23:27 <esolangs> [[Esolang spec]] https://esolangs.org/w/index.php?diff=175476&oldid=175473 * Cleverxia * (+246) /* Compiler to C++ */
12:24:13 <esolangs> [[Esolang spec]] M https://esolangs.org/w/index.php?diff=175477&oldid=175476 * Cleverxia * (+22) /* Compiler to C++ */
12:26:45 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175478&oldid=175463 * Dragoneater67mobile * (+15) /* Phase 2 */ clarify HOW ip is pseudorandom
12:28:44 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175479&oldid=175478 * Dragoneater67mobile * (+3) /* Phase 2 */ use list to show order
12:33:06 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175480&oldid=175479 * Dragoneater67mobile * (+85) /* Phase 1 */
12:36:16 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175481&oldid=175480 * Dragoneater67mobile * (+27) add creation date
12:38:53 -!- amby has joined.
12:39:21 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175482&oldid=175481 * Dragoneater67mobile * (+1) /* Phase 2 */
12:42:03 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175483&oldid=175482 * Dragoneater67mobile * (-67) /* Phase 1 */ corrections
12:55:21 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175484&oldid=175483 * Dragoneater67mobile * (-1) /* Phase 2 */
12:57:17 <esolangs> [[]] 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 <esolangs> [[Esolang spec]] https://esolangs.org/w/index.php?diff=175486&oldid=175477 * Dragoneater67mobile * (+43)
13:36:40 <esolangs> [[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 <esolangs> [[Permission denied]] https://esolangs.org/w/index.php?diff=175488&oldid=164072 * RikoMamaBala * (+43)
13:47:36 <esolangs> [[Unmatched (]] https://esolangs.org/w/index.php?diff=175489&oldid=164021 * RikoMamaBala * (+52)
13:49:06 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175490&oldid=175485 * Dragoneater67mobile * (+4) /* XKCD RANDOM NUMBER */
13:52:05 <esolangs> [[HAMMERANDSICKLE]] N https://esolangs.org/w/index.php?oldid=175491 * Dragoneater67mobile * (+17) Redirected page to [[]]
13:52:48 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Bitwise Cyclic Teast]] N https://esolangs.org/w/index.php?oldid=175494 * Cleverxia * (+1077) Created page with "{{lang|n=Bitwise Cyclic Teast (BCTp<string> 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 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175495&oldid=175475 * Cleverxia * (+49)
15:15:44 <esolangs> [[Talk:Point operator]] https://esolangs.org/w/index.php?diff=175496&oldid=68901 * Yayimhere2(school) * (+156) /* Leading zeroes */
15:16:32 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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:39:12 <esolangs> [[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 <esolangs> [[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 <esolangs> [[C*]] M https://esolangs.org/w/index.php?diff=175506&oldid=173166 * H33T33 * (+383)
20:28:38 <esolangs> [[!Assembly]] M https://esolangs.org/w/index.php?diff=175507&oldid=174480 * H33T33 * (+10)
21:04:46 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:CWarp4Screenshot.png]]"
23:40:20 <esolangs> [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:CWarp4Screenshot2.png]]"
23:53:37 <esolangs> [[User:WoodyFan3412]] https://esolangs.org/w/index.php?diff=175512&oldid=163470 * WoodyFan3412 * (+40)
23:54:44 <esolangs> [[User:WoodyFan3412]] https://esolangs.org/w/index.php?diff=175513&oldid=175512 * WoodyFan3412 * (+97) /* Project Descriptions */
00:08:28 <esolangs> [[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.
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 <esolangs> [[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 <esolangs> [[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 <esolangs> [[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 <pre> section.
04:21:07 <esolangs> [[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 <esolangs> [[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:04 -!- aadenboy has quit (Quit: goodbye for now! back another day).
05:41:02 -!- pool has quit (Ping timeout: 256 seconds).
05:47:31 <esolangs> [[AmBored]] https://esolangs.org/w/index.php?diff=175520&oldid=148820 * RikoMamaBala * (+6375)
05:53:25 <esolangs> [[AmBored]] https://esolangs.org/w/index.php?diff=175521&oldid=175520 * RikoMamaBala * (+109)
06:16:18 <esolangs> [[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 <esolangs> [[Talk:AT]] https://esolangs.org/w/index.php?diff=175523&oldid=175505 * Blashyrkh * (+140) /* Legal or not? */ new section
08:04:51 <esolangs> [[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 <esolangs> [[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 <esolangs> [[Talk:Funcinton]] N https://esolangs.org/w/index.php?oldid=175526 * Yayimhere2(school) * (+129) Created page with "underload? --~~~~"
08:24:16 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175527&oldid=175490 * Dragoneater67 * (+126) /* Shorter version */ added a(n angry) note
08:24:43 <esolangs> [[]] 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 <esolangs> [[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 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175530&oldid=175525 * Yayimhere2(school) * (+2451) /* Commands */
09:25:16 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175531&oldid=175530 * Yayimhere2(school) * (+1) /* Commands */
09:39:37 -!- lisbeths has joined.
09:39:41 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175532&oldid=175531 * Yayimhere2(school) * (+327)
09:39:50 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175533&oldid=175532 * Yayimhere2(school) * (-3) /* Example functions */
09:40:30 <lisbeths> 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]<i[y])c(3,p[y]=p[x])c(4,i[y]=i[x])c(5,p[y]=*(void**)p[x])c(6,*(void**)p[y]=p[x])c(7,p[y]=(void*)((char*)(p[y]+(int)i[x])))c(8,p[y]=malloc(i[x]);i[x]=(p[y]==NULL))c(9,free(p[y]))c(10,fread(p[y],1,i[y],stdin))c(11,fwrite(p[y],1,i[y],stdout);fflush(stdout))}t+=3;}}
09:41:52 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175534&oldid=175533 * Yayimhere2(school) * (-8)
09:42:28 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175535&oldid=175534 * Yayimhere2(school) * (+1) /* Example functions */
09:44:42 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175536&oldid=175529 * Yayimhere2(school) * (+115)
09:45:17 <esolangs> [[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 <esolangs> [[SHA256]] https://esolangs.org/w/index.php?diff=175538&oldid=175537 * Cleverxia * (+136) /* How to write in SHA256 */
09:46:58 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175539&oldid=175536 * Yayimhere2(school) * (+19)
09:47:36 <esolangs> [[SHA256]] https://esolangs.org/w/index.php?diff=175540&oldid=175538 * Cleverxia * (-3) /* Translator from brainfuck */
09:48:26 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175541&oldid=175495 * Cleverxia * (+55)
09:54:48 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175542&oldid=175535 * Yayimhere2(school) * (+181) /* Commands */
10:31:20 <esolangs> [[SeedFuck]] https://esolangs.org/w/index.php?diff=175543&oldid=151083 * Cleverxia * (+106) adds more examples
10:38:18 <esolangs> [[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 <esolangs> [[Malbolge Reborn]] M https://esolangs.org/w/index.php?diff=175545&oldid=150118 * Dragoneater67 * (-16) orthographic corrections
10:49:54 <esolangs> [[Unpseudorandom]] https://esolangs.org/w/index.php?diff=175546&oldid=163919 * Cleverxia * (+136) /* Examples */
10:50:39 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175547&oldid=175528 * Dragoneater67 * (-1) wording
11:03:59 -!- ais523 has joined.
11:04:47 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175548&oldid=175542 * Yayimhere2(school) * (+50) /* Commands */
11:06:24 <esolangs> [[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 <esolangs> [[Talk:AT]] https://esolangs.org/w/index.php?diff=175550&oldid=175523 * Blashyrkh * (+52) /* Legal or not? */
12:20:21 <esolangs> [[DrawF]] N https://esolangs.org/w/index.php?oldid=175551 * RikoMamaBala * (+22) Redirected page to [[Drawfuck]]
12:29:09 <esolangs> [[Sea]] https://esolangs.org/w/index.php?diff=175552&oldid=77900 * Cleverxia * (+1225)
12:34:01 <esolangs> [[Sea]] M https://esolangs.org/w/index.php?diff=175553&oldid=175552 * Cleverxia * (+7) fixed a bug
12:34:54 <esolangs> [[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 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175555&oldid=175549 * Yayimhere2(school) * (+159) /* Example functions */
13:48:00 <esolangs> [[Drawfuck]] https://esolangs.org/w/index.php?diff=175556&oldid=122886 * RikoMamaBala * (+195)
13:49:33 -!- pr1sm has joined.
13:56:15 <esolangs> [[*$@(^$)!]] 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 x<sub>0</sub>x<sub>1</sub>...x<sub>n</sub>. Define f(x)=((the charact
13:58:21 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175558&oldid=175541 * Cleverxia * (+52)
14:00:08 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175559&oldid=175539 * Cleverxia * (+120)
14:02:03 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175560&oldid=175555 * Yayimhere2(school) * (+117) /* Example functions */
14:50:27 <esolangs> [[Smasnug]] https://esolangs.org/w/index.php?diff=175561&oldid=150941 * RikoMamaBala * (+1180)
14:56:36 <ais523> hmm, I've just realised that ``` would make for a surprisingly good literate programming code/comment toggle
14:56:56 <ais523> 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 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175562&oldid=175557 * Cleverxia * (+2204)
15:00:22 <ais523> 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 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175563&oldid=175559 * Yayimhere2(school) * (+195)
15:08:13 <esolangs> [[GBF]] N https://esolangs.org/w/index.php?oldid=175564 * RikoMamaBala * (+33) Redirected page to [[Graphical Brainfuck]]
15:10:33 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=175565&oldid=174711 * Yayimhere2(school) * (+45) /* esolangs */
15:13:45 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175566&oldid=175560 * Yayimhere2(school) * (-13) /* Commands */ remove printing, and single input lambdas
15:16:38 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175567&oldid=175566 * Yayimhere2(school) * (-56) /* Commands */
15:17:08 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175568&oldid=175567 * Yayimhere2(school) * (+10) /* Examples */
15:17:35 <esolangs> [[*$@(^$)!/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 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175570&oldid=175547 * Dragoneater67mobile * (+58) yes it does
15:34:10 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175571&oldid=175568 * Yayimhere2(school) * (+38) /* Example functions */
15:36:44 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=175572&oldid=175571 * Yayimhere2(school) * (+12) /* Example functions */
15:37:01 <esolangs> [[NF]] N https://esolangs.org/w/index.php?oldid=175573 * RikoMamaBala * (+21) Redirected page to [[NetFuck]]
15:38:40 <esolangs> [[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 <esolangs> [[; ;;]] 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 <esolangs> [[;;;]] https://esolangs.org/w/index.php?diff=175576&oldid=167084 * Yayimhere2(school) * (+31)
18:19:41 <korvo> ais523: You've rediscovered https://gist.github.com/trauber/4955706 as implemented in https://github.com/vijithassar/lit
18:21:05 <korvo> 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 <korvo> 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 <ais523> 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 <korvo> 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 <ais523> 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 <ais523> 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 <zzo38> 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 <korvo> Symmetric delimiters can't be nested.
18:43:18 <zzo38> 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 <korvo> 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 <b_jonas> korvo: does your definition require that the books has fancy typography for certain punctuation code tokens?
19:09:37 <korvo> 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 <korvo> 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 <esolangs> [[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 <ais523> 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 <ais523> (there are some esolangs like that already)
19:29:56 <korvo> BASIC. Prolog, with one goal per line.
19:31:22 <korvo> 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 <esolangs> [[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 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175579&oldid=175115 * Aadenboy * (+194) {{Infobox proglang}}I think this is procedural?
19:49:58 <esolangs> [[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 <esolangs> [[Smolder]] https://esolangs.org/w/index.php?diff=175581&oldid=171647 * Aadenboy * (+300) {{Infobox proglang}}
19:54:40 <esolangs> [[Thisthat]] https://esolangs.org/w/index.php?diff=175582&oldid=175128 * Aadenboy * (+326) {{Infobox proglang}}I think this is concurrent?
19:55:42 <esolangs> [[A=ab=bc=cd=d!]] https://esolangs.org/w/index.php?diff=175583&oldid=174303 * Aadenboy * (+262) {{Infobox proglang}}
19:57:34 <esolangs> [[Countable]] https://esolangs.org/w/index.php?diff=175584&oldid=175135 * Aadenboy * (+386) {{Infobox proglang}}
19:57:54 -!- pr1sm has joined.
19:59:06 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=175585&oldid=175044 * Aadenboy * (+374) {{Infobox proglang}}
20:05:31 <esolangs> [[A=ab=bc=cd=d!]] https://esolangs.org/w/index.php?diff=175586&oldid=175583 * Aadenboy * (+27) [[Category:Unimplemented]]
20:08:47 <esolangs> [[FOSMOL]] https://esolangs.org/w/index.php?diff=175587&oldid=175579 * Aadenboy * (+8) /* Example macros */ fix macro
20:08:57 <esolangs> [[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 <b_jonas> korvo: I think ais523 means ioccc/2001/westley
20:28:49 -!- ais523 has quit (Quit: quit).
20:30:25 <esolangs> [[Talk:AT]] https://esolangs.org/w/index.php?diff=175589&oldid=175550 * Hakerh400 * (+232) /* Legal or not? */
20:39:31 <esolangs> [[Talk:AT]] https://esolangs.org/w/index.php?diff=175590&oldid=175589 * Blashyrkh * (+218)
20:41:10 -!- ais523 has joined.
20:41:17 <ais523> b_jonas: I was actually thinking of one of cpressey's early esolangs
20:41:28 <ais523> 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 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175591&oldid=175570 * Salpynx * (+1) /* External resources */ fix typo
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).
00:06:34 -!- amby has joined.
00:10:27 -!- Sgeo has joined.
01:59:42 -!- aadenboy has joined.
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 <zzo38> What are the intended purposes of some of the characters in the IBM 3270 character set?
02:28:36 <zzo38> Also, why are the underlined APL alphabets in the IBM 3270 character set not in the alphabetical order?
04:21:41 <esolangs> [[Chicken]] https://esolangs.org/w/index.php?diff=175592&oldid=168658 * Yayimhere2(school) * (-1) /* Computational class */ === === -> == ==
04:27:06 -!- aadenboy has quit (Quit: goodbye for now! back another day).
04:37:40 -!- lisbeths has joined.
06:02:01 <esolangs> [[DeleteScript]] M https://esolangs.org/w/index.php?diff=175593&oldid=150916 * None1 * (-28) /* Running DeleteScript by yourself */
06:02:42 <esolangs> [[DeleteScript]] M https://esolangs.org/w/index.php?diff=175594&oldid=175593 * None1 * (+0) /* Running DeleteScript by yourself */
06:37:51 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175595&oldid=175591 * Dragoneater67 * (+37) correction
06:42:37 -!- ais523 has joined.
06:43:52 <esolangs> [[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 <esolangs> [[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 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175598&oldid=175562 * Cleverxia * (+92)
07:50:46 <esolangs> [[*$@(^$)!/Wimpmodes]] https://esolangs.org/w/index.php?diff=175599&oldid=175569 * Cleverxia * (+1231)
07:52:58 <esolangs> [[*$@(^$)!/Wimpmodes]] https://esolangs.org/w/index.php?diff=175600&oldid=175599 * Cleverxia * (+183) /* Type-C wimpmodes */
07:55:55 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175601&oldid=175563 * Cleverxia * (+201)
07:59:49 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175602&oldid=175558 * Cleverxia * (+253) /* Current Non-Esolangs I've created */
08:00:06 <esolangs> [[User:Cleverxia]] M https://esolangs.org/w/index.php?diff=175603&oldid=175602 * Cleverxia * (+6) /* Challenges */
08:19:29 <esolangs> [[Oddjump]] https://esolangs.org/w/index.php?diff=175604&oldid=169392 * Cleverxia * (+298) /* Computational class */
08:27:51 <esolangs> [[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 <esolangs> [[Oddjump]] M https://esolangs.org/w/index.php?diff=175606&oldid=175605 * Ractangle * (+617)
08:53:53 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175607&oldid=175598 * Ractangle * (+86)
08:55:17 <esolangs> [[User:Ricky42069]] https://esolangs.org/w/index.php?diff=175608&oldid=104865 * Ricky42069 * (-100) Replaced content with "Hi"
08:56:06 <esolangs> [[Special:Log/move]] move * Ricky42069 * moved [[User:Ricky42069]] to [[User:The tricolor]]: name change
08:56:41 <esolangs> [[Whenever]] https://esolangs.org/w/index.php?diff=175611&oldid=158851 * Ricky42069 * (+214)
09:05:20 -!- tromp has joined.
09:39:57 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175612&oldid=175355 * RikoMamaBala * (+34)
09:43:28 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175613&oldid=175612 * RikoMamaBala * (-2)
09:55:53 <esolangs> [[*$@(^$)!]] 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:57:04 <esolangs> [[*$@(^$)!]] 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 <esolangs> [[Special:Log/newusers]] create * SherlockHolmes0715 * New user account
10:20:06 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175616&oldid=175383 * SherlockHolmes0715 * (+87)
10:41:06 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175617&oldid=175601 * Yayimhere2(school) * (+100)
10:44:54 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175618&oldid=175613 * RikoMamaBala * (+1778)
10:49:34 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175619&oldid=175618 * RikoMamaBala * (+59)
10:51:04 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175620&oldid=175619 * RikoMamaBala * (+38) /* Implementations */
10:57:50 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=175621&oldid=175620 * RikoMamaBala * (+368) /* Implementations */
11:35:44 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=175622&oldid=175492 * PrySigneToFry * (+80)
12:13:13 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175623&oldid=175617 * Cleverxia * (+129)
13:03:43 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175624&oldid=175615 * Dragoneater67mobile * (+6)
13:04:44 -!- ais523 has quit (Quit: quit).
13:12:45 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175625&oldid=175624 * Dragoneater67mobile * (+3) /* Program flow */
13:20:38 <esolangs> [[Talk:Marble Machine]] https://esolangs.org/w/index.php?diff=175626&oldid=109342 * Yayimhere2(school) * (+192)
14:01:49 -!- amby has joined.
14:04:11 <esolangs> [[Talk:C-complete]] https://esolangs.org/w/index.php?diff=175627&oldid=175055 * Mrtli08 * (+86)
14:05:17 <esolangs> [[PIGS]] https://esolangs.org/w/index.php?diff=175628&oldid=162742 * Cleverxia * (+4)
14:35:03 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175629&oldid=175595 * Dragoneater67mobile * (+1) added a .
14:35:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:50:01 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175630&oldid=175623 * Yayimhere2(school) * (+137)
14:51:55 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175631&oldid=175630 * Yayimhere2(school) * (+60)
14:53:32 <esolangs> [[C@++]] https://esolangs.org/w/index.php?diff=175632&oldid=137559 * Cleverxia * (+9266)
14:53:52 <esolangs> [[C@++]] M https://esolangs.org/w/index.php?diff=175633&oldid=175632 * Cleverxia * (+0) fix a bug
15:01:17 <esolangs> [[C@++]] https://esolangs.org/w/index.php?diff=175634&oldid=175633 * Cleverxia * (+936) fix another bug
15:03:14 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175635&oldid=175603 * Cleverxia * (+22) /* Interpreters */
15:05:07 -!- tromp has joined.
15:08:19 -!- DOS_User_webchat has joined.
15:11:14 -!- DOS_User_webchat has quit (Client Quit).
15:38:17 -!- joast has quit (Quit: Leaving.).
15:47:31 -!- Sgeo has joined.
15:57:49 <esolangs> [[Triangular numbers]] https://esolangs.org/w/index.php?diff=175636&oldid=174438 * Aadenboy * (+30)
15:58:03 <esolangs> [[Triangular numbers]] M https://esolangs.org/w/index.php?diff=175637&oldid=175636 * Aadenboy * (-18)
16:37:27 <esolangs> [[Oddjump]] https://esolangs.org/w/index.php?diff=175638&oldid=175606 * PkmnQ * (-84) /* Computational class */ The only way to get an uncomputable real number into the program is via input
16:37:35 <esolangs> [[Whereismystack]] https://esolangs.org/w/index.php?diff=175639&oldid=173003 * Realgitman1 * (+3) /* example */
17:01:13 -!- laerling has quit (Ping timeout: 264 seconds).
17:02:50 -!- laerling has joined.
17:26:45 <esolangs> [[Freelanguage]] https://esolangs.org/w/index.php?diff=175640&oldid=175036 * RikoMamaBala * (+1022)
17:53:14 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=175641&oldid=174972 * Aadenboy * (+146) fancy fancy irc div
18:05:38 -!- Yayimhere has joined.
18:07:08 <korvo> I'm trying to write fast code. How are you?
18:07:40 <Yayimhere> Im good! Currently working on an esolang where whenever an instruction is ran, it is pushed to the stack
18:18:34 -!- Yayimhere has quit (Quit: Client closed).
18:34:32 <esolangs> [[Implied]] https://esolangs.org/w/index.php?diff=175642&oldid=175585 * Aadenboy * (+70) /* Gates */ \Rightarrow and \nRightarrow
18:43:05 <esolangs> [[Implied]] M https://esolangs.org/w/index.php?diff=175643&oldid=175642 * Aadenboy * (-3) /* State space */ huh?
18:43:27 <esolangs> [[Implied]] M https://esolangs.org/w/index.php?diff=175644&oldid=175643 * Aadenboy * (+8)
19:25:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:44:53 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
19:45:28 -!- Lord_of_Life has joined.
19:59:04 -!- joast has joined.
20:04:40 <esolangs> [[Whenever]] M https://esolangs.org/w/index.php?diff=175645&oldid=175611 * Ractangle * (+204)
20:33:47 <esolangs> [[Snakel]] M https://esolangs.org/w/index.php?diff=175646&oldid=163252 * Ractangle * (-300)
20:42:28 <esolangs> [[Snakel]] M https://esolangs.org/w/index.php?diff=175647&oldid=175646 * Ractangle * (+11)
20:56:47 -!- ais523 has joined.
21:03:04 <esolangs> [[User:Aadenboy/Windle]] N https://esolangs.org/w/index.php?oldid=175648 * Aadenboy * (+2551) strange idea based on my perception of these lines... might be interesting? with some sort of control flow
21:03:38 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=175649&oldid=175641 * Aadenboy * (+27) /* just some drafts */ add [[User:Aadenboy/Windle]]
21:04:00 <esolangs> [[User:Aadenboy/randomuserpage]] https://esolangs.org/w/index.php?diff=175650&oldid=172423 * Aadenboy * (+25) add [[User:Aadenboy/Windle]]
21:10:14 <esolangs> [[Snakel]] https://esolangs.org/w/index.php?diff=175651&oldid=175647 * Ractangle * (+830) died in 2025, reborn in 2026, Welcome back /*Compatibility methods*/
21:20:39 <zzo38> How much power does the RAM in the computer use, and can it be made to partially switch off a part of the RAM if they are in separate chips?
21:22:01 <ais523> most RAM nowadays is DRAM, which loses its value unless it gets written to once every N milliseconds (I forget the value of N) – I imagine most RAM power usage is caused by the rewrites
21:22:29 <ais523> it would probably be technically feasible to not do refresh cycles on part of RAM if its value didn't matter, but I don't know if any memory controller actually implements that
21:26:55 <ais523> zzo38: this doesn't directly answer your question but is talking about the same sort of thing: https://en.wikipedia.org/wiki/Memory_refresh#Refresh_interval
21:29:00 <zzo38> I had thought of making in a new computer design, to see what kind of improvements can be made, potentially including this
21:30:07 <zzo38> So that, if you only using half of the RAM then you do not need to power and refresh the other half during the time that it is not needed
21:33:14 <ais523> apparently people have been experimenting with benchmarking RAM to see which addresses need refreshing most often, and avoiding them when allocating so that they can refresh less often
21:39:46 <zzo38> I did not know (or at least did not remember) that
21:39:47 <b_jonas> ais523: I think it's not worth the bother because refreshing memory consumes a small amount of power within the computer, so saving elsewhere is worth more
21:40:11 <ais523> b_jonas: it matters more in standby mode (my Wikipedia link says ⅓ the power draw in standby mode is RAM refresh)
21:40:34 <ais523> this makes sense to me, keeping the data in RAM valid is pretty much the only difference between being in standby and being off
21:41:41 <zzo38> Depending on what kind of stuff is intended by the standby mode, I should expect being able to not need as much RAM in the standby mode even if some is needed. However, some things might be better stored using NVRAM
21:42:07 <b_jonas> ais523: yeah, but with the cheap fast solid state memory this won't matter too much, nobody will be suspending to RAM if power consumption matters to them
21:50:33 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175652&oldid=175648 * Aadenboy * (+423)
22:07:05 -!- tromp has joined.
22:15:31 <esolangs> [[Padlock]] M https://esolangs.org/w/index.php?diff=175653&oldid=71784 * RocketRace * (-11) that's embarrassing
22:30:34 -!- ais523 has quit (Quit: quit).
22:36:47 <esolangs> [[GTF]] N https://esolangs.org/w/index.php?oldid=175654 * HyperbolicireworksPen * (+906) Created page with "GTF (go to function) is a variant of MIG where functions are used instead of lists. a GTF program looks like this: f_1(n) "string_1" f_2(n) "string_2" . . . f_m(n) "string_m" n is the number of times that the line has been landed on (increases upon arr
22:36:57 <esolangs> [[GTF]] https://esolangs.org/w/index.php?diff=175655&oldid=175654 * HyperbolicireworksPen * (+1)
22:37:13 <esolangs> [[User:HyperbolicireworksPen]] https://esolangs.org/w/index.php?diff=175656&oldid=172776 * HyperbolicireworksPen * (+9)
22:38:41 <esolangs> [[GTF]] https://esolangs.org/w/index.php?diff=175657&oldid=175655 * HyperbolicireworksPen * (+34)
22:39:02 <esolangs> [[GTF]] M https://esolangs.org/w/index.php?diff=175658&oldid=175657 * HyperbolicireworksPen * (+2)
22:39:47 <esolangs> [[GTF]] https://esolangs.org/w/index.php?diff=175659&oldid=175658 * HyperbolicireworksPen * (+19)
22:40:54 <esolangs> [[GTF]] https://esolangs.org/w/index.php?diff=175660&oldid=175659 * HyperbolicireworksPen * (+47)
23:03:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:50:07 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175661&oldid=175652 * Aadenboy * (+485) more stuff
23:50:41 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175662&oldid=175661 * Aadenboy * (+0) 41
00:20:01 <esolangs> [[Symbolici]] N https://esolangs.org/w/index.php?oldid=175663 * Rombito * (+1793) Created page with "{{Wrongtitle|title=<span style="color:#aa00ff"></span>}} '''<span style="color:#aa00ff"></span>''' is an Esolang made by [[user:Rombito]] == Commands == {| class="wikitable sortable" |- ! Command !! noncolor !! Purpose/Instructions |- | || || adds to the string |-
00:20:26 <esolangs> [[Symbolici]] https://esolangs.org/w/index.php?diff=175664&oldid=175663 * Rombito * (+40)
00:22:07 <esolangs> [[Symbolici]] https://esolangs.org/w/index.php?diff=175665&oldid=175664 * Rombito * (+35)
00:42:33 <esolangs> [[A&S]] https://esolangs.org/w/index.php?diff=175666&oldid=174594 * Timm * (+0)
00:46:16 -!- 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:01:57 <esolangs> [[A&S]] https://esolangs.org/w/index.php?diff=175667&oldid=175666 * Timm * (+60)
01:05:36 -!- aadenboy has joined.
01:49:04 <esolangs> [[Special:Log/newusers]] create * Youngzwiebelandthegemusebeat * New user account
01:59:34 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=175668&oldid=175616 * Youngzwiebelandthegemusebeat * (+347) Hello World of EsoLangs!!
02:10:37 <esolangs> [[Special:Log/upload]] upload * Youngzwiebelandthegemusebeat * uploaded "[[File:Chazz logo.jpg]]"
02:11:23 <esolangs> [[CHAZZ]] N https://esolangs.org/w/index.php?oldid=175670 * Youngzwiebelandthegemusebeat * (+5278) first version
02:17:40 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175671&oldid=175670 * Youngzwiebelandthegemusebeat * (+75) link to repository in header too
02:34:35 -!- Lymia has quit (Quit: zzzz <3).
02:35:26 -!- Lymia has joined.
03:52:23 <esolangs> [[Talk:Str]] https://esolangs.org/w/index.php?diff=175672&oldid=175434 * PkmnQ * (+329)
03:52:33 <esolangs> [[Talk:Str]] M https://esolangs.org/w/index.php?diff=175673&oldid=175672 * PkmnQ * (+1)
04:26:02 <esolangs> [[Talk:Str]] https://esolangs.org/w/index.php?diff=175674&oldid=175673 * PkmnQ * (+32)
04:50:36 -!- aadenboy has quit (Quit: goodbye for now! back another day).
06:43:39 <esolangs> [[Oddjump]] https://esolangs.org/w/index.php?diff=175675&oldid=175638 * None1 * (+19) /* Commands */
06:44:13 <esolangs> [[Oddjump]] M https://esolangs.org/w/index.php?diff=175676&oldid=175675 * None1 * (+0) /* Implementations */
06:49:22 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175677&oldid=175341 * Dragoneater67 * (+37)
06:50:41 <esolangs> [[Dragoneater67/Sandbox]] N https://esolangs.org/w/index.php?oldid=175678 * Dragoneater67 * (+7892) save
06:51:07 <esolangs> [[Fuckshitfuck]] https://esolangs.org/w/index.php?diff=175679&oldid=131076 * None1 * (+29)
06:51:26 <esolangs> [[Joke Page]] https://esolangs.org/w/index.php?diff=175680&oldid=175445 * None1 * (+32)
06:52:29 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175681&oldid=175678 * Dragoneater67 * (+27)
06:52:58 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175682&oldid=175681 * Dragoneater67 * (+1)
06:57:57 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175683&oldid=175671 * Dragoneater67 * (-96) remove <syntaxhighlight> since it does not work
06:58:32 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175684&oldid=175683 * Dragoneater67 * (-48) /* An Example */ also here
07:02:30 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175685&oldid=175677 * Dragoneater67 * (+174)
07:16:26 -!- tromp has joined.
07:28:21 -!- Sgeo has quit (Read error: Connection reset by peer).
08:52:58 <esolangs> [[User:Jaegerwald]] M https://esolangs.org/w/index.php?diff=175686&oldid=122840 * Jaegerwald * (+55) update
08:55:04 <esolangs> [[8BallScript]] M https://esolangs.org/w/index.php?diff=175687&oldid=122843 * Jaegerwald * (-15) Update links to the interpreter
08:55:23 -!- svm has changed nick to msv.
08:57:57 <esolangs> [[2Definer]] N https://esolangs.org/w/index.php?oldid=175688 * Rombito * (+2307) Created page with "{{Derivative|Definer}} [[category:Language]][[category:2026]] This is [[user:Rombito]]s 2Definer, an esoteric programming language. == Syntax and Functionality == : C A Comment, Noop C: A = B Replaces constants from Definer D: B([#1]) = C Replaces definitions
09:01:21 <esolangs> [[8BallScript]] M https://esolangs.org/w/index.php?diff=175689&oldid=175687 * Jaegerwald * (-3) Made a mistake updating the link
09:14:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:32:42 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175690&oldid=175631 * Cleverxia * (+115)
10:47:03 <esolangs> [[Special:Log/newusers]] create * ST-35 * New user account
11:06:25 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175691&oldid=175690 * Yayimhere2(school) * (+164)
11:07:33 <esolangs> [[N-Type]] https://esolangs.org/w/index.php?diff=175692&oldid=174644 * Yayimhere2(school) * (+18) /* See also */
11:29:37 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175693&oldid=175684 * Dragoneater67mobile * (-545) /* Table of Contents */ use __TOC__ magic for native table of contents
11:30:13 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175694&oldid=175693 * Dragoneater67mobile * (+545) Undo revision [[Special:Diff/175693|175693]] by [[Special:Contributions/Dragoneater67mobile|Dragoneater67mobile]] ([[User talk:Dragoneater67mobile|talk]])
11:30:58 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175695&oldid=175694 * Dragoneater67mobile * (-48) /* Structure of FEN */ remove broken <syntaxhighlight>
11:34:08 <esolangs> [[Talk:Splinter]] https://esolangs.org/w/index.php?diff=175696&oldid=14265 * Yayimhere2(school) * (+244) /* The shortest non-FSA program */
11:35:13 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175697&oldid=175695 * Yayimhere2(school) * (-578) /* Table of Contents */ remove(the wiki automatically makes smth like this)
11:44:46 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=175698&oldid=175668 * ST-35 * (+142)
11:46:44 -!- amby has joined.
11:47:36 <esolangs> [[Titin]] https://esolangs.org/w/index.php?diff=175699&oldid=162803 * Cleverxia * (+164) categories, rectwrap
11:53:05 <esolangs> [[Lorem Ipsum]] N https://esolangs.org/w/index.php?oldid=175700 * Yayimhere2(school) * (+3943) Created page with "'''Lorem Ipsum''' is an esoteric programming language created by [[User:Yayimhere]], based off of the concept that every command, after running, pushes itself to the top of the stack. It has some similarities to both [[Underload]], [[Splinter]], and [[7]]
11:53:41 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175701&oldid=175700 * Yayimhere2(school) * (+28) /* Commands */
12:00:08 <esolangs> [[PRG]] https://esolangs.org/w/index.php?diff=175702&oldid=91365 * Cleverxia * (+4438)
12:00:52 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175703&oldid=175635 * Cleverxia * (+44) /* Interpreters */
12:22:25 <esolangs> [[Str]] M https://esolangs.org/w/index.php?diff=175704&oldid=175402 * Dragoneater67 * (+2) typo corrections
13:05:31 <esolangs> [[Do while true]] https://esolangs.org/w/index.php?diff=175705&oldid=125998 * Cleverxia * (+1483) (how can I forget my own language?)
13:08:26 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175706&oldid=175625 * Dragoneater67 * (+17) /* Interpreter */ add rectwrap
13:28:33 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175707&oldid=175701 * Yayimhere2(school) * (+0) /* Commands */
13:51:31 <esolangs> [[Str]] https://esolangs.org/w/index.php?diff=175708&oldid=175704 * Yayimhere2(school) * (+1) /* The two instructions */ it would be there's nor theyre
13:59:56 <esolangs> [[Binary combinatory logic]] https://esolangs.org/w/index.php?diff=175709&oldid=49723 * Yayimhere2(school) * (+12)
14:01:53 <esolangs> [[Hair]] https://esolangs.org/w/index.php?diff=175710&oldid=171692 * Kaveh Yousefi * (+1021) Contributed a compendious section concerning the memory, rectified the Hello, World!, which hitherto would issue Helo Helo World!, amended the truth-machine, introduced a twissel of additional examples, supplemented page category tags, and added a hyperlink to my interpreter
14:06:22 <esolangs> [[Septem Lingua]] N https://esolangs.org/w/index.php?oldid=175711 * PrySigneToFry * (+2041) Created page with "Septem Lingua is designed by PSTF. It has 7 basic commands, and everyone can add more commands into this language. = Disclaimer = The name of this language literally means 'seven languages,' but it has no direct connection to seven languages. Septem stands
14:06:56 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175712&oldid=175596 * PrySigneToFry * (+20)
14:15:46 <esolangs> [[Better-machine]] https://esolangs.org/w/index.php?diff=175713&oldid=175297 * PrySigneToFry * (+269) Come on, [[Raymond]]!
14:17:20 <esolangs> [[Talk:Binary combinatory logic]] https://esolangs.org/w/index.php?diff=175714&oldid=151498 * Blashyrkh * (+332) /* Link to Hello world instead of Kolmogorov complexity looks like bad joke */ new section
14:38:46 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=175715&oldid=169435 * Cleverxia * (+213) /* List of OISCs */
14:49:13 <esolangs> [[WY-Anglis]] https://esolangs.org/w/index.php?diff=175716&oldid=166233 * PrySigneToFry * (+759)
15:04:03 -!- Yayimhere has joined.
15:04:06 -!- Yayimhere has quit (Client Quit).
15:04:58 <esolangs> [[Talk:Binary combinatory logic]] https://esolangs.org/w/index.php?diff=175717&oldid=175714 * Yayimhere2(school) * (+77) /* Link to Hello world instead of Kolmogorov complexity looks like bad joke */
15:38:02 -!- lynndotpy60936 has quit (Quit: bye bye).
15:39:05 -!- lynndotpy60936 has joined.
15:40:43 -!- Sgeo has joined.
16:14:50 <esolangs> [[BRaInFUCK]] https://esolangs.org/w/index.php?diff=175718&oldid=171731 * RikoMamaBala * (+28) /* The title of this language */
16:18:59 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175719&oldid=175662 * Aadenboy * (+885)
16:22:25 <esolangs> [[CHAZZ]] M https://esolangs.org/w/index.php?diff=175720&oldid=175697 * Youngzwiebelandthegemusebeat * (+136) removed logo, added references
16:23:40 <esolangs> [[CHAZZ]] https://esolangs.org/w/index.php?diff=175721&oldid=175720 * Aadenboy * (-11) remove h1
16:25:31 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=175722&oldid=175565 * Yayimhere2(school) * (+61) /* esolangs */
16:26:43 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175723&oldid=175706 * Dragoneater67 * (+190) brainstam is (probably) turing complete!
16:33:55 <esolangs> [[Talk:Lorem Ipsum]] N https://esolangs.org/w/index.php?oldid=175724 * Aadenboy * (+468) Created page with "do the full-width counterparts pop themselves and what's immediately after them? i.e, if there was the program <code><i>abc</i></code>, would the result be <code><i>ab</i>N<i>c</i></code>? ~~~~"
16:40:19 <esolangs> [[Talk:*$@(^$)!]] N https://esolangs.org/w/index.php?oldid=175725 * Dragoneater67 * (+322) Created page with "uhh, your interpreter does not quite work??? ~~~~"
16:41:55 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175726&oldid=175724 * Yayimhere2(school) * (+113)
16:49:00 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175727&oldid=175723 * Dragoneater67 * (+31377) should work(?)
16:49:29 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175728&oldid=175727 * Dragoneater67 * (+28) /* =99 bottles of beer on the wall (decdump) */ im stupid
16:58:48 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=175729&oldid=175728 * Dragoneater67 * (+1) /* =99 bottles of beer on the wall (decdump) */
17:00:44 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=175730&oldid=175729 * Dragoneater67 * (+26) /* 99 bottles of beer on the wall (decdump) */ need to clarify that i need this!
17:12:42 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175731&oldid=175726 * Yayimhere2(school) * (-2)
17:20:12 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175732&oldid=175731 * Yayimhere2(school) * (+145)
17:26:56 <esolangs> [[Talk:Metalanguage]] N https://esolangs.org/w/index.php?oldid=175733 * Yayimhere2(school) * (+287) Created page with ""Programming languages which cannot perform any conditional behavior whatsoever are not metalanguages", what about a non quine avoiding constant language metalanguages? --~~~~"
17:29:54 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175734&oldid=175707 * Yayimhere2(school) * (+104) /* Commands */
17:30:13 <esolangs> [[Talk:Splinter]] https://esolangs.org/w/index.php?diff=175735&oldid=175696 * Keymaker * (+291) Probably.
17:31:04 <esolangs> [[Talk:Metalanguage]] https://esolangs.org/w/index.php?diff=175736&oldid=175733 * Corbin * (+202)
17:35:23 <esolangs> [[Talk:Splinter]] https://esolangs.org/w/index.php?diff=175737&oldid=175735 * Yayimhere2(school) * (+128) /* The shortest non-FSA program */
17:36:16 <esolangs> [[Talk:Metalanguage]] https://esolangs.org/w/index.php?diff=175738&oldid=175736 * Yayimhere2(school) * (+151)
17:42:46 <esolangs> [[Talk:Splinter]] https://esolangs.org/w/index.php?diff=175739&oldid=175737 * Yayimhere2(school) * (+361) /* A PDA to Splinter compiler */
17:59:18 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175740&oldid=175732 * Aadenboy * (+370)
18:40:46 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175741&oldid=175740 * Yayimhere2(school) * (+219)
18:50:32 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175742&oldid=175719 * Aadenboy * (+1221) jankery and crap
19:21:07 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175743&oldid=175741 * Yayimhere2(school) * (+1)
19:44:10 -!- Lord_of_Life_ has joined.
19:45:20 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
19:45:28 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:49:05 -!- tromp has joined.
20:07:27 <esolangs> [[Trivial brainfuck substitution]] https://esolangs.org/w/index.php?diff=175744&oldid=173949 * Kaveh Yousefi * (+143) Supplemented an entry for the language BaguaFuck.
20:24:51 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175745&oldid=175742 * Aadenboy * (-192) correction
20:59:49 <esolangs> [[Special:Log/newusers]] create * Idontcare * New user account
21:11:44 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175746&oldid=175698 * Idontcare * (+206) /* Introductions */
21:21:57 <esolangs> [[User:Blashyrkh]] https://esolangs.org/w/index.php?diff=175747&oldid=174167 * Blashyrkh * (+394)
22:16:51 <esolangs> [[Hair]] M https://esolangs.org/w/index.php?diff=175748&oldid=175710 * Kaveh Yousefi * (+4) Amended the grammar by supplementing a the that the command table did tharf.
22:34:34 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175749&oldid=175745 * Aadenboy * (+3054) not really sure where I'm going with this. just playing around with it lol
22:54:49 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175750&oldid=175749 * Aadenboy * (+4231) correction
23:02:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:16:14 <esolangs> [[Simple number obfuscation]] N https://esolangs.org/w/index.php?oldid=175751 * Tommyaweosme * (+475) Created page with "b(x,y,z) means do operation z on x and y a is 1 == operations -- 1 add 2 subtract 3 multiply 4 divide 5 modulo 6 exponentiate 7 floor 8 round 9 ceiling == 7 == b(b(b(a,a,a),b(b(a,a,a),a,a),b(b(a,a,a),a,a)),a,a) == 8 == b(b(a,a,a),b(b(a
23:44:40 <esolangs> [[2Definer]] https://esolangs.org/w/index.php?diff=175752&oldid=175688 * Rombito * (+66)
01:43:49 -!- 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:44:47 <esolangs> [[Enn]] N https://esolangs.org/w/index.php?oldid=175753 * Las-r * (+1273) Created page with "= Enn: Executable NAND Network = A logic-oriented esolang. An interpreter and examples can be found [https://github.com/las-r/enn here]. == How Enn works == Every instruction in Enn does 1 of 2 things: * Set a variable * Output that variable The only computation given to
04:56:06 <esolangs> [[Ooord]] https://esolangs.org/w/index.php?diff=175754&oldid=163544 * Yayimhere2(school) * (-55) /* see also */ not relevant
05:21:50 <esolangs> [[User talk:DumbEsolangsOrgUser]] https://esolangs.org/w/index.php?diff=175755&oldid=163334 * Dragoneater67 * (+340) /* */ my opinion
05:23:21 <esolangs> [[Dumbascii]] M https://esolangs.org/w/index.php?diff=175756&oldid=163615 * Dragoneater67 * (+0) why
05:29:53 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175757&oldid=175734 * Yayimhere2(school) * (+69) /* Commands */
05:34:25 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175758&oldid=175757 * Yayimhere2(school) * (+20) /* Commands */
05:35:34 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175759&oldid=175758 * Yayimhere2(school) * (+37) /* Commands */
05:59:11 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175760&oldid=175685 * Dragoneater67 * (+13)
06:02:59 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175761&oldid=175760 * Dragoneater67 * (-5)
06:04:00 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175762&oldid=175761 * Dragoneater67 * (-151)
06:04:55 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175763&oldid=175762 * Dragoneater67 * (-31)
06:06:18 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175764&oldid=175682 * Dragoneater67 * (-93)
06:07:02 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175765&oldid=175759 * Yayimhere2(school) * (+2167)
06:09:07 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175766&oldid=175764 * Dragoneater67 * (+38)
06:10:30 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175767&oldid=175766 * Dragoneater67 * (-50)
06:10:44 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175768&oldid=175767 * Dragoneater67 * (+0)
06:11:01 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175769&oldid=175765 * Yayimhere2(school) * (-1) /* = Demonstration */
06:11:19 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175770&oldid=175768 * Dragoneater67 * (+38)
06:13:35 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175771&oldid=175770 * Dragoneater67 * (+99)
06:14:55 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175772&oldid=175771 * Dragoneater67 * (+4)
06:15:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175773&oldid=175712 * Rombito * (+15) /* Non-alphabetic */
06:15:46 <esolangs> [[Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175774&oldid=175772 * Dragoneater67 * (-7956) wrong page :|
06:15:53 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175775&oldid=174429 * Dragoneater67 * (+7956)
06:16:07 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175776&oldid=175775 * Dragoneater67 * (+5)
06:17:01 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175777&oldid=175773 * Rombito * (+76) /* Non-alphabetic */
06:17:23 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175778&oldid=175776 * Dragoneater67 * (+6)
06:23:51 <esolangs> [[Special:Log/move]] move * Rombito * moved [[Symbolici]] to [[]]
06:26:15 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175781&oldid=175778 * Dragoneater67 * (+266)
06:26:50 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175782&oldid=175781 * Dragoneater67 * (+17)
06:27:04 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175783&oldid=175782 * Dragoneater67 * (+6)
06:27:53 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175784&oldid=175783 * Dragoneater67 * (-8)
06:29:31 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175785&oldid=175784 * Dragoneater67 * (+31)
06:32:10 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175786&oldid=175785 * Dragoneater67 * (+72)
06:32:50 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175787&oldid=175786 * Dragoneater67 * (+12)
06:33:18 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175788&oldid=175787 * Dragoneater67 * (+18)
06:33:31 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175789&oldid=175788 * Dragoneater67 * (-18)
06:34:00 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175790&oldid=175789 * Dragoneater67 * (+0)
06:36:50 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175791&oldid=175790 * Dragoneater67 * (-2)
06:38:00 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175792&oldid=175791 * Dragoneater67 * (+2)
06:39:27 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175793&oldid=175792 * Dragoneater67 * (+95)
06:40:43 <esolangs> [[Talk:NoError]] https://esolangs.org/w/index.php?diff=175794&oldid=127825 * Neon * (+194)
06:41:18 <esolangs> [[User:Dragoneater67]] M https://esolangs.org/w/index.php?diff=175795&oldid=175763 * Dragoneater67 * (+5)
06:52:14 -!- impomatic has joined.
06:56:47 <esolangs> [[Trance]] https://esolangs.org/w/index.php?diff=175796&oldid=81613 * Neon * (+402)
06:59:57 <esolangs> [[Trance]] M https://esolangs.org/w/index.php?diff=175797&oldid=175796 * Neon * (-9)
07:06:22 <esolangs> [[Trance]] https://esolangs.org/w/index.php?diff=175798&oldid=175797 * Yayimhere2(school) * (-135) /* Computational class */ its not an FSA, because it isnt even a not. A not does both 1 and 0 at the *same time*.
07:10:04 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175799&oldid=175769 * Yayimhere2(school) * (+71) /* Commands */
07:10:39 -!- tromp has joined.
07:13:06 <esolangs> [[Talk:Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175800&oldid=175743 * Yayimhere2(school) * (+155)
07:16:54 <esolangs> [[NoError]] M https://esolangs.org/w/index.php?diff=175801&oldid=157576 * Dragoneater67 * (+0) /* Mega Modules */ typo fix
07:23:57 <esolangs> [[User:Dragoneater67/ideas]] https://esolangs.org/w/index.php?diff=175802&oldid=173195 * Dragoneater67 * (+157) insanity!!!
07:27:42 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175803&oldid=175795 * Dragoneater67 * (+113) /* but really... */
07:31:05 <esolangs> [[User:Dragoneater67/wipwipwip]] N https://esolangs.org/w/index.php?oldid=175804 * Dragoneater67 * (+208) Created page with "{{DISPLAYTITLE:<font color="#00ffff" size="6.7em" face="Times New Roman">User:Dragoneater67/wipwipwip</font>}} heres a list of wip esolangs: * [[User:Dragoneater67/wipwipwip/Ant Hill]] -- my first 2d esolang!"
07:32:50 <esolangs> [[User:Dragoneater67]] M https://esolangs.org/w/index.php?diff=175805&oldid=175803 * Dragoneater67 * (+0) fix?
07:34:18 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175806&oldid=175805 * Dragoneater67 * (+29)
07:36:52 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175807&oldid=175691 * Cleverxia * (+619)
07:47:45 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175808&oldid=175289 * Yayimhere2(school) * (+40)
07:49:56 <esolangs> [[2I1IF]] https://esolangs.org/w/index.php?diff=175809&oldid=170836 * Yayimhere2(school) * (+11) /* Concept */
08:07:55 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175810&oldid=175807 * Yayimhere2(school) * (+867)
08:11:07 <esolangs> [[Gt++fy]] https://esolangs.org/w/index.php?diff=175811&oldid=126535 * Yayimhere2(school) * (-354) Blanked the page
08:24:51 -!- Sgeo has quit (Read error: Connection reset by peer).
08:38:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:40:28 <esolangs> [[Kiosk]] https://esolangs.org/w/index.php?diff=175812&oldid=173088 * Yayimhere2(school) * (-42) /* Function application */
08:42:08 <esolangs> [[Kiosk]] https://esolangs.org/w/index.php?diff=175813&oldid=175812 * Yayimhere2(school) * (+164) /* Function application */
08:47:46 -!- tromp has joined.
08:55:20 <esolangs> [[Speedrun]] N https://esolangs.org/w/index.php?oldid=175814 * Cleverxia * (+204) Created page with "{{lang|speedrun}} ==commands== <pre> 0-9 push the number onto the stack :<^>v+-*r worjks same as in [[fish]] / integer division o outputs as ascii ! discard top of stack </pre> ==examples== {{WIP}}"
08:56:39 <esolangs> [[Speedrun]] https://esolangs.org/w/index.php?diff=175815&oldid=175814 * Cleverxia * (+102) Categories
08:57:37 <esolangs> [[Talk:C@]] https://esolangs.org/w/index.php?diff=175816&oldid=138655 * Cleverxia * (+111) /* i did it in less than 3 minutes */
08:59:08 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175817&oldid=175703 * Cleverxia * (+31) /* Current Esolangs I've created */
09:01:55 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175818&oldid=175799 * Yayimhere2(school) * (-192)
09:02:07 <esolangs> [[Arithmetic while]] https://esolangs.org/w/index.php?diff=175819&oldid=117587 * Cleverxia * (+75) "see also"
09:10:15 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] N https://esolangs.org/w/index.php?oldid=175820 * Dragoneater67 * (+2557) yay
09:10:41 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] M https://esolangs.org/w/index.php?diff=175821&oldid=175820 * Dragoneater67 * (-31)
09:11:32 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175822&oldid=175821 * Dragoneater67 * (+2)
09:13:34 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175823&oldid=175822 * Dragoneater67 * (+75)
09:14:17 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] M https://esolangs.org/w/index.php?diff=175824&oldid=175823 * Dragoneater67 * (+9)
09:15:29 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175825&oldid=175824 * Dragoneater67 * (+37) /* XKCD Random Number */ note
09:16:22 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175826&oldid=175825 * Dragoneater67 * (+50) /* Infinite loop */
09:19:40 <esolangs> [[Splinter a retnilpS]] N https://esolangs.org/w/index.php?oldid=175827 * Yayimhere2(school) * (+1307) Created page with "'''Splinter a retnilpS''' is an esoteric programming language created by [[User:Yayimhere]], as a variant of [[Splinter]] created by [[User:Keymaker]], based on(according to [[User:Ais523]]) [[Talk:Splinter|why the language isnt turing complete]].
09:20:07 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175828&oldid=175818 * Yayimhere2(school) * (-1) /* Memory */
09:31:13 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175829&oldid=175826 * Dragoneater67 * (+111) /* Physics */
09:32:35 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] https://esolangs.org/w/index.php?diff=175830&oldid=175829 * Dragoneater67 * (+97) /* Physics */
09:33:24 <esolangs> [[User:Dragoneater67/wipwipwip/Ant Hill]] M https://esolangs.org/w/index.php?diff=175831&oldid=175830 * Dragoneater67 * (+25)
09:40:37 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175832&oldid=175828 * Yayimhere2(school) * (-1086) /* Full width commands */
09:43:46 <esolangs> [[Lorem Ipsum]] https://esolangs.org/w/index.php?diff=175833&oldid=175832 * Yayimhere2(school) * (+114) /* Demonstration */
09:53:40 -!- impomatic has quit (Quit: Client closed).
10:00:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:04:51 -!- impomatic has joined.
10:05:59 <esolangs> [[User:Dragoneater67/wipwipwip]] https://esolangs.org/w/index.php?diff=175834&oldid=175804 * Dragoneater67mobile * (-8)
10:06:04 -!- tromp has joined.
10:06:52 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175835&oldid=175806 * Dragoneater67mobile * (-4) /* but really... */
10:28:12 -!- op_4 has quit (Remote host closed the connection).
10:30:37 -!- op_4 has joined.
10:32:35 <esolangs> [[Whenever]] https://esolangs.org/w/index.php?diff=175836&oldid=175645 * Ricky42069 * (+766)
10:35:07 -!- op_4 has quit (Remote host closed the connection).
10:35:43 -!- op_4 has joined.
11:05:52 <esolangs> [[PRG]] https://esolangs.org/w/index.php?diff=175837&oldid=175702 * Cleverxia * (+723) /* Implementations */
11:15:06 <esolangs> [[Trance]] M https://esolangs.org/w/index.php?diff=175838&oldid=175798 * Neon * (-6)
11:20:38 <esolangs> [[Special:Log/move]] move * Dragoneater67 * moved [[User:Dragoneater67/wipwipwip/Ant Hill]] to [[Ant Hill]]: no longer wip
11:21:10 <esolangs> [[Ant Hill]] https://esolangs.org/w/index.php?diff=175841&oldid=175839 * Dragoneater67 * (-29)
11:21:26 <esolangs> [[User:Neon]] M https://esolangs.org/w/index.php?diff=175842&oldid=157765 * Neon * (-249)
11:22:33 <esolangs> [[User:Dragoneater67/wipwipwip]] https://esolangs.org/w/index.php?diff=175843&oldid=175834 * Dragoneater67 * (-56)
11:23:57 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175844&oldid=175835 * Dragoneater67 * (+67) add ant hill
11:27:27 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175845&oldid=175844 * Dragoneater67 * (+29)
11:28:03 <esolangs> [[User:Neon]] M https://esolangs.org/w/index.php?diff=175846&oldid=175842 * Neon * (+154)
11:28:42 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175847&oldid=175845 * Dragoneater67 * (+19)
11:31:13 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175848&oldid=175847 * Dragoneater67 * (+123)
11:34:58 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175849&oldid=175848 * Dragoneater67 * (+91)
11:35:43 <esolangs> [[(cleverxia)]] N https://esolangs.org/w/index.php?oldid=175850 * Cleverxia * (+2193) Created page with " (4th) is (yet another) esolang in the [[:Category:CJK|chinese]] [[poetic (family)|poetic family]], but this time is invented by [[User:cleverxia]] and not a brainfuck derivative. <!-- It's a 1+ derivaative--> (There are [[|already]] [[(PSTF)|three]] [[(islptng)|
11:36:07 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=175851&oldid=149644 * Cleverxia * (+15)
11:36:35 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175852&oldid=175849 * Dragoneater67 * (+7)
11:36:38 <esolangs> [[(PSTF)]] https://esolangs.org/w/index.php?diff=175853&oldid=151468 * Cleverxia * (+59)
11:36:51 <esolangs> [[(islptng)]] https://esolangs.org/w/index.php?diff=175854&oldid=148524 * Cleverxia * (+56)
11:37:17 <esolangs> [[(cleverxia)]] https://esolangs.org/w/index.php?diff=175855&oldid=175850 * Cleverxia * (+59)
11:37:33 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175856&oldid=175852 * Dragoneater67 * (-1)
11:37:35 <esolangs> [[Poetic (family)]] https://esolangs.org/w/index.php?diff=175857&oldid=152888 * Cleverxia * (+21) /* Esolangs in this family, but in foreign languages */
11:38:13 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=175858&oldid=175817 * Cleverxia * (+58) /* Current Esolangs I've created */
11:41:21 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175859&oldid=175856 * Dragoneater67 * (+44)
11:44:00 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175860&oldid=175810 * Cleverxia * (+30)
11:44:41 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175861&oldid=175860 * Cleverxia * (-686)
11:48:37 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175862&oldid=175859 * Dragoneater67 * (+133)
11:49:19 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175863&oldid=175862 * Dragoneater67 * (+7)
11:50:50 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175864&oldid=175863 * Dragoneater67 * (-1)
11:51:41 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175865&oldid=175864 * Dragoneater67 * (-8)
11:52:20 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175866&oldid=175865 * Dragoneater67 * (+10)
11:54:18 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175867&oldid=175866 * Dragoneater67 * (+11)
12:02:07 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175868&oldid=175793 * Dragoneater67 * (+16)
12:02:19 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=175869&oldid=175868 * Dragoneater67 * (-16)
12:05:42 <esolangs> [[User:Hammy]] https://esolangs.org/w/index.php?diff=175870&oldid=175347 * Hammy * (+122)
12:10:37 <esolangs> [[FH]] M https://esolangs.org/w/index.php?diff=175871&oldid=164001 * Cleverxia * (+25) /* See also */
12:11:18 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175872&oldid=175346 * Dragoneater67 * (+478) /* fix for your DISPLAYTITLE thing */ new section
12:11:39 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175873&oldid=175872 * Dragoneater67 * (+8) /* fix for your DISPLAYTITLE thing */ added line breaks
12:15:51 -!- impomatic has quit (Quit: Client closed).
12:22:19 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175874&oldid=175861 * Yayimhere2(school) * (+38)
12:23:30 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=175875&oldid=175874 * Yayimhere2(school) * (+97)
12:24:18 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175876&oldid=175873 * Dragoneater67 * (+38) /* fix for your DISPLAYTITLE thing */
12:31:58 -!- impomatic has joined.
12:33:07 <esolangs> [[User:Hammy]] https://esolangs.org/w/index.php?diff=175877&oldid=175870 * Hammy * (-9)
12:37:09 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=175878&oldid=175876 * Hammy * (+425) /* fix for your DISPLAYTITLE thing */
13:13:10 <esolangs> [[Kiosk]] https://esolangs.org/w/index.php?diff=175879&oldid=175813 * Yayimhere2(school) * (+25) /* See Also */
13:13:54 -!- svm has joined.
13:17:29 -!- msv has quit (Ping timeout: 244 seconds).
13:57:19 -!- impomatic has quit (Ping timeout: 272 seconds).
14:01:24 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=175880 * Dragoneater67 * (+1128) Created page with " is the worst esolang on earth. ==Rules== Edits that violate these rules will be reverted! # '''EVERY''' edit must contribute at least 3 commands, even if you are fixing a typo, you must add at least 3 commands # Each command can only be a single emoji, a single CJK char
14:10:22 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175881&oldid=175867 * Dragoneater67 * (+71)
14:16:05 <esolangs> [[Kiosk]] M https://esolangs.org/w/index.php?diff=175882&oldid=175879 * Dragoneater67 * (+10) EXTERNAL RESOURCES
14:17:30 -!- impomatic has joined.
14:17:40 <esolangs> [[Serious]] https://esolangs.org/w/index.php?diff=175883&oldid=174180 * Yayimhere2(school) * (+9)
14:27:43 -!- dragoneater67 has joined.
14:28:46 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175884&oldid=175881 * Dragoneater67 * (+76)
14:43:27 <esolangs> [[USI]] https://esolangs.org/w/index.php?diff=175885&oldid=174670 * Yayimhere2(school) * (+154)
14:45:59 <esolangs> [[USI]] https://esolangs.org/w/index.php?diff=175886&oldid=175885 * Yayimhere2(school) * (+171) /* Computational class */
14:59:26 -!- svm has quit (Remote host closed the connection).
14:59:47 -!- svm has joined.
15:11:13 <esolangs> [[Speedrun]] M https://esolangs.org/w/index.php?diff=175887&oldid=175815 * Dragoneater67 * (-4) FIX
15:21:27 <esolangs> [[^&78]] N https://esolangs.org/w/index.php?oldid=175888 * Dragoneater67 * (+225) Created page with "%^&78 is an esolang made by dragoneater67 ==overview== it operates on a grid of bits heres a list of commands: ^v>< moves pointer up/down/right/left @ flips current bit {x} executes x while current bit is 1 ==time== 00:57.916"
15:22:51 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=175889&oldid=175884 * Dragoneater67 * (+57)
15:25:28 <esolangs> [[Talk:C@]] https://esolangs.org/w/index.php?diff=175890&oldid=175816 * Dragoneater67 * (+314)
15:25:43 <esolangs> [[Talk:C@]] https://esolangs.org/w/index.php?diff=175891&oldid=175890 * Dragoneater67 * (+1) /* i did it in less than 3 minutes */
15:26:58 <esolangs> [[Talk:C@]] https://esolangs.org/w/index.php?diff=175892&oldid=175891 * Dragoneater67 * (+0) /* i did it in less than 3 minutes */
15:27:19 <esolangs> [[Special:Log/move]] move * Dragoneater67 * moved [[^&78]] to [[%^&78]]: Misspelled title
15:28:38 -!- amby has joined.
15:34:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:49:01 <esolangs> [[User:RaiseAfloppaFan3925/Sandbox]] https://esolangs.org/w/index.php?diff=175895&oldid=174097 * RaiseAfloppaFan3925 * (-7465) RSI(((2 * pi) / tan(csc(55 * (pi / 180)) - x)) + 3x^3 - 15x^2 + 9x)
15:55:52 -!- tromp has joined.
16:05:42 -!- Sgeo has joined.
16:38:41 <esolangs> [[Special:Log/newusers]] create * Lemonsandlimes * New user account
16:40:11 -!- ais523 has joined.
16:42:52 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175896&oldid=175746 * Lemonsandlimes * (+69)
16:47:23 <esolangs> [[Special:Log/newusers]] create * Widuruwana * New user account
16:47:58 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=175897&oldid=175649 * Aadenboy * (-9) in srgb
16:50:46 <esolangs> [[%^&78]] https://esolangs.org/w/index.php?diff=175898&oldid=175893 * Dragoneater67 * (+20)
16:51:38 -!- dragoneater67 has quit (Quit: Leaving.).
16:52:37 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175899&oldid=175896 * Widuruwana * (+230) /* Introductions */
16:52:40 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=175900&oldid=175750 * Aadenboy * (+103)
16:53:27 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=175901&oldid=175899 * Widuruwana * (-13) /* Introductions */
17:05:54 <esolangs> [[%^&78]] M https://esolangs.org/w/index.php?diff=175902&oldid=175898 * Dragoneater67mobile * (-20) Undo revision [[Special:Diff/175898|175898]] by [[Special:Contributions/Dragoneater67|Dragoneater67]] ([[User talk:Dragoneater67|talk]])
17:23:08 -!- joast has quit (Quit: Leaving.).
17:44:22 -!- ajal has joined.
17:44:43 -!- amby has quit (Ping timeout: 264 seconds).
17:47:05 -!- ais523 has quit (Quit: quit).
18:06:10 -!- joast has joined.
18:26:09 -!- tromp has quit (Ping timeout: 245 seconds).
18:28:20 -!- impomatic has quit (Quit: Client closed).
18:29:59 -!- tromp has joined.
18:38:22 -!- ais523 has joined.
18:43:38 -!- DOS_User_webchat has joined.
18:46:42 -!- Lymia has quit (Quit: zzzz <3).
18:47:22 -!- Lymia has joined.
18:48:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:57:03 -!- DOS_User_webchat has quit (Quit: Client closed).
19:02:04 -!- tromp has joined.
19:34:49 <esolangs> [[User:Blashyrkh]] https://esolangs.org/w/index.php?diff=175903&oldid=175747 * Blashyrkh * (+13)
19:37:48 <esolangs> [[User:RaiseAfloppaFan3925/Sandbox]] M https://esolangs.org/w/index.php?diff=175904&oldid=175895 * RaiseAfloppaFan3925 * (+79) /* RSI(((2 * pi) / tan(csc(55 * (pi / 180)) - x)) + 3x^3 - 15x^2 + 9x) */ is fortran esoteric? (joke)
19:44:54 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
19:45:19 -!- Lord_of_Life has joined.
20:02:34 -!- ais523 has quit (Quit: quit).
20:17:51 <esolangs> [[User:RaiseAfloppaFan3925/Sandbox]] https://esolangs.org/w/index.php?diff=175905&oldid=175904 * RaiseAfloppaFan3925 * (+1177) add this stupid idea
21:39:51 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175906&oldid=168269 * Ractangle * (+41) /* Stuff */
21:40:06 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175907&oldid=175906 * Ractangle * (-1) /* Stuff */
21:40:56 <esolangs> [[Blocked]] M https://esolangs.org/w/index.php?diff=175908&oldid=150028 * Ractangle * (+64)
21:41:19 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175909&oldid=175907 * Ractangle * (-21) /* Stuff */
21:42:23 <esolangs> [[Talk:Switch gr]] N https://esolangs.org/w/index.php?oldid=175910 * Ractangle * (+124) Created page with "ok this is fine, the only part that I don't like is the command execution, I could've done something like piet or something"
21:42:40 <esolangs> [[Talk:Switch gr]] M https://esolangs.org/w/index.php?diff=175911&oldid=175910 * Ractangle * (+151) oops I forgot to sign
21:44:06 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175912&oldid=175909 * Ractangle * (-12) /* Stuff */
21:46:08 <esolangs> [[Talk:Gammascript]] N https://esolangs.org/w/index.php?oldid=175913 * Blashyrkh * (+126) Created page with "The implementation link is broken. --~~~~"
21:53:04 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175914&oldid=175912 * Ractangle * (-20) /* The first esolang before finding esolangs.org website. */
21:55:08 <esolangs> [[Gammascript]] M https://esolangs.org/w/index.php?diff=175915&oldid=149024 * Ractangle * (+41) /* Implementation */
21:55:32 <esolangs> [[Talk:Gammascript]] M https://esolangs.org/w/index.php?diff=175916&oldid=175913 * Ractangle * (+158)
21:59:10 <esolangs> [[Blocked]] M https://esolangs.org/w/index.php?diff=175917&oldid=175908 * Ractangle * (+975) nevermind
23:36:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
00:07:02 <esolangs> [[Talk:(cleverxia)]] N https://esolangs.org/w/index.php?oldid=175918 * I am islptng * (+134) Created page with "[[(islptng)|M i n e i s n o t]] ~~~~"
00:07:18 <esolangs> [[Talk:(cleverxia)]] https://esolangs.org/w/index.php?diff=175919&oldid=175918 * I am islptng * (+6)
00:10:17 <esolangs> [[Gerku]] N https://esolangs.org/w/index.php?oldid=175920 * I am islptng * (+8) placeholder
00:31:51 -!- ajal has quit (Ping timeout: 250 seconds).
02:03:48 -!- joast has quit (Quit: Leaving.).
02:18:47 -!- joast has joined.
02:56:34 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=175921&oldid=175753 * Las-r * (+336) Add input
03:01:14 <esolangs> [[Enn]] M https://esolangs.org/w/index.php?diff=175922&oldid=175921 * Las-r * (+99) Add more categories
03:02:15 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=175923&oldid=175922 * Las-r * (-7)
03:02:35 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=175924&oldid=175923 * Las-r * (+1)
03:05:02 -!- op_4 has quit (Remote host closed the connection).
03:05:37 -!- op_4 has joined.
03:08:02 <esolangs> [[Greed]] M https://esolangs.org/w/index.php?diff=175925&oldid=159418 * Las-r * (+11)
03:08:55 <esolangs> [[Enn]] M https://esolangs.org/w/index.php?diff=175926&oldid=175924 * Las-r * (+57)
03:50:22 <esolangs> [[BoxedLANG]] https://esolangs.org/w/index.php?diff=175927&oldid=175461 * Mc20000 * (+386) /* a few examples */
05:52:38 <esolangs> [[Talk:(cleverxia)]] M https://esolangs.org/w/index.php?diff=175928&oldid=175919 * Ractangle * (+170)
06:21:48 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=175929&oldid=175926 * PkmnQ * (-20)
06:51:45 <esolangs> [[SeedFuck Improved]] N https://esolangs.org/w/index.php?oldid=175930 * None1 * (+572) Created page with "{{lang|a=User:None1}} It is [[SeedFuck]], but applied with the improvements suggested by [[User:Blashyrkh]]. Programs are like this: <seed1> <seed2> ... SeedFuck Improved uses Python 3.11's random generator, it generates numbers within [0,8)Z inclusive and t
06:51:53 <esolangs> [[SeedFuck Improved]] https://esolangs.org/w/index.php?diff=175931&oldid=175930 * None1 * (+0)
06:55:22 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=175932&oldid=175282 * None1 * (+49) /* Brainfuck derivatives */
06:55:52 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=175933&oldid=175410 * None1 * (+48)
07:17:32 <esolangs> [[Stroke+-]] https://esolangs.org/w/index.php?diff=175934&oldid=130071 * Yayimhere2(school) * (-82) /* Empty program */ irrelevant in every way
07:20:09 <esolangs> [[Talk:SeedFuck Improved]] N https://esolangs.org/w/index.php?oldid=175935 * Blashyrkh * (+271) Created page with "Ha! But not very usable still. Each generation must contain []-balanced brainfuck expression, so building sensible inner loops is a challenge. Turing-completeness is questionable. --~~~~"
07:41:46 <esolangs> [[Talk:SeedFuck Improved]] M https://esolangs.org/w/index.php?diff=175936&oldid=175935 * Blashyrkh * (+90)
07:46:08 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175937&oldid=175777 * Dragoneater67mobile * (+12) /* Non-alphabetic */
07:49:35 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175938&oldid=175937 * Dragoneater67mobile * (+27) /* Non-alphabetic */
08:15:22 -!- tromp has joined.
08:23:26 <esolangs> [[User:/nil]] https://esolangs.org/w/index.php?diff=175939&oldid=168781 * Dragoneater67mobile * (+181)
08:23:51 <esolangs> [[User:/nil]] https://esolangs.org/w/index.php?diff=175940&oldid=175939 * Dragoneater67mobile * (+2)
08:49:01 -!- Sgeo has quit (Read error: Connection reset by peer).
08:54:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:57:52 <esolangs> [[*&&^]] https://esolangs.org/w/index.php?diff=175941&oldid=149061 * Dragoneater67mobile * (+63) add first example
08:58:01 <esolangs> [[*&&^]] https://esolangs.org/w/index.php?diff=175942&oldid=175941 * Dragoneater67mobile * (+2) /* Examples */
09:08:50 -!- tromp has joined.
09:47:14 <esolangs> [[Ivory]] N https://esolangs.org/w/index.php?oldid=175943 * Widuruwana * (+4510) Initial page creation for Ivory language.
09:54:02 <esolangs> [[Ivory]] https://esolangs.org/w/index.php?diff=175944&oldid=175943 * Widuruwana * (+1166) Added the Cat program and Fibonacci Sequence to the examples.
09:59:06 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=175945&oldid=175938 * Widuruwana * (+12) Added Ivory
10:00:07 <esolangs> [[Ivory]] https://esolangs.org/w/index.php?diff=175946&oldid=175944 * Widuruwana * (+102) Added categories
10:35:14 <esolangs> [[Ivory]] https://esolangs.org/w/index.php?diff=175947&oldid=175946 * Widuruwana * (+10) Modified the introduction
10:53:34 <esolangs> [[Trance]] https://esolangs.org/w/index.php?diff=175948&oldid=175838 * Neon * (+98) added implementation
10:58:07 <esolangs> [[Grass (2)]] https://esolangs.org/w/index.php?diff=175949&oldid=173343 * Tpaefawzen * (+728) Feature 2
11:02:25 <esolangs> [[Grass (2)]] https://esolangs.org/w/index.php?diff=175950&oldid=175949 * Tpaefawzen * (+16) +1
11:26:14 <esolangs> [[REG.TYPE = STR TRUE]] https://esolangs.org/w/index.php?diff=175951&oldid=138793 * Yayimhere2(school) * (+11) /* syntax */
11:28:41 <esolangs> [[N-Type]] https://esolangs.org/w/index.php?diff=175952&oldid=175692 * Yayimhere2(school) * (-2) /* Memory */
11:29:37 <esolangs> [[N-Type]] https://esolangs.org/w/index.php?diff=175953&oldid=175952 * Yayimhere2(school) * (+74) /* Assignment/syntax */
11:52:26 <esolangs> [[*&&^]] https://esolangs.org/w/index.php?diff=175954&oldid=175942 * Dragoneater67mobile * (-6) /* XKCD Random Number */ golfed it
12:01:45 <esolangs> [[FlipFlop]] https://esolangs.org/w/index.php?diff=175955&oldid=147722 * Dragoneater67mobile * (-5) /* Instructions */
12:12:10 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=175956&oldid=175322 * Blashyrkh * (+1337) Experimental third syntax inspired by MIBBLLII. Not yet implemented by reference impl
12:13:31 <esolangs> [[Old Branjunk]] https://esolangs.org/w/index.php?diff=175957&oldid=138742 * Dragoneater67mobile * (+448) add examples section
12:16:08 <esolangs> [[Old Branjunk]] https://esolangs.org/w/index.php?diff=175958&oldid=175957 * Dragoneater67mobile * (+2) added halts
12:31:23 -!- amby has joined.
12:36:07 -!- lisbeths has joined.
12:48:41 <esolangs> [[Hostile snakes]] https://esolangs.org/w/index.php?diff=175959&oldid=167432 * Yayimhere2(school) * (+40) Undo revision [[Special:Diff/167432|167432]] by [[Special:Contributions/Yayimhere2(school)|Yayimhere2(school)]] ([[User talk:Yayimhere2(school)|talk]])
12:50:13 <esolangs> [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=175960&oldid=175393 * Dragoneater67mobile * (+202)
13:28:38 <esolangs> [[Hangover]] https://esolangs.org/w/index.php?diff=175961&oldid=173273 * Yayimhere2(school) * (+66) /* Semantics */
13:53:42 <esolangs> [[Hangover]] M https://esolangs.org/w/index.php?diff=175962&oldid=175961 * Dragoneater67mobile * (+1) /* Semantics */ typo fix
13:55:29 <esolangs> [[Talk:(cleverxia)]] https://esolangs.org/w/index.php?diff=175963&oldid=175928 * I am islptng * (+150)
14:00:26 <esolangs> [[Fuck]] https://esolangs.org/w/index.php?diff=175964&oldid=42284 * Yayimhere2(school) * (+115) /* Commands */
14:13:55 <esolangs> [[Talk:Symmetric Echo Tag]] N https://esolangs.org/w/index.php?oldid=175965 * Yayimhere2(school) * (+340) Created page with "I would find it of interest if <code>N</code> changed in one way or the other over the course of the programs execution. Perhaps, since they are binary, both queue could be interpreted ad a number in one way or the other. --~~~~"
14:15:08 <esolangs> [[C**]] N https://esolangs.org/w/index.php?oldid=175966 * BestCoder * (+952) Created page with "C** (pronounced see times times) is a programming language that [[User:BestCoder]] made, and is compiled to windows x64: == Main Constructs == === If === if x > 4 then printc 'H'; printc 'i'; end; === While === while x > 4 then print x; x = x + -1; end; === Repeat
14:20:07 <esolangs> [[Talk:Ivory]] N https://esolangs.org/w/index.php?oldid=175967 * Dragoneater67mobile * (+442) Created page with "i dont believe that this esolang is turing complete, since you while you can theoretically store infinite amounts of data, you cant work with all of it since the tape is bounded to 30000 bytes, so this is a [[Bounded-storage machine]], if you ''really'' wa
14:20:37 <esolangs> [[Talk:Ivory]] M https://esolangs.org/w/index.php?diff=175968&oldid=175967 * Dragoneater67mobile * (+1) typo
14:21:22 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175969&oldid=175966 * BestCoder * (+27)
14:24:44 <esolangs> [[C**]] M https://esolangs.org/w/index.php?diff=175970&oldid=175969 * Dragoneater67mobile * (-4) remove the ambigious "I"
14:27:37 <esolangs> [[*&&^]] https://esolangs.org/w/index.php?diff=175971&oldid=175954 * Dragoneater67mobile * (+24)
14:29:47 <esolangs> [[*&&^]] https://esolangs.org/w/index.php?diff=175972&oldid=175971 * Dragoneater67mobile * (-24) Undo revision [[Special:Diff/175971|175971]] by [[Special:Contributions/Dragoneater67mobile|Dragoneater67mobile]] ([[User talk:Dragoneater67mobile|talk]])
14:30:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:34:45 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175973&oldid=175970 * BestCoder * (+2840)
15:00:00 -!- tromp has joined.
15:16:49 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175974&oldid=175973 * BestCoder * (+18)
15:20:36 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=175975&oldid=175956 * Blashyrkh * (+100) /* Brainfuck mimic syntax */
16:35:23 -!- lisbeths has quit (Quit: Connection closed for inactivity).
16:59:29 <esolangs> [[Talk:ETC]] N https://esolangs.org/w/index.php?oldid=175976 * Neon * (+124) Created page with "Purpose of C is unclear. Seems to be important... ~~~~"
17:40:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:49:37 <esolangs> [[Talk:ETC]] https://esolangs.org/w/index.php?diff=175977&oldid=175976 * Dragoneater67mobile * (+278) my opinion
17:52:16 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=175978&oldid=174112 * Dragoneater67mobile * (+215)
18:04:58 -!- sftp has joined.
18:04:58 -!- sftp has changed hostmask to ~sftp@user/sftp.
18:06:36 -!- tromp has joined.
18:35:19 -!- msv has joined.
18:37:49 -!- svm has quit (Ping timeout: 264 seconds).
18:40:06 <esolangs> [[Special:Log/move]] move * Ractangle * moved [[Blocked]] to [[Number-rewriting paradigm]]: rename
18:40:06 <esolangs> [[Special:Log/move]] move * Ractangle * moved [[Talk:Blocked]] to [[Talk:Number-rewriting paradigm]]: rename
18:48:49 <esolangs> [[Number-rewriting paradigm]] https://esolangs.org/w/index.php?diff=175983&oldid=175979 * Ractangle * (-237)
18:49:50 <esolangs> [[Number-rewriting paradigm]] M https://esolangs.org/w/index.php?diff=175984&oldid=175983 * Ractangle * (+5) /* Truth-machine */
18:53:19 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=175985&oldid=175914 * Ractangle * (+31) /* Stuff */
19:20:13 -!- Sgeo has joined.
19:20:38 -!- lisbeths has joined.
19:25:54 -!- Sgeo has quit (Read error: Connection reset by peer).
19:27:01 -!- Sgeo has joined.
19:44:32 -!- Lord_of_Life_ has joined.
19:45:41 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
19:45:54 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:50:09 <esolangs> [[Talk:C**]] N https://esolangs.org/w/index.php?oldid=175986 * BestCoder * (+36) Created page with "Talk about C** here == Discussion =="
20:18:55 -!- DOS_User_webchat has joined.
20:19:09 -!- DOS_User_webchat has changed hostmask to ~DOS_User_@user/DOS-User:11249.
20:23:05 <esolangs> [[Number-rewriting paradigm]] M https://esolangs.org/w/index.php?diff=175987&oldid=175984 * Ractangle * (+266)
20:26:11 -!- DOS_User_webchat has quit (Remote host closed the connection).
21:17:10 <b_jonas> huh, it looks like in python3 if I call a function f with a temporary passed as argument, like f(g()), then there'll still be a reference to that temporary value until f returns even if in the body of f I overwrite the named variable that refers to this parameter. so if I have a value whose destructor has a side effect and I want to pass the last reference of it to a function that will want to forget
21:17:16 <b_jonas> that last reference mid-way, then I can't just pass that reference as an argument, I have to wrap it into a mutable container.
21:18:01 <b_jonas> but maybe there are other circumstances that influence this and so the result from my simple test might not generalize
21:18:55 <b_jonas> yes, I know the idiomatic way would be to access that side effect in some other way than through the destructor, like from a close or __exit__ method
21:22:43 <b_jonas> I guess this is like C++, which always copies function arguments when you call a function, moving is just an illusion using the convention that copying an lvalue reference will usually put the source object to an empty state where its destructor won't have side effects that you care about
21:23:51 <b_jonas> so the caller will have a copy of the arguments that will exist at least until the called function returns or unrolls
21:27:38 <b_jonas> hmm no, that's not true, C++17 makes it so that sometimes the parameter isn't copied
21:27:49 <korvo> I think that this is a CPython-specific problem.
21:27:51 <b_jonas> but I don't know the exact rules for that
21:28:18 <b_jonas> I have tested with cpython
21:55:23 -!- lisbeths has quit (Quit: Connection closed for inactivity).
22:01:21 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175988&oldid=175974 * BestCoder * (+47)
22:04:31 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175989&oldid=175988 * BestCoder * (+83) /* Input */
22:05:03 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175990&oldid=175989 * BestCoder * (+14)
22:10:15 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175991&oldid=175990 * BestCoder * (+29)
22:11:30 <esolangs> [[C**]] https://esolangs.org/w/index.php?diff=175992&oldid=175991 * BestCoder * (+47) /* Input */
23:08:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:50:00 -!- lisbeths has joined.
00:12:23 <esolangs> [[Talk:ETC]] https://esolangs.org/w/index.php?diff=175993&oldid=175977 * PkmnQ * (+242)
00:17:56 -!- 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:22:02 -!- lisbeths has quit (Quit: Connection closed for inactivity).
05:45:08 -!- lisbeths has joined.
07:47:33 <esolangs> [[Talk:ETC]] https://esolangs.org/w/index.php?diff=175994&oldid=175993 * Dragoneater67 * (+336)
08:05:59 <esolangs> [[Talk:ETC]] https://esolangs.org/w/index.php?diff=175995&oldid=175994 * PkmnQ * (+497)
08:08:36 <esolangs> [[Talk:SeedFuck Improved]] https://esolangs.org/w/index.php?diff=175996&oldid=175936 * None1 * (+414)
08:43:28 <esolangs> [[Talk:SeedFuck Improved]] https://esolangs.org/w/index.php?diff=175997&oldid=175996 * Blashyrkh * (+593)
08:44:45 <esolangs> [[]] https://esolangs.org/w/index.php?diff=175998&oldid=151517 * Dragoneater67 * (+55)
08:47:13 <esolangs> [[Talk:SeedFuck Improved]] M https://esolangs.org/w/index.php?diff=175999&oldid=175997 * Blashyrkh * (+18)
08:54:24 <esolangs> [[Talk:SeedFuck Improved]] M https://esolangs.org/w/index.php?diff=176000&oldid=175999 * Blashyrkh * (+49)
08:59:09 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176001&oldid=175880 * PrySigneToFry * (+355)
09:00:31 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176002&oldid=176001 * PrySigneToFry * (+100) This edit should be merged with the previous edit.
09:00:59 <esolangs> [[Talk:SeedFuck Improved]] M https://esolangs.org/w/index.php?diff=176003&oldid=176000 * Blashyrkh * (+28)
09:03:24 -!- lisbeths has quit (Quit: Connection closed for inactivity).
09:04:05 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176004&oldid=175271 * PrySigneToFry * (+235)
09:04:37 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176005&oldid=175283 * PrySigneToFry * (+240)
09:23:08 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176006&oldid=176002 * Dragoneater67 * (-100) Undo revision [[Special:Diff/176002|176002]] by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]])breaks rule 1
09:23:42 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176007&oldid=176006 * Dragoneater67 * (-355) Undo revision [[Special:Diff/176001|176001]] by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]])breaks rule 5
09:23:49 <esolangs> [[Brainfuck, but every + is replaced with the FitnessGram Pacer Test]] https://esolangs.org/w/index.php?diff=176008&oldid=169083 * RikoMamaBala * (+215)
09:23:54 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176009&oldid=175711 * PrySigneToFry * (+343)
09:30:35 -!- tromp has joined.
09:30:59 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176010&oldid=176007 * PrySigneToFry * (+896)
09:33:26 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176011&oldid=176010 * Dragoneater67 * (-896) Undo revision [[Special:Diff/176010|176010]] by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]]) it still violates rule 5 because 5 is not a successor of 1, and 8 is not a successor of 5, and 114514 is DEFINITELY not a successor of 8
09:36:32 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176012&oldid=176011 * PrySigneToFry * (+906) Undo revision [[Special:Diff/176011|176011]] by [[Special:Contributions/Dragoneater67|Dragoneater67]] ([[User talk:Dragoneater67|talk]]). Reason: There are 114510 commands unshown here. If the rule 5 is break, then add that 114510 command by yourself instead of me.
09:40:35 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176013&oldid=176009 * PrySigneToFry * (+766)
09:43:28 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176014&oldid=176005 * Dragoneater67 * (+328)
09:43:55 <esolangs> [[User talk:Hammy]] https://esolangs.org/w/index.php?diff=176015&oldid=175878 * PrySigneToFry * (+418) /* Septem Lingua */ new section
09:45:34 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=176016&oldid=175277 * PrySigneToFry * (+736) /* Septem Lingua */ new section
09:46:41 <esolangs> [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=176017&oldid=175960 * PrySigneToFry * (+418) /* Septem Lingua */ new section
09:47:37 <esolangs> [[User talk:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176018&oldid=173495 * PrySigneToFry * (+418) /* Septem Lingua */ new section
09:49:20 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176019&oldid=176013 * PrySigneToFry * (+192)
09:58:02 -!- Sgeo has quit (Read error: Connection reset by peer).
10:22:10 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176020&oldid=176019 * Yoyolin0409 * (+134) /* Extended Command Table */
10:23:23 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176021&oldid=176020 * Yoyolin0409 * (+8) /* By Yoyolin0409 himself */
10:24:54 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176022&oldid=176021 * Yoyolin0409 * (+27) /* By Yoyolin0409 himself */
10:25:17 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176023&oldid=176022 * Yoyolin0409 * (+3) /* Better Machine */
10:26:42 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176024&oldid=176023 * Yoyolin0409 * (-27) /* By Yoyolin0409 himself */ ouchie
10:26:54 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176025&oldid=176024 * Yoyolin0409 * (-3) /* Better Machine */
10:28:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176026&oldid=176025 * Yoyolin0409 * (+45) /* By Yoyolin0409 himself */
10:30:00 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176027&oldid=176026 * Yoyolin0409 * (-3) /* By Yoyolin0409 himself */
10:30:16 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176028&oldid=176027 * Yoyolin0409 * (+6) /* Better Machine */
10:30:30 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176029&oldid=176028 * PrySigneToFry * (+3) Operators should be preserved.
10:35:06 <esolangs> [[I]] https://esolangs.org/w/index.php?diff=176030&oldid=166053 * Yoyolin0409 * (+8)
10:36:55 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=176031&oldid=174629 * Yoyolin0409 * (+1) /* XKCD Random Number */
10:37:44 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=176032&oldid=176031 * Yoyolin0409 * (-3) /* Cat program */
10:38:50 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=176033&oldid=176032 * Yoyolin0409 * (+1) /* Truth Machine */
10:43:58 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=176034&oldid=176033 * Yoyolin0409 * (-1) /* Hello, World! */
11:30:31 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176035&oldid=176029 * Yoyolin0409 * (+448) /* By Yoyolin0409 */
11:48:22 -!- myname has quit (Quit: WeeChat 4.7.1).
12:06:38 -!- myname has joined.
12:21:03 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176036&oldid=176035 * Yoyolin0409 * (+42) /* Examples */
12:21:43 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176037&oldid=176036 * Yoyolin0409 * (+7) /* Hello, world! */
12:21:55 <esolangs> [[User:Dragoneater67/issue]] https://esolangs.org/w/index.php?diff=176038&oldid=174315 * Dragoneater67mobile * (+195) Removed redirect to [[User:Dragoneater67]]
12:24:16 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176039&oldid=176037 * Yoyolin0409 * (+68) /* By Yoyolin0409 */
12:25:33 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176040&oldid=176039 * Yoyolin0409 * (+20) /* By Yoyolin0409 */
12:30:11 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176041&oldid=176040 * Yoyolin0409 * (+156) /* By Yoyolin0409 */
12:33:30 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=176042&oldid=175869 * Dragoneater67mobile * (+18)
12:33:50 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=176043&oldid=176042 * Dragoneater67mobile * (+14)
12:34:07 <esolangs> [[User:Dragoneater67/Sandbox]] https://esolangs.org/w/index.php?diff=176044&oldid=176043 * Dragoneater67mobile * (-14)
12:34:19 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176045&oldid=176041 * Yoyolin0409 * (+56) /* By Yoyolin0409 */
12:38:39 <esolangs> [[User:Dragoneater67/issue]] https://esolangs.org/w/index.php?diff=176046&oldid=176038 * Dragoneater67mobile * (+55)
12:39:13 <esolangs> [[User:Dragoneater67/issue]] https://esolangs.org/w/index.php?diff=176047&oldid=176046 * Dragoneater67mobile * (+1)
12:39:37 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176048&oldid=176045 * Yoyolin0409 * (-20) /* By Yoyolin0409 */
12:39:46 <esolangs> [[User:Dragoneater67/issue]] https://esolangs.org/w/index.php?diff=176049&oldid=176047 * Dragoneater67mobile * (+23)
12:44:39 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176050&oldid=176048 * Yoyolin0409 * (+175) /* By Yoyolin0409 */
12:46:56 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=176051&oldid=175889 * Dragoneater67mobile * (+2)
12:49:54 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176052&oldid=176050 * Yoyolin0409 * (+391) /* Examples */
12:50:22 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=176053&oldid=176051 * Dragoneater67mobile * (+3)
12:52:12 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176054&oldid=176052 * Yoyolin0409 * (+44) /* Reserved Area */
12:54:28 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176055&oldid=176054 * Yoyolin0409 * (+1) /* Reserved Area */
12:55:49 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176056&oldid=176055 * Yoyolin0409 * (+13) /* Turing completeness proof using brainfuck */
13:12:13 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176057&oldid=176014 * Yayimhere2(school) * (+184)
13:13:45 -!- amby has joined.
13:17:06 -!- myname has quit (Quit: WeeChat 4.7.1).
13:17:30 -!- myname has joined.
14:27:01 <esolangs> [[Memo]] N https://esolangs.org/w/index.php?oldid=176058 * Rottytooth * (+787) Initial stub
14:27:11 <esolangs> [[Memo]] https://esolangs.org/w/index.php?diff=176059&oldid=176058 * Rottytooth * (-33)
14:53:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:04:32 <esolangs> [[AlbuquerqueFuck]] N https://esolangs.org/w/index.php?oldid=176060 * RikoMamaBala * (+16215) Created page with "'''AlbuquerqueFuck''' is a [[Brainfuck derivatives|Brainfuck derivative]] that uses the full lyrics from the song ''Albuquerque'' by ''"Weird Al" Yankovic'' as the instructions. ==The instructions== <pre>Way back when I was just a little bitty boy Living i
15:26:01 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=176061&oldid=175722 * Yayimhere2(school) * (+26) /* esolangs */
15:36:05 -!- impomatic has joined.
15:50:52 <esolangs> [[Talk:AlbuquerqueFuck]] N https://esolangs.org/w/index.php?oldid=176062 * Corbin * (+240) Created page with "I think that this may be on the wrong side of copyright infringement. Was there a purpose to this or is it yet another joke [[trivial brainfuck substitution]]? ~~~~"
15:55:26 -!- sftp has quit (Quit: leaving).
15:59:33 -!- sftp has joined.
15:59:35 -!- sftp has changed hostmask to ~sftp@user/sftp.
16:01:15 -!- tromp has joined.
16:13:19 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176063&oldid=176056 * Yoyolin0409 * (+65) /* Development Team */
16:19:15 -!- impomatic has quit (Quit: Client closed).
16:39:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:50:46 <esolangs> [[Stackowey]] M https://esolangs.org/w/index.php?diff=176064&oldid=168747 * Lampe2020 * (-22) "integer-only static" is essentially "typeless", just described more convolutedly.
16:51:41 -!- tromp has joined.
17:29:03 <esolangs> [[User:Rottytooth]] https://esolangs.org/w/index.php?diff=176065&oldid=170397 * Rottytooth * (+7)
17:53:25 -!- lisbeths has joined.
17:53:58 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[AlbuquerqueFuck]]": copyright infringement if the text of esolang instructions contains substantial copyrighted material, you can't quote it directly, instead you will need to link to it or describe it by reference
18:04:35 <korvo> lisbeths: Very cool! I've been doing short POSIX stuff too: https://gist.github.com/MostAwesomeDude/9aad072ad32d990fff73f7128d221cbc
18:05:17 <korvo> Unrelated: I have done the research for fixing up [[lesser known programming languages]]. I'm going to wait a little bit for the wiki to be more responsive; right now most page loads are timing out.
18:33:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:50 -!- tromp has joined.
19:45:14 -!- Lord_of_Life_ has joined.
19:45:35 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
19:48:08 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:18:07 -!- impomatic has joined.
20:24:43 <esolangs> [[Number-rewriting paradigm]] M https://esolangs.org/w/index.php?diff=176066&oldid=175987 * Ractangle * (-8) honestly think i finished it
20:28:18 <esolangs> [[Number-rewriting paradigm]] M https://esolangs.org/w/index.php?diff=176067&oldid=176066 * Blashyrkh * (+0) typo
20:30:05 <esolangs> [[Talk:Number-rewriting paradigm]] https://esolangs.org/w/index.php?diff=176068&oldid=175981 * Blashyrkh * (+160)
20:38:30 -!- Sgeo has joined.
20:56:20 -!- lisbeths has quit (Quit: Connection closed for inactivity).
20:56:33 -!- int-e has quit (Quit: Reconnecting).
20:56:41 -!- int-e has joined.
21:11:09 -!- impomatic has quit (Quit: Client closed).
21:51:39 <esolangs> [[Number-rewriting paradigm]] https://esolangs.org/w/index.php?diff=176069&oldid=176067 * Aadenboy * (+0)
22:17:08 -!- sftp has quit (Quit: leaving).
22:39:45 -!- ^[ has quit (Quit: ^[).
23:01:33 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=176070&oldid=175975 * Blashyrkh * (-176) /* Brainfuck mimic syntax */ The feature is supported by the reference implementation
23:27:02 -!- ^[ has joined.
23:54:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
01:02:58 -!- 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:40:07 <esolangs> [[User:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176071&oldid=173699 * Yoyolin0409 * (+20) /* Cooperate */
01:42:32 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176072&oldid=176063 * Yoyolin0409 * (+91) /* By Yoyolin0409 */
01:42:55 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176073&oldid=176072 * Yoyolin0409 * (+18) /* Turing completeness proof using brainfuck */
01:43:22 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176074&oldid=176073 * Yoyolin0409 * (+26) /* Reserved Area */
01:44:30 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176075&oldid=176074 * Yoyolin0409 * (+42)
01:47:39 <esolangs> [[Special:Log/newusers]] create * JeffCalc84 * New user account
01:51:50 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=176076&oldid=175901 * JeffCalc84 * (+181)
01:54:23 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176077&oldid=176075 * Yoyolin0409 * (-20) /* Turing completeness proof using brainfuck */
01:54:32 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=176078&oldid=176076 * JeffCalc84 * (+30)
02:00:28 <esolangs> [[Talk:Septem Lingua]] N https://esolangs.org/w/index.php?oldid=176079 * Yoyolin0409 * (+167) Created page with "==== PSTF? intliststringrunebooleaan()"
02:02:09 -!- xelxebar has quit (Server closed connection).
02:02:30 -!- xelxebar has joined.
02:02:36 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176080&oldid=176077 * Yoyolin0409 * (+2) /* By PSTF himself */
02:04:25 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176081&oldid=176080 * Yoyolin0409 * (+233) /* By Yoyolin0409 */
02:04:40 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176082&oldid=176081 * Yoyolin0409 * (+14) /* Reserved Area */
02:18:40 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176083&oldid=176082 * Yoyolin0409 * (+497) /* Reserved Area */
02:19:33 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176084&oldid=176083 * Yoyolin0409 * (+20) /* By Yoyolin0409 */
02:23:09 -!- ski has quit (Server closed connection).
02:23:22 -!- ski has joined.
02:27:37 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176085&oldid=176084 * Yoyolin0409 * (+991) /* By Yoyolin0409 */
02:29:04 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176086&oldid=176085 * Yoyolin0409 * (+74) /* Reserved Area */
02:29:21 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176087&oldid=176086 * Yoyolin0409 * (-37) /* By Yoyolin0409 */
02:30:13 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176088&oldid=176087 * Yoyolin0409 * (+48) /* By Yoyolin0409 */
02:34:15 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176089&oldid=176088 * Yoyolin0409 * (-5) /* By Yoyolin0409 */
02:35:20 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176090&oldid=176089 * Yoyolin0409 * (+76) /* By Yoyolin0409 */
02:40:02 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176091&oldid=176090 * Yoyolin0409 * (+84) /* By Yoyolin0409 */
02:47:09 -!- sprout has quit (Server closed connection).
02:47:12 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176092&oldid=176091 * Yoyolin0409 * (+415) /* By Yoyolin0409 */
02:47:22 -!- sprout has joined.
02:47:46 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176093&oldid=176092 * Yoyolin0409 * (-1) /* By Yoyolin0409 */
02:49:45 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176094&oldid=176093 * Yoyolin0409 * (+134) /* By Yoyolin0409 */
02:53:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176095&oldid=176094 * Yoyolin0409 * (+248) /* By Yoyolin0409 */
02:55:13 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176096&oldid=176095 * Yoyolin0409 * (+113)
02:56:21 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176097&oldid=176096 * Yoyolin0409 * (+11) /* Note */
03:53:26 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176098&oldid=176097 * Yoyolin0409 * (-106) /* Other */
03:53:49 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176099&oldid=176098 * Yoyolin0409 * (+9) /* Turing completeness proof using brainfuck */
03:54:39 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176100&oldid=176099 * Yoyolin0409 * (+103) /* Note */
03:57:06 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176101&oldid=176100 * Yoyolin0409 * (+235) /* Note */
03:58:25 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176102&oldid=176101 * Yoyolin0409 * (+61) /* Note */
04:00:07 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176103&oldid=176102 * Yoyolin0409 * (+107) /* Note */
04:33:25 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176104&oldid=176103 * Yoyolin0409 * (+78) /* Other */
04:34:22 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176105&oldid=176104 * Yoyolin0409 * (+5) /* Hello, world! */
04:35:58 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176106&oldid=176105 * Yoyolin0409 * (+75) /* Syntax */
04:42:52 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176107&oldid=176106 * Yoyolin0409 * (+118) /* Examples */
04:43:29 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176108&oldid=176107 * Yoyolin0409 * (+47) /* Reserved Area */
04:44:29 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176109&oldid=176108 * Yoyolin0409 * (+1) /* Quine */
04:45:00 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176110&oldid=176109 * Yoyolin0409 * (+12) /* Quine */
04:52:34 <esolangs> [[Lesser known programming languages]] https://esolangs.org/w/index.php?diff=176111&oldid=173926 * Corbin * (+1493) Rewrite with references and history.
04:54:42 <esolangs> [[List of quines]] https://esolangs.org/w/index.php?diff=176112&oldid=174838 * Yoyolin0409 * (+140) /* Senpai */
04:54:51 <esolangs> [[List of quines]] https://esolangs.org/w/index.php?diff=176113&oldid=176112 * Yoyolin0409 * (+0) /* Septem_Lingua */
05:00:53 <esolangs> [[User talk:DifferentDance8]] https://esolangs.org/w/index.php?diff=176114&oldid=173932 * Corbin * (+171)
05:01:35 -!- nitrix has quit (Ping timeout: 245 seconds).
05:02:04 -!- nitrix has joined.
05:04:30 <esolangs> [[Special:Log/newusers]] create * Anmolam * New user account
05:04:55 -!- Hooloovoo has quit (Ping timeout: 245 seconds).
05:06:49 -!- Hooloovoo has joined.
05:09:32 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=176115&oldid=176078 * Anmolam * (+161) /* Introductions */
05:20:58 -!- lambdabot has quit (Read error: Connection reset by peer).
05:25:52 -!- lambdabot has joined.
05:54:07 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176116&oldid=176110 * PrySigneToFry * (+20)
05:54:12 <esolangs> [[Talk:Funciton/Brainfuckiton]] N https://esolangs.org/w/index.php?oldid=176117 * Yoyolin0409 * (+42) Created page with "==Msg== Oh my god...this is so beautiful.."
05:56:31 <esolangs> [[Talk:Funciton]] https://esolangs.org/w/index.php?diff=176118&oldid=109767 * Yoyolin0409 * (+148)
06:01:43 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176119&oldid=176116 * PrySigneToFry * (-267)
06:08:53 <esolangs> [[User talk:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176120&oldid=176018 * PrySigneToFry * (+409) /* You have been promoted to developers. */ new section
06:09:29 -!- Bowserinator has quit (Server closed connection).
06:09:49 -!- shikhin has quit (Server closed connection).
06:09:58 -!- shikhin has joined.
06:10:48 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=176121&oldid=176016 * PrySigneToFry * (+723) /* You have been promoted to developers. */ new section
06:11:05 <esolangs> [[User talk:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176122&oldid=176120 * Yoyolin0409 * (+8) /* You have been promoted to developers. */
06:11:41 -!- Bowserinator has joined.
06:12:10 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176123&oldid=176057 * Yoyolin0409 * (+160) /* */
06:17:33 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176124&oldid=176119 * Yoyolin0409 * (+251) /* Reserved Area */
06:20:44 <esolangs> [[Talk:Septem Lingua]] https://esolangs.org/w/index.php?diff=176125&oldid=176079 * Yoyolin0409 * (-98) /* */
06:21:28 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176126&oldid=176123 * Yoyolin0409 * (+175) /* */
06:48:27 <esolangs> [[Rune]] https://esolangs.org/w/index.php?diff=176127&oldid=170305 * Timm * (+14)
06:48:40 <esolangs> [[Rune]] https://esolangs.org/w/index.php?diff=176128&oldid=176127 * Timm * (+0)
06:49:13 <esolangs> [[Rune]] https://esolangs.org/w/index.php?diff=176129&oldid=176128 * Timm * (-10)
06:50:09 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=176130&oldid=176070 * Blashyrkh * (+0) /* Brainfuck mimic syntax */ Swap meanings of '-' and '+'
06:58:05 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=176131&oldid=176130 * Blashyrkh * (+113) /* Brainfuck mimic syntax */ Warning
07:01:00 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
07:02:54 -!- Lord_of_Life has joined.
07:04:07 <esolangs> [[Drive-In Window extended TC with Chef]] N https://esolangs.org/w/index.php?oldid=176132 * Yoyolin0409 * (+848) Created page with "{{WIP}} '''Drive-In Window extended TC with Chef''' is an [[esolang]] by [[User:Yoyolin0409]]. The layout is similar to what someone would order at a restaurant. This is actually a fusion of [[Drive-In Window]], [[Drive-In Window TC]]
07:06:21 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176133&oldid=176132 * Yoyolin0409 * (+1558)
07:06:59 <esolangs> [[Flasmi]] https://esolangs.org/w/index.php?diff=176134&oldid=105985 * Yayimhere2(school) * (+1) /* Specification */ fix and unenclosed <code> block.
07:07:18 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176135&oldid=176133 * Yoyolin0409 * (+247) /* In-program commands */
07:08:39 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176136&oldid=176135 * Yoyolin0409 * (+97) /* Variable creation */
07:09:25 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176137&oldid=176136 * Yoyolin0409 * (+126) /* Syntax */
07:12:11 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176138&oldid=176137 * Yoyolin0409 * (+361) /* Syntax */
07:17:10 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176139&oldid=176138 * Yoyolin0409 * (+227) /* Syntax */
07:18:05 <esolangs> [[Talk:Flasmi]] N https://esolangs.org/w/index.php?oldid=176140 * Blashyrkh * (+241) Created page with "Can someone provide an example which evaluates differently in Flasmi and ordinary SK calculus? I believe the "instruction pointer" here is redundant. --~~~~"
07:18:41 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176141&oldid=176139 * Yoyolin0409 * (+178)
07:19:39 <esolangs> [[Drive-In Window extended]] https://esolangs.org/w/index.php?diff=176142&oldid=112123 * Yoyolin0409 * (-2) /* Instructions */
07:21:44 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176143&oldid=176141 * Yoyolin0409 * (+113) /* Syntax */
07:23:42 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176144&oldid=176143 * Yoyolin0409 * (+281) /* Syntax */
07:25:57 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176145&oldid=176144 * Yoyolin0409 * (+252) /* Syntax */
07:26:11 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176146&oldid=176145 * Yoyolin0409 * (+4) /* Syntax */
07:28:32 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176147&oldid=176146 * Yoyolin0409 * (+51) /* Commands and Syntax */
07:28:52 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176148&oldid=176147 * Yoyolin0409 * (+1) /* Syntax */
07:31:27 -!- Sgeo has quit (Read error: Connection reset by peer).
07:34:42 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176149&oldid=176148 * Yoyolin0409 * (+325) /* Syntax */
07:35:41 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176150&oldid=176149 * Yoyolin0409 * (+62) /* Syntax */
07:35:42 <esolangs> [[List of quines]] https://esolangs.org/w/index.php?diff=176151&oldid=176113 * PkmnQ * (+19) /* MSM */ Since this entry, a second MSM has been documented on the wiki
07:36:15 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176152&oldid=176150 * Yoyolin0409 * (+1) /* If elif else */
07:38:40 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176153&oldid=176152 * Yoyolin0409 * (+14)
07:38:42 <esolangs> [[Semi-serious language list]] https://esolangs.org/w/index.php?diff=176154&oldid=175524 * PkmnQ * (+391)
07:40:10 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176155&oldid=176153 * Yoyolin0409 * (+105) /* Syntax */
07:40:29 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176156&oldid=176155 * Yoyolin0409 * (+15)
07:42:45 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176157&oldid=176156 * Yoyolin0409 * (+7) /* Syntax */
07:44:06 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176158&oldid=176157 * Yoyolin0409 * (+7)
07:46:29 -!- izabera has quit (Server closed connection).
07:46:52 -!- izabera has joined.
07:47:08 -!- izabera has changed hostmask to izabera@user/meow/izabera.
07:48:49 -!- chloetax has quit (Server closed connection).
07:49:09 -!- chloetax has joined.
07:56:58 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=176159&oldid=176034 * Yoyolin0409 * (+22) /* In-program commands */
07:57:23 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176160&oldid=176158 * Yoyolin0409 * (+1374)
07:58:02 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176161&oldid=176160 * Yoyolin0409 * (+41) /* Hello World! */
07:58:38 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176162&oldid=176161 * Yoyolin0409 * (-3) /* Hello World! */
07:59:02 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176163&oldid=176162 * Yoyolin0409 * (+0) /* Hello World! */
08:00:14 <esolangs> [[Special:Log/newusers]] create * Alisov0808 * New user account
08:07:34 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176164&oldid=176163 * Yoyolin0409 * (+253) /* Chef Mode */
08:40:08 -!- tromp has joined.
08:44:04 <esolangs> [[Esolangs.org]] https://esolangs.org/w/index.php?diff=176165&oldid=173560 * Yoyolin0409 * (+16) /* Program */
08:54:57 <esolangs> [[Plushie-complete]] https://esolangs.org/w/index.php?diff=176166&oldid=154187 * Yoyolin0409 * (+4) /* Requirement */
09:04:29 -!- shikhin has changed hostmask to ~shikhin@offtopia/offtopian.
09:05:09 <esolangs> [[Complete]] N https://esolangs.org/w/index.php?oldid=176167 * Yoyolin0409 * (+724) Created page with "Complete is an [[esolang]] by [[User:Yoyolin0409]]. It is 'every complete'-complete. ==[[Entropy complete]]== Any errors will be ignored, so dividing by zero is legal, but it won't cause any issues and no return any value. Similarly, leaving a function blank when i
09:12:44 <esolangs> [[Complete]] https://esolangs.org/w/index.php?diff=176168&oldid=176167 * Yoyolin0409 * (+1759)
09:13:01 <esolangs> [[Complete]] https://esolangs.org/w/index.php?diff=176169&oldid=176168 * Yoyolin0409 * (+8)
09:26:33 <esolangs> [[Esolangs.org]] M https://esolangs.org/w/index.php?diff=176170&oldid=176165 * Dragoneater67 * (+1) /* Example */
09:35:51 <esolangs> [[Complete]] https://esolangs.org/w/index.php?diff=176171&oldid=176169 * Yoyolin0409 * (+444)
09:36:54 <esolangs> [[Complete]] https://esolangs.org/w/index.php?diff=176172&oldid=176171 * Yoyolin0409 * (+1) /* Z-complete Level 2 (A-complete) */
09:46:48 <esolangs> [[Cirt e mys]] https://esolangs.org/w/index.php?diff=176173&oldid=175469 * Yayimhere2(school) * (+27) /* Examples */
09:49:28 <esolangs> [[User:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176174&oldid=176071 * Yoyolin0409 * (+43) /* Not Done */
09:49:47 <esolangs> [[User:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176175&oldid=176174 * Yoyolin0409 * (+14) /* Maybe It Can't Be Done */
09:50:14 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176176&oldid=176124 * PrySigneToFry * (+139)
09:50:56 <esolangs> [[NoE]] https://esolangs.org/w/index.php?diff=176177&oldid=172815 * Yoyolin0409 * (-1)
09:52:51 <esolangs> [[Talk:Flasmi]] https://esolangs.org/w/index.php?diff=176178&oldid=176140 * Blashyrkh * (+190)
09:53:38 <esolangs> [[NoE]] https://esolangs.org/w/index.php?diff=176179&oldid=176177 * Yoyolin0409 * (-4)
10:29:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:32:30 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176180&oldid=176176 * PrySigneToFry * (+349)
10:37:35 -!- tromp has joined.
10:40:09 <esolangs> [[User:I am islptng/Silicon dioxide in a polypropylene box]] https://esolangs.org/w/index.php?diff=176181&oldid=162847 * PrySigneToFry * (-2)
10:44:31 <esolangs> [[NO WAY? NO WAY!]] https://esolangs.org/w/index.php?diff=176182&oldid=162468 * PKMN Trainer * (+250) Fixed truth-machine and changed opcodes
10:45:03 <esolangs> [[NO WAY? NO WAY!]] M https://esolangs.org/w/index.php?diff=176183&oldid=176182 * PKMN Trainer * (-28) /* Computational class */
11:26:42 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=176184&oldid=175945 * PKMN Trainer * (+22) /* N */
11:27:01 <esolangs> [[Cat do end]] https://esolangs.org/w/index.php?diff=176185&oldid=170306 * Timm * (+0)
11:48:25 <esolangs> [[Plushie-complete]] https://esolangs.org/w/index.php?diff=176186&oldid=176166 * Dragoneater67mobile * (-4) /* Requirement */ grammar correction and better wording
11:48:48 <esolangs> [[Plushie-complete]] https://esolangs.org/w/index.php?diff=176187&oldid=176186 * Dragoneater67mobile * (+0) /* Requirement */ lowercase
11:49:40 <esolangs> [[Plushie-complete]] https://esolangs.org/w/index.php?diff=176188&oldid=176187 * Dragoneater67mobile * (-3) /* Rules */ some esolangs dont have variables yet can store 2
11:51:36 -!- sftp has joined.
11:51:37 -!- sftp has changed hostmask to ~sftp@user/sftp.
12:11:02 -!- amby has joined.
12:25:24 -!- sftp has quit (Quit: leaving).
12:57:37 <esolangs> [[Pickle.loads is Turing complete]] N https://esolangs.org/w/index.php?oldid=176189 * Gilbert189 * (+5745) Created page with "From a quest of pickling lambda functions, I ([[User:Gilbert189]]) somehow ended up with a proof of Turing completeness for <code>pickle.loads</code>. You can construct an interpreter of [[Tip]], a Turing-complete language, with iterators:
13:17:35 <int-e> https://harshanu.space/en/tech/ccc-vs-gcc/ -- I have to say, making code run 700x slower than gcc -O0 is kind of impressive. (IIUC the main thing is that it creates humongous stack frames that don't fit into the L1 data cache, on top of terrible code that treats x86 as a single register machine.)
13:18:37 <int-e> ...oh and it copies whole stack frames inside a function
13:34:35 <int-e> (Hmm. So I can speculate that they use SSA, but without lifetime analysis, so they need a separate stack slot for each value. Still have to copy new values back when a loop is closed though, hence the big stack-to-stack copies? Ah, who knows, who really cares.)
13:37:17 <int-e> The author says that writing the assembler is hard, but you can probably test case that to death... and we have working assemblers so generating test cases covering all instructions and all the weird encodings automatically is easy.
14:28:35 <esolangs> [[Entropy complete]] https://esolangs.org/w/index.php?diff=176190&oldid=98111 * Yayimhere2(school) * (+73) /* example */
14:28:52 <esolangs> [[Esolangs.org]] https://esolangs.org/w/index.php?diff=176191&oldid=176170 * Aadenboy * (-67)
14:51:12 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176192&oldid=176004 * PrySigneToFry * (+44)
16:14:58 <esolangs> [[User:Aadenboy/Windle]] https://esolangs.org/w/index.php?diff=176193&oldid=175900 * Aadenboy * (+3)
16:22:13 <korvo> int-e: https://awful.systems/comment/10342408 has more comments. It is vaguely compiler-shaped but the algorithms inside are all wrong.
16:23:41 <int-e> korvo: I feel that they would get better code with a good old stack machine approach (at least that releases stack slots in a timely fashion; it's not exactly a frame of course)
16:24:29 <korvo> int-e: Sure, but that wouldn't be vibe coding. (For some of us, it was obvious that vibe coding would not work, but other folks had to spend some money to learn the lesson.)
16:25:34 <int-e> korvo: Oh I know. I'm just viewing this from a "baby's first compiler" perspective.
16:25:45 * int-e is *not* a compiler person.
16:26:40 <int-e> (I know some basics, enough to see huge gaps.)
16:28:38 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=176194&oldid=175075 * Dragoneater67mobile * (+206)
16:28:39 <int-e> "It lacks the 16-bit x86 compiler that is necessary to boot Linux out of real mode." -- hmm from my link I got the impression that it has a backend for that, but generates code that is too big for a 64kb segment?
16:28:59 <esolangs> [[Talk:BoxedLANG]] https://esolangs.org/w/index.php?diff=176195&oldid=176194 * Dragoneater67mobile * (+5)
16:29:06 <int-e> That part was pretty unclear.
16:39:55 <int-e> I forgot that this thing also does almost no error checking. Which is a pretty important part of a compiler, especially in a context where people throw shit at it until it compiles successfully..
17:14:09 <esolangs> [[Output (WarzokERNST135)]] https://esolangs.org/w/index.php?diff=176196&oldid=164025 * RikoMamaBala * (+255)
17:39:10 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] N https://esolangs.org/w/index.php?oldid=176197 * Fly * (+1178) Created page with "Yet Another Stack-Based Esoteric Programming Language (or YASBEPL) is... uh, well it's what it's called. It was created by [[User:Fly]] in 2026 == Instructions == {| class="wikitable" ! Instruction ! Description |- | `>N` | Pu
17:41:53 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176198&oldid=176197 * Fly * (+151)
17:44:00 <esolangs> [[User:Fly]] https://esolangs.org/w/index.php?diff=176199&oldid=111354 * Fly * (+61)
17:46:13 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176200&oldid=176198 * Fly * (+15)
17:55:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:06:01 -!- tromp has joined.
18:07:51 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176201&oldid=176200 * Fly * (+7) /* Truth-Machine */
18:16:57 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176202&oldid=176201 * Aadenboy * (+92)
18:23:04 <esolangs> [[Special:Log/newusers]] create * Theimplementer * New user account
18:30:47 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176203&oldid=176202 * Yayimhere2(school) * (+227) /* Counter from 1 to 10 */
19:00:06 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176204&oldid=176203 * Fly * (-24) /* Instructions */
19:00:12 <esolangs> [[Glucose++]] https://esolangs.org/w/index.php?diff=176205&oldid=175127 * Mrtli08 * (+190)
19:02:33 <esolangs> [[User talk:Yayimhere]] https://esolangs.org/w/index.php?diff=176206&oldid=174090 * Mrtli08 * (+286)
19:08:49 -!- impomatic has joined.
19:13:29 <esolangs> [[Talk:Complete]] N https://esolangs.org/w/index.php?oldid=176207 * Corbin * (+151) Created page with "Isn't this just Turing-completeness? Where did this concept come from? ~~~~"
19:13:39 -!- j4cbo has quit (Server closed connection).
19:13:50 -!- j4cbo has joined.
19:22:04 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176208&oldid=172500 * NTMDev * (+262) /* Errors */
19:25:59 -!- citrons has joined.
19:46:13 -!- Lord_of_Life has quit (Ping timeout: 265 seconds).
19:46:45 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176209&oldid=176208 * NTMDev * (+1214) /* Assertion Errors */
19:47:26 -!- Lord_of_Life has joined.
19:49:13 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176210&oldid=176209 * NTMDev * (+5) /* WarningRaise */
19:49:37 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176211&oldid=176210 * NTMDev * (+17) /* Errors */
19:49:48 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176212&oldid=176211 * NTMDev * (+21) /* = */
19:58:52 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176213&oldid=176212 * NTMDev * (+506) /* WarningRaise */
20:04:51 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176214&oldid=176213 * NTMDev * (+117) /* Error Management */
20:05:49 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176215&oldid=176214 * NTMDev * (-126) /* Error Utility Functions */
20:11:29 <HackEso> A device is a browser session. Please verify your device.
20:18:42 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176216&oldid=176215 * NTMDev * (+1051) /* Error Management */
20:22:37 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176217&oldid=176216 * NTMDev * (+75) /* Types */
20:23:29 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176218&oldid=176217 * NTMDev * (+4) /* Raise */
20:23:46 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176219&oldid=176218 * NTMDev * (-4) /* Raise */
20:24:33 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176220&oldid=176219 * NTMDev * (+167) /* Custom Error creation */
20:53:35 -!- msv has quit (Remote host closed the connection).
20:54:00 -!- msv has joined.
21:02:57 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176221&oldid=176204 * Fly * (-9) /* Hello, World! */
21:18:34 -!- impomatic has quit (Quit: Client closed).
21:23:46 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176222&oldid=176221 * Fly * (+44) /* Truth-Machine */
21:53:20 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176223&oldid=176222 * Fly * (+47) /* Truth-Machine */
22:15:34 <esolangs> [[Direction]] https://esolangs.org/w/index.php?diff=176224&oldid=149439 * Kaveh Yousefi * (+640) Rectified the exemplary 321 program, the same tharfed a duplication of the top stack element as a parasceve to its removal by the ? operation, introduced a twain of further examples, supplemented several page category tags, and added a hyperlink to my interpreter impleme
22:43:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:17:58 -!- Sgeo has joined.
23:24:39 <esolangs> [[Stackowey]] https://esolangs.org/w/index.php?diff=176225&oldid=176064 * Lampe2020 * (+19) /* Syntax */ Replace prick with roof
23:37:15 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176226&oldid=176223 * Fly * (-1) /* Truth-Machine */
23:38:31 <esolangs> [[Trivial brainfuck substitution]] https://esolangs.org/w/index.php?diff=176227&oldid=175744 * Kaveh Yousefi * (+143) Supplemented an entry for the language Hanzifuck.
23:46:04 <esolangs> [[Stackowey]] M https://esolangs.org/w/index.php?diff=176228&oldid=176225 * Lampe2020 * (+86) /* Syntax */ Define ambiguous behaviour
23:55:39 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=176229&oldid=174801 * Kaveh Yousefi * (+86) Amended the truth-machine solution in the Pascal programming language, which would in the case of a zero (0) input lapse in printing the expected single 0 response.
00:36:04 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176230&oldid=176226 * Hotcrystal0 * (+7) formatting fix
00:47:17 -!- 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:52:29 <esolangs> [[Brainfuck]] M https://esolangs.org/w/index.php?diff=176231&oldid=173481 * Lemonsandlimes * (+41) (made it more lighthearted)
00:55:09 <esolangs> [[Brainfuck]] M https://esolangs.org/w/index.php?diff=176232&oldid=176231 * Corbin * (-41) Undo revision [[Special:Diff/176231|176231]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): Revert vandalism.
00:57:22 <esolangs> [[BitBitJump]] https://esolangs.org/w/index.php?diff=176233&oldid=165796 * Lemonsandlimes * (+6)
01:00:34 <esolangs> [[FlipJump]] https://esolangs.org/w/index.php?diff=176234&oldid=158975 * Lemonsandlimes * (+29)
01:06:28 <esolangs> [[Ook!]] https://esolangs.org/w/index.php?diff=176235&oldid=126808 * Lemonsandlimes * (+102)
01:10:32 <esolangs> [[Deadfish]] M https://esolangs.org/w/index.php?diff=176236&oldid=164304 * Lemonsandlimes * (+132)
01:13:02 <esolangs> [[BitBitJump]] M https://esolangs.org/w/index.php?diff=176237&oldid=176233 * Corbin * (-6) Undo revision [[Special:Diff/176233|176233]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): revert vandalism.
01:13:15 <esolangs> [[Fish]] https://esolangs.org/w/index.php?diff=176238&oldid=173764 * Lemonsandlimes * (+65)
01:13:15 <esolangs> [[FlipJump]] M https://esolangs.org/w/index.php?diff=176239&oldid=176234 * Corbin * (-29) Undo revision [[Special:Diff/176234|176234]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): revert vandalism.
01:13:27 <esolangs> [[Ook!]] M https://esolangs.org/w/index.php?diff=176240&oldid=176235 * Corbin * (-102) Undo revision [[Special:Diff/176235|176235]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): revert vandalism.
01:13:38 <esolangs> [[Deadfish]] M https://esolangs.org/w/index.php?diff=176241&oldid=176236 * Corbin * (-132) Undo revision [[Special:Diff/176236|176236]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): revert vandalism.
01:15:19 <esolangs> [[Fish]] M https://esolangs.org/w/index.php?diff=176242&oldid=176238 * Corbin * (-65) Undo revision [[Special:Diff/176238|176238]] by [[Special:Contributions/Lemonsandlimes|Lemonsandlimes]] ([[User talk:Lemonsandlimes|talk]]): revert vandalism.
01:15:36 <esolangs> [[User talk:Lemonsandlimes]] N https://esolangs.org/w/index.php?oldid=176243 * Corbin * (+383) Hi! Please stop vandalising for a moment and read the rules. Thanks!
02:10:12 <esolangs> [[User:Gilbert189/A way to golf Baba is You esolangs]] https://esolangs.org/w/index.php?diff=176244&oldid=150207 * Gilbert189 * (+50) added the new words
02:56:34 -!- impomatic has joined.
03:13:24 <esolangs> [[Befunge]] https://esolangs.org/w/index.php?diff=176245&oldid=170190 * JeffCalc84 * (+214) /* Calculator */
03:13:40 -!- impomatic has quit (Quit: Client closed).
03:35:09 <esolangs> [[Enn]] M https://esolangs.org/w/index.php?diff=176246&oldid=175929 * Las-r * (+32)
06:39:11 <esolangs> [[Output (WarzokERNST135)]] M https://esolangs.org/w/index.php?diff=176247&oldid=176196 * Dragoneater67 * (-7) /* Example programs */ SHORTEB
06:39:28 <esolangs> [[Output (WarzokERNST135)]] https://esolangs.org/w/index.php?diff=176248&oldid=176247 * Dragoneater67 * (+1) /* In Free2Edit */ casing
06:39:59 -!- ais523 has joined.
06:41:36 <ais523> int-e: my understanding is that CCC does have a 16-bit backend but the resulting code is very verbose, so it doesn't work to compile Linux because the code it's trying to compile doesn't fit into a single segment and thus doesn't work in the memory model they were using
06:42:18 <ais523> (remember memory models? apparently 64-bit processors have them too, but almost everyone uses the "the code fits into 4GiB and so does the data" memory model because it's rare to have more than 4GiB of code or static data)
06:43:48 <ais523> if you think about it, if your compiler doesn't do register allocation and is ignoring constraints on the size of the output, generating 16-bit asm or 32-bit asm or 64-bit asm are effectively equivalent (the only hard part would be arithmetic on values that are too wide for the processor)
06:49:40 <ais523> the «while self.pos < self.input.len() && self.input[self.pos].is_ascii_whitespace()» from korvo's link is also interesting – korvo was commenting on the "looks like generated code", but most notable to me is that it implies that the source code is being treated as a sequence of bytes (not unreasonable for a lexer), but interpreted as ASCII (which seems wrong nowadays)
06:50:43 <ais523> and it's very unidiomatic for a handwritten Rust lexer (which would likely be using an iterator over bytes or characters, together with Peekable to do lookahead)
06:54:47 <ais523> ooh… the comments talk about "GEP" (using an acronym directly without expanding it) and that language is clearly plagiarised from LLVM – in LLVM one of the most important operations is called "getelementptr", or "GEP" for short, but IIRC the LLVM devs consider it a bad idea and are trying to get rid od it
06:55:01 <ais523> and other compilers are unlikely to implement that operation in the same way
06:55:29 <ais523> of course, copying teminology from a widely-used compiler doesn't necessarily mean that you've copied code, but it's a bad sign
07:12:07 <b_jonas> ais523: what's the problem with ASCII whitespace only in this context?
07:13:15 <ais523> b_jonas: it's the «self.input[self.pos]» which implies that the lexer can't see multibyte characters at all, because it is reading the input a byte at a time and not using a state machine to recognise, e.g., UTF-8 leading bytes
07:14:00 <ais523> so the problem isn't so much that it's only matching ASCII whitespace, but that it's unable to match multibyte characters for any purpose (which is why it had to use is_ascii_whitespace – Rust has is_whitespace too but it doesn't work given the way that input was read)
07:14:58 <ais523> (there's also the side problem that "ASCII whitespace" isn't well-defined – Rust uses a definition that excludes \v)
07:15:24 <ais523> …and that includes \r, which I guess is inevitable so that \r\n parses, but \r isn't a whitespace character
07:15:58 <ais523> (except on MacOS classic)
07:16:18 <b_jonas> ais523: oh, you didn't say what type self.input is, and I assumed it's just a [u8] containing utf-8 encoded bytes read directly from the source code file, in which case that works fine even if there can be multi-byte characters
07:16:32 <ais523> b_jonas: I also assume it's just a [u8]
07:16:49 <ais523> I agree that this could technically be mixed with something that processes multibyte characters
07:17:01 <zzo38> Unless the multibyte characters are a part of the syntax, or if it uses Shift-JIS or something like that (where the ASCII characters that are in the range of the second byte of Shift-JIS are used), te lexer should just treat them as several bytes.
07:17:10 <b_jonas> and I think it's fine to accept bare \r as a whitespace character, though I don't know what the C or C++ standard specifically says
07:17:15 <ais523> but if so it would be weird to limit the whitespace handling to ASCII
07:17:33 <ais523> b_jonas: the C standard is flexible in the matter, it permits doing that but doesn't require it
07:17:35 <zzo38> (Although, Shift-JIS is not as good as other encodings such as EUC-JP)
07:17:35 <b_jonas> no, in source code I would accept only ascii whitespace
07:17:44 <b_jonas> like in C or rust source code
07:18:02 <ais523> does Rust really not accept non-ASCII whitespace (outside string literals / comments)?
07:18:44 <ais523> <Rust reference> Whitespace is any non-empty string containing only characters that have the Pattern_White_Space Unicode property.
07:18:53 <zzo38> I think it is reasonable to only parse ASCII, and non-ASCII can only be used in string literals and comments
07:19:02 <ais523> it explicitly lists U+2028 and U+2029 as being whitespace
07:19:31 <b_jonas> you're right, https://doc.rust-lang.org/nightly/reference/whitespace.html says it accepts some non-ASCII whitespace. I didn't know that.
07:19:35 <ais523> (although, in situations where it cares about the distinction between horizontal and vertical whitespace, it treats them as horizontal which leads to some weird consequences)
07:20:19 <ais523> zzo38: I think this depends on the context – there are definitely contexts where doing that is reasonable
07:21:15 <zzo38> (Non-ASCII could also be used in character literals, although in that case maybe you should need to declare the character encoding before that should work)
07:21:22 <ais523> for example Perl doesn't assume the source code's encoding unless you explicitly specify it within the source code itself – on systems that are expected to be ASCII- or UTF-8-based it assumes that bytes in the 0x00-0x7F range are ASCII but doesn't make assumptions about what bytes outside that range might mean
07:22:08 <zzo38> I think that is a reasonable way to do it; it is compatible with both ASCII and UTF-8, as well as many other things such as EUC-JP
07:23:27 <b_jonas> I was thinking about something like this for trying to design the syntax of the esoteric language Enchain, and I decided that it's best to say that LF is the only vertical whitespace for the purpose that in a double-quoted string you are allowed to have any bytes other than LF and double quotes for its literal meaning. a future extension could still accept other multi-byte characters as vertical
07:23:33 <b_jonas> whitespace in other context, but they have to accept those vertical whitespace in double-quoted strings.
07:24:17 <zzo38> Is there the document for the Enchain?
07:25:15 <zzo38> What you say can work (although depending on how the programming language works, it might or might not be reasonable to also disallow null characters)
07:25:23 <b_jonas> mind you, the first version of Enchain probably won't have double-quoted strings, but it WILL probably have an escape to output the rest of the line unchanged into the C source code output, and that will also output any whitespace other than LF literally, because I'm not parsing those C lines
07:26:10 <b_jonas> zzo38: I described some details of Enchain on IRC, but I don't have a full document, and I don't even have a full design in my head yet, because I have a lot of questions about how control flow and variables should work, there's part of the theory that I don't understand and might have to ask about it here
07:32:44 <b_jonas> so in the compiler I want to track the graph of all possible control flow to be able to check that any local variable is initialized before it's used, and run a very simple typechecking. this much is simple. but, possibly not in the first version of the language but later, I might want to allow nested functions that can access local variables from their surrounding function, and it's not clear to me yet
07:32:50 <b_jonas> how this combines with tracking the variables.
07:35:41 <b_jonas> the most likely situation is that the first version of the language will just forbid nested functions entirely, and I'll never make a later more advanced version
07:36:26 <b_jonas> so I'll only have local variables and compilation unit global variables
07:50:25 -!- laerling has quit (Server closed connection).
07:50:35 -!- laerling has joined.
07:57:54 -!- Sgeo has quit (Read error: Connection reset by peer).
08:01:41 -!- tromp has joined.
08:48:03 -!- ais523 has quit (Quit: quit).
09:09:50 <esolangs> [[A+B Problem]] https://esolangs.org/w/index.php?diff=176249&oldid=175073 * RikoMamaBala * (+34)
09:42:58 <esolangs> [[Tip]] https://esolangs.org/w/index.php?diff=176250&oldid=132738 * Yayimhere2(school) * (+13) /* Relationships to other languages / language families */
10:01:39 <esolangs> [[User:NoWhy]] M https://esolangs.org/w/index.php?diff=176251&oldid=166118 * NoWhy * (-21)
10:02:00 <esolangs> [[User:NoWhy]] M https://esolangs.org/w/index.php?diff=176252&oldid=176251 * NoWhy * (-106)
10:15:12 <esolangs> [[Talk:End]] https://esolangs.org/w/index.php?diff=176253&oldid=137513 * Blashyrkh * (+179)
10:58:17 -!- ais523 has joined.
11:24:25 -!- int-e has quit (Server closed connection).
11:24:35 -!- int-e has joined.
11:39:04 -!- amby has joined.
12:06:36 -!- lisbeths has joined.
12:39:59 <esolangs> [[User:PKMN Trainer/Sandbox]] N https://esolangs.org/w/index.php?oldid=176254 * PKMN Trainer * (+64) Created page with "Function is a programming language made by [[User:PKMN Trainer]]"
13:00:54 -!- impomatic has joined.
13:49:31 -!- ais523 has quit (Quit: quit).
14:28:04 -!- msv has quit (Remote host closed the connection).
14:28:28 -!- msv has joined.
14:31:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:58:11 <esolangs> [[M]] https://esolangs.org/w/index.php?diff=176255&oldid=172968 * Yayimhere2(school) * (+29) Undo revision [[Special:Diff/172968|172968]] by [[Special:Contributions/Yayimhere2(school)|Yayimhere2(school)]] ([[User talk:Yayimhere2(school)|talk]])
14:58:22 <esolangs> [[M]] https://esolangs.org/w/index.php?diff=176256&oldid=176255 * Yayimhere2(school) * (+152) Undo revision [[Special:Diff/172967|172967]] by [[Special:Contributions/Yayimhere2(school)|Yayimhere2(school)]] ([[User talk:Yayimhere2(school)|talk]])
14:59:11 <esolangs> [[M]] https://esolangs.org/w/index.php?diff=176257&oldid=176256 * Yayimhere2(school) * (-38)
15:07:47 -!- tromp has joined.
15:14:50 -!- ais523 has joined.
15:42:40 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176258&oldid=176230 * Fly * (+415)
15:43:17 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176259&oldid=176258 * Fly * (+32)
15:44:09 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176260&oldid=176259 * Fly * (-24)
15:47:49 <korvo> ais523: What I find interesting is what *wasn't* copied from LLVM. I'm very surprised that the backend isn't using NOLTIS and tiling.
15:48:16 <ais523> korvo: isn't that copied from the lecture notes of every compiler course ever? :-D
15:48:24 <korvo> It was kind of fun to see the exact same logic in my lexer and theirs.
15:48:53 <ais523> if you just want an instruction selection algorithm that's correct, and don't care about performance at all, there probably isn't a reason to use actual registers
15:49:16 <korvo> ais523: Yeah! Or nowadays, at least. It's like a 2008 algorithm, so it doesn't show up in some older compilers. It also doesn't show up in ad-hoc compilers like the older GL shader compilers.
15:49:32 <ais523> "let's create a stack allocation for every temporary and just use %rax to move them back and forth" is both simple and obviously correct, it's just horrifying performance-wise
15:50:19 <ais523> fwiw, I was reading up on NOLTIS and suspect that it isn't the last word in instruction selection – it's fast and near-optimal on its own, but doesn't interact well with register allocation algorithms
15:50:47 <ais523> so I think there might be space for a "near optimal, linear-time, instruction selection and register allocation" algorithm
15:50:52 <ais523> (but I don't know how it works)
15:52:14 <ais523> fwiw I have a suspicion that in code with large inner loops, a good register allocation (especially one that minimizes the number of registers used) is more important than a good instruction selection algorithm (ccc fails horribly at register allocation, to the extent that it's hard to tell how good the instruction selection algorihtm is)
15:53:07 <ais523> most compilers use a spilling algorithm in which everything starts off in spill slots, and then those get optimised to overlap each other and/or replaced by registers
15:53:29 <ais523> I think that's backwards – my approach would be to start with everything in (virtual) registers and force it into spill slots only when necessary
15:53:58 <ais523> although I suspect the two approaches might just end up equivalent when nontrivial amounts of optimisation are applied, it would make a big difference at -O0
16:02:41 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] M https://esolangs.org/w/index.php?diff=176261&oldid=176260 * Dragoneater67mobile * (+5) /* Stack manipulation */ typo fix
16:03:37 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] M https://esolangs.org/w/index.php?diff=176262&oldid=176261 * Dragoneater67mobile * (+13) formatting
16:04:24 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176263&oldid=176262 * Dragoneater67mobile * (+5)
16:06:52 <korvo> ais523: Yeah. I wonder whether we've been scared for too long due to the NP-hardness of register allocation. Folklore says that a greedy virtual-register algorithm, which first computes a program using hundreds of registers and then slowly pares it down by spilling, must miss some optimal solutions or else P=NP. But maybe optimal solutions aren't actually that big of a deal?
16:07:28 <korvo> Like, AFAIK there's usually not a performance impact from *using* a GPR on the typical architecture. So if you already have a solution that fits within your GPR budget then there's no need to push for an optimal solution.
16:07:29 <ais523> the real question is as to whether there's a good polynomial time approximation
16:07:58 <korvo> Instead the reason to avoid using registers is to avoid imposing spill or save/restore costs on *callers*.
16:08:05 <ais523> so I think there is a reason to try to push the GPR budget smaller
16:08:39 <ais523> and that's that it allows for better interprocedural optimisations, which both help beyond the point where you can't reasonably inline, and reduce the amount of inlining that's required for good performance
16:08:53 <ais523> right, you keep the GPR budget low so that the caller doesn't have to spill so mich
16:09:59 <ais523> looks like https://en.wikipedia.org/wiki/APX is the relevant computational class for this sort of thing
16:20:00 <korvo> I wonder whether this is another win for static linking. I could imagine that DLLs/DSOs could be separately optimized prior to release, or perhaps optimized on-device during installation, to reduce the cost of fastcalls. I don't remember which ABIs support that sort of dynamic fastcall though.
16:20:57 <korvo> ...Maybe I skipped ahead a little. I was imagining that whole-program compilation of an executable would use a different register-allocation strategy than compiling a reusable DSO.
16:30:02 <ais523> I can imagine the equivalent of a DLL import library stating how many registers each function uses, so that the importing code could optimise around that
16:30:18 <ais523> but it probably wouldn't be too useful because then you wouldn't necessarily be able to swap the DLL out with a newer version
16:30:57 <ais523> hmm, what's the generic term for "callable things provided by a DLL"? "symbol" is too general but "function" not general enough
16:32:21 <korvo> Same reasoning applies to GOT and PLT. We want the early binding, but we still hardcoded some of the names so it's already partially bound. A compromise between the early- and late-binding camps.
16:33:56 <ais523> oh, maybe "procedure" is the generic term, the acronym "PLT" uses it for that purpose
16:34:43 <ais523> (although when I was first learning programming, the terminology of the time was that a "procedure" was unable to return a value)
16:35:46 <korvo> (And then there's "routine" from the dinosaur years)
16:38:30 <ais523> hmm, is a subroutine like a smaller routine?
16:55:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:08:02 <fizzie> Maybe it's a static call stack depth thing. `main` is the (only) routine, the things it directly calls are sub-routines, the things called from there are sub-sub-routines, and so on.
17:11:01 -!- tromp has joined.
17:11:19 <ais523> hmm, does this make the shell a superroutine?
17:11:48 <ais523> or maybe the dynamic loader
17:20:33 <esolangs> [[User:PKMN Trainer/Sandbox]] https://esolangs.org/w/index.php?diff=176264&oldid=176254 * PKMN Trainer * (+1107)
17:26:26 <esolangs> [[Special:Log/move]] move * PKMN Trainer * moved [[User:PKMN Trainer/Sandbox]] to [[Functionable]]: moving to namespace
17:29:12 <esolangs> [[Functionable]] https://esolangs.org/w/index.php?diff=176267&oldid=176265 * PKMN Trainer * (+56)
17:39:20 -!- impomatic has quit (Quit: Client closed).
17:58:34 <b_jonas> ais523: what's the difference between a spill slot and a virtual register?
17:58:55 <ais523> spill slots have a memory address
17:59:32 <ais523> whereas virtual registers can be a single GPR, or repeatedly moved between GPRs, or spilled onto the stack into a spill slot
18:00:01 <b_jonas> ais523 “the terminology of the time was that a ‘procedure’ was unable to return a value” => because that's the Pascal terminology. now we use scheme terminology, where a procedure can return a value or even multiple values
18:01:01 -!- gAy_Dragon has quit (*.net *.split).
18:01:16 -!- A_Dragon has joined.
18:01:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:03:28 -!- tromp has joined.
18:06:31 <fizzie> I think canonical FORTRAN terminology is that you can have a FUNCTION (can return a value), or a SUBROUTINE (cannot return a value), but both of them are a type of procedure.
18:08:21 <fizzie> FORTRAN 77: "A subprogram is a program unit that has a FUNCTION, SUBROUTINE, or BLOCK DATA statement as its first statement. A subprogram whose first statement is a FUNCTION statement is called a function subprogram. A subprogram whose first statement is a SUBROUTINE statement is called a subroutine subprogram. Function subprograms and subroutine subprograms are called procedure subprograms."
18:08:34 <fizzie> I have to say, "subroutine subprogram" is a bit of a mouthful.
18:09:38 <int-e> Should be popular with streamers with all those subs.
18:10:04 <fizzie> I wonder if people discussing the FORTRAN 77 standard sometimes abbreviated them to "funsubs" and "subsubs".
18:12:39 <b_jonas> int-e: yeah, the terminology there is just as confusing. "subscribe" on Youtube and "follow" on Twitch are the free thing; "subscribe" on Twitch is and "join" on Youtube is where you pay money to the provider
18:13:18 <fizzie> Remeber to like and subscribe, and click the bell.
18:15:39 <HackEso> 51) <oklopol> actually just ate some of the dog food because i didn't have any human food... after a while they start tasting like porridge \ 82) <Gregor> Well yeah, but furthermore unlike, oh, say, an Apple product, you don't have to sign their "we own your sperm" license agreement to GET that SDK and the requisite libraries. [...] <Gregor> pikhq: Sure, but it's the only way Apple could get a first-born-son clause into a modern licensing agreement without
18:15:49 <HackEso> This is something people on the channel like to talk about. We're often unsure what this is, though. Nobody likes this.
18:15:58 * pikhq meows after a random ping
18:42:21 -!- impomatic has joined.
18:42:39 <fizzie> Oh, is there no anti-ping mechanism in HackEso quote listing? I guess there isn't.
18:47:51 <esolangs> [[Binary-encoded Minsky machine]] https://esolangs.org/w/index.php?diff=176268&oldid=144805 * RikoMamaBala * (+275) Corrected grammar errors
18:48:47 -!- ais523 has quit (Quit: quit).
18:51:48 <esolangs> [[1BNWL]] M https://esolangs.org/w/index.php?diff=176269&oldid=155592 * RikoMamaBala * (+0)
18:55:35 -!- lisbeths has quit (Quit: Connection closed for inactivity).
19:36:25 -!- iovoid has quit (Quit: iovoid has quit!).
19:40:31 -!- iovoid has joined.
19:45:42 -!- Lord_of_Life_ has joined.
19:46:41 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
19:48:35 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:53:49 <korvo> Ugh, had a good pun, now must resist the urge. Viola: a derivative of Cello which is capability-safe, mostly by omitting features of C. Like Vixen, compiles to execline. Could be practically used to make lightweight syscall wrappers.
19:57:26 -!- A_Dragon has changed nick to gAy_Dragon.
20:22:31 -!- ais523 has joined.
20:30:51 -!- JAA has quit (Server closed connection).
20:31:02 -!- JAA has joined.
20:33:02 -!- impomatic has quit (Quit: Client closed).
20:41:39 -!- pikhq has quit (Server closed connection).
20:41:50 -!- pikhq has joined.
20:46:36 -!- ais523 has quit (Quit: quit).
21:15:10 -!- int-e has quit (Quit: Reconnecting).
21:15:19 -!- int-e has joined.
22:10:51 -!- jix_ has quit (Server closed connection).
22:11:10 -!- jix has joined.
22:30:41 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
22:31:34 -!- Lord_of_Life has joined.
23:04:42 -!- Sgeo has joined.
23:36:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:48:10 -!- pool has joined.
00:15:53 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176270&oldid=176263 * Fly * (+274)
00:17:20 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176271&oldid=176270 * Fly * (+24) /* Greater than */
00:17:33 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176272&oldid=176271 * Fly * (+23) /* Less than */
00:27:37 -!- msv has quit (Remote host closed the connection).
00:28:01 -!- msv has joined.
01:12:40 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
01:13:02 -!- Lord_of_Life has joined.
01:32:59 -!- esolangs has quit (Server closed connection).
01:33:43 -!- esolangs has joined.
01:33:44 -!- ChanServ has set channel mode: +v esolangs.
01:34:06 -!- pool has joined.
01:52:11 -!- MizMahem has quit (Server closed connection).
01:52:22 -!- MizMahem has joined.
01:58:14 -!- msv has quit (Ping timeout: 268 seconds).
02:01:39 -!- 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:22:11 -!- zemhill has quit (Server closed connection).
02:22:22 -!- zemhill has joined.
03:15:36 -!- msv has joined.
03:27:49 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176273&oldid=176220 * NTMDev * (+52)
03:28:04 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176274&oldid=176273 * NTMDev * (-2)
03:37:53 -!- lisbeths has joined.
05:03:07 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=176275&oldid=175406 * None1 * (+1653)
05:18:19 -!- Sgeo has quit (Ping timeout: 264 seconds).
05:21:39 -!- ProofTechnique_ has quit (Server closed connection).
05:21:48 -!- ProofTechnique_ has joined.
06:08:16 -!- Sgeo has joined.
06:24:19 -!- Melvar has quit (Server closed connection).
06:24:45 -!- Melvar has joined.
07:37:29 -!- tromp has joined.
07:47:29 <esolangs> [[Special:Log/newusers]] create * NeurosamaLover * New user account
07:58:12 -!- FireFly has quit (Server closed connection).
07:58:37 -!- FireFly has joined.
08:39:40 -!- Sgeo has quit (Read error: Connection reset by peer).
09:04:03 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176276&oldid=176180 * PrySigneToFry * (+387)
09:08:39 -!- lisbeths has quit (Quit: Connection closed for inactivity).
09:12:52 -!- ehmry has quit (Server closed connection).
09:13:03 -!- ehmry has joined.
09:27:59 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=176277&oldid=176115 * NeurosamaLover * (+219)
09:34:06 <esolangs> [[User:NeurosamaLover]] N https://esolangs.org/w/index.php?oldid=176278 * NeurosamaLover * (+581) Created page with "= NeurosamaLover = I'm an esoteric language designer and programmer. == Languages I've created == * [[ZeroStack2D]] A stack-based, 2D grid esoteric language, Turing-complete, inspired by Befunge and Brainfuck. == Interests == * Esoteric programming
09:43:37 <esolangs> [[ZeroStack2D]] N https://esolangs.org/w/index.php?oldid=176279 * NeurosamaLover * (+2090) Created page with "= ZeroStack2D = ZeroStack2D is a stack-based, 2D grid esoteric programming language, designed to be Turing-complete. It draws inspiration from Befunge and Brainfuck, combining 2D instruction pointer movement with a minimal stack-based execution model. == Ov
09:51:22 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176280&oldid=176279 * NeurosamaLover * (+2175) /* Implementations */
09:52:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:56:28 -!- tromp has joined.
10:37:19 <lambdabot> METAR LOWI 191020Z AUTO 27014KT 9999 SCT050 BKN060 04/M00 Q1000 BECMG FM1100 4000 -RASN
10:45:38 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176281&oldid=176276 * Yoyolin0409 * (+2) /* Note */
10:48:27 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176282&oldid=176281 * Yoyolin0409 * (+0) /* Preprocessors */
10:50:35 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176283&oldid=176282 * Yoyolin0409 * (-20)
10:52:10 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176284&oldid=176283 * Yoyolin0409 * (+25) /* Other */
10:53:10 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176285&oldid=176284 * Yoyolin0409 * (+130) /* By PSTF himself */
10:54:03 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176286&oldid=176285 * Yoyolin0409 * (+6) /* Syntax */
10:54:56 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176287&oldid=176286 * Yoyolin0409 * (+31) /* math */
10:55:01 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176288&oldid=176287 * Yoyolin0409 * (+5) /* math */
10:58:51 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176289&oldid=176288 * Yoyolin0409 * (+295) /* Standard Libraries */
11:00:11 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176290&oldid=176289 * Yoyolin0409 * (+70) /* Examples */
11:01:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176291&oldid=176290 * Yoyolin0409 * (+146) /* Note */
11:02:14 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176292&oldid=176291 * Yoyolin0409 * (+3) /* math */
11:02:35 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176293&oldid=176292 * Yoyolin0409 * (+12) /* Standard Libraries */
11:04:32 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176294&oldid=176293 * Yoyolin0409 * (+69) /* math_c */
11:05:58 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176295&oldid=176294 * Yoyolin0409 * (-15) /* math */
11:06:05 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176296&oldid=176295 * Yoyolin0409 * (-13) /* math_c */
11:06:17 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176297&oldid=176296 * Yoyolin0409 * (+0) /* More Coincidence */
11:06:48 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176298&oldid=176297 * Yoyolin0409 * (+1) /* Turing completeness proof using brainfuck */
11:09:02 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176299&oldid=176298 * Yoyolin0409 * (+8) /* Preprocessors */
11:09:31 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176300&oldid=176299 * Yoyolin0409 * (+69) /* By PSTF himself */
11:10:33 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176301&oldid=176300 * Yoyolin0409 * (+48) /* Other */
11:12:44 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176302&oldid=176301 * Yoyolin0409 * (+41) /* Other */
11:13:35 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176303&oldid=176302 * Yoyolin0409 * (+1) /* By PSTF himself */
11:16:34 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176304&oldid=176303 * Yoyolin0409 * (+35) /* Examples */
11:17:48 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176305&oldid=176304 * Yoyolin0409 * (+1) /* Error */
11:17:58 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176306&oldid=176305 * Yoyolin0409 * (-36) /* Confusing ghostly things */
11:19:29 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176307&oldid=176306 * Yoyolin0409 * (+110) /* Preprocessors */
11:22:37 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176308&oldid=176307 * Yoyolin0409 * (+89) /* Preprocessors */
11:23:29 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176309&oldid=176308 * Yoyolin0409 * (+109) /* Note */
11:24:26 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176310&oldid=176309 * Yoyolin0409 * (+0) /* Syntax */
11:25:01 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176311&oldid=176310 * Yoyolin0409 * (+49) /* Note */
11:25:14 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176312&oldid=176311 * Yoyolin0409 * (+1) /* Note */
11:25:37 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176313&oldid=176312 * Yoyolin0409 * (+19) /* Note */
11:25:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176314&oldid=176313 * Yoyolin0409 * (+0) /* Note */
11:28:15 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176315&oldid=176314 * Yoyolin0409 * (-17) /* Note */
11:30:55 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176316&oldid=176315 * Yoyolin0409 * (+2) /* Note */
11:33:27 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176317&oldid=176316 * Yoyolin0409 * (+2) /* Note */
11:35:25 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176318&oldid=176317 * Yoyolin0409 * (+37) /* Note */
11:36:12 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176319&oldid=176318 * Yoyolin0409 * (+5) /* Note */
11:37:36 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176320&oldid=176319 * Yoyolin0409 * (-48) /* Note */
11:46:17 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176321&oldid=118853 * None1 * (+5) /* n-th Fibonacci number */
11:46:32 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176322&oldid=176321 * None1 * (+2) /* Factorial */
11:55:42 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176323&oldid=176322 * None1 * (+9) /* Factorial */
11:56:46 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176324&oldid=176323 * None1 * (+2) /* n-th Fibonacci number */
11:58:47 -!- mizuki has joined.
11:58:49 -!- mizuki has quit (Client Quit).
11:58:52 -!- APic has quit (Server closed connection).
11:59:08 -!- mizuki68439034 has joined.
11:59:09 -!- APic has joined.
12:00:33 -!- mizuki68439034 has quit (Client Quit).
12:48:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:06:11 -!- tromp has joined.
13:07:29 -!- impomatic has joined.
13:08:57 <esolangs> [[ZeroStack2D]] M https://esolangs.org/w/index.php?diff=176325&oldid=176280 * Dragoneater67mobile * (-13) /* Implementations */
13:10:10 <esolangs> [[User:Pifrited/PasteBin]] https://esolangs.org/w/index.php?diff=176326&oldid=175418 * Pifrited * (+24959)
13:23:22 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176327&oldid=176320 * PrySigneToFry * (+89)
13:23:39 -!- izabera has quit (Server closed connection).
13:23:56 -!- izabera has joined.
13:32:37 -!- amby has joined.
14:09:44 -!- izabera has changed hostmask to izabera@user/meow/izabera.
14:35:01 <esolangs> [[Tip]] https://esolangs.org/w/index.php?diff=176328&oldid=176250 * Yayimhere2(school) * (-4) /* External resources */ delink [[M]] since its the wrong M
14:35:52 <esolangs> [[M]] https://esolangs.org/w/index.php?diff=176329&oldid=176257 * Yayimhere2(school) * (-143)
15:17:21 -!- impomatic has quit (Quit: Client closed).
15:23:02 -!- impomatic has joined.
15:34:18 <esolangs> [[Septem Lingua]] M https://esolangs.org/w/index.php?diff=176330&oldid=176327 * PrySigneToFry * (+125)
15:47:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:50:52 -!- j4cbo has quit (Server closed connection).
15:51:02 -!- j4cbo has joined.
15:57:28 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176331&oldid=176325 * Aadenboy * (-17) remove h1
15:58:08 <esolangs> [[ZeroStack2D]] M https://esolangs.org/w/index.php?diff=176332&oldid=176331 * Aadenboy * (+4) prime
16:07:10 <esolangs> [[Talk:ZeroStack2D]] N https://esolangs.org/w/index.php?oldid=176333 * Aadenboy * (+377) doubt TC
16:20:12 <korvo> https://esolangs.org/wiki/User:Pifrited/PasteBin is still being used even after they were warned.
16:22:42 -!- tromp has joined.
16:34:51 -!- lisbeths has joined.
17:03:00 -!- impomatic has quit (Quit: Client closed).
17:18:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:28:43 -!- impomatic has joined.
17:57:02 -!- tromp has joined.
19:21:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:45:50 -!- Lord_of_Life_ has joined.
19:46:18 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
19:47:11 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:53:10 -!- pool has quit (Quit: The Lounge - https://thelounge.chat).
19:53:57 -!- pool has joined.
19:54:54 -!- somefan has joined.
20:03:26 -!- somefan has quit (Remote host closed the connection).
20:03:35 -!- somefan has joined.
20:04:14 -!- impomatic has quit (Quit: Client closed).
20:08:55 -!- somefan has quit (Remote host closed the connection).
20:37:42 -!- Sgeo has joined.
20:46:16 -!- mcfrdy has quit (Server closed connection).
20:46:36 -!- mcfrdy has joined.
21:05:06 -!- krychu has quit (Server closed connection).
21:05:46 -!- krychu has joined.
21:08:16 -!- fizzie has quit (Server closed connection).
21:08:55 -!- fizzie has joined.
21:33:36 -!- shachaf has quit (Server closed connection).
21:38:58 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176334&oldid=176272 * Fly * (-19) /* Interpreter */
21:41:29 -!- shachaf has joined.
21:41:54 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176335&oldid=176334 * Fly * (+128) /* Stack manipulation and other operations */
21:45:00 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176336&oldid=176335 * Fly * (-14) /* Less than */
21:45:21 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176337&oldid=176336 * Fly * (-14) /* Greater than */
22:02:45 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176338&oldid=176246 * Las-r * (+192) Update to current and remove usage
22:04:58 -!- tromp has joined.
22:28:34 <esolangs> [[User:Las-r]] N https://esolangs.org/w/index.php?oldid=176339 * Las-r * (+82) Created page with "i make esolangs, sometimes you can find my stuff [https://github.com/las-r here]."
22:30:41 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176340&oldid=176338 * Las-r * (+300) Add infobox and fix codeblocks
22:32:22 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176341&oldid=176340 * Aadenboy * (+4) remove h1
22:32:29 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176342&oldid=176341 * Aadenboy * (+2) bold
22:56:18 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176343&oldid=176337 * Fly * (-135) /* Stack manipulation and other operations */
23:01:37 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176344&oldid=176343 * Fly * (+0) /* Stack manipulation and other operations */
23:12:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:14:16 <fizzie> Hmm, I wonder how long it'll be before we get our first OpenClaw(-style) contributor.
00:41:34 -!- 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:45:06 -!- Artea has quit (Server closed connection).
00:58:16 -!- Artea has joined.
01:59:46 -!- mich181189 has quit (Server closed connection).
01:59:57 -!- mich181189 has joined.
02:09:46 -!- jgardner has quit (Server closed connection).
02:09:57 -!- jgardner has joined.
03:01:35 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176345&oldid=176324 * None1 * (-31) /* built-in functions */
03:21:43 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176346&oldid=176345 * None1 * (+10719) Add [[hello world]]
03:21:57 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176347&oldid=176346 * None1 * (+2) /* Hello, world! (unoptimized) */
03:24:08 -!- tetsuo-cpp has quit (Ping timeout: 256 seconds).
03:25:59 -!- tetsuo-cpp has joined.
03:26:03 -!- MizMahem has quit (Ping timeout: 272 seconds).
03:27:01 -!- MizMahem has joined.
03:38:34 -!- dragoneater67 has joined.
03:41:53 <esolangs> [[Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176348&oldid=176347 * None1 * (+175) /* Hello, world! (unoptimized) */ add Python interpreter and change unimplemented to implemented
04:34:56 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=176349&oldid=173387 * NeurosamaLover * (+247)
04:47:30 <esolangs> [[Talk:Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=176350&oldid=174897 * NeurosamaLover * (+1727)
04:54:40 <korvo> lisbeths: I'm familiar with it. For which language?
04:56:18 <lisbeths> As a replacement for llvm korvo what's your opinion on sea of nodes
04:56:37 <lisbeths> Also is sea of nodes related to your research on the universal compiler interface
04:56:56 <korvo> It probably does alright. Depends on the nature of the input language, really. It's a great choice for pure languages that are driven by data dependency.
04:58:14 <korvo> If your language is more like C or Algol, with lots of side effects, then something like LLVM or QBE is going to do better. They're designed with a kind of SSA that does well with lots of reads and writes to memory.
05:00:22 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176351&oldid=176332 * NeurosamaLover * (-14)
05:04:11 <lisbeths> Korvo what would you recommend as a stable successor to llvm for the browser?
05:07:48 <esolangs> [[Talk:ZeroStack2D]] https://esolangs.org/w/index.php?diff=176352&oldid=176333 * NeurosamaLover * (+940)
05:14:19 <esolangs> [[Talk:ZeroStack2D]] https://esolangs.org/w/index.php?diff=176353&oldid=176352 * NeurosamaLover * (+228) /* EXAMPLES */
05:15:55 <korvo> lisbeths: I'm not sure. LLVM can emit WASM, I think, although I'm not sure if it supports any ABIs besides WASI.
05:16:07 <korvo> So it's really a question of what kind of backend you want.
05:26:21 <esolangs> [[Talk:Bruh():bruh()]] N https://esolangs.org/w/index.php?oldid=176354 * NeurosamaLover * (+1205) Created page with "==OPINIONS== Your code is so long, longer than my brainfuck hello world: <pre> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
05:26:46 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176355&oldid=176354 * NeurosamaLover * (+105)
05:27:49 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176356&oldid=176355 * NeurosamaLover * (+110)
05:29:33 <esolangs> [[Talk:ZeroStack2D]] https://esolangs.org/w/index.php?diff=176357&oldid=176353 * NeurosamaLover * (-3)
05:40:36 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176358&oldid=176356 * Dragoneater67 * (+301) my opinion
05:43:41 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176359&oldid=176358 * Blashyrkh * (+166)
05:44:56 -!- cactushead has quit (Server closed connection).
05:45:19 -!- cactushead has joined.
05:46:49 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176360&oldid=176359 * None1 * (+371) I'm too lazy to do that
05:56:45 <lisbeths> korvo trump just tweeted that extraterrestrials are real
05:58:51 <korvo> lisbeths: Ancient-aliens hypotheses have no evidence. What you are seeing is a pederast trying to distract us from seeking justice.
06:47:36 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=176361&oldid=176053 * Dragoneater67 * (+24)
06:52:27 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176362&oldid=175629 * Dragoneater67mobile * (-33) it failed its goal (see the examples section), so i moved the goalpost
06:56:11 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=176363&oldid=176349 * Dragoneater67 * (+305)
06:58:38 <esolangs> [[User:Dragoneater67/monobook.js]] https://esolangs.org/w/index.php?diff=176364&oldid=173899 * Dragoneater67 * (-7) Blanked the page
07:10:05 -!- dragoneater67 has quit (Quit: Leaving.).
08:08:23 <esolangs> [[User:I am islptng]] https://esolangs.org/w/index.php?diff=176365&oldid=174434 * I am islptng * (+444)
08:14:45 <esolangs> [[Category talk:Stubs]] https://esolangs.org/w/index.php?diff=176366&oldid=170053 * Blashyrkh * (+196) /* Very short description, but link to dedicated website */ new section
08:28:10 -!- tromp has joined.
08:38:30 -!- Sgeo has quit (Read error: Connection reset by peer).
08:49:01 <esolangs> [[Brain-os source code (not an esolang but an esolang-built OS)]] https://esolangs.org/w/index.php?diff=176367&oldid=175064 * Yayimhere2(school) * (+8) /* Editing guide */
09:00:09 -!- b_jonas has quit (Ping timeout: 252 seconds).
09:17:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:25:52 <esolangs> [[5 bits, 160 bytes]] N https://esolangs.org/w/index.php?oldid=176368 * Timm * (+8) Created page with "= timm ="
09:26:13 <esolangs> [[5 bits, 160 bytes]] https://esolangs.org/w/index.php?diff=176369&oldid=176368 * Timm * (+0)
09:31:42 -!- tromp has joined.
09:33:58 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=176370&oldid=176184 * NeurosamaLover * (+18) /* Z */
09:37:44 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176371&oldid=176351 * NeurosamaLover * (+3481) /* Implementations */
09:42:14 <esolangs> [[User:Dragoneater67/*$(^$)! solver]] N https://esolangs.org/w/index.php?oldid=176372 * Dragoneater67 * (+2086) add my glorious c++ solver
09:43:53 <esolangs> [[User:Dragoneater67/*$(^$)! solver]] https://esolangs.org/w/index.php?diff=176373&oldid=176372 * Dragoneater67 * (+4)
09:44:35 <esolangs> [[User:Dragoneater67/*$(^$)! solver]] https://esolangs.org/w/index.php?diff=176374&oldid=176373 * Dragoneater67 * (+1)
09:44:50 <esolangs> [[User:Dragoneater67/*$(^$)! solver]] https://esolangs.org/w/index.php?diff=176375&oldid=176374 * Dragoneater67 * (+0)
09:45:09 <esolangs> [[Special:Log/move]] move * Dragoneater67 * moved [[User:Dragoneater67/*$(^$)! solver]] to [[User:Dragoneater67/*$@(^$)! solver]]: Misspelled title
09:48:56 -!- lynndotpy60936 has quit (Server closed connection).
09:49:16 -!- lynndotpy60936 has joined.
10:08:01 -!- dragoneater67 has joined.
10:08:03 -!- dragoneater67 has quit (Client Quit).
10:08:19 -!- dragoneater67 has joined.
10:10:30 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176378&oldid=176360 * NeurosamaLover * (+697) /* OPINIONS */
10:13:22 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176379&oldid=176378 * NeurosamaLover * (+134)
10:13:28 <esolangs> [[Talk:Bruh():bruh()]] M https://esolangs.org/w/index.php?diff=176380&oldid=176379 * Dragoneater67 * (+17)
10:14:36 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176381&oldid=176278 * NeurosamaLover * (+18) /* Languages I've created */
10:14:51 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176382&oldid=176380 * Dragoneater67 * (+356)
10:15:37 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176383&oldid=176381 * NeurosamaLover * (-35) /* Contact */
10:16:10 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176384&oldid=176383 * NeurosamaLover * (-20) /* NeurosamaLover */
10:26:34 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176385&oldid=176382 * Yayimhere2(school) * (+291) /* OPINIONS */
10:37:39 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176386&oldid=176384 * NeurosamaLover * (+1142)
10:43:36 <esolangs> [[User talk:NeurosamaLover]] N https://esolangs.org/w/index.php?oldid=176387 * Dragoneater67 * (+428) Created page with "==fix your categories== <nowiki>[[Category:User]] and [[Category:Esoteric language designers]]</nowiki> do not exist, you probably should remove these ~~~~"
10:44:47 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176388&oldid=176387 * Yayimhere2(school) * (+150) /* fix your categories */
10:50:42 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176389&oldid=176371 * NeurosamaLover * (+64) /* Overview */
10:52:30 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176390&oldid=176344 * Fly * (+139) /* Stack manipulation and other operations */
10:52:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:54:09 -!- tromp has joined.
10:59:06 -!- Lymia has quit (Server closed connection).
10:59:19 -!- Lymia has joined.
11:05:00 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176391&oldid=176388 * Blashyrkh * (+141) /* Nice design of personal page */ new section
11:12:08 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176392&oldid=176389 * NeurosamaLover * (-6)
11:12:17 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176393&oldid=176390 * Yayimhere2(school) * (+264)
11:17:29 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176394&oldid=176393 * Fly * (+0)
11:17:54 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176395&oldid=176392 * NeurosamaLover * (+74)
11:20:45 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176396&oldid=176394 * Fly * (+298) /* Stack manipulation and other operations */
11:24:31 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176397&oldid=176385 * Dragoneater67 * (+406) no worky :(
11:34:29 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176398&oldid=176397 * Dragoneater67 * (+98) /* i abused interpreter bug to golf hello world */ new section
11:36:31 <esolangs> [[Talk:Bruh():bruh()]] https://esolangs.org/w/index.php?diff=176399&oldid=176398 * Blashyrkh * (+151) /* OPINIONS */
11:38:07 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176400&oldid=176396 * Fly * (+2) /* Duplicate top two elements of the stack */
11:39:12 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176401&oldid=176400 * Fly * (-2) /* Duplicate top two elements of the stack */
11:47:39 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176402&oldid=176386 * NeurosamaLover * (-60)
12:06:07 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176403&oldid=176402 * NeurosamaLover * (+46)
12:06:16 -!- xelxebar has quit (Server closed connection).
12:06:37 -!- xelxebar has joined.
12:07:04 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176404&oldid=176395 * NeurosamaLover * (-5667)
12:32:28 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176405&oldid=176330 * Yoyolin0409 * (-54) /* Standard Library Area */
12:32:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176406&oldid=176405 * Yoyolin0409 * (+15) /* math */
12:33:36 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176407&oldid=176406 * Yoyolin0409 * (+13) /* math */
12:40:03 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176408&oldid=176407 * Yoyolin0409 * (+42) /* Preprocessors */
12:40:23 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176409&oldid=176408 * Yoyolin0409 * (+17) /* Other */
12:42:06 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176410&oldid=176409 * Yoyolin0409 * (+117) /* operator */
12:42:36 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176411&oldid=176410 * Yoyolin0409 * (+7) /* operator */
12:42:51 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176412&oldid=176411 * Yoyolin0409 * (+5) /* lambda */
12:43:13 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176413&oldid=176412 * Yoyolin0409 * (+7) /* operator */
12:46:06 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176414&oldid=176413 * Yoyolin0409 * (+107) /* Preprocessors */
12:46:47 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176415&oldid=176414 * Yoyolin0409 * (+2) /* Misc */
12:47:25 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176416&oldid=176415 * Yoyolin0409 * (+2) /* Preprocessors */
12:47:42 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176417&oldid=176416 * Yoyolin0409 * (+0) /* Turing completeness proof using brainfuck */
12:53:10 <esolangs> [[This machine is a server. DO NOT POWER IT DOWN!!]] https://esolangs.org/w/index.php?diff=176418&oldid=173520 * Yoyolin0409 * (+7) /* syntax */
12:59:44 <esolangs> [[This machine is a server. DO NOT POWER IT DOWN!!]] https://esolangs.org/w/index.php?diff=176419&oldid=176418 * Yoyolin0409 * (+4) /* Hello, world! */
13:05:32 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176420&oldid=176401 * Fly * (+1) /* Stack manipulation and other operations */
13:08:37 <esolangs> [[Goatoo]] https://esolangs.org/w/index.php?diff=176421&oldid=83445 * DynCoder * (-47)
13:28:26 -!- Bowserinator has quit (Server closed connection).
13:30:02 -!- Bowserinator has joined.
13:37:46 <esolangs> [[Not]] https://esolangs.org/w/index.php?diff=176422&oldid=166546 * Yoyolin0409 * (+105)
13:39:19 <esolangs> [[Unhappy]] https://esolangs.org/w/index.php?diff=176423&oldid=166665 * Yoyolin0409 * (+38)
13:55:17 -!- impomatic has joined.
13:58:31 -!- amby has joined.
14:10:50 <esolangs> [[BuzzFish]] https://esolangs.org/w/index.php?diff=176424&oldid=166554 * Yayimhere2(school) * (+34) /* the syntax */
14:11:47 <esolangs> [[BuzzFish]] https://esolangs.org/w/index.php?diff=176425&oldid=176424 * Yayimhere2(school) * (-3) /* the syntax */
14:13:47 <esolangs> [[BuzzFish]] https://esolangs.org/w/index.php?diff=176426&oldid=176425 * Yayimhere2(school) * (+0) /* the syntax */
14:16:16 -!- b_jonas has joined.
14:19:13 <esolangs> [[2Definer]] https://esolangs.org/w/index.php?diff=176427&oldid=175752 * Yoyolin0409 * (+15) /* Examples */
14:24:44 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176428&oldid=175779 * Yoyolin0409 * (+80)
14:24:59 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176429&oldid=176428 * Yoyolin0409 * (+6) /* Truth machine */
14:30:23 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176430&oldid=176429 * Yoyolin0409 * (+31) /* Commands */
14:33:14 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176431&oldid=176420 * Fly * (+154) /* Implementations */
14:36:52 <esolangs> [[(cleverxia)]] https://esolangs.org/w/index.php?diff=176432&oldid=175855 * Yoyolin0409 * (+55) /* Commands */
14:38:45 <esolangs> [[(cleverxia)]] https://esolangs.org/w/index.php?diff=176433&oldid=176432 * Yoyolin0409 * (+52) /* Commands */
14:39:49 <esolangs> [[(cleverxia)]] https://esolangs.org/w/index.php?diff=176434&oldid=176433 * Yoyolin0409 * (-44) /* Commands */
14:40:37 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176435&oldid=176431 * Fly * (+1) /* Duplicate top two elements of the stack */
14:42:19 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176436&oldid=176435 * Fly * (+4) /* Computational class */
14:42:30 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176437&oldid=176436 * Fly * (+0) /* Computational class */
14:47:40 <esolangs> [[Talk:ZeroStack2D]] https://esolangs.org/w/index.php?diff=176438&oldid=176357 * Aadenboy * (+293) /* ISSUES */
14:48:02 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=176439&oldid=175858 * Cleverxia * (+137) /* Challenges */
14:51:21 <esolangs> [[Talk:Septem Lingua]] https://esolangs.org/w/index.php?diff=176440&oldid=176125 * Cleverxia * (+140)
14:52:05 <esolangs> [[BzFs]] N https://esolangs.org/w/index.php?oldid=176441 * Yayimhere2(school) * (+1350) Created page with "'''BzFs''' is a version of [[BuzzFish]], made to increase its computational power. Its only memory is the program. It uses a mix of imperative, in the form of listing commands in order, but also has a sort of "expression style". == Command notation == There is a
14:52:51 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176442&oldid=176417 * Yoyolin0409 * (+119) /* Preprocessors */
14:53:12 -!- ajal has joined.
14:53:31 -!- amby has quit (Remote host closed the connection).
14:56:16 <esolangs> [[Talk:*$@(^$)!]] https://esolangs.org/w/index.php?diff=176443&oldid=175725 * Cleverxia * (+119)
15:03:08 <esolangs> [[Input hello world or else:]] https://esolangs.org/w/index.php?diff=176444&oldid=163388 * RikoMamaBala * (+71) /* Implementations */
15:03:54 <esolangs> [[*$@(^$)!]] https://esolangs.org/w/index.php?diff=176445&oldid=175730 * Cleverxia * (+69) fix 3 bugs
15:05:27 <esolangs> [[Talk:(cleverxia)]] https://esolangs.org/w/index.php?diff=176446&oldid=175963 * Cleverxia * (+187)
15:14:34 <esolangs> [[This machine is a server. DO NOT POWER IT DOWN!!]] https://esolangs.org/w/index.php?diff=176447&oldid=176419 * Yayimhere2(school) * (-73)
15:14:48 <esolangs> [[This machine is a server. DO NOT POWER IT DOWN!!]] https://esolangs.org/w/index.php?diff=176448&oldid=176447 * Yayimhere2(school) * (-243) /* Hello, world! */
15:15:44 <esolangs> [[*$@(^$)!]] M https://esolangs.org/w/index.php?diff=176449&oldid=176445 * Cleverxia * (+3) fix another bug
15:20:16 <esolangs> [[Special:Log/newusers]] create * Mizuki * New user account
15:23:29 -!- dragoneater67 has quit (Quit: Leaving.).
15:25:45 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=176450&oldid=176277 * Mizuki * (+177) add myself (mizuk)
15:29:07 <esolangs> [[BzFs]] https://esolangs.org/w/index.php?diff=176451&oldid=176441 * Yayimhere2(school) * (+116) /* Computational class */
15:29:16 <esolangs> [[User:Mizuki]] N https://esolangs.org/w/index.php?oldid=176452 * Mizuki * (+137) :3
15:29:27 <esolangs> [[User:Mizuki]] https://esolangs.org/w/index.php?diff=176453&oldid=176452 * Mizuki * (-12) /* mizuki */
15:33:11 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176454&oldid=176442 * Cleverxia * (+596) /* Extended Command Table */
15:40:06 -!- Sgeo has joined.
15:45:00 -!- impomatic has quit (Quit: Client closed).
15:48:32 -!- impomatic has joined.
16:07:43 -!- impomatic has quit (Ping timeout: 272 seconds).
16:13:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:18:36 -!- ajal has quit (Remote host closed the connection).
16:19:12 -!- impomatic has joined.
16:21:06 -!- ProofTechnique_ has quit (Server closed connection).
16:21:18 -!- ProofTechnique_ has joined.
16:44:52 <esolangs> [[I RAGED ON CSHARP SO HARD I BROKE MY FUCKING PC]] https://esolangs.org/w/index.php?diff=176455&oldid=168478 * RikoMamaBala * (+50) /* Reference interpreter */
16:48:28 -!- tromp has joined.
17:33:06 -!- lisbeths has quit (Server closed connection).
17:33:45 -!- lisbeths has joined.
18:01:26 -!- impomatic has quit (Quit: Client closed).
18:09:19 -!- cactus-head has joined.
18:10:00 -!- cactushead has quit (Ping timeout: 264 seconds).
18:13:59 -!- impomatic has joined.
18:21:43 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=176456&oldid=176061 * Yayimhere2(school) * (+36) /* esolangs */
18:50:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:53:44 -!- lynndotpy60936 has quit (Quit: bye bye).
18:54:52 -!- lynndotpy60936 has joined.
19:07:15 -!- tromp has joined.
19:11:50 -!- impomatic has quit (Quit: Client closed).
19:45:51 -!- Lord_of_Life_ has joined.
19:46:17 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
19:47:11 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:02:24 -!- impomatic has joined.
20:52:14 -!- cactus-head has quit (Quit: Leaving).
20:52:58 -!- cactushead has joined.
20:57:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:58:10 -!- tromp has joined.
21:29:31 -!- impomatic has quit (Quit: Client closed).
22:06:32 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176457&oldid=176437 * Fly * (-3281) Replaced content with "This page should be deleted"
22:09:51 <esolangs> [[Bolaga]] N https://esolangs.org/w/index.php?oldid=176458 * Fly * (+3104) Created page with "Bolaga is a stack-based esoteric programming language created by [[User:Fly]] in [[:Category:2026|2026]]. == Instructions == {| class="wikitable" ! Instruction ! Description |- | >N | Pushes a numeric literal `N` onto the stack. |- | < | Pops (removes) the top value. |- |
22:10:25 <esolangs> [[User:Fly]] https://esolangs.org/w/index.php?diff=176459&oldid=176199 * Fly * (-47)
22:28:12 <esolangs> [[Yet Another Stack-Based Esoteric Programming Language]] https://esolangs.org/w/index.php?diff=176460&oldid=176457 * Aadenboy * (-7) redirect
22:51:36 -!- impomatic has joined.
23:05:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:21:07 -!- Guest0 has joined.
23:26:48 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176461&oldid=176458 * Fly * (+379) /* Stack manipulation and other operations */
23:40:44 -!- Guest0 has quit (Quit: Client closed).
23:56:04 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176462&oldid=176461 * Fly * (+679)
00:03:29 -!- impomatic has quit (Quit: Client closed).
00:19:27 -!- Guest0 has joined.
00:21:19 -!- Guest0 has quit (Client Quit).
00:42:02 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176463&oldid=176454 * Cleverxia * (+504) /* Extended Command Table */
01:11:37 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
01:13:30 -!- Lord_of_Life has joined.
01:26:52 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176464&oldid=176463 * Yoyolin0409 * (-67)
01:44:09 -!- lisbeths has quit (Quit: Connection closed for inactivity).
01:49:33 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176465&oldid=176464 * Cleverxia * (+713) fixed
01:51:27 <esolangs> [[Septem Lingua]] M https://esolangs.org/w/index.php?diff=176466&oldid=176465 * Cleverxia * (+8) fix again
01:54:12 <esolangs> [[2O25-12345]] N https://esolangs.org/w/index.php?oldid=176467 * Yoyolin0409 * (+5895) Created page with "2O25-12345 is an [[esolang]] by [[User:Yoyolin0409]] 2O25, 2025, ~, ~, -, +, /, *, ^, website, type name, and error name are all reserved words. ~2O25-12345 has the following value classes: str (string), num (number), var_name (variable name), array (array), di
01:54:33 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176468&oldid=176467 * Yoyolin0409 * (+6)
01:57:27 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176469&oldid=176468 * Yoyolin0409 * (+316)
01:58:32 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176470&oldid=176469 * Yoyolin0409 * (+95)
02:00:55 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176471&oldid=176470 * Yoyolin0409 * (+545) /* Error */
02:01:40 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176472&oldid=176471 * Yoyolin0409 * (+1) /* Warn */
02:02:34 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176473&oldid=176472 * Yoyolin0409 * (+269) /* Warn */
02:02:49 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176474&oldid=176473 * Yoyolin0409 * (+18) /* Warn */
02:03:10 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176475&oldid=176474 * Yoyolin0409 * (+35) /* Warn */
02:06:48 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176476&oldid=176475 * Yoyolin0409 * (+66) /* Hello, world */
02:07:45 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176477&oldid=176476 * Yoyolin0409 * (+144) /* Syntax */
02:08:03 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176478&oldid=176477 * Yoyolin0409 * (+6) /* Hello, world! */
02:09:06 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176479&oldid=176478 * Yoyolin0409 * (+0) /* Judgment */
02:09:31 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176480&oldid=176479 * Yoyolin0409 * (+5) /* Hello, world! */
02:10:01 <esolangs> [[User:Yoyolin0409]] https://esolangs.org/w/index.php?diff=176481&oldid=176175 * Yoyolin0409 * (+19) /* Done */
02:10:48 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176482&oldid=173691 * Yoyolin0409 * (+39)
02:14:40 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176483&oldid=176482 * Yoyolin0409 * (+76)
02:15:09 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176484&oldid=176483 * Yoyolin0409 * (+1)
02:16:41 <esolangs> [[User:Yoyolin0409/t]] N https://esolangs.org/w/index.php?oldid=176485 * Yoyolin0409 * (+49) Created page with "<onlyinclude>[[Category:Languages]]</onlyinclude>"
02:17:29 <esolangs> [[User:Yoyolin0409/t]] https://esolangs.org/w/index.php?diff=176486&oldid=176485 * Yoyolin0409 * (+36)
02:17:51 <esolangs> [[2O25-12345]] https://esolangs.org/w/index.php?diff=176487&oldid=176480 * Yoyolin0409 * (+23)
02:18:22 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176488&oldid=176484 * Yoyolin0409 * (+23)
02:18:47 <esolangs> [[Novar]] https://esolangs.org/w/index.php?diff=176489&oldid=172720 * Yoyolin0409 * (+23)
02:20:18 <esolangs> [[Drive-In Window extended TC with Chef]] https://esolangs.org/w/index.php?diff=176490&oldid=176164 * Yoyolin0409 * (+18)
02:21:46 <esolangs> [[A Triple Sharp]] https://esolangs.org/w/index.php?diff=176491&oldid=171540 * Yoyolin0409 * (+10)
02:22:45 <esolangs> [[C]] https://esolangs.org/w/index.php?diff=176492&oldid=171386 * Yoyolin0409 * (+23)
02:25:22 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176493&oldid=176488 * Yoyolin0409 * (-2)
02:29:32 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=176494&oldid=140633 * Yoyolin0409 * (+204)
02:32:07 <esolangs> [[Rickrolling]] https://esolangs.org/w/index.php?diff=176495&oldid=174064 * Yoyolin0409 * (+51)
02:32:52 <esolangs> [[Complete]] https://esolangs.org/w/index.php?diff=176496&oldid=176172 * Yoyolin0409 * (+22)
02:33:18 <esolangs> [[Standard Test Paper]] https://esolangs.org/w/index.php?diff=176497&oldid=172355 * Yoyolin0409 * (+22)
02:37:34 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176498&oldid=176493 * Yoyolin0409 * (+4)
03:17:16 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=176499&oldid=170553 * Cleverxia * (+53)
04:30:08 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176500&oldid=176403 * NeurosamaLover * (+130)
04:32:48 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=176501&oldid=176494 * PkmnQ * (+1047) /* Extension Request */
04:35:55 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176502&oldid=176500 * NeurosamaLover * (+57)
04:37:53 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176503&oldid=176502 * NeurosamaLover * (+48)
04:38:59 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176504&oldid=176404 * NeurosamaLover * (+19) /* Overview */
04:43:27 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176505&oldid=176391 * NeurosamaLover * (-36)
04:47:11 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176506&oldid=176505 * NeurosamaLover * (+118) /* ISSUES */
04:48:58 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176507&oldid=176503 * NeurosamaLover * (+86)
04:51:42 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176508&oldid=176504 * NeurosamaLover * (+17) /* Turing completeness */
04:55:48 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=176509&oldid=176499 * NeurosamaLover * (+134)
04:56:00 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176510&oldid=176506 * Yayimhere2(school) * (+326) /* ISSUES */
05:01:02 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176511&oldid=176510 * NeurosamaLover * (+192)
05:07:12 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176512&oldid=176511 * Yayimhere2(school) * (+233) /* ISSUES */
05:08:58 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176513&oldid=176508 * Yayimhere2(school) * (-27) /* Turing completeness */
05:13:06 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176514&oldid=176466 * PrySigneToFry * (+151)
06:29:46 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176515&oldid=176498 * Yoyolin0409 * (+142)
06:33:13 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176516&oldid=176515 * Yoyolin0409 * (+14)
06:35:17 <esolangs> [[Eaf ...Where is o]] https://esolangs.org/w/index.php?diff=176517&oldid=176516 * Yoyolin0409 * (+4)
06:40:59 <esolangs> [[Brain4Ever]] https://esolangs.org/w/index.php?diff=176518&oldid=108887 * Yoyolin0409 * (+0) /* Instructions */
07:44:53 <esolangs> [[ZeroStack2D]] https://esolangs.org/w/index.php?diff=176519&oldid=176513 * ChuckEsoteric08 * (-31) /* Implementations */
07:45:06 -!- RikoMamaBala has joined.
07:48:59 -!- RikoMamaBala has quit (Client Quit).
08:06:06 -!- impomatic has joined.
08:07:02 <esolangs> [[Phitrafunck]] N https://esolangs.org/w/index.php?oldid=176520 * Cleverxia * (+2894) Created page with "'''Phitrafunck''' is an esolang[[Category:brainfuck derivatives]] designed by [[User:cleverxia]] (with [[User:yayimhere]]) that is based on the '''Phi''' combinator, [[Utral|U]]'''[[utral|tra]]'''[[utral|l]], the '''fun'''ctional paradigm, and [[bf|brainfu]]'''[[b
08:07:41 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=176521&oldid=175875 * Cleverxia * (+54)
08:10:11 -!- tromp has joined.
08:10:47 <esolangs> [[User:Yayimhere/Cleverxia Collab]] https://esolangs.org/w/index.php?diff=176522&oldid=176521 * Yayimhere2(school) * (+70)
08:11:22 <esolangs> [[Phitrafunck]] https://esolangs.org/w/index.php?diff=176523&oldid=176520 * Yayimhere2(school) * (-10)
08:30:26 <esolangs> [[Phitrafunck]] https://esolangs.org/w/index.php?diff=176524&oldid=176523 * Yayimhere2(school) * (+583) /* Commands */ note to celeverxia: i made the library simply be a few shorthands, but tbh I think we should remove the wimp modes entirely.
08:31:19 <esolangs> [[Phitrafunck]] https://esolangs.org/w/index.php?diff=176525&oldid=176524 * Yayimhere2(school) * (+2) /* Whimpmode(s) */
08:31:32 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=176526&oldid=176439 * Cleverxia * (+260) /* Current Esolangs I've created */
08:31:50 <esolangs> [[User:Cleverxia]] M https://esolangs.org/w/index.php?diff=176527&oldid=176526 * Cleverxia * (+0) /* Current Esolangs I've created */
08:33:44 <esolangs> [[ZeroStack2D]] M https://esolangs.org/w/index.php?diff=176528&oldid=176519 * Dragoneater67mobile * (+3) /* Instructions */ better wording?
08:33:59 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=176529&oldid=176456 * Yayimhere2(school) * (+125) /* esolangs */
08:40:53 <esolangs> [[User:RaiseAfloppaFan3925]] https://esolangs.org/w/index.php?diff=176530&oldid=175003 * RaiseAfloppaFan3925 * (-6521) shorten user page
08:43:37 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=176531&oldid=176370 * Cleverxia * (+328) add my languages to the list
08:47:26 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=176532&oldid=175932 * Cleverxia * (+219)
09:25:01 -!- ski has quit (Ping timeout: 265 seconds).
09:27:31 <esolangs> [[Talk:Septem Lingua]] https://esolangs.org/w/index.php?diff=176533&oldid=176440 * I am islptng * (+188)
09:30:15 -!- ski has joined.
09:53:53 <esolangs> [[User:Yayimhere/Amber]] N https://esolangs.org/w/index.php?oldid=176534 * Yayimhere2(school) * (+394) Created page with "'''Amber''' is an esoteric programming language that builds upon [[N-Type]] using [https://en.wikipedia.org/wiki/Algebraic_data_type ADT's]. Its is only a superset, so any of the things already in N-Type, are preserved. It was designed in such a w
09:55:10 <esolangs> [[Phitrafunck]] https://esolangs.org/w/index.php?diff=176535&oldid=176525 * Cleverxia * (+473) I have another idea for the library
09:55:55 <esolangs> [[Phitrafunck/standard combinators]] N https://esolangs.org/w/index.php?oldid=176536 * Cleverxia * (+3358) Created page with "{| class="wikitable" ! Combinator !! Definition !! Bird name !! Rank !! Notes |- | B || S(KS)K || Bluebird || 3 || applicative, linear |- | B[1] || BBB || Blackbird || || linear |- | B[2] || B(BBB)B || Bun
09:57:25 <esolangs> [[User:Yayimhere/eLambda]] https://esolangs.org/w/index.php?diff=176537&oldid=172217 * Yayimhere2(school) * (-24) /* Combinators/rewrite rules */
10:00:41 <esolangs> [[Phitrafunck]] M https://esolangs.org/w/index.php?diff=176538&oldid=176535 * Cleverxia * (+9) /* Wimpmode(s) */
10:04:33 <esolangs> [[Phitrafunck]] https://esolangs.org/w/index.php?diff=176539&oldid=176538 * Dragoneater67mobile * (+6) /* Wimpmode(s) */
10:20:58 <esolangs> [[No.pe.]] https://esolangs.org/w/index.php?diff=176540&oldid=163977 * RikoMamaBala * (+54) /* Interpreters */
10:32:50 <esolangs> [[No.pe.]] https://esolangs.org/w/index.php?diff=176541&oldid=176540 * Dragoneater67mobile * (+42) /* Examples */
10:43:53 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176542&oldid=176462 * Fly * (+2) /* 99 bottles of beer on the wall */
10:45:43 -!- Sgeo has quit (Read error: Connection reset by peer).
10:55:51 <esolangs> [[The kids choice awards]] https://esolangs.org/w/index.php?diff=176543&oldid=175248 * RikoMamaBala * (+154)
10:56:01 <esolangs> [[Category:Two-dimensional languages]] M https://esolangs.org/w/index.php?diff=176544&oldid=142164 * Qazwsxplm * (+150)
10:56:44 <esolangs> [[Category:Two-dimensional languages]] M https://esolangs.org/w/index.php?diff=176545&oldid=176544 * Qazwsxplm * (+23)
10:57:27 <esolangs> [[oxck]] M https://esolangs.org/w/index.php?diff=176546&oldid=174525 * Qazwsxplm * (-139)
11:01:32 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176547&oldid=174840 * Qazwsxplm * (-2)
11:03:06 <esolangs> [[(cleverxia)]] M https://esolangs.org/w/index.php?diff=176548&oldid=176434 * Qazwsxplm * (+19) /* Cat */
11:08:09 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176549&oldid=147583 * Qazwsxplm * (+41)
11:15:09 -!- ais523 has joined.
11:33:04 <esolangs> [[Talk:Septem Lingua]] M https://esolangs.org/w/index.php?diff=176550&oldid=176533 * PrySigneToFry * (+125)
12:49:33 <esolangs> [[Phitrafunck]] M https://esolangs.org/w/index.php?diff=176551&oldid=176539 * Cleverxia * (+330) /* Wimpmode(s) */
13:01:02 <esolangs> [[Brainfuck]] M https://esolangs.org/w/index.php?diff=176552&oldid=176232 * Cleverxia * (+6) fix a link
13:01:25 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176553&oldid=176542 * Fly * (+1) /* Computational class */
13:04:24 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176554&oldid=176553 * Fly * (+99) /* Computational class */
13:04:57 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176555&oldid=176554 * Fly * (-13) /* Computational class */
13:05:17 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176556&oldid=176555 * Fly * (-13) /* Computational class */
13:09:01 -!- dragoneater67 has joined.
13:14:12 <esolangs> [[Yuontlitled]] https://esolangs.org/w/index.php?diff=176557&oldid=170442 * Yayimhere2(school) * (+18) /* Operations */
13:40:18 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176558&oldid=176556 * Yayimhere2(school) * (-3) /* Computational class */
13:40:47 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176559&oldid=176558 * Yayimhere2(school) * (+81) /* Computational class */
13:54:24 -!- ais523 has quit (Quit: quit).
14:35:17 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176560&oldid=176362 * Dragoneater67 * (-53) remove redundant info
14:38:50 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=176561&oldid=176560 * Dragoneater67 * (-143) more removing
14:39:46 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176562&oldid=176561 * Dragoneater67 * (+3) grrrrrrrrrrrrammar correction(?)
14:42:56 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176563&oldid=176514 * Cleverxia * (+3463) PSTF don't say whether we can edit the STL (which has a lot missing), so I'll think that he allows us to
14:50:04 <esolangs> [[Talk:Septem Lingua]] https://esolangs.org/w/index.php?diff=176564&oldid=176550 * Cleverxia * (+109) /* Sorry... */
14:52:56 <esolangs> [[User:Dragoneater67/wipwipwip]] https://esolangs.org/w/index.php?diff=176565&oldid=175843 * Dragoneater67 * (+33)
14:53:59 <esolangs> [[User:Dragoneater67/wipwipwip]] https://esolangs.org/w/index.php?diff=176566&oldid=176565 * Dragoneater67 * (+38)
14:55:54 <esolangs> [[Welcome to Esolang, the esoteric programming languages wiki!]] https://esolangs.org/w/index.php?diff=176567&oldid=172808 * RikoMamaBala * (+358) /* Interpreters */
14:56:15 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
14:58:40 -!- Lord_of_Life has joined.
15:26:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:42:04 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] N https://esolangs.org/w/index.php?oldid=176568 * Dragoneater67 * (+1677) whatever
15:53:57 -!- ais523 has joined.
15:55:38 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176569&oldid=176568 * Dragoneater67 * (+189) add categories
15:56:46 -!- tromp has joined.
16:02:18 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176570&oldid=176534 * Yayimhere2(school) * (+4533)
16:03:41 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176571&oldid=176570 * Yayimhere2(school) * (+1) /* = Assignment */
16:09:12 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176572&oldid=176569 * Dragoneater67 * (+161)
16:21:27 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176573&oldid=176572 * Dragoneater67 * (+113) add xkcd random number
16:43:24 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176574&oldid=176573 * Dragoneater67 * (+4) switch to JNZ :-)
16:45:10 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176575&oldid=176574 * Dragoneater67 * (+35) add cat program
16:46:46 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176576&oldid=176575 * Dragoneater67 * (+34) muhahahah
16:47:00 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176577&oldid=176576 * Dragoneater67 * (+1) /* Cat program */ fix
16:53:12 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176578&oldid=176577 * Dragoneater67 * (+84) /* Computational class */
16:53:29 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] M https://esolangs.org/w/index.php?diff=176579&oldid=176578 * Dragoneater67 * (-1) /* Computational class */
16:59:00 -!- dragoneater67 has quit (Quit: Leaving.).
16:59:52 -!- dragoneater67 has joined.
17:13:28 -!- dragoneater67 has quit (Quit: Leaving.).
17:41:54 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176580&oldid=176571 * Yayimhere2(school) * (+0) /* Builtins */
17:52:50 -!- nitrix_ has joined.
17:53:48 -!- nitrix has quit (Ping timeout: 264 seconds).
18:07:09 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:08:17 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176581&oldid=176580 * Yayimhere2(school) * (-94) /* Lists */
18:08:45 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176582&oldid=176581 * Yayimhere2(school) * (+4) /* Objects */
18:09:03 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176583&oldid=176582 * Yayimhere2(school) * (+2) /* Builtins */
18:09:47 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176584&oldid=176583 * Yayimhere2(school) * (+7) /* Builtins */
18:13:18 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176585&oldid=176584 * Yayimhere2(school) * (+79) /* Types */
18:14:35 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176586&oldid=176585 * Yayimhere2(school) * (+2) /* Builtins */
18:17:20 <esolangs> [[Functionable]] https://esolangs.org/w/index.php?diff=176587&oldid=176267 * PKMN Trainer * (+105) /* Cat */
18:20:12 -!- tromp has joined.
18:20:52 <esolangs> [[Functionable]] https://esolangs.org/w/index.php?diff=176588&oldid=176587 * PKMN Trainer * (+90) /* Syntax */
18:25:19 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176589&oldid=176586 * Yayimhere2(school) * (+33) /* Objects */
18:40:05 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176590&oldid=176589 * Yayimhere2(school) * (+3) /* Cases */
18:48:58 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176591&oldid=176590 * Yayimhere2(school) * (+0) /* =, \, ^, & :x */
18:51:05 -!- ais523 has quit (Quit: quit).
18:54:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:57:04 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176592&oldid=176591 * Yayimhere2(school) * (+24) /* Lists */
18:57:14 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176593&oldid=176592 * Yayimhere2(school) * (-803) /* Lists */
18:57:27 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176594&oldid=176593 * Yayimhere2(school) * (+805) /* Constructs, syntax, and computation */
19:00:46 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176595&oldid=176594 * Yayimhere2(school) * (+67) /* Builtins */
19:02:41 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176596&oldid=176595 * Yayimhere2(school) * (+46) /* Examples */
19:04:09 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176597&oldid=176596 * Yayimhere2(school) * (-45) /* Examples */
19:09:45 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176598&oldid=176597 * Yayimhere2(school) * (+26) /* Examples */
19:09:53 <esolangs> [[I use Arch btw]] N https://esolangs.org/w/index.php?oldid=176599 * Ractangle * (+1571) Created page with "'''I use Arch btw''' is a joke(?) esolang created by a Github user [https://github.com/overmighty overmighty] based on [[brainfuck]] with words from "i use arch linux by the way" ==Syntax== {| class="wikitable" ! Word !! Command in [[brainfuck]] |- | i || > |-
19:18:20 <esolangs> [[I use Arch btw]] https://esolangs.org/w/index.php?diff=176600&oldid=176599 * Corbin * (-143) Clean up.
19:25:15 -!- Sgeo has joined.
19:46:36 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
19:46:47 -!- Lord_of_Life_ has joined.
19:47:02 <esolangs> [[I use Arch btw]] https://esolangs.org/w/index.php?diff=176601&oldid=176600 * Aadenboy * (+29) rectwrap
19:48:07 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:30:45 -!- tromp has joined.
20:34:13 -!- perlbot has quit (Server closed connection).
20:35:36 -!- perlbot has joined.
20:36:13 -!- simcop2387 has quit (Server closed connection).
20:37:34 -!- simcop2387 has joined.
20:53:39 -!- ais523 has joined.
21:00:06 <esolangs> [[I use Arch btw]] M https://esolangs.org/w/index.php?diff=176602&oldid=176601 * Ractangle * (+5) /* Implementations */ the language specs say that iualb uses file I/O and not standard I/O
21:04:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:09:10 -!- tromp has joined.
21:34:27 <esolangs> [[User talk:Dragoneater67/wipwipwip/He, wrd!]] N https://esolangs.org/w/index.php?oldid=176603 * Blashyrkh * (+266) Created page with "It should have become a program form, not a language. +++++++[->+++++[->+>+>++>+++>+++<<<<<]>>+<<<]>>>>++.>----.<<++.<---.>[-]>[-]++++++[->+++>-<<<+>]>.-----.>+.<<<<+.>++++. --~~~~"
21:56:22 -!- ais523 has quit (Quit: quit).
22:50:05 -!- dbohdan has quit (Server closed connection).
22:50:28 -!- dbohdan has joined.
22:55:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:58:11 -!- tromp has joined.
23:11:14 -!- msv has quit (Remote host closed the connection).
23:11:39 -!- msv has joined.
23:27:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:59:42 <esolangs> [[Brainf with functions]] https://esolangs.org/w/index.php?diff=176604&oldid=110642 * Kaveh Yousefi * (+798) Rectified the HIWORLD program, which would issue >?MEHB:, introduced two truth-machine implementations, added a hyperlink to my interpreter on GitHub, and supplemented a further page category tag.
00:44:12 <esolangs> [[Brainfuck, but every + is replaced with the FitnessGram Pacer Test]] https://esolangs.org/w/index.php?diff=176605&oldid=176008 * * (-215) Undo revision [[Special:Diff/176008|176008]] by [[Special:Contributions/RikoMamaBala|RikoMamaBala]] ([[User talk:RikoMamaBala|talk]]) they are the same thing except the fitnessgram pacer test is the add one
00:54:05 -!- rodgort has quit (Server closed connection).
01:01:41 -!- rodgort has joined.
01:03:32 <esolangs> [[Print("Hello, World!")]] https://esolangs.org/w/index.php?diff=176606&oldid=175085 * * (+0) /* 15 */
02:42:09 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176607&oldid=176507 * NeurosamaLover * (+277)
02:45:57 <esolangs> [[PotterScript]] N https://esolangs.org/w/index.php?oldid=176608 * NeurosamaLover * (+226) Created page with "A magical esoteric programming language themed after Harry Potter. <div style="border:2px solid red; background:#fcc; padding:1em; border-radius:8px;"> ==WARNING== It is currently in brainstorming and under development. </div>"
02:46:21 <esolangs> [[PotterScript]] https://esolangs.org/w/index.php?diff=176609&oldid=176608 * NeurosamaLover * (-7)
02:52:14 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176610&oldid=176607 * NeurosamaLover * (+41)
02:58:49 <esolangs> [[Special:Log/move]] move * NeurosamaLover * moved [[ZeroStack2D]] to [[Esolang:ZeroStack2D]]
02:58:49 <esolangs> [[Special:Log/move]] move * NeurosamaLover * moved [[Talk:ZeroStack2D]] to [[Esolang talk:ZeroStack2D]]
02:59:16 <esolangs> [[Special:Log/move]] move * NeurosamaLover * moved [[PotterScript]] to [[Esolang:PotterScript]]
03:00:26 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176617&oldid=176610 * NeurosamaLover * (+32)
03:02:05 -!- ManDeJan has quit (Server closed connection).
03:02:14 -!- ManDeJan has joined.
03:02:31 <esolangs> [[Talk:ChunkScript]] N https://esolangs.org/w/index.php?oldid=176618 * Qazwsxplm * (+99) /* wtf */ new section
03:04:18 <esolangs> [[Talk:ChunkScript]] M https://esolangs.org/w/index.php?diff=176619&oldid=176618 * Qazwsxplm * (+10) /* wtf */
03:04:39 <esolangs> [[Talk:ChunkScript]] M https://esolangs.org/w/index.php?diff=176620&oldid=176619 * Qazwsxplm * (+4)
03:05:03 -!- op_4 has quit (Remote host closed the connection).
03:05:39 -!- op_4 has joined.
03:42:12 <esolangs> [[Special:Log/newusers]] create * InLuaIKnow * New user account
03:51:25 <esolangs> [[/ggu/]] https://esolangs.org/w/index.php?diff=176621&oldid=98678 * PythonshellDebugwindow * (+337) Improve page, add interpreter
03:51:35 <esolangs> [[Special:Log/move]] move_redir * Corbin * moved [[Esolang:ZeroStack2D]] to [[ZeroStack2D]] over redirect: Wrong namespace; languages go in main.
03:51:35 <esolangs> [[Special:Log/move]] move_redir * Corbin * moved [[Esolang talk:ZeroStack2D]] to [[Talk:ZeroStack2D]] over redirect: Wrong namespace; languages go in main.
03:51:36 <esolangs> [[Special:Log/delete]] delete_redir * Corbin * Corbin deleted redirect [[ZeroStack2D]] by overwriting: Deleted to make way for move from "[[Esolang:ZeroStack2D]]"
03:51:36 <esolangs> [[Special:Log/delete]] delete_redir * Corbin * Corbin deleted redirect [[Talk:ZeroStack2D]] by overwriting: Deleted to make way for move from "[[Esolang talk:ZeroStack2D]]"
03:52:05 <esolangs> [[Special:Log/move]] move_redir * Corbin * moved [[Esolang:PotterScript]] to [[PotterScript]] over redirect: Wrong namespace; languages go in main.
03:52:05 <esolangs> [[Special:Log/delete]] delete_redir * Corbin * Corbin deleted redirect [[PotterScript]] by overwriting: Deleted to make way for move from "[[Esolang:PotterScript]]"
03:52:45 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=176628&oldid=176450 * InLuaIKnow * (+212) my first edit
03:54:15 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176629&oldid=176512 * Corbin * (+490) /* Namespaces */ new section
03:54:50 <esolangs> [[User:InLuaIKnow]] N https://esolangs.org/w/index.php?oldid=176630 * InLuaIKnow * (+67) Created page with "<h1>I'm [[User:InLuaIKnow|InLuaIKnow]]</h1> <p>quite blank here</p>"
03:54:55 <esolangs> [[User:RaiseAfloppaFan3925]] M https://esolangs.org/w/index.php?diff=176631&oldid=176530 * RaiseAfloppaFan3925 * (+14) /* esolangs I like */
03:55:12 -!- ^[ has quit (Quit: ^[).
03:55:26 -!- ^[ has joined.
04:02:47 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176632&oldid=176629 * NeurosamaLover * (+113) /* Namespaces */
04:04:37 <esolangs> [[User:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176633&oldid=176617 * NeurosamaLover * (-32)
04:07:55 <esolangs> [[User talk:NeurosamaLover]] https://esolangs.org/w/index.php?diff=176634&oldid=176632 * NeurosamaLover * (+30) /* Namespaces */
04:28:46 <esolangs> [[Ero]] N https://esolangs.org/w/index.php?oldid=176635 * InLuaIKnow * (+1216) Create page
04:32:53 -!- myname has quit (Server closed connection).
04:33:10 -!- myname has joined.
04:34:07 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176636&oldid=176635 * InLuaIKnow * (-37)
04:34:45 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176637&oldid=176579 * Dragoneater67mobile * (+47) /* Instructions */
04:34:57 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176638&oldid=176637 * Dragoneater67mobile * (-3) /* Instructions */
04:37:28 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=176639&oldid=176628 * InLuaIKnow * (+93)
04:39:55 <esolangs> [[PotterScript]] https://esolangs.org/w/index.php?diff=176640&oldid=176626 * NeurosamaLover * (+72)
04:40:22 <esolangs> [[PotterScript]] https://esolangs.org/w/index.php?diff=176641&oldid=176640 * NeurosamaLover * (+8)
04:41:27 <esolangs> [[User talk:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176642&oldid=176603 * Dragoneater67mobile * (+126)
04:47:29 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176643&oldid=176638 * Dragoneater67mobile * (+505) /* Overview */
04:47:46 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] M https://esolangs.org/w/index.php?diff=176644&oldid=176643 * Dragoneater67mobile * (+1) /* Magic */ fix
04:48:36 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176645&oldid=176644 * Dragoneater67mobile * (-11) /* Computational class */
04:54:55 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176646&oldid=176645 * Dragoneater67mobile * (+52)
04:55:14 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] M https://esolangs.org/w/index.php?diff=176647&oldid=176646 * Dragoneater67mobile * (+3) /* Magic */
05:02:04 <esolangs> [[Talk:Nice]] https://esolangs.org/w/index.php?diff=176648&oldid=151286 * WoodyFan3412 * (+88) /* WoodyFan3412 */ new section
05:03:18 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176649&oldid=176647 * Dragoneater67mobile * (+34)
05:06:21 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176650&oldid=176649 * Dragoneater67mobile * (+2)
05:19:20 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176651&oldid=176650 * Dragoneater67mobile * (+67)
05:22:57 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176652&oldid=176651 * Dragoneater67mobile * (+80) /* Instructions */
05:30:34 -!- tromp has joined.
05:31:06 -!- tromp has quit (Client Quit).
05:32:48 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176653&oldid=176636 * InLuaIKnow * (+1854)
05:37:22 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176654&oldid=176652 * Dragoneater67mobile * (-31) /* Instructions */
05:38:22 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176655&oldid=176654 * Dragoneater67mobile * (-47)
05:41:35 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176656&oldid=176655 * Dragoneater67mobile * (+19) /* Instructions */
05:41:47 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176657&oldid=176653 * InLuaIKnow * (+2)
05:42:58 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176658&oldid=176656 * Dragoneater67mobile * (+48) /* Magic */
05:43:43 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176659&oldid=176657 * InLuaIKnow * (+10)
05:44:06 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176660&oldid=176658 * Dragoneater67mobile * (+70) /* Instructions */
05:55:13 <esolangs> [[Ero]] M https://esolangs.org/w/index.php?diff=176661&oldid=176659 * InLuaIKnow * (-27)
05:57:23 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176662&oldid=176660 * Dragoneater67mobile * (+233)
05:57:25 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=176663&oldid=176531 * InLuaIKnow * (+48) /* Non-alphabetic */
05:59:31 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176664&oldid=176662 * Dragoneater67mobile * (-69) mega optimization
06:00:41 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176665&oldid=176664 * Dragoneater67mobile * (+8) /* Memory */
06:02:39 <esolangs> [[Sea]] https://esolangs.org/w/index.php?diff=176666&oldid=175554 * Cleverxia * (+530)
06:03:20 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176667&oldid=176598 * Yayimhere2(school) * (+47) /* =, \, ', & :x */
06:03:34 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176668&oldid=176667 * Yayimhere2(school) * (+7) /* =, \, ', 1, & :x */
06:10:24 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176669&oldid=176668 * Yayimhere2(school) * (+117) /* Examples */
06:10:59 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176670&oldid=176669 * Yayimhere2(school) * (-76) /* Creators */
06:13:22 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176671&oldid=176665 * Dragoneater67mobile * (+4) /* Magic */
06:13:48 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176672&oldid=176671 * Dragoneater67mobile * (-3) /* Magic */
06:16:32 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176673&oldid=176661 * InLuaIKnow * (+120)
06:18:08 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176674&oldid=176672 * Dragoneater67mobile * (+109)
06:20:15 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176675&oldid=176674 * Dragoneater67mobile * (-45) /* Instructions */
06:20:55 <esolangs> [[Special:Log/upload]] upload * InLuaIKnow * uploaded "[[File:Ero helloworld.jpg]]"
06:21:31 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176677&oldid=176563 * PrySigneToFry * (+267)
06:25:32 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176678&oldid=176670 * Yayimhere2(school) * (+559) /* Examples */
06:26:10 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176679&oldid=176678 * Yayimhere2(school) * (+8) /* Examples */
06:26:12 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176680&oldid=176675 * Dragoneater67mobile * (+14) /* Magic */
06:27:44 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176681&oldid=176680 * Dragoneater67mobile * (+11) /* Instructions */
06:30:56 <esolangs> [[Special:Log/upload]] upload * InLuaIKnow * uploaded "[[File:Ero logo.png]]"
06:31:55 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176683&oldid=176681 * Dragoneater67mobile * (+62)
06:32:27 <esolangs> [[User talk:Hakerh400]] https://esolangs.org/w/index.php?diff=176684&oldid=158652 * Yayimhere2(school) * (+342) /* Hakerh clone */
06:41:26 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176685&oldid=176673 * InLuaIKnow * (+94)
06:45:21 <esolangs> [[LUCIFER]] N https://esolangs.org/w/index.php?oldid=176686 * Notxnorand * (+1003) Created page with "== LUCIFER == LUCIFER is an esolang created by Notxnorand based on the 7 deadly sins as well as Dante's Inferno. === Command palette === - GREED(X, Y) :: Set the value of X to Y. - PRIDE(X) :: Print X - WRATH() :: End the program - GLUTTONY(X, Y) :: X mod Y - LUST(X
06:58:05 -!- fungot has quit (Server closed connection).
07:53:27 -!- Sgeo has quit (Read error: Connection reset by peer).
08:05:12 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176687&oldid=176683 * Dragoneater67mobile * (+99) /* Examples */
08:14:10 -!- tromp has joined.
08:21:15 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176688&oldid=174618 * Dragoneater67mobile * (+106) /* Examples */
08:22:02 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176689&oldid=176688 * Dragoneater67mobile * (+1) /* XKCD Random number */
08:24:07 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176690&oldid=176689 * Dragoneater67mobile * (+134) /* See Also */
08:27:11 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176691&oldid=176690 * Dragoneater67mobile * (+1) /* A+B Problem */
08:40:55 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=176692&oldid=175621 * RikoMamaBala * (+57) /* Implementations */
08:41:20 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176693&oldid=174684 * Dragoneater67mobile * (+152)
08:44:51 <esolangs> [[Talk:Free2Edit]] https://esolangs.org/w/index.php?diff=176694&oldid=175501 * RikoMamaBala * (+183)
08:50:27 <esolangs> [[Talk:Free2Edit]] https://esolangs.org/w/index.php?diff=176695&oldid=176694 * Dragoneater67mobile * (+124)
08:52:00 <esolangs> [[Free2Edit]] https://esolangs.org/w/index.php?diff=176696&oldid=176692 * RikoMamaBala * (+10)
08:53:13 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176697&oldid=176687 * Dragoneater67mobile * (+55)
08:58:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:00:16 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176698&oldid=176693 * Blashyrkh * (+213) /* IO? */
09:03:04 <esolangs> [[Bracky]] N https://esolangs.org/w/index.php?oldid=176699 * Mrtli08 * (+1112) Created page with "-- This is based off [[((()))(((())))=5]]. Highly thanks to the person that made it. -- <br> Bracky is a esolang that only uses (). Also it uses a [[String-rewriting paradigm]]<br> It is a more advanced version of [[((()))(((())))=5]] having more instructions.<br> === Da
09:03:05 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176700&oldid=176698 * Dragoneater67mobile * (+254) /* IO? */
09:06:21 <esolangs> [[Bracky]] https://esolangs.org/w/index.php?diff=176701&oldid=176699 * Mrtli08 * (+15) /* User programs (USER EDITED SECTION) */
09:06:38 <esolangs> [[Bracky]] https://esolangs.org/w/index.php?diff=176702&oldid=176701 * Mrtli08 * (+33) /* more info */
09:07:08 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=176703&oldid=176363 * Mrtli08 * (+158)
09:07:32 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=176704&oldid=176703 * Mrtli08 * (+1) /* new esolang i made */
09:08:21 <esolangs> [[User talk:Blashyrkh]] https://esolangs.org/w/index.php?diff=176705&oldid=172540 * Mrtli08 * (+158)
09:08:33 -!- tromp has joined.
09:08:35 <esolangs> [[User talk:Blashyrkh]] https://esolangs.org/w/index.php?diff=176706&oldid=176705 * Mrtli08 * (-4)
09:09:21 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176707&oldid=176126 * Mrtli08 * (+154)
09:15:30 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176708&oldid=176691 * Dragoneater67mobile * (+36)
09:21:18 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176709&oldid=176700 * Blashyrkh * (+390)
09:27:23 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176710&oldid=176709 * Dragoneater67mobile * (+319) /* IO? */
09:27:25 <esolangs> [[Bracky]] https://esolangs.org/w/index.php?diff=176711&oldid=176702 * Mrtli08 * (+356)
09:30:12 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176712&oldid=176710 * Mrtli08 * (+180)
09:31:29 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176713&oldid=176712 * Blashyrkh * (+443) /* IO? */
09:42:21 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176714&oldid=176713 * Blashyrkh * (+522)
09:53:59 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176715&oldid=176677 * Cleverxia * (+2385) /* Standard Libraries */
09:54:30 <esolangs> [[All programs made in the esolang "Bracky"]] N https://esolangs.org/w/index.php?oldid=176716 * Mrtli08 * (+170) Created page with "This is a page for YOU to put programs you made on [[Bracky]], a esolang that i made --~~~~"
09:57:11 <esolangs> [[All programs made in the esolang "Bracky"]] https://esolangs.org/w/index.php?diff=176717&oldid=176716 * Mrtli08 * (+72)
09:57:17 <esolangs> [[All programs made in the esolang "Bracky"]] https://esolangs.org/w/index.php?diff=176718&oldid=176717 * Mrtli08 * (+0)
09:58:44 <esolangs> [[Talk:Bracky]] N https://esolangs.org/w/index.php?oldid=176719 * Blashyrkh * (+156) Created page with "May you give a couple of examples with step-by-step explanation? --~~~~"
10:01:43 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[All programs made in the esolang "Bracky"]]": there isn't a reason to split the original language page into multiple pages yet normally we only make a separate examples page if the main page is getting too large
10:03:05 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Esolang:PotterScript]]": redirect left over after a move of the page to the wrong namespace was reverted
10:03:15 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Esolang:ZeroStack2D]]": redirect left over after a move of the page to the wrong namespace was reverted
10:03:15 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Esolang talk:ZeroStack2D]]": Deleted together with the associated page with reason: redirect left over after a move of the page to the wrong namespace was reverted
10:06:02 <esolangs> [[Talk:Bracky]] https://esolangs.org/w/index.php?diff=176720&oldid=176719 * Mrtli08 * (+1001)
10:06:17 <esolangs> [[Talk:Bracky]] https://esolangs.org/w/index.php?diff=176721&oldid=176720 * Mrtli08 * (+4)
10:10:10 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=176722&oldid=175164 * Mrtli08 * (+155)
10:11:26 <esolangs> [[User:Mrtli08]] https://esolangs.org/w/index.php?diff=176723&oldid=173232 * Mrtli08 * (+42)
10:12:09 <esolangs> [[User:Mrtli08]] https://esolangs.org/w/index.php?diff=176724&oldid=176723 * Mrtli08 * (+44)
10:12:34 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176725&oldid=176714 * Dragoneater67mobile * (+479)
10:12:51 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176726&oldid=176725 * Dragoneater67mobile * (+120) /* IO? */
10:12:54 <esolangs> [[User:Mrtli08]] https://esolangs.org/w/index.php?diff=176727&oldid=176724 * Mrtli08 * (+15)
10:14:40 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176728&oldid=176726 * Blashyrkh * (+160)
10:15:38 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176729&oldid=176715 * Cleverxia * (+221) /* By Cleverxia */
10:19:14 <esolangs> [[Talk:Burnolang]] https://esolangs.org/w/index.php?diff=176730&oldid=175329 * Mrtli08 * (+93)
10:19:53 <esolangs> [[User:Mrtli08]] https://esolangs.org/w/index.php?diff=176731&oldid=176727 * Mrtli08 * (+136)
10:24:16 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176732&oldid=176728 * Dragoneater67mobile * (+264) /* IO? */
10:24:49 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176733&oldid=176732 * Dragoneater67mobile * (+256) /* IO? */
10:26:52 <esolangs> [[Talk:((()))(((())))=5]] M https://esolangs.org/w/index.php?diff=176734&oldid=176733 * Dragoneater67mobile * (+2)
10:27:01 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176735&oldid=176734 * Dragoneater67mobile * (-2) Undo revision [[Special:Diff/176734|176734]] by [[Special:Contributions/Dragoneater67mobile|Dragoneater67mobile]] ([[User talk:Dragoneater67mobile|talk]])
10:50:06 <esolangs> [[Underload]] https://esolangs.org/w/index.php?diff=176736&oldid=171114 * Cleverxia * (+9)
10:55:54 <esolangs> [[Hello world program in esoteric languages (D-G)]] https://esolangs.org/w/index.php?diff=176737&oldid=175440 * InLuaIKnow * (+60) Add ero
10:59:46 <esolangs> [[Sea]] M https://esolangs.org/w/index.php?diff=176738&oldid=176666 * Cleverxia * (+54) /* Theory */
11:08:05 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176739&oldid=176685 * InLuaIKnow * (+970)
12:51:06 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=176740&oldid=176722 * Ais523 * (-155) Undo revision [[Special:Diff/176722|176722]] by [[Special:Contributions/Mrtli08|Mrtli08]] ([[User talk:Mrtli08|talk]]) spam (not a spambot, but a human trying to advertise their esolang)
13:58:43 <esolangs> [[ErrorFull on node.js]] N https://esolangs.org/w/index.php?oldid=176741 * Cleverxia * (+3086) Created page with "'''Errorfull on node.js''' is, obviously, [[ErrorFull]] on node.js. ==Errors== {| class="wikitable sortable" |+ Caption text |- ! If... !! Error message |- | You use console.log || console.log is a sign of debugging. Please don't show your weakness by usi
14:02:04 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=176742&oldid=176527 * Cleverxia * (+67) /* Current Esolangs I've created */
15:39:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:54:15 <esolangs> [[ErrorFull on node.js]] M https://esolangs.org/w/index.php?diff=176743&oldid=176741 * Dragoneater67mobile * (-1) /* Errors */ typo fix
16:10:07 -!- tromp has joined.
16:23:25 -!- Bowserinator has quit (Server closed connection).
16:24:00 -!- Bowserinator has joined.
16:29:38 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176744&oldid=176735 * Dragoneater67mobile * (+35) /* IO? */
16:37:33 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176745&oldid=176744 * Dragoneater67mobile * (+172)
16:45:17 -!- Sgeo has joined.
16:57:18 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176746&oldid=176745 * Blashyrkh * (+358) /* IO? */
16:57:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:00:13 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176747&oldid=176708 * Aadenboy * (+1) /* See Also */
17:04:10 -!- tromp has joined.
17:13:11 <esolangs> [[Ganguine]] N https://esolangs.org/w/index.php?oldid=176748 * Corbin * (+589) Stub for yet another quine concept.
17:16:01 <esolangs> [[Error quine]] https://esolangs.org/w/index.php?diff=176749&oldid=174632 * Corbin * (+269) Intro and categories.
17:21:33 -!- jix has quit (Server closed connection).
17:21:51 -!- jix has joined.
17:31:32 <esolangs> [[Quine]] https://esolangs.org/w/index.php?diff=176750&oldid=174505 * Corbin * (+788) Intro and categories.
17:34:55 <esolangs> [[Error quine]] https://esolangs.org/w/index.php?diff=176751&oldid=176749 * Corbin * (+638) Add the relevant GEB quote.
17:38:12 <esolangs> [[Quine]] https://esolangs.org/w/index.php?diff=176752&oldid=176750 * Corbin * (+574) Quines can be automatically generated.
17:41:50 <esolangs> [[Error quine]] M https://esolangs.org/w/index.php?diff=176753&oldid=176751 * Corbin * (+2) Proofread. I made some mistakes that weren't caught by spellcheck.
17:43:18 <korvo> Okay, I think I'm done with self-reps for now. Glad to finally get that off my plate.
17:45:25 <esolangs> [[Electrons]] N https://esolangs.org/w/index.php?oldid=176754 * Mrtli08 * (+197) Created page with "Electrons is a language about electrons. <br> A program looks like this: <br> <nowiki> ############################### <br> e <br> ############################### <br>"
17:45:41 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176755&oldid=176754 * Mrtli08 * (+10)
17:47:21 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176756&oldid=176755 * Mrtli08 * (-120)
17:47:44 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176757&oldid=176756 * Mrtli08 * (+99)
17:47:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:48:56 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176758&oldid=176757 * Mrtli08 * (-3)
17:49:08 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176759&oldid=176758 * Mrtli08 * (+5)
17:53:04 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176760&oldid=176759 * Mrtli08 * (+170)
17:53:19 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176761&oldid=176760 * Mrtli08 * (-15)
17:53:29 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176762&oldid=176761 * Mrtli08 * (+4)
17:53:39 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176763&oldid=176762 * Mrtli08 * (-15)
17:54:10 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176764&oldid=176763 * Mrtli08 * (-20)
17:54:56 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176765&oldid=176764 * Mrtli08 * (+26)
17:55:27 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176766&oldid=176765 * Mrtli08 * (+20)
17:55:54 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176767&oldid=176766 * Mrtli08 * (+0)
17:56:34 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176768&oldid=176767 * Mrtli08 * (+56)
17:59:01 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176769&oldid=176768 * Mrtli08 * (+176)
18:01:27 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176770&oldid=176769 * Mrtli08 * (+6)
18:01:44 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176771&oldid=176770 * Mrtli08 * (+8)
18:02:48 <esolangs> [[Electrons]] https://esolangs.org/w/index.php?diff=176772&oldid=176771 * Mrtli08 * (+8)
18:15:57 -!- amby has joined.
18:29:36 -!- tromp has joined.
18:44:27 <esolangs> [[Tau]] https://esolangs.org/w/index.php?diff=176773&oldid=173808 * Dmiz * (+125)
18:55:47 <esolangs> [[Tau]] https://esolangs.org/w/index.php?diff=176774&oldid=176773 * Dmiz * (+30)
19:19:09 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=176775&oldid=175985 * Ractangle * (-31) /* Stuff */
19:19:24 <esolangs> [[User:Ractangle]] M https://esolangs.org/w/index.php?diff=176776&oldid=172774 * Ractangle * (+18)
19:20:29 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176777&oldid=176342 * Las-r * (+709) Add examples
19:20:37 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=176778&oldid=176775 * Ractangle * (+46) /* Stuff */
19:20:57 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=176779&oldid=176778 * Ractangle * (-17) /* Stuff */
19:28:37 <esolangs> [[User talk:Ais523]] M https://esolangs.org/w/index.php?diff=176780&oldid=176740 * Ractangle * (+205) /* Page in need of deletion */
19:28:39 <esolangs> [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=176781&oldid=176779 * Ractangle * (-39) /* Stuff */
19:29:30 <esolangs> [[User:Ractangle]] M https://esolangs.org/w/index.php?diff=176782&oldid=176776 * Ractangle * (-40) /* Esolangs */
19:35:18 <esolangs> [[Alno]] https://esolangs.org/w/index.php?diff=176783&oldid=167525 * Yayimhere2(school) * (+78) /* Actualy syntax */
19:46:23 -!- Lord_of_Life_ has joined.
19:47:12 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
19:47:48 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
19:49:37 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=176784&oldid=176777 * Las-r * (+1562) Add computational class proof and several minor changes
19:49:48 <esolangs> [[Special:Log/newusers]] create * Fgaoxing * New user account
19:54:05 <esolangs> [[Enn]] M https://esolangs.org/w/index.php?diff=176785&oldid=176784 * Las-r * (-12)
19:59:13 <esolangs> [[User:Las-r]] https://esolangs.org/w/index.php?diff=176786&oldid=176339 * Las-r * (+465)
20:14:20 <esolangs> [[Talk:Funge-98]] https://esolangs.org/w/index.php?diff=176787&oldid=93890 * WoodyFan3412 * (+339) /* This page is messy! */ new section
20:27:25 <esolangs> [[User:WoodyFan3412]] https://esolangs.org/w/index.php?diff=176788&oldid=175513 * WoodyFan3412 * (-307)
20:28:34 <esolangs> [[User talk:WoodyFan3412]] https://esolangs.org/w/index.php?diff=176789&oldid=146355 * WoodyFan3412 * (+137) /* Aaron hates me */ new section
20:34:39 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=176790&oldid=175933 * WoodyFan3412 * (+127) Scratch isn't a programming language!
20:36:13 -!- pool has quit (Server closed connection).
20:36:38 -!- pool has joined.
20:39:34 <esolangs> [[Talk:Scratch is dumb]] https://esolangs.org/w/index.php?diff=176791&oldid=138749 * WoodyFan3412 * (+281) /* Scratch isn't dumb... */ new section
21:04:04 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=176792&oldid=176790 * Aadenboy * (-127) scratch is in fact a programming language
21:13:17 <esolangs> [[User talk:WoodyFan3412]] https://esolangs.org/w/index.php?diff=176793&oldid=176789 * Corbin * (+267) /* Editing user pages */ new section
21:28:31 <esolangs> [[User:A()/NegiPushGarbage]] N https://esolangs.org/w/index.php?oldid=176794 * A() * (+341) Created page with "{{wrongtitle|title=-1#?!()}} This is an esolang [[User:A()]] will be working on. == Commands == {| class="wikitable" |+ Commands |- ! Command !! Description |- | -1(a) || push negative one to list a |- | #(a) || pop from a |- | ?(a) || print top from a |-
22:03:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:13:45 -!- tromp has joined.
22:23:35 <esolangs> [[User:Lemonsandlimes]] N https://esolangs.org/w/index.php?oldid=176795 * Lemonsandlimes * (+267) Created page with "=Lemonsandlimes= Hello, I am '''Lemonsandlimes''' I created the following Esolangs: '''Litteraly nothing''' ==Other accounts== You can find me on GitHub: [https://github.com/Lemonsandlimez] '''My GitHub''' Maybe I will make a youtube account. Bu
22:23:54 <esolangs> [[Crazy J/Hello, world!]] N https://esolangs.org/w/index.php?oldid=176796 * Blashyrkh * (+1957) Crazy J examples - Hello, world! (polyglot Crazy J + Brainfuck)
22:25:10 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=176797&oldid=176131 * Blashyrkh * (+48) /* Examples */ Hello, world!
22:31:24 <esolangs> [[Hello world program in esoteric languages (B-C)]] https://esolangs.org/w/index.php?diff=176798&oldid=166414 * Blashyrkh * (+69) Link to Crazy J + Brainfuck polyglot Hello world
22:33:16 <esolangs> [[Hello world program in esoteric languages (B-C)]] M https://esolangs.org/w/index.php?diff=176799&oldid=176798 * Blashyrkh * (+1) Move to proper place
22:40:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:32:42 <esolangs> [[Crazy J/Hello, world!]] https://esolangs.org/w/index.php?diff=176800&oldid=176796 * Blashyrkh * (+1268) Polyglot howto
23:35:50 <esolangs> [[Crazy J/Hello, world!]] M https://esolangs.org/w/index.php?diff=176801&oldid=176800 * Blashyrkh * (+10) Disable table of content
23:38:05 <esolangs> [[Crazy J/Hello, world!]] M https://esolangs.org/w/index.php?diff=176802&oldid=176801 * Blashyrkh * (+0) Move NOTOC to safe place
00:14:27 -!- 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:41:01 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=176803&oldid=176792 * Cleverxia * (+127) Scratch definitely isn't a programming language, it's just a toy
00:53:29 <esolangs> [[Ero]] https://esolangs.org/w/index.php?diff=176804&oldid=176739 * InLuaIKnow * (+3092)
02:02:28 <esolangs> [[User:None1]] M https://esolangs.org/w/index.php?diff=176805&oldid=176803 * Corbin * (-127) Undo revision [[Special:Diff/176803|176803]] by [[Special:Contributions/Cleverxia|Cleverxia]] ([[User talk:Cleverxia|talk]]): Revert vandalism.
02:03:24 <esolangs> [[User talk:Cleverxia]] https://esolangs.org/w/index.php?diff=176806&oldid=176017 * Corbin * (+244) /* Editing user pages */ new section
02:57:06 -!- ski has quit (Remote host closed the connection).
02:58:12 <esolangs> [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:BefungeImproved.png]]"
02:58:38 <esolangs> [[User:WoodyFan3412]] https://esolangs.org/w/index.php?diff=176808&oldid=176788 * WoodyFan3412 * (+91) befunge_ide
03:00:41 <esolangs> [[User:WoodyFan3412]] https://esolangs.org/w/index.php?diff=176809&oldid=176808 * WoodyFan3412 * (+84)
03:12:05 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
03:12:27 -!- Lord_of_Life has joined.
03:20:17 -!- ski has joined.
03:29:26 -!- AlsoJAA has quit (Server closed connection).
03:29:36 -!- AlsoJAA has joined.
03:48:50 -!- pool has quit (Quit: The Lounge - https://thelounge.chat).
03:50:20 -!- pool has joined.
04:07:11 <esolangs> [[LUCIFER]] https://esolangs.org/w/index.php?diff=176810&oldid=176686 * Notxnorand * (+338)
04:32:37 -!- strerror has quit (Server closed connection).
04:32:52 -!- strerror has joined.
04:46:31 -!- Sgeo has quit (Read error: Connection reset by peer).
04:58:41 <esolangs> [[Alno]] https://esolangs.org/w/index.php?diff=176811&oldid=176783 * Yayimhere2(school) * (-8) /* Actualy syntax */
06:05:57 -!- leah2 has quit (Server closed connection).
06:06:18 -!- leah2 has joined.
06:19:26 -!- HackEso has quit (Server closed connection).
06:20:03 -!- HackEso has joined.
06:43:23 -!- Yayimhere has joined.
06:51:40 <esolangs> [[User:Yayimhere/Width]] N https://esolangs.org/w/index.php?oldid=176812 * Yayimhere2(school) * (+2864) Created page with "'''Width''' is an [[esoteric programming language]] created by [[User:Yayimhere]], based on [[Bitwise Cyclic Teap]], [[Folat]], and [[An Odd Rewriting System]]. Its similair to BCT, but uses a sort of "addressing" allowing one to access strings w
06:54:50 <esolangs> [[Special:Log/move]] move * Yayimhere2(school) * moved [[User:Yayimhere/Amber]] to [[User:Amber]]: Move to main name space.
06:55:56 <esolangs> [[Special:Log/move]] move * Yayimhere2(school) * moved [[User:Yayimhere/Width]] to [[User:Width (yayimhere)]]: Move to main name space
06:56:33 <esolangs> [[Special:Log/move]] move * Yayimhere2(school) * moved [[User:Width (yayimhere)]] to [[Width (yayimhere)]]: Accidental user page.
06:58:18 <esolangs> [[User:Width (yayimhere)]] https://esolangs.org/w/index.php?diff=176819&oldid=176818 * Yayimhere2(school) * (-31) Blanked: accidental, no user is by this name.
06:59:07 <esolangs> [[Special:Log/move]] move * Yayimhere2(school) * moved [[User:Amber]] to [[Amber]]: Another accidental move.
06:59:26 <esolangs> [[User:Amber]] https://esolangs.org/w/index.php?diff=176822&oldid=176821 * Yayimhere2(school) * (-19) blanked, should be deleted, no user by this name.
07:00:36 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176823&oldid=176820 * Yayimhere2(school) * (+14) /* Computational class */
07:03:09 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=176824&oldid=176529 * Yayimhere2(school) * (+287) /* esolangs */
07:04:47 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176825&oldid=176823 * Yayimhere2(school) * (+112) /* =, \, ', 1, & :x */
07:05:20 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176826&oldid=176825 * Yayimhere2(school) * (+58) /* Builtins */
07:07:21 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176827&oldid=176826 * Yayimhere2(school) * (+0) /* Builtins */
07:08:13 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176828&oldid=176827 * Yayimhere2(school) * (+77) /* Constructs, syntax, and computation */
07:08:50 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176829&oldid=176828 * Yayimhere2(school) * (+2) /* Computational class */
07:16:19 <esolangs> [[Amber]] https://esolangs.org/w/index.php?diff=176830&oldid=176829 * Yayimhere2(school) * (+0) /* Builtins */
07:19:15 <esolangs> [[N-Type]] https://esolangs.org/w/index.php?diff=176831&oldid=175953 * Yayimhere2(school) * (+12) /* See also */
07:19:43 <esolangs> [[Photography]] https://esolangs.org/w/index.php?diff=176832&oldid=175574 * Yayimhere2(school) * (+41) /* Examples */
07:28:46 -!- voxpelli has quit (Server closed connection).
07:28:57 -!- voxpelli has joined.
07:31:16 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=176833&oldid=176780 * Yayimhere2(school) * (+312)
07:33:42 <esolangs> [[Talk:Vector]] https://esolangs.org/w/index.php?diff=176834&oldid=155420 * Yayimhere2(school) * (+150) /* Translation from Nopfunge Solid */
07:36:21 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
07:37:49 -!- Lord_of_Life has joined.
07:43:14 -!- tromp has joined.
07:43:44 <esolangs> [[User:Dragoneater67/wipwipwip/He, wrd!]] https://esolangs.org/w/index.php?diff=176835&oldid=176697 * Dragoneater67 * (+164) rename
07:44:14 <esolangs> [[Special:Log/move]] move * Dragoneater67 * moved [[User:Dragoneater67/wipwipwip/He, wrd!]] to [[ ]]: no longer wip
07:44:14 <esolangs> [[Special:Log/move]] move * Dragoneater67 * moved [[User talk:Dragoneater67/wipwipwip/He, wrd!]] to [[Talk: ]]: no longer wip
07:45:00 <esolangs> [[ ]] https://esolangs.org/w/index.php?diff=176840&oldid=176836 * Dragoneater67 * (+80)
07:47:25 <esolangs> [[ ]] https://esolangs.org/w/index.php?diff=176841&oldid=176840 * Dragoneater67 * (-8)
07:48:53 -!- msv has quit (Read error: Connection reset by peer).
07:49:11 -!- msv has joined.
07:49:33 <esolangs> [[Talk: ]] https://esolangs.org/w/index.php?diff=176842&oldid=176838 * Dragoneater67 * (+325)
07:51:56 <esolangs> [[Talk: ]] https://esolangs.org/w/index.php?diff=176843&oldid=176842 * Blashyrkh * (+133)
07:56:06 <esolangs> [[Talk: ]] https://esolangs.org/w/index.php?diff=176844&oldid=176843 * Dragoneater67 * (+298)
07:58:57 <esolangs> [[User:Yayimhere/Width]] https://esolangs.org/w/index.php?diff=176845&oldid=176816 * Dragoneater67 * (-5) fix redirect
07:59:24 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176846&oldid=176814 * Dragoneater67 * (-5) fix redirect
07:59:51 <esolangs> [[User:Yayimhere/Width]] https://esolangs.org/w/index.php?diff=176847&oldid=176845 * Yayimhere2(school) * (-31) blank *again* these shouldn't exist.
08:00:07 <esolangs> [[User:Yayimhere/Amber]] https://esolangs.org/w/index.php?diff=176848&oldid=176846 * Yayimhere2(school) * (-19) also blank
08:06:59 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176849&oldid=176747 * Dragoneater67 * (+501)
08:07:26 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176850&oldid=176849 * Dragoneater67 * (-28)
08:08:26 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176851&oldid=176850 * Dragoneater67 * (-2) /* Syntax */
08:09:32 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176852&oldid=176851 * Dragoneater67 * (+2)
08:10:32 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176853&oldid=176746 * Dragoneater67 * (+386) /* Need help about syntax */
08:11:46 -!- Yayimhere has quit (Quit: Client closed).
08:13:55 -!- Yayimhere has joined.
08:13:58 -!- Yayimhere has quit (Client Quit).
08:21:35 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=176854&oldid=176361 * Dragoneater67 * (+94)
08:27:47 <esolangs> [[Ivory]] https://esolangs.org/w/index.php?diff=176855&oldid=175947 * Dragoneater67 * (+82)
08:35:24 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=176856&oldid=176854 * Dragoneater67 * (+35)
08:46:35 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=176857&oldid=176663 * Dragoneater67 * (+154) /* R */
08:47:24 <esolangs> [[Kool]] https://esolangs.org/w/index.php?diff=176858&oldid=173952 * Yayimhere2(school) * (-29) /* Xor gate */ remove [[Category:Turing complete]], it isnt, it doesnt even have *loops*
09:06:25 <esolangs> [[Talk:Vector]] https://esolangs.org/w/index.php?diff=176859&oldid=176834 * None1 * (+436) /* Translation from Nopfunge Solid */ I remember the method
09:08:37 -!- ursa-major has quit (Server closed connection).
09:08:46 -!- ursa-major has joined.
09:14:06 <esolangs> [[Kool]] https://esolangs.org/w/index.php?diff=176860&oldid=176858 * PkmnQ * (+19) /* Programs */
09:30:20 <esolangs> [[Crazy J/Hello, world!]] https://esolangs.org/w/index.php?diff=176861&oldid=176802 * Blashyrkh * (+793) Introduction
09:51:14 -!- impomatic has quit (Quit: Client closed).
09:56:46 -!- integral has quit (Server closed connection).
09:57:00 -!- integral has joined.
10:31:30 <esolangs> [[OTS]] https://esolangs.org/w/index.php?diff=176862&oldid=145842 * Yayimhere2(school) * (-213) /* TC proof */
10:38:01 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Amber]]": redirect left over after a typoed page move
10:38:54 -!- amby has joined.
10:40:15 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Width (yayimhere)]]": redirect left over after a typoed page move
10:42:30 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Yayimhere/Width]]": redirect left over after a draft was moved to mainspace
10:42:49 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Yayimhere/Amber]]": redirect left over after a draft was moved to mainspace (it is now at [[Amber]])
10:57:20 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=176863&oldid=176824 * Yayimhere2(school) * (+18) /* esolangs */
11:32:07 -!- impomatic has joined.
11:38:43 <esolangs> [[I++]] N https://esolangs.org/w/index.php?oldid=176864 * InLuaIKnow * (+7) Created page with "{{WIP}}"
11:39:43 <esolangs> [[Ivory]] https://esolangs.org/w/index.php?diff=176865&oldid=176855 * Cleverxia * (+38)
11:40:20 <esolangs> [[Talk:Ivory]] https://esolangs.org/w/index.php?diff=176866&oldid=175968 * Cleverxia * (+62)
11:41:08 <esolangs> [[Talk:Ivory]] https://esolangs.org/w/index.php?diff=176867&oldid=176866 * Cleverxia * (+20)
11:55:28 <esolangs> [[Ivory]] M https://esolangs.org/w/index.php?diff=176868&oldid=176865 * Cleverxia * (+78)
12:37:26 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176869&oldid=176559 * Fly * (+161) /* Duplicate top two elements of the stack */
12:40:35 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176870&oldid=176852 * Dragoneater67mobile * (-32)
12:42:00 <esolangs> [[((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176871&oldid=176870 * Dragoneater67mobile * (-34) /* Syntax */
12:50:29 -!- ais523 has joined.
12:56:37 -!- moony has quit (Server closed connection).
12:57:14 -!- moony has joined.
13:02:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:08:01 -!- tromp has joined.
13:26:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:27:55 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=176872&oldid=176833 * Yayimhere2(school) * (+9) /* Deletion of two user pages */
13:35:31 <esolangs> [[]] https://esolangs.org/w/index.php?diff=176873&oldid=134037 * PrySigneToFry * (+196)
13:41:32 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=176874&oldid=176192 * PrySigneToFry * (-524)
13:57:55 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176875&oldid=176729 * PrySigneToFry * (+50)
14:07:42 -!- tromp has joined.
14:14:42 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176876&oldid=176875 * PrySigneToFry * (+74)
14:27:54 -!- impomatic has quit (Quit: Client closed).
14:47:54 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176877&oldid=176853 * Mrtli08 * (+104)
14:52:15 -!- ais523 has quit (Quit: quit).
14:55:35 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=176878&oldid=176876 * Cleverxia * (+1856) /* By Cleverxia */
14:58:03 -!- ais523 has joined.
15:24:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:44:15 -!- impomatic has joined.
16:12:22 -!- tromp has joined.
16:19:35 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176879&oldid=176877 * Yayimhere2(school) * (+183) /* Need help about syntax */
16:24:55 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176880&oldid=176274 * NTMDev * (+181) /* Displaying Code Stack */
16:28:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:33:34 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176881&oldid=176880 * NTMDev * (+26) /* Error Management */
16:34:26 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176882&oldid=176881 * NTMDev * (+0) /* Introduction */
16:42:27 <esolangs> [[Talk:ASTLang]] N https://esolangs.org/w/index.php?oldid=176883 * Corbin * (+333) Created page with "As you reach over 4000 lines of code in your lone module, I wanted to let you know that Python has a builtin [https://docs.python.org/3/library/ast.html <code>ast</code>] library which might simplify your language and IDE considerably. Hope this helps! ~~~~"
16:48:11 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176884&oldid=176882 * Corbin * (+71) Categories and infobox details.
16:51:32 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176885&oldid=176884 * Corbin * (-451) Put a WIP at the top and move the infobox to immediately follow it. This improves how the page flows around the very long TOC and ensures that the infobox is correctly positioned when the TOC is hidden. Remove the associated notes about how to read the page; it can be read like a
16:52:31 <esolangs> [[User:Yayimhere/Universes]] N https://esolangs.org/w/index.php?oldid=176886 * Yayimhere2(school) * (+962) Created page with "The set of Universes is an infinite(?) set of infinite ordered lists made up of numeric binary functions. It is, as can be seen by its name, made up of universes. A single universe is written as the <math>F</math>-Universe. Formally, the funct
16:58:35 <esolangs> [[ASTLang]] https://esolangs.org/w/index.php?diff=176887&oldid=176885 * Aadenboy * (-21) move introduction before the toc
17:05:26 -!- jinn6 has quit (Server closed connection).
17:05:48 -!- jinn6 has joined.
17:08:51 -!- AlsoJAA has quit (*.net *.split).
17:08:51 -!- myname has quit (*.net *.split).
17:08:51 -!- ^[ has quit (*.net *.split).
17:08:51 -!- op_4 has quit (*.net *.split).
17:08:51 -!- ManDeJan has quit (*.net *.split).
17:08:51 -!- rodgort has quit (*.net *.split).
17:08:51 -!- simcop2387 has quit (*.net *.split).
17:08:51 -!- cactushead has quit (*.net *.split).
17:08:51 -!- citrons has quit (*.net *.split).
17:08:51 -!- shikhin has quit (*.net *.split).
17:08:51 -!- lambdabot has quit (*.net *.split).
17:12:52 -!- AlsoJAA has joined.
17:12:52 -!- myname has joined.
17:12:52 -!- ^[ has joined.
17:12:52 -!- op_4 has joined.
17:12:52 -!- ManDeJan has joined.
17:12:52 -!- rodgort has joined.
17:12:52 -!- simcop2387 has joined.
17:12:52 -!- cactushead has joined.
17:12:52 -!- citrons has joined.
17:12:52 -!- shikhin has joined.
17:12:52 -!- lambdabot has joined.
17:35:50 -!- nitrix_ has changed nick to nitrix.
17:36:33 <esolangs> [[User:Yayimhere/Universes]] https://esolangs.org/w/index.php?diff=176888&oldid=176886 * Yayimhere2(school) * (+3)
17:41:25 <esolangs> [[AnotherStonck]] N https://esolangs.org/w/index.php?oldid=176889 * Mrtli08 * (+97) Created page with "AnotherStonck is another stack language made by [[User:Mrtli08]] which is another stack language."
17:41:58 <esolangs> [[AnotherStonck]] https://esolangs.org/w/index.php?diff=176890&oldid=176889 * Mrtli08 * (+131)
17:42:26 <esolangs> [[AnotherStonck]] https://esolangs.org/w/index.php?diff=176891&oldid=176890 * Mrtli08 * (-9)
17:44:00 -!- ajal has joined.
17:44:07 -!- amby has quit (Ping timeout: 264 seconds).
18:01:52 <esolangs> [[AnotherStonck]] https://esolangs.org/w/index.php?diff=176892&oldid=176891 * Mrtli08 * (+821)
18:17:36 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176893&oldid=176879 * Mrtli08 * (+311) /* Need help about syntax */
18:32:06 -!- zzo38 has quit (Server closed connection).
18:32:55 -!- tromp has joined.
18:33:24 -!- tromp has quit (Client Quit).
18:49:53 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176894&oldid=176893 * Yayimhere2(school) * (+274) /* Need help about syntax */
18:56:39 -!- zzo38 has joined.
18:57:16 -!- ais523 has quit (Quit: quit).
19:07:10 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=176895&oldid=176894 * Mrtli08 * (+175)
19:07:18 <esolangs> [[User:Yayimhere/Universes]] https://esolangs.org/w/index.php?diff=176896&oldid=176888 * Yayimhere2(school) * (+239)
19:43:57 -!- joast has quit (Server closed connection).
19:45:53 -!- joast has joined.
19:46:16 -!- Lord_of_Life_ has joined.
19:47:35 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
19:47:36 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:11:35 -!- ais523 has joined.
20:18:38 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176897&oldid=176869 * Fly * (-132) /* 99 bottles of beer on the wall */
20:23:46 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=176898&oldid=176897 * Fly * (+126) /* Stack manipulation and other operations */
21:12:58 -!- Sgeo has joined.
21:24:26 -!- ais523 has quit (Quit: quit).
21:26:19 -!- tromp has joined.
22:29:23 -!- ursa-major has quit (Ping timeout: 268 seconds).
22:30:36 -!- ursa-major has joined.
22:39:36 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
22:40:29 -!- Lord_of_Life has joined.
23:06:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:14:57 <esolangs> [[Special:Log/newusers]] create * S1wc * New user account