←2025-02-26 2025-02-27 2025-02-28→ ↑2025 ↑all
00:02:51 -!- mtm has quit (Ping timeout: 244 seconds).
00:06:11 -!- mtm has joined.
00:53:39 <esolangs> [[Special:Log/move]] move * Aadenboy * moved [[Bitchanger Busy beaver]] to [[BitChanger Busy beaver]]: Misspelled title
00:53:39 <esolangs> [[Special:Log/move]] move * Aadenboy * moved [[Talk:Bitchanger Busy beaver]] to [[Talk:BitChanger Busy beaver]]: Misspelled title
00:54:00 <esolangs> [[Special:Log/move]] move * Aadenboy * moved [[Bitchanger Busy beaver/Proof]] to [[BitChanger Busy beaver/Proof]]: Misspelled title
00:59:03 <esolangs> [[Fsx]] https://esolangs.org/w/index.php?diff=152817&oldid=152761 * SerialDesignationF * (+2361)
01:01:19 <esolangs> [[User:SerialDesignationF]] https://esolangs.org/w/index.php?diff=152818&oldid=152739 * SerialDesignationF * (+70)
01:01:34 <esolangs> [[User:SerialDesignationF]] https://esolangs.org/w/index.php?diff=152819&oldid=152818 * SerialDesignationF * (-35)
01:01:43 <esolangs> [[User:SerialDesignationF]] https://esolangs.org/w/index.php?diff=152820&oldid=152819 * SerialDesignationF * (+1)
01:02:56 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=152821&oldid=152806 * SerialDesignationF * (+10)
01:06:24 -!- mtm has quit (Ping timeout: 252 seconds).
01:08:22 -!- 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:08:25 -!- mtm has joined.
01:21:27 <esolangs> [[SLet]] https://esolangs.org/w/index.php?diff=152822&oldid=152725 * I am islptng * (+45) /* Examples */
01:51:58 <esolangs> [[Pointing]] https://esolangs.org/w/index.php?diff=152823&oldid=152782 * Calculus is fun * (+2147) /* Instructions */
01:53:59 <esolangs> [[Pointing]] M https://esolangs.org/w/index.php?diff=152824&oldid=152823 * Calculus is fun * (+0) /* Statements */
02:06:38 -!- tromp has quit (Ping timeout: 245 seconds).
02:13:52 <esolangs> [[Pointing]] https://esolangs.org/w/index.php?diff=152825&oldid=152824 * Calculus is fun * (+368) Assignments are crazy here
02:14:54 <esolangs> [[Pointing]] https://esolangs.org/w/index.php?diff=152826&oldid=152825 * Calculus is fun * (+3) /* Assignments */
03:04:35 -!- mtm has quit (Ping timeout: 265 seconds).
03:06:42 -!- mtm has joined.
03:11:45 <esolangs> [[Pointing/Quine]] N https://esolangs.org/w/index.php?oldid=152827 * Calculus is fun * (+3835) Created Pointing quine
03:13:20 <esolangs> [[Pointing]] https://esolangs.org/w/index.php?diff=152828&oldid=152826 * Calculus is fun * (+71) Quine example
03:23:00 -!- mtm has quit (Ping timeout: 246 seconds).
04:02:15 <esolangs> [[Fsx]] https://esolangs.org/w/index.php?diff=152829&oldid=152817 * SerialDesignationF * (+2)
04:22:33 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152830&oldid=149198 * I am islptng * (+6888)
04:23:15 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152831&oldid=152830 * I am islptng * (-5984)
04:29:22 <korvo> Has anybody heard of catalytic space? It's mind-bending.
04:30:25 <korvo> I'm just starting the 2014 paper right now, but the basic idea is to augment a Turing machine with an arbitrary incompressible RAM bank s.t. the machine may only halt when the RAM is in its original configuration. As the paper puts it, you have "a hard drive of family photos".
04:30:51 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152832&oldid=152831 * I am islptng * (+358)
04:31:46 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152833&oldid=152832 * I am islptng * (-16)
04:40:55 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152834&oldid=152833 * I am islptng * (+565)
04:50:55 <korvo> Okay, I think I get it. Suppose we have a reversible register machine and we're okay with only computing a result "transparently", which means that our output register might be offset by some starting value. (IOW we don't start with zero'd registers.)
04:51:24 <korvo> Then it's possible to copy that output in a transparent way, *and* undo the original program, so that only the output register has really changed.
04:52:30 <korvo> Like, suppose P puts its output in register t but we want it in r. We do: r -= t; P; r += t; reverse(P). t is restored and r is offset by the output that would have been in t.
04:53:48 <korvo> So we can take a program P that is defined over a fairly large working memory, but only writes its final outputs to a small bank of target registers, and move all of those targets transparently to standard output.
04:56:12 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152835&oldid=152834 * I am islptng * (+1717) /* Commands */
04:59:32 <korvo> Okay, yeah. Final details: standard out isn't necessarily blank, but we can make it so. Turing machines aren't reversible but we can use constant space to implement reversible bytewise (or ringwise) operations.
05:03:06 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152836&oldid=152835 * I am islptng * (+513) /* Commands */
05:04:28 <esolangs> [[SLet]] https://esolangs.org/w/index.php?diff=152837&oldid=152822 * I am islptng * (-481)
05:05:59 <esolangs> [[SLet]] https://esolangs.org/w/index.php?diff=152838&oldid=152837 * I am islptng * (+70) /* Implementation */
05:19:04 <esolangs> [[SLet/algo]] https://esolangs.org/w/index.php?diff=152839&oldid=152836 * I am islptng * (+27) /* Detail on input */
05:29:12 * ais523 vaguely wonders why Rust considers INT_MIN % -1 to be an overflow
05:29:27 <ais523> division, sure, but the modulus is 0 which is not an overflowing value
05:29:46 <ais523> I wonder if it's because the modulus is defined in terms of the result of a division?
05:31:16 <esolangs> [[SLet]] M https://esolangs.org/w/index.php?diff=152840&oldid=152838 * I am islptng * (+54) /* Minor bug fix Implementation */
05:33:55 <esolangs> [[Talk:UserEdited]] https://esolangs.org/w/index.php?diff=152841&oldid=152787 * MihaiEso * (+709)
05:36:18 <esolangs> [[SLet]] M https://esolangs.org/w/index.php?diff=152842&oldid=152840 * I am islptng * (+67) /* Implementation */
05:37:15 <zzo38> I had not heard of catalytic space before.
05:47:20 <zzo38> And, I will consider adding a section into my version control document about what I think is wrong with the other ones in my opinion. (I also should give it name (before it is implemented), since so far there isn't a name)
05:49:28 <korvo> Oof, names are hard. Take your time. It sounds like you're going to build this and it's going to work for you, and that's what matters.
05:51:09 <zzo38> OK. (Anyways, today, I will be going to bed)
05:52:06 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152843&oldid=152798 * MihaiEso * (+819)
05:58:46 <korvo> Peace.
06:00:51 <korvo> ais523: Wondering about the utility of a systems language that has nats and defines stuff like the modulus to be non-negative.
06:01:41 <ais523> korvo: so I'm currently trying to implement floor-division on signed integers
06:01:45 <ais523> it is not going well
06:01:56 <ais523> there are so many corner cases, mostly involving INT_MIN
06:02:42 <ais523> the Rust standard library implementation actually generates really complicated asm, probably because of that
06:02:49 <korvo> I was curious, so I checked Ada for comparison. In Ada, `mod` always satisfies `A = B * N + (A mod B)`. Here, it'd be `INT_MIN = -1 * N + (INT_MIN mod -1)`. I think that Rust's position is that the reasonable choice for N would overflow.
06:03:24 <korvo> The whole suite of division operators is defined together, satisfying some nice-ish relations: https://adaic.org/resources/add_content/standards/05rm/html/RM-4-5-5.html
06:03:24 <ais523> korvo: right, that's the main reasonable argument I can see for defining INT_MIN % -1 as an overflow
06:03:55 <korvo> ais523: But note that N just has to be *some* integer. I don't know why Rust would force N=1 when N=2 seems just as silly/plausible.
06:04:49 <ais523> no, in this case you have N = INT_MAX + 1
06:06:22 <ais523> one interesting consequence of your formula (which I agree is necessary for a sensible modulus definition) is that it allows you to define x % 0 = x (which works for any finite value of x / 0)
06:06:35 <korvo> I guess. Oh, I see how Ada makes this awkward: the result must be <= -abs(INT_MIN) == INT_MIN. But -1 * N /= 0 and there's definitionally no smaller ints.
06:07:08 <korvo> Which I suppose makes x % 0 into an...underflow?
06:08:49 <ais523> so the consequence of defining x % 0 = x is that x / 0 = (x - (x % 0)) / 0 = (x - x) / 0 = 0 / 0
06:09:08 <ais523> which is somewhat unintuitive
06:09:48 <ais523> it produces the conclusion "x / 0 using exact division is infinite, but using floor-division is an arbitrary integer" which seems really wrong
06:10:51 <ais523> because that in turn implies that floor(∞) can be taken to be an integer (I do at least see the logic by which if that can validly be any integer, it must be every integer, due to translation-symmetry of floor)
06:12:11 <ais523> or, well, I guess this argument doesn't necessarily imply that it's an integer – just a finite number – but floor(∞) = ½ would be even weirder
06:13:50 <korvo> Yeah, choice of domain is crucial here.
06:16:52 <esolangs> [[User:Robotosaurus6502]] M https://esolangs.org/w/index.php?diff=152844&oldid=144517 * Robotosaurus6502 * (+56)
06:21:26 <ais523> oh, there's also a practical reason for INT_MIN % -1 to error – some processors (e.g. the commonly used x86_64) combine division and modulo into a single instruction, which processor-traps upon divide by zero
06:21:48 <ais523> so there's no easy way to actually get at the modulus without special-casing
06:22:13 <ais523> (that said, Rust special-cases this anyway to panic rather than processor-trap, so it could easily substitute a zero result instead…)
06:23:30 <korvo> `if x <= 0` is not the least efficient check.
06:23:33 <HackEso> bash: -c: line 0: unexpected EOF while looking for matching ``' \ bash: -c: line 1: syntax error: unexpected end of file
06:24:07 <korvo> fungot: was that a karmically-aligned response to my hyperbole?
06:24:08 <fungot> korvo: the eureka effect, also a key which is a nightmare. i was doing
06:24:15 <ais523> INT_MIN/INT_MIN is also an annoying special case because it prevents you doing the calculation entirely with positive numbers – although talking about this just made me realise that it would be possible to do the calculation entirely with negative numbers and avoid most of the cases like that
06:24:38 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=152845&oldid=152821 * Robotosaurus6502 * (+10) Forgot to add Nah, So I'm adding it now.
06:25:13 <ais523> ah no, it fails on INT_MIN/1
06:55:06 <esolangs> [[Project Euler/6]] https://esolangs.org/w/index.php?diff=152846&oldid=137141 * I am islptng * (+99) /* Implementations */
07:10:15 -!- Lord_of_Life_ has joined.
07:10:23 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
07:11:35 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
07:53:26 -!- CanisCorvus96 has quit (Quit: Client closed).
08:17:04 <esolangs> [[List of quines]] https://esolangs.org/w/index.php?diff=152847&oldid=150806 * I am islptng * (+301) /* SLet */
08:17:41 <esolangs> [[List of quines]] https://esolangs.org/w/index.php?diff=152848&oldid=152847 * I am islptng * (+28) /* SLet 4 */
08:17:51 <esolangs> [[SLet]] https://esolangs.org/w/index.php?diff=152849&oldid=152842 * I am islptng * (+22) /* Quine */
08:32:16 <b_jonas> ais523: INT_MIN % -1 is considered an overflow because on some CPUs like x86 you get the division and modulus in one instruction and that overflows, and rust wants to define the operator in a way that can be directly implemented with a CPU divsion instruction
08:33:11 <b_jonas> or does it? now I'm not sure, let me check the x86 manual
08:35:19 <b_jonas> yes, it's considered a divide overflow
08:35:21 <korvo> Okay, finally finished reading for the night. My goal was to get through https://eccc.weizmann.ac.il/report/2025/017/ and now I can sleep.
08:36:43 <b_jonas> oh good, you already said that
08:37:21 <b_jonas> "Rust special-cases this anyway to panic rather than processor-trap" => doesn't it use the processor trap to implement the panic?
08:37:31 <korvo> This is kind of jaw-dropping. Given a TM with known time requirements, it can be simulated in a way that effectively trades space for time and appears to run faster than it should. Yet another unintuitive consequence of the techniques unlocked by catalytic space complexity.
08:38:01 <ais523> b_jonas: no, there's an explicit check
08:38:09 <b_jonas> huh.
08:38:35 <ais523> my guess is that that was much easier to implement than portably catching the divide trap would be
08:39:59 <ais523> and you might, say, potentially interfere with any SIGFPE handlers that the user might have tried to install
08:40:50 <ais523> it is a bit weird seeing the INT_MIN/-1 check in the asm, though
08:41:21 <ais523> (the check is marginally different for INT_MIN%-1 – same control flow but different error message)
08:41:55 <b_jonas> I guess it is not out of line given how they take care to implement definite behavior for overflow on the normal integer addition and multiplication too
08:43:24 <ais523> count_leading_zeroes and friends have an explicit zero check on x86-64 (when the lzcnt feature isn't assumed), which avoids UB-according-to-the-documentation even though the behaviour is known
08:44:02 <ais523> (I think AMD explicitly define the behaviour, to match what Intel processors have consistently historically done)
09:02:14 -!- Sgeo has quit (Read error: Connection reset by peer).
09:43:30 -!- craigo has joined.
09:56:58 <esolangs> [[User talk:BrainFuckGirl]] https://esolangs.org/w/index.php?diff=152850&oldid=152785 * BrainFuckGirl * (+534) /* Question */
10:10:52 -!- amby has joined.
10:13:47 <esolangs> [[Talk:BitChanger Busy beaver]] https://esolangs.org/w/index.php?diff=152851&oldid=152813 * C++DSUCKER * (+120)
10:27:29 <esolangs> [[Fish]] https://esolangs.org/w/index.php?diff=152852&oldid=152729 * BrainFuckGirl * (-879) /* Hello, world! */ cleaned up section, removed unnecessary code examples
10:54:37 <esolangs> [[Fish]] https://esolangs.org/w/index.php?diff=152853&oldid=152852 * BrainFuckGirl * (-197) /* Examples */ Cleaned up examples to make them less reliant on the fish.py interpreter
10:56:05 <esolangs> [[Fish]] M https://esolangs.org/w/index.php?diff=152854&oldid=152853 * BrainFuckGirl * (-2) /* Square root */ removed unnecessary stack creation in code
11:09:31 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=152855&oldid=152845 * BrainFuckGirl * (+14) /* O */ Added OwOlang
11:10:10 <esolangs> [[User:Error 27]] N https://esolangs.org/w/index.php?oldid=152856 * BrainFuckGirl * (+41) Created page with "Creator of [[Mazerunner]] and [[OwOlang]]"
11:11:41 -!- ais523 has quit (Quit: quit).
11:13:58 <esolangs> [[User talk:BrainFuckGirl]] https://esolangs.org/w/index.php?diff=152857&oldid=152850 * MihaiEso * (+368)
11:22:20 <esolangs> [[BitChanger Busy beaver]] M https://esolangs.org/w/index.php?diff=152858&oldid=152811 * Int-e * (+0) /* Confirmed optimal */ capItalize link
11:27:27 -!- wib_jonas has joined.
11:35:33 <wib_jonas> C++ is so hard to parse. the syntax requires you to look up every identifier to know if it's syntactically a typename or not, and if it's a template or not. for this you need to implement at least the parts of name resolution that can look up potential typenames. that means for the declaration or definition of a class member you have to look up
11:35:34 <wib_jonas> names in the class and its superclasses. for the definition of a member function outside the class definition, you have to find the class body that this belongs to, and that class body may be a specialized template. also if you define a function that is the friend of a class, then in the definition you have to look up names in that class and its
11:35:34 <wib_jonas> superclasses too.
11:36:46 <wib_jonas> I wonder if there's a case where you can't even find the end of a declaration without looking up names because you can't tell if a pair of braces is a function body or something inside template angle brackets. I should try to construct one.
12:05:54 <APic> Hi
12:20:46 <esolangs> [[User talk:BrainFuckGirl]] https://esolangs.org/w/index.php?diff=152859&oldid=152857 * BrainFuckGirl * (+256) /* Question */
12:26:57 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152860&oldid=152843 * Hotcrystal0 * (+91) hello is string open and world is string close
12:27:23 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152861&oldid=152860 * Hotcrystal0 * (+18)
12:49:46 <esolangs> [[Special:Log/newusers]] create * Hotspot5 * New user account
13:07:09 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152862&oldid=152861 * Hotcrystal0 * (+108)
13:49:04 <int-e> I forgot, does the esowiki have syntax highlighting (and if so, is Haskell supported)?
13:50:20 <int-e> wib_jonas: Btw, you wanted to make a Pterry themed password for next month.
14:13:48 <fizzie> I *thought* we had a syntax highlighting thing, but I don't think that's actually the case.
14:14:37 <fizzie> Or at least the "SyntaxHighlight_GeSHi" extension is on my list of bundled-with-the-MediaWiki-distribution extensions that I drop as unused.
14:15:23 <fizzie> https://esolangs.org/wiki/Esolang_talk:Community_portal#(idea)Introducing_SyntaxHighlight? <- discussion thread about it, that didn't go anywhere
14:15:32 <int-e> It's of limited use of course, since most code samples are... esoteric.
14:16:36 <fizzie> The bundled extension does have a few "mainstream esoteric languages" (a contradiction in terms?) included.
14:16:40 <fizzie> https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages
14:16:48 <int-e> so don't worry about it (unless you want to)
14:17:08 <fizzie> I can see at least Befunge and BrainFuck.
14:24:43 <fizzie> I might check whether it's a trivial matter to enable, I guess, if I remember to when not at work. I think I remember having the "most snippets aren't in a recognizable language" thought, but OTOH sometimes you want to talk about implementation, or use exactly the syntax of a mainstream language, so it's not like it'd be completely useless.
14:25:26 <fizzie> Also there seem to be a handful of edits with <syntaxhighlight> tag in them (was just grepping the DB dump so can't easily tell if it's the live version of the page or not), some as tests and some maybe as page content, so it's the sort of thing people might expect to have in a "programming" wiki.
14:25:41 <int-e> Yeah my potential use case was https://esolangs.org/wiki/Bitchanger_Busy_beaver/Proof#Haskell_Code
14:28:47 <esolangs> [[User talk:BrainFuckGirl]] https://esolangs.org/w/index.php?diff=152863&oldid=152859 * MihaiEso * (+413)
14:33:26 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152864&oldid=152862 * MihaiEso * (+145) /* Commands */
14:36:31 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152865&oldid=152864 * MihaiEso * (+728)
14:43:09 <esolangs> [[Talk:UserEdited]] https://esolangs.org/w/index.php?diff=152866&oldid=152841 * MihaiEso * (+291)
14:43:57 <esolangs> [[AnyPL]] https://esolangs.org/w/index.php?diff=152867&oldid=24138 * Nazalassa * (+443) Added more cat examples
15:14:08 <wib_jonas> we can have some code samples that are in a non-estoteric language but connected to an esoteric topic such as implements an esoteric language
15:14:23 <wib_jonas> that said, I don't like syntax highlighting so I don't particularly want it on the wiki
15:15:14 <wib_jonas> I admit it can make more sense for an esoteric language if it's designed to have a syntax particularly confusing so that you need a syntax highlighter to make sense of it, but in those cases we're not likely to have the right syntax highlighter already available
15:15:48 <wib_jonas> ah I see, int-e pointed at Haskell code already
15:16:12 <wib_jonas> int-e: that's correct. I'm taking suggestions for the Pterry password
15:17:08 <wib_jonas> by default I think I'll just choose "One day I'll be dead and THEN you'll all be sorry", the quote on the landing page of https://www.lspace.org/
15:54:11 <esolangs> [[Topple]] M https://esolangs.org/w/index.php?diff=152868&oldid=152784 * H33T33 * (+6)
15:59:43 <esolangs> [[Topple]] M https://esolangs.org/w/index.php?diff=152869&oldid=152868 * H33T33 * (+22)
16:05:11 <esolangs> [[Topple]] M https://esolangs.org/w/index.php?diff=152870&oldid=152869 * H33T33 * (+111)
16:07:41 <esolangs> [[Topple]] M https://esolangs.org/w/index.php?diff=152871&oldid=152870 * H33T33 * (+0)
16:08:41 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152872&oldid=152865 * Hotcrystal0 * (+750)
16:09:05 <esolangs> [[Topple]] https://esolangs.org/w/index.php?diff=152873&oldid=152871 * H33T33 * (+0) /* Overview */
16:09:06 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152874&oldid=152872 * Hotcrystal0 * (+6)
16:11:31 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152875&oldid=152874 * Hotcrystal0 * (-18)
16:15:04 <esolangs> [[Topple]] M https://esolangs.org/w/index.php?diff=152876&oldid=152873 * H33T33 * (+9)
16:17:33 -!- Sgeo has joined.
16:46:26 -!- wib_jonas has quit (Quit: Client closed).
17:09:40 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152877&oldid=152875 * Hotcrystal0 * (+4)
17:58:28 <esolangs> [[User:Hotcrystal0]] https://esolangs.org/w/index.php?diff=152878&oldid=152711 * Hotcrystal0 * (-8)
17:59:04 <esolangs> [[User:Hotcrystal0/PoeticChicken]] N https://esolangs.org/w/index.php?oldid=152879 * Hotcrystal0 * (+105) Created page with "PoeticChicken is a [[Chicken]] derivative [[esoteric programming language]] made by [[User:Hotcrystal0]]."
18:03:22 <esolangs> [[User:Hotcrystal0/PoeticChicken]] https://esolangs.org/w/index.php?diff=152880&oldid=152879 * Hotcrystal0 * (+96)
18:11:47 <esolangs> [[User:Hotcrystal0/PoeticChicken]] https://esolangs.org/w/index.php?diff=152881&oldid=152880 * Hotcrystal0 * (+79)
18:25:13 <esolangs> [[User:Hotcrystal0/PoeticChicken]] https://esolangs.org/w/index.php?diff=152882&oldid=152881 * Hotcrystal0 * (+113)
18:46:43 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=152883&oldid=152755 * Hotspot5 * (+177) Hotspot5 first edit
18:57:01 <esolangs> [[User:Hotcrystal0/PoeticChicken]] https://esolangs.org/w/index.php?diff=152884&oldid=152882 * Hotcrystal0 * (+533)
18:59:09 <esolangs> [[Special:Log/move]] move * Hotcrystal0 * moved [[User:Hotcrystal0/PoeticChicken]] to [[PoeticChicken]]: Page is no longer WIP
18:59:38 <esolangs> [[PoeticChicken]] https://esolangs.org/w/index.php?diff=152887&oldid=152885 * Hotcrystal0 * (+42)
19:00:14 <esolangs> [[Poetic (family)]] https://esolangs.org/w/index.php?diff=152888&oldid=150822 * Hotcrystal0 * (+19)
19:00:26 <esolangs> [[PoeticChicken]] https://esolangs.org/w/index.php?diff=152889&oldid=152887 * Hotcrystal0 * (+3)
19:43:28 -!- craigo has quit (Quit: Leaving).
20:10:45 <esolangs> [[Sembly]] N https://esolangs.org/w/index.php?oldid=152890 * Hotspot5 * (+2483) Created page with "Sembly is a cell-based esolang similar to brainfuck except the cells are binary - meaning they can only hold a single bit: 0 or 1, and only uses 7 parameter-less functions, it is likely turing complete. ==Functions== *inp - inputs a single 1 or 0 bit to the cell at the
20:12:26 <esolangs> [[Sembly]] https://esolangs.org/w/index.php?diff=152891&oldid=152890 * Hotspot5 * (+13)
20:15:14 <esolangs> [[Sembly]] M https://esolangs.org/w/index.php?diff=152892&oldid=152891 * Hotspot5 * (+29) added to category turing tarpits
20:16:42 <esolangs> [[((]] M https://esolangs.org/w/index.php?diff=152893&oldid=152808 * Buckets * (+6)
20:18:22 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=152894&oldid=152855 * Hotspot5 * (+13) added sembly and corrected order of Selmontic and Selt which were incorrectly ordered
20:23:42 <esolangs> [[SLet]] https://esolangs.org/w/index.php?diff=152895&oldid=152849 * I am islptng * (+100)
20:25:29 <esolangs> [[((]] M https://esolangs.org/w/index.php?diff=152896&oldid=152893 * Buckets * (+102)
20:38:16 <APic> Good Night!
20:55:50 <esolangs> [[Varia]] https://esolangs.org/w/index.php?diff=152897&oldid=152176 * * (+275) Added more commands and Truth Machine
20:56:28 <esolangs> [[User talk:]] https://esolangs.org/w/index.php?diff=152898&oldid=150300 * * (+14)
22:31:33 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152899&oldid=152877 * Hotcrystal0 * (+3547)
22:32:04 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152900&oldid=152899 * Hotcrystal0 * (+20)
22:32:45 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152901&oldid=152900 * Hotcrystal0 * (-6)
22:33:33 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152902&oldid=152901 * Hotcrystal0 * (-26)
22:34:22 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152903&oldid=152902 * Hotcrystal0 * (+13)
22:36:11 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=152904&oldid=152903 * Hotcrystal0 * (-3340)
22:36:24 <esolangs> [[UserEdited/that long command]] N https://esolangs.org/w/index.php?oldid=152905 * Hotcrystal0 * (+3529) Created page with "I was in the ConwayLife Discord for a while and now I'm planning to leave it. Why? Long story short, I was being ostracized for my beliefs. The ConwayLife Lounge server, in my experience, is very, very toxic. To Moosey: I dont really care whe
22:37:14 <esolangs> [[UserEdited/that long command]] https://esolangs.org/w/index.php?diff=152906&oldid=152905 * Hotcrystal0 * (+17)
22:37:32 <esolangs> [[UserEdited/that long command]] https://esolangs.org/w/index.php?diff=152907&oldid=152906 * Hotcrystal0 * (-18)
22:37:56 <esolangs> [[UserEdited/that long command]] https://esolangs.org/w/index.php?diff=152908&oldid=152907 * Hotcrystal0 * (+2)
22:41:04 <esolangs> [[Special:Log/upload]] upload * Hotcrystal0 * uploaded "[[File:Ue comic.png]]"
22:42:29 <esolangs> [[UserEdited/that long command]] https://esolangs.org/w/index.php?diff=152910&oldid=152908 * Hotcrystal0 * (-22)
22:43:10 <esolangs> [[UserEdited/that long command]] https://esolangs.org/w/index.php?diff=152911&oldid=152910 * Hotcrystal0 * (+1)
23:19:30 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=152912&oldid=152894 * Buckets * (+14)
23:19:41 <esolangs> [[User:Buckets]] M https://esolangs.org/w/index.php?diff=152913&oldid=152805 * Buckets * (+13)
23:19:47 <esolangs> [[Waffles]] N https://esolangs.org/w/index.php?oldid=152914 * Buckets * (+1089) Created page with "Waffles is an Esoteric programming language created by [[User:Buckets]] in 2024. (Use (Waffles) To determine The starting Command, After the command.) {| class="wikitable" |- ! Commands !! Instructions |- | Waffles || + 10 on the current cell. |- | waffles || Turn 45 De
23:29:48 <esolangs> [[Talk:Abba]] M https://esolangs.org/w/index.php?diff=152915&oldid=152307 * Buckets * (+59)
←2025-02-26 2025-02-27 2025-02-28→ ↑2025 ↑all