←2024-09-28 2024-09-29 2024-09-30→ ↑2024 ↑all
00:02:07 <Sgeo> Ooh, neat way to learn about other neat wikis
00:07:57 <esolangs> [[Feed the Chaos]] N https://esolangs.org/w/index.php?oldid=141339 * Ais523 * (+8098) new language!
00:08:46 <ais523> Sgeo: I think the ability to change the interwiki table is very new, as in the last month or so
00:10:39 <ais523> meanwhile, for the first time in ages I have written a language with BF-style comments (i.e. every noncommand is a comment), but the command list is different from BF and it is hard to get out of the habit of avoiding BF commands specifically when writing that sort of comment
00:11:12 <ais523> I get full stop! and parentheses! but not slashes, which I normally use as a universal punctuation mark when commenting BF
00:11:30 <ais523> well, slashes and semicolons, semicolons replace commands and slashes replace parentheses
00:11:44 <Sgeo> Are "program counter" and "control counter" synonyms?
00:12:02 <ais523> no, I just used the wrong word
00:12:13 <esolangs> [[Feed the Chaos]] https://esolangs.org/w/index.php?diff=141340&oldid=141339 * Ais523 * (+0) /* Specification */ fix use of the wrong word
00:12:27 <ais523> it was right everywhere else, I'm not sure how I did that
00:13:32 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=141341&oldid=141160 * Ais523 * (+21) /* F */ +[[Feed the Chaos]]
00:14:03 <esolangs> [[User:Ais523]] https://esolangs.org/w/index.php?diff=141342&oldid=140556 * Ais523 * (+20) +[[Feed the Chaos]]
00:16:08 <b_jonas> well, you can also ensure to have a spare cell that you can zero and then put the comment into brackets whose body doesn't run
00:16:36 <b_jonas> that also works in underload and consumer society
00:16:54 <b_jonas> and dc
00:26:03 -!- Thelie has quit (Quit: Leaving.).
00:28:39 <esolangs> [[Feed the Chaos]] https://esolangs.org/w/index.php?diff=141343&oldid=141340 * Ais523 * (+0) /* Computational class */ move a misplaced parenthetical to the right place
00:29:23 <ais523> b_jonas: not in Feed the Chaos, it has no control flow, not even if statements
00:30:06 <ais523> I find languages with no explicit control flow interesting because most of the TCness problems for languages with general control flow have been solved already
00:30:45 <ais523> also, most of the time when I was commenting BF, it was actually BF Joust, where you can't rely on a cell still being 0 after you've zeroed it and where {} don't work as parentheses because they mean something else
00:34:49 <shachaf> A lot of concurrency memory models have a problem with "out-of-thin-air values", where it's not strictly forbidden for memory to be set to a value that didn't come from any thread.
00:35:09 <shachaf> Are there any sorts of wacky languages where this kind of behavior could actually happen?
00:37:14 <ais523> it can happen on hardware quite easily with simultaneous nonatomic writes, e.g. thread A writes half the value, thread B writes the whole value, then thread A wries the other half
00:37:21 <ais523> and now the value is half from A and half from B
00:38:11 <shachaf> Sure, but I mean with atomic writes.
00:38:16 <ais523> in a way it's harder to see it happening in an esoteric system than a practical one, esoteric concurrency usually has a lot more things as atomic than real-world hardware
00:38:55 <ais523> the lowest atomicity level most languages have is relaxed atomicity, and in that the value stored in the variable must necessarily come from some thread
00:39:11 <ais523> are there models with less atomicity than that (but still nonzero amounts)?
00:39:22 <shachaf> https://hboehm.info/c++mm/thin_air.html is one discussion of this.
00:39:43 <shachaf> My understanding is that this is surprisingly tricky to rule out in many memory models.
00:40:20 <ais523> oh, I see, it just needs a basic causality paradox, which the definitions often don't disallow
00:40:32 <shachaf> Right.
00:40:57 <shachaf> I guess there are more plausibly wacky languages that have some sort of time travel semantics that could allow for this, but don't have it come up specifically with concurrency.
00:41:05 <ais523> and this is "allowed" with relaxed atomics as they don't require the loads to be ordered with respect to other threads
00:43:19 <esolangs> [[Feed the Chaos]] M https://esolangs.org/w/index.php?diff=141344&oldid=141343 * PythonshellDebugwindow * (+9) /* Interpreter */ Nowiki
00:46:59 <shachaf> Are there esoteric languages with other wackadoodle memory ordering things?
00:49:14 <ais523> it wouldn't surprise me if there aren't, most esolangs aren't concurrent, and most of the ones that aren't are very atomic
00:50:05 <ais523> the concurrent programming category on Esolang has 79 languages in it
00:52:00 <ais523> also, many concurrent esolangs use a form of concurrency other than shared-memory concurrency
00:52:42 <shachaf> Hmm, you can still maybe have interesting ordering issues in other worlds.
00:52:47 <shachaf> But I wonder what they'd be like.
01:06:59 -!- mtm has joined.
01:13:14 -!- 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:13:22 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Specil:DoubleRedirects]]": cross-namespace redirect; also, abusive use of mixed-script words
01:25:17 <esolangs> [[5]] https://esolangs.org/w/index.php?diff=141345&oldid=141263 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+63)
01:44:06 -!- X-Scale has quit (Quit: Client closed).
02:04:43 <b_jonas> oh sure, in Bgjoust that doesn't work
02:05:01 -!- op_4 has quit (Remote host closed the connection).
02:05:30 -!- op_4 has joined.
02:19:26 <esolangs> [[DIVSPL]] https://esolangs.org/w/index.php?diff=141346&oldid=129428 * Corbin * (+94) /* Implementations */ I've actually written an RPython version of this as well! I won't say whether mine is faster than Dustin's.
02:27:06 <esolangs> [[5]] https://esolangs.org/w/index.php?diff=141347&oldid=141345 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-39)
02:31:20 -!- X-Scale has joined.
03:13:36 -!- mtm_ has joined.
03:16:19 -!- mtm has quit (Ping timeout: 260 seconds).
03:29:27 <b_jonas> ais523: Bfjoust has abbreviations though, so you can write (...anything...)*0 for a comment
03:30:22 -!- X-Scale has quit (Quit: Client closed).
03:37:37 <ais523> b_jonas: that isn't very golfy though
03:38:15 <ais523> which matters for some of my programs ­– there was one where I had to go and delete a substantial portion of the code that wasn't used against any machine currently on the hill in order to fit it into the size limit
03:41:31 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
03:41:56 -!- Lord_of_Life has joined.
03:46:58 <b_jonas> I see
03:56:10 -!- tromp has joined.
03:57:06 -!- tromp has quit (Client Quit).
03:58:54 -!- Noisytoot has quit (Excess Flood).
04:02:28 -!- Noisytoot has joined.
04:04:57 -!- Noisytoot has quit (Remote host closed the connection).
04:06:24 <esolangs> [[Esoteric programming language]] M https://esolangs.org/w/index.php?diff=141348&oldid=122980 * Iddi01 * (+32) /* See also */ I don't want to change the main page
04:08:28 <esolangs> [[Joke language list]] M https://esolangs.org/w/index.php?diff=141349&oldid=141149 * Iddi01 * (+33) /* See also */
04:13:32 -!- Noisytoot has joined.
04:15:23 <esolangs> [[Genetic]] M https://esolangs.org/w/index.php?diff=141350&oldid=141032 * Iddi01 * (+64) /* Modifications */ Explain it more clearly
04:18:46 -!- Noisytoot has quit (Remote host closed the connection).
04:20:01 -!- Noisytoot has joined.
04:42:10 -!- Noisytoot has quit (Remote host closed the connection).
04:47:10 -!- Noisytoot has joined.
04:51:03 -!- Noisytoot has quit (Remote host closed the connection).
04:52:34 -!- craigo has quit (Quit: Leaving).
04:58:56 <esolangs> [[A Question of Protocol]] https://esolangs.org/w/index.php?diff=141351&oldid=137283 * Gggfr * (+81) /* syntax */
04:59:20 <esolangs> [[Empty Program]] https://esolangs.org/w/index.php?diff=141352&oldid=141338 * Ractangle * (-84) /* ! */
05:01:36 <esolangs> [[!]] https://esolangs.org/w/index.php?diff=141353&oldid=141335 * Ractangle * (+23) /* Syntax */
05:03:14 <esolangs> [[BF Joust strategies]] M https://esolangs.org/w/index.php?diff=141354&oldid=54984 * Ais523 * (-1) /* Reconnaissance */ fix typo
05:03:19 <esolangs> [[!]] https://esolangs.org/w/index.php?diff=141355&oldid=141353 * Ractangle * (-13) /* Truth-machine */
05:03:26 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141356&oldid=141309 * Gggfr * (+1) /* commands */
05:03:49 -!- ipadwwwww has joined.
05:04:06 <esolangs> [[!]] https://esolangs.org/w/index.php?diff=141357&oldid=141355 * Ractangle * (-45) /* A+B Problem */
05:11:18 <ipadwwwww> hey ais523 if you can answer here, is this esolang properly defined(underload related): https://esolangs.org/wiki/P→P%27
05:12:22 <ais523> ipadwwwww: I find the definition hard to understand, at least
05:12:36 <ipadwwwww> what part specifically
05:13:04 <esolangs> [[PP']] https://esolangs.org/w/index.php?diff=141358&oldid=141101 * Gggfr * (+5)
05:13:08 <ais523> normally I try to make esolang pages self-contained, if I can, i.e. even if something is documented elsewhere I try to make it so that it's possible to understand the esolang just from its own page
05:13:43 <ipadwwwww> yea but it would be veyry hard because how the notation is explained
05:13:48 <ais523> the superscript L and R aren't actually part of Underload at all, for example, they're part of a Turing-completeness proof for it
05:14:39 <ais523> and I don't have the proof memorised
05:14:46 <ipadwwwww> yes. but as of what i know it looks like it creates programs for underload(am i wrong there?) so here thats what we use it for
05:15:43 <ais523> well, L and R are functions that take a subset of Underload code as argument, and generate Underload code
05:15:48 <ais523> but they aren't defined on all possible code
05:15:54 -!- Noisytoot has joined.
05:15:56 <ipadwwwww> so P is a program?
05:16:28 <ipadwwwww> but them how have some of the, generated underload code without an input program
05:17:28 <ais523> RL is a separate operation from L and R
05:17:53 <ipadwwwww> yes but you can still write it with L and R so you just do that
05:21:12 <ais523> anyway, a bigger problem is that L and R aren't actually defined for programs that contain any characters other than ():^ and aren't defined for all of those either
05:22:17 <ipadwwwww> wut. then how…wut
05:22:49 <ais523> ah, that's not quite right, they're defined for S as well
05:23:23 <ipadwwwww> lol
05:23:31 <ipadwwwww> wait why i that funny to me
05:23:36 <ais523> anyway, P is not a command at all – it is a placeholder used to define L and R
05:23:53 <ipadwwwww> im solving it rn
05:24:40 <ais523> L and R are (partial) functions, and P is the name that was given to their argument when defining them
05:25:01 <ais523> e.g. : is defined as mapping (x) to (x) (x), that doesn't mean that x is an Underload character
05:25:19 <ais523> it's just a placeholder used to explain how the command works
05:25:58 <esolangs> [[PP']] https://esolangs.org/w/index.php?diff=141359&oldid=141358 * Gggfr * (+219) /* syntax */
05:26:22 <ipadwwwww> yes makes sense
05:28:09 <ais523> I think the more interesting way to think about this is to imagine what would happen if you added an Underload combinator that took one argument and tried to return its L and R (you have to have one combinator that returns both because there is more than one possible choice of return value, but the choice has to match between the L and the R)
05:28:39 <ipadwwwww> i could do or add that
05:28:46 <ais523> unfortunately I suspect that if you try to generalise L and R to all of Underload, you end up with an uncomputable combinator (basically because it doesn't work on nonhalting programs but you can't figure out which ones are halting)
05:29:12 <ipadwwwww> yes
05:29:14 <ais523> ooh! but you could define it to go into an infinite loop if run on a nonhalting program, and solve the problem that way
05:29:23 <ais523> it's not like it has a sensible return value anyway
05:29:35 <ipadwwwww> ?
05:29:43 <ais523> if run on a nonhalting program, so an infinite loop is an obvious choice for the thing to do instead
05:30:05 <ais523> because a) it's a reasonable error value and b) it means that you can do the halting test computably
05:30:08 <ipadwwwww> yes but still how would you know?
05:30:35 <ais523> you just run it and see if it halts
05:30:43 <ais523> if it doesn't, you get an infinite loop
05:30:48 <ipadwwwww> that still wouldnt work
05:30:56 <ipadwwwww> you would have to do it for infinite time
05:30:59 <ipadwwwww> to check
05:31:08 <ais523> well, if it halts, it'll halt eventually
05:31:08 <ipadwwwww> if its actually loops forever
05:31:18 <ipadwwwww> yes
05:31:19 <ais523> and if it doesn't then you get an infinite loop, which was defined as the behaviour if given an onhalting program
05:31:26 <ipadwwwww> but if it …
05:31:29 <ipadwwwww> ooooooooooooh
05:31:30 <ais523> so you get the right behaviour in both cases
05:31:46 <ais523> I am pretty sure I have used this trick before, but can't remember where
05:32:01 <ipadwwwww> cool
05:32:13 <ipadwwwww> wait
05:32:18 <ais523> anyway, the other problem with this idea is that L and R are only interesting in a version of Underload that doesn't have !
05:32:27 <ipadwwwww> couldnt you use the lambda calculus stuff to do this combinator
05:32:36 <ais523> or, hmm, maybe they can be interesting even with it
05:32:49 <ais523> R is uninteresting, it just becomes a lot of !, but L is still interesting
05:32:59 <ais523> it's basically a question of "what can be put on the stack to make this program halt?"
05:33:01 <ipadwwwww> yes
05:33:38 <ipadwwwww> wait
05:33:46 <ipadwwwww>  can you push the result to stack?
05:33:50 <ais523> and if there's any input that can do that, it is possible to find it by brute force via running the program on all possible inputs in parallel until one of them halts (starting the parallel runs one at a time so that you can actually get started)
05:34:07 <ais523> yes, the result would be a function that pushes the desired stack state when executed
05:34:26 <ipadwwwww> wait…oh
05:34:35 <ais523> e.g. take the program (:^)*:^, that halts if given the input ()(!), so the result would be (()(!))
05:34:49 <ais523> ^ul ()(!)(:^)*:^
05:34:55 <ais523> ^ul ()(!)(:^)*:^(finished)S
05:34:59 <ais523> fungot isn't here
05:35:01 <ipadwwwww> but in what format
05:35:08 <ipadwwwww> just push all the elements needed?
05:35:10 <ais523> `! ul ()(!)(:^)*:^
05:35:13 <HackEso> ​/hackenv/bin/!: line 4: /hackenv/ibin/ul: No such file or directory
05:35:28 <ais523> yes, assuming you want it to work like L from the proof
05:35:39 <ais523> `ls hackenv/ibin
05:35:41 <HackEso> ls: cannot access 'hackenv/ibin': No such file or directory
05:35:44 <ais523> `ls /hackenv/ibin
05:35:45 <HackEso> 1l \ 2l \ 7 \ adjust \ asm \ asmbf \ axo \ bch \ befunge \ befunge98 \ bf \ bf16 \ bf32 \ bf8 \ bf_txtgen \ boolfuck \ brachylog \ c \ cintercal \ clcintercal \ cxx \ dimensifuck \ forth \ glass \ glypho \ haskell \ help \ java \ k \ kipple \ lambda \ lazyk \ linguine \ lua \ malbolge \ pbrain \ perl \ qbf \ rail \ rhotor \ sadol \ sceql \ sh \ slashes \ trigger \ udage01 \ underload \ unlambda \ whirl
05:35:48 <ipadwwwww> well i do
05:35:52 <ais523> `! underload ()(!)(:^)*:^
05:35:53 <HackEso> No output.
05:36:21 <ais523> I picked (:^)*:^ as an example because it cannot be made to halt with only empty elements
05:36:35 <ipadwwwww> interesting
05:36:49 <ipadwwwww> but yea
05:39:33 <ipadwwwww> what condition do you need for R in this combinator
05:40:14 <ais523> so basically L produces a stack state from which the argument halts, and R pops the elements that it produced while running
05:40:31 <ais523> R is only interesting in Underload-without-! because if you have !, popping elements is easy
05:40:46 <ipadwwwww> yes
05:41:25 <ipadwwwww> can i het help when im done wi5 editing
05:41:26 <ais523> and the output of R depends on the output of L because there can be more than one input that lets it halt, producing a stack of different depth
05:42:56 <esolangs> [[PP']] https://esolangs.org/w/index.php?diff=141360&oldid=141359 * Gggfr * (+329) /* syntax */
05:43:06 <ipadwwwww> yes
05:44:06 <ipadwwwww> i did it! i think
05:45:46 <esolangs> [[Why tho]] https://esolangs.org/w/index.php?diff=141361&oldid=140325 * Gggfr * (+77) /* computational class */
05:46:28 <ais523> anyway, I think I wouldn't use a language like that – it is basically Underload without `a`, with different syntax, and with a few extra commands that I'm not sure why I'd use them
05:46:48 <ipadwwwww> true
05:46:49 <ais523> I would be more likely to just write in Underload-without-`a` directly, if I had a reason to do that
05:47:11 <ais523> or, well, without `a` and `~`
05:47:21 <ais523> without `a` you don't get `~` for free
05:47:37 <ipadwwwww> yes
05:47:40 <esolangs> [[Kwert]] https://esolangs.org/w/index.php?diff=141362&oldid=107539 * Arctenik * (+885) Add halt command
05:47:53 <ipadwwwww> whatwas the esolang logo name agian
05:48:01 <ais523> "trilime"?
05:48:09 <ipadwwwww> oh k
05:48:27 <ais523> I don't know if it has an official name, but the wiki's logo is called a trilime sometimes, because it has three slices of lime in it
05:48:36 <esolangs> [[A+B Problem]] https://esolangs.org/w/index.php?diff=141363&oldid=141336 * Ractangle * (+88) /* ! */
05:48:48 <ipadwwwww> it is on the page about it
05:48:54 <ais523> the image was originally a placeholder, but we liked it so it stayed around
05:49:20 <ipadwwwww> i hope it does forever
05:49:35 <ipadwwwww> ok i got an esolang idea from the trilime
05:49:39 <ipadwwwww> somehow
05:50:15 <ipadwwwww> can i get feedback for it maybe?
05:51:20 <ais523> I need to go to bed soon, but there may still be time
05:51:24 <ipadwwwww> k
05:51:27 <ais523> I am trying to figure out an esolang idea myself at hte moment
05:51:28 <ipadwwwww> idea:
05:51:36 <ipadwwwww> you have 3 weeks
05:51:41 <ipadwwwww> *weels
05:51:54 <ipadwwwww> with symbols that can be changed
05:51:56 <ais523> which I started working on in 2018 but couldn't figure it out
05:51:59 <ipadwwwww>  and you also have a string
05:52:22 <ipadwwwww> there is an operation
05:52:42 <ipadwwwww> that takes the three symbols currently pointed to
05:52:49 <ipadwwwww> and append it to string
05:52:58 <ipadwwwww> you can also append this string to the program
05:53:00 <ipadwwwww> and
05:53:13 <ipadwwwww> dlete a char pf string
05:53:59 <ipadwwwww> *delete chat of string
05:54:34 <ais523> the basic idea was "a continuous version of The Waterfall Model", and I think you make it work by a) getting rid of the steady decrement, b) having zeroing triggers instead be velocities that are applied to the other counters while a counter is zero (counters don't change themeselves away from zero), c) allow two counters to be simultaneously zero only if one decreases the other and the other increases the original (in which case it's the increasing trigger
05:54:35 <ais523> that runs)
05:55:12 <ais523> in order to make that esolang work you will have to find an interesting way to make the wheels matter
05:55:26 <ipadwwwww> i dont understand waterfall model
05:55:28 <ais523> what prevents people just leaving them in place and changing the current symbol
05:55:35 <ipadwwwww> effect of the, being
05:55:41 <ipadwwwww> smartly written
05:55:53 <ais523> you don't understand the "rules"/semantics of The Waterfall Model? or how to write in it?
05:56:06 <ipadwwwww> both
05:56:17 <ipadwwwww> well writing is only possible with the semantics
05:56:27 <ipadwwwww> *whell
05:56:32 <ipadwwwww> wutever
05:56:32 <ais523> The Waterfall Model Online might help <http://nethack4.org/esolangs/waterfall/>
05:57:23 <ipadwwwww> k
05:57:28 <ipadwwwww> ill look at it
05:57:34 <ais523> although it might still be a bit hard to understand, it has a few tools to help, such as an example program that gives you explanation when you hover over the cells (probably doesn't work well on an ipad) and an interpreter/bugger
05:58:17 <ipadwwwww> as of now i understand
05:59:06 <ais523> * interpreter/debugger
05:59:36 <ais523> a tool for putting bugs *into* programs would be nicely esoteric, but probably not very useful (it is easy enough to do by hand if you want to)
06:00:14 <ipadwwwww> what about an esolang
06:00:18 <ipadwwwww> that works on errors
06:00:28 <ipadwwwww> computation would be like looking for errors
06:00:55 <ais523> there's at least one great "naturally occuring" esolang like that
06:01:26 <ais523> using page faults, which are a type of error-like thing that occurs when a program tries to access a memory address that doesn't correspond to physical memory
06:01:59 <ais523> normally that causes a segmentation fault, but it can sometimes happen legitimately because the kernel swapped the memory out to disk, or because it's a memory-mapped file that hasn't been read from disk yet
06:02:02 <ipadwwwww> i understand waterfall now
06:02:07 <ipadwwwww> i wanna make my own synax tho
06:02:13 <ipadwwwww> *syntax
06:03:02 <ais523> someone found a way to make pagefaults continuously trigger each other in a way that was Turing-complete-up-to-memory-restrictions, allowing programs to be run on a typical computer despite no CPU instructions running
06:03:18 <ipadwwwww> cool
06:03:31 <ipadwwwww> but more “modern” errors
06:03:35 <ipadwwwww> like python errors
06:05:37 <ipadwwwww> anyway ill make a waterfall model syntax
06:06:32 <ais523> found it: https://github.com/jbangert/trapcc
06:06:38 <ais523> we should probably have an article about that?
06:06:42 <ipadwwwww> cool
06:07:36 <ipadwwwww> yes we should
06:07:40 <ipadwwwww> i wont write it tho
06:11:40 <korvo> I'll do it. We already have a page [[Mov]] covering the Movfuscator, a similar vibe.
06:12:06 <ipadwwwww> cool korvo!
06:14:26 <korvo> ais523: Is [[Category:Esoteric subset]] alright for this? Ideally we'd have [[Category:Weird machines]], which is for the more general situation of an esoteric set with a weird superset of semantics.
06:15:06 <ais523> korvo: the esoteric subset category is a mess, putting the article there until we figure out the best place for it won't make more of a mess
06:15:38 <ipadwwwww> yes
06:15:50 <ais523> it would technically fit in the implementations category, but I'm not sure that that would actually be a useful categorisation (it's interesting not because of the implemented language but because of the implementing language)
06:16:59 -!- ipadwwwww has quit (Quit: Client closed).
06:17:39 -!- ipadwwwww has joined.
06:19:59 <ipadwwwww> true
06:22:25 <ipadwwwww> ais523 does the limit of waterclock values needed?
06:26:16 -!- tromp has joined.
06:26:40 <ais523> ipadwwwww: could you rephrase the question? I think it may have been mistranslated
06:27:20 <ipadwwwww> does there need to be a limit of the waterclocks
06:27:35 <ais523> korvo: hmm, now I look at trapcc again, it says the instructions are "move, branch if zero, decrement" which become an LBA if generalized to infinite memory rather than Turing-complete (unless you have indirect addressing and arbitrarily many negative addresses)
06:28:06 <ais523> ipadwwwww: the waterclocks can store any positive integer, that's the only way the language has access to infinite memory
06:28:28 <ipadwwwww> but on the online thing it says it needs a limit
06:28:30 <ipadwwwww> hmmm
06:28:31 <ais523> in practice, when a program needs to be able to store arbitrary amounts of data, it normally stores them by using the digits of a number like a stack
06:28:32 <ipadwwwww> wutever
06:28:57 <ais523> oh, the limit is to tell the interpreter the largest number in the original program, not the largest number that might be reached during execution
06:29:13 <ipadwwwww> oh but is that needed?
06:29:59 <ais523> it's partly to allow it to know how much memory to allocate when reading the program in, and partly so that a particular implementation would work correctly (it needed a number in the top-left corner that was bigger than the other numbers on the top row)
06:30:21 <ais523> neither of these are really good reasons, but that was the mood I was in at the time – I probably wouldn't do that nowadays
06:30:21 <ipadwwwww> k
06:31:52 <ipadwwwww> your rlly good at esolang. i wish i was too
06:32:09 <ais523> I've had a lot of practice
06:32:19 <ais523> my first esolang was so bad I didn't even post it on the wiki
06:32:20 <ipadwwwww> ive had too
06:33:10 <ipadwwwww> bye for now i think
06:33:23 <ais523> I can't remember exactly how it worked, but memory was a hex grid where each grid element was made out of four ASCII characters, and I think there was an instruction pointer, but commands only read and wrote to grid elements adjacent to the comand itself
06:33:26 <ais523> bye
06:33:30 -!- ipadwwwww has quit (Quit: Client closed).
06:33:49 <ais523> I was intending to make some sort of point about the wire-crossing problem, but the language didn't really make the point I wanted to make and also I wasn't entirely sure what it was
06:36:15 <ais523> Underload was a lot more successful, but I kind-of created that one by accident (it's a subset of a terrible language called Overload I was working on but never worked out most of the details for – Overload would probably be considered in the "golfing language" genre in today's terminology)
06:36:18 -!- ipadwwwww has joined.
06:36:26 <ipadwwwww> cool idea
06:36:36 -!- ipadwwwww has quit (Client Quit).
06:37:09 <esolangs> [[Page fault]] N https://esolangs.org/w/index.php?oldid=141364 * Corbin * (+952) Hack out a stub. Need to think for a few more minutes before writing an intro.
06:37:50 <ais523> the vast majority of Overload was never finished or specified – it had pointers to other parts of the data/program, which acted like goto statements if you tried to execute them, and they could be navigated through the sexp tree using A and D for car and cdr, and a and d to do the inverse movements
06:38:09 <ais523> and those were overloaded to work on lists too, which is how the `a` command from Underload got its name
06:38:39 <ais523> pointers were intended to use identifiers in square brackets to show the source and target (I think the pointer target was [name] and the pointer itself was ]name[?), which is why you can't put square brackets in an Underload program
06:38:59 <korvo> Actually, I'm not gonna write an intro paragraph. The WP page does a decent job of explaining how a healthy MMU should work.
06:39:05 <ais523> (I can no longer remember why you can't put angle brackeys there)
06:39:47 <ais523> the category is just "Concepts" rather than "Esoteric concepts", IIRC
06:49:41 <korvo> Ah, yeah, I suppose only that one section is esoteric.
06:50:39 <esolangs> [[Page fault]] M https://esolangs.org/w/index.php?diff=141365&oldid=141364 * Corbin * (-9)
07:07:33 -!- Noisytoot has quit (Excess Flood).
07:07:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:10:59 -!- Noisytoot has joined.
07:20:18 -!- tromp has joined.
07:50:21 <esolangs> [[S*bleq]] N https://esolangs.org/w/index.php?oldid=141366 * ChuckEsoteric08 * (+981) Created page with "'''S*bleq''' is a derivative of [[Subleq]] by [[User:ChuckEsoteric08]] ==Differences== Now the command a b c Would subtract memory address <code>b</code> from memory address <code>a</code>, storing result in later, and then go to memory address <code>mem[c]</code
07:52:43 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=141367&oldid=134200 * ChuckEsoteric08 * (+83) /* List of OISCs */
07:53:18 <esolangs> [[S*bleq]] https://esolangs.org/w/index.php?diff=141368&oldid=141366 * ChuckEsoteric08 * (+44) /* Differences */
07:54:27 <esolangs> [[S*bleq]] https://esolangs.org/w/index.php?diff=141369&oldid=141368 * ChuckEsoteric08 * (+28)
07:58:30 <esolangs> [[EsoInterpreters]] https://esolangs.org/w/index.php?diff=141370&oldid=141244 * ChuckEsoteric08 * (+44) Updated some other links
07:58:39 <esolangs> [[Translated ZhongWen/Mihai Again4]] N https://esolangs.org/w/index.php?oldid=141371 * MihaiEso * (+4141) Created page with "[[Translated ZhongWen/None1 again]] is not crazy enough, so let's be crazier! ~~~~ 1. Take that shitty file: <pre> Distans, (gen.), Distantis 10 interficointerficereintereciinterfectus ..."
08:00:18 <esolangs> [[Translated ZhongWen/None1 again]] https://esolangs.org/w/index.php?diff=141372&oldid=141206 * MihaiEso * (+46)
08:02:19 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=141373&oldid=141349 * MihaiEso * (+100) /* Horribly translated variants */
08:09:47 <esolangs> [[EsoInterpreters]] https://esolangs.org/w/index.php?diff=141374&oldid=141370 * ChuckEsoteric08 * (-498) That "Self interpreter" is just ()^
08:31:13 -!- Sgeo has quit (Read error: Connection reset by peer).
08:32:50 <esolangs> [[Fish]] https://esolangs.org/w/index.php?diff=141375&oldid=132992 * MihaiEso * (+92) /* Hello, world! */
08:34:06 <esolangs> [[Beatnik Extended]] N https://esolangs.org/w/index.php?oldid=141376 * ChuckEsoteric08 * (+639) Created page with "{{Stub}} '''Beatnik Extended''' is two seperate [[Turing complete]] extensions of [[Beatnik]] created by [[User:ChuckEsoteric08]] ==Additions== ===Infinite Beatnik=== This version is only different from Beatnik by having unbounded non-negative integers i
08:38:29 <esolangs> [[Beatnik Extended]] https://esolangs.org/w/index.php?diff=141377&oldid=141376 * ChuckEsoteric08 * (+160) /* Additions */
08:39:27 <esolangs> [[!English/Examples]] https://esolangs.org/w/index.php?diff=141378&oldid=141151 * MihaiEso * (+86)
08:39:36 <esolangs> [[!English/Examples]] https://esolangs.org/w/index.php?diff=141379&oldid=141378 * MihaiEso * (+0) /* Cheating quine */
08:41:41 <esolangs> [[Talk:PUBERTY]] N https://esolangs.org/w/index.php?oldid=141380 * Emelang * (+42) Created page with "holy fuck this esolang sucks shit "
08:48:06 <esolangs> [[Beatnik Extended]] https://esolangs.org/w/index.php?diff=141381&oldid=141377 * ChuckEsoteric08 * (+391)
08:50:07 <esolangs> [[While true (cat)]] https://esolangs.org/w/index.php?diff=141382&oldid=141023 * Ractangle * (-38)
08:51:44 <esolangs> [[Beatnik Extended]] https://esolangs.org/w/index.php?diff=141383&oldid=141381 * ChuckEsoteric08 * (+0) /* Assembly notation */
09:00:42 <esolangs> [[(1)]] N https://esolangs.org/w/index.php?oldid=141384 * Ractangle * (+96) Created page with "{{WIP}} {{wrongtitle|title=[1]}} '''[1]''' is an array [[esolang]] created by [[User:Ractangle]]"
09:02:16 <esolangs> [[Lingua abstrusa]] https://esolangs.org/w/index.php?diff=141385&oldid=140502 * Ractangle * (+1)
09:09:31 <esolangs> [[Hum]] https://esolangs.org/w/index.php?diff=141386&oldid=141285 * Ractangle * (+136) /* Interpriter */
09:16:58 <esolangs> [[Hum]] https://esolangs.org/w/index.php?diff=141387&oldid=141386 * Ractangle * (-605)
09:33:38 <esolangs> [[ without a Quine]] M https://esolangs.org/w/index.php?diff=141388&oldid=140985 * None1 * (-1) /* Commands */
09:34:02 <esolangs> [[ without a Quine]] https://esolangs.org/w/index.php?diff=141389&oldid=141388 * None1 * (+0) /* Commands */
09:35:09 <esolangs> [[ without a Quine]] https://esolangs.org/w/index.php?diff=141390&oldid=141389 * None1 * (+90) /* Examples */
09:53:25 <esolangs> [[(1)]] https://esolangs.org/w/index.php?diff=141391&oldid=141384 * Ractangle * (+64)
09:55:09 <esolangs> [[(1)]] https://esolangs.org/w/index.php?diff=141392&oldid=141391 * Ractangle * (+17) /* Start */
09:59:07 <esolangs> [[Path (Ractangle)]] https://esolangs.org/w/index.php?diff=141393&oldid=141212 * Ractangle * (-297) /* Implementation */
10:07:40 -!- Noisytoot has quit (Quit: ZNC 1.9.1 - https://znc.in).
10:08:05 -!- Noisytoot has joined.
10:09:06 -!- amby has joined.
10:17:00 -!- impomatic has quit (Quit: Client closed).
10:23:25 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141394&oldid=141176 * None1 * (+104) /* Request category deletion */ new section
10:23:38 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141395&oldid=141394 * None1 * (+236) /* Request category deletion */
10:26:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:27:14 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Usable]]": undiscussed category; and categories that would have to contain most of the languages on the site aren't useful
10:27:58 <esolangs> [[User:None1/common.css]] N https://esolangs.org/w/index.php?oldid=141396 * None1 * (+65) Try out (I'll probably not go to esolang wiki in national day anyway)
10:30:38 <esolangs> [[User:None1/common.css]] M https://esolangs.org/w/index.php?diff=141397&oldid=141396 * None1 * (+28) Change links to blue so that i can distinguish them
10:44:20 -!- __monty__ has joined.
10:44:53 <esolangs> [[!Romanian]] https://esolangs.org/w/index.php?diff=141398&oldid=141185 * MihaiEso * (+2) /* Commands */
10:51:49 <esolangs> [[User:Ractangle/common.css]] https://esolangs.org/w/index.php?diff=141399&oldid=141254 * Ractangle * (-1)
10:52:53 <esolangs> [[User:Ractangle/common.css]] https://esolangs.org/w/index.php?diff=141400&oldid=141399 * Ractangle * (-11)
10:53:56 <esolangs> [[User:None1/common.css]] https://esolangs.org/w/index.php?diff=141401&oldid=141397 * None1 * (+0)
10:54:41 <esolangs> [[User:None1/common.css]] https://esolangs.org/w/index.php?diff=141402&oldid=141401 * None1 * (-93) It's going too crazy
10:56:45 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141403&oldid=141395 * None1 * (+280) /* 1 */
10:57:26 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141404&oldid=141403 * None1 * (+288) /* I seem to think you're a decent admin */
11:02:27 <esolangs> [[User:Ractangle/common.css]] https://esolangs.org/w/index.php?diff=141405&oldid=141400 * Ractangle * (-1)
11:04:15 <esolangs> [[WhatLang]] M https://esolangs.org/w/index.php?diff=141406&oldid=138925 * DGCK81LNN * (+3)
11:07:24 <esolangs> [[Trapcc]] N https://esolangs.org/w/index.php?oldid=141407 * B jonas * (+24) Redirected page to [[Page fault]]
11:13:03 <esolangs> [[User:Ractangle/common.css]] https://esolangs.org/w/index.php?diff=141408&oldid=141405 * Ractangle * (+18)
11:13:14 <b_jonas> for categorizing trapcc, it should go to the same category into which we put the article about construction to run computations on M:tG
11:13:38 <b_jonas> the problem is, that article isn't on the wiki
11:14:45 <esolangs> [[User:Ractangle/common.css]] https://esolangs.org/w/index.php?diff=141409&oldid=141408 * Ractangle * (-1)
11:15:56 <esolangs> [[WhatLang]] M https://esolangs.org/w/index.php?diff=141410&oldid=141406 * DGCK81LNN * (-997) some interpreter quirk fixes are now official
11:16:24 <esolangs> [[WhatLang]] M https://esolangs.org/w/index.php?diff=141411&oldid=141410 * DGCK81LNN * (+9) /* Instructions */
11:17:20 <b_jonas> do I understand that The Waterfall Model is known to be TC with 6 counters? because I don't see https://esolangs.org/wiki/The_Waterfall_Model mentioning this explicitly, and it would be interesting to know
11:18:01 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=141412&oldid=139083 * Ractangle * (+319) /* i think i need a help */ new section
11:18:30 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=141413&oldid=141412 * Ractangle * (-8) /* Don't fucking go too far */
11:18:44 <esolangs> [[Python But WORST]] https://esolangs.org/w/index.php?diff=141414&oldid=141273 * PrySigneToFry * (+33)
11:18:48 <int-e> b_jonas: https://logs.esolangs.org/libera-esolangs/2024-09-28.html#lC
11:20:01 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141415&oldid=141404 * Ractangle * (+238) /* Some more questions */
11:20:13 <b_jonas> ais523 "an LBA if generalized to infinite memory … unless you have … arbitrarily many negative addresses" => x86 supports negative addresses almost as easily as positive addresses, so I think the correct generalization to infinite memory would have arbitrarily many infinite addresses.
11:21:07 <b_jonas> of course it's hard to tell what that generalization is, since the addresses are just 64-bit integers, but you could at least have 2**54 bytes or so memory, more than most computers have RAM
11:21:43 <b_jonas> int-e: ok
11:22:01 <int-e> ...related: the A20 gate
11:29:17 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=141416&oldid=140136 * Ractangle * (+4)
11:31:57 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141417&oldid=141415 * Ractangle * (+177) /* Delete blank pages */
11:32:14 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141418&oldid=141417 * Ractangle * (+0) /* Delete blank pages */
11:33:02 <esolangs> [[Translated ZhongWen/PSTF Again4]] N https://esolangs.org/w/index.php?oldid=141419 * PrySigneToFry * (+3153) Created page with "[[Translated ZhongWen/Mihai Again4]] is not crazy enough, so let's be crazier!(from PSTF) 1. Take this completely smashed file <pre> SS NSMAe LDFCNAAANLSID CNE Scmnlsdaei5 Bobbinltaalaa Klindlfhark BBNLTALtfdl BLBL Ud,n DinnaiiennnltU,
11:33:42 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=141420&oldid=141373 * PrySigneToFry * (+51)
11:34:05 <esolangs> [[StupidStackLanguage/Examples]] https://esolangs.org/w/index.php?diff=141421&oldid=137802 * Ractangle * (+34)
11:34:07 <esolangs> [[Translated ZhongWen/Mihai Again4]] https://esolangs.org/w/index.php?diff=141422&oldid=141371 * PrySigneToFry * (+48)
11:34:19 <esolangs> [[StupidStackLanguage/Examples]] https://esolangs.org/w/index.php?diff=141423&oldid=141421 * Ractangle * (-1) Redirected page to [[StupidStackLanguage]]
11:34:38 <esolangs> [[User:B jonas]] https://esolangs.org/w/index.php?diff=141424&oldid=139437 * B jonas * (+63) /* Todo */
11:34:42 <esolangs> [[Translated ZhongWen/PSTF Again4]] M https://esolangs.org/w/index.php?diff=141425&oldid=141419 * PrySigneToFry * (+39)
11:35:00 <esolangs> [[StupidStackLanguage]] https://esolangs.org/w/index.php?diff=141426&oldid=135313 * Ractangle * (+0) /* Hello World */
11:35:14 <esolangs> [[StupidStackLanguage]] https://esolangs.org/w/index.php?diff=141427&oldid=141426 * Ractangle * (+4) /* Hello World */
11:35:50 <b_jonas> ais523 "memory was a hex grid where each grid element was made out of four ASCII characters, and I think there was an instruction pointer, but commands only read and wrote to grid elements adjacent to the comand itself" => that sounds like the ICFP 2004 language, but the description for that doesn't seem to credit you so it's not likely
11:36:34 <esolangs> [[User:Unname4798]] M https://esolangs.org/w/index.php?diff=141428&oldid=138876 * PrySigneToFry * (+1)
11:37:39 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141429&oldid=141418 * Ractangle * (+0) /* Delete blank pages */
11:43:00 <esolangs> [[Special:Log/upload]] overwrite * Ractangle * uploaded a new version of "[[File:The dark reader at home.jpg]]"
11:43:19 <esolangs> [[User:Ractangle]] https://esolangs.org/w/index.php?diff=141431&oldid=141269 * Ractangle * (-1)
11:43:37 <esolangs> [[Translated !Romanian]] N https://esolangs.org/w/index.php?oldid=141432 * None1 * (+1596) Created page with "Translated !Romanian is an esolang invented by [[User:None1]], it is [[!Romanian]] but horribly translated with Baidu. ==Steps== 1. Original program <pre> Program truth, intare, ieire nceput Citete truth Dac truth = 0 atunci Scrie 0 Ct ti
11:45:31 <b_jonas> I mean the grid elements aren't *explicitly* represented as four ascii characters in that. each grid element that isn't rocky contains 6 bits of red ant pheromones, 6 bits of black ant pheromones, possibly one of 182 ants with a numbered identity (the numbers are important because they give the order that they execute their instructions) with their finite control in one of 10000 states and an
11:45:37 <b_jonas> orientation that can be facing any of the 6 neighbors, and an amount of food with 480 total food around the board. that's a bit too much state for four ascii characters, but it's not unreasonable to store the state of the 182 ants separately, and perhaps even an overflow list for the cells with lots of food (there can't be many such cells) separately. if you go radical and even the position of the 182
11:45:43 <b_jonas> ants is separate then the rest would fit in four ascii characters, but you don't want that because you probably want to be able to look up the ant from its position because of how ants interact. still, it could be a precursor language for ICFP 2004.
11:47:42 <b_jonas> my first esolang was psz, I should at some point write about its story a little bit and explain what bad decision I made developing it that ruined it.
11:51:49 <esolangs> [[User talk:Unname4798/common.css]] N https://esolangs.org/w/index.php?oldid=141433 * Unname4798 * (+31) Created page with "a { color: black !important; }"
11:52:57 <esolangs> [[User talk:Unname4798/common.css]] https://esolangs.org/w/index.php?diff=141434&oldid=141433 * Unname4798 * (+0) Unname4798 changed the content model of the page [[User talk:Unname4798/common.css]] from "wikitext" to "CSS"
11:52:57 <esolangs> [[Special:Log/contentmodel]] change * Unname4798 * Unname4798 changed the content model of the page [[User talk:Unname4798/common.css]] from "wikitext" to "CSS"
11:53:25 <esolangs> [[Special:Log/move]] move * Unname4798 * moved [[User talk:Unname4798/common.css]] to [[User:Unname4798/common.css]]
11:55:48 <esolangs> [[Special:Log/move]] move_redir * Unname4798 * moved [[User:Unname4798/common.css]] to [[User talk:Unname4798/common.css]] over redirect
11:55:48 <esolangs> [[Special:Log/delete]] delete_redir * Unname4798 * Unname4798 deleted redirect [[User talk:Unname4798/common.css]] by overwriting: Deleted to make way for move from "[[User:Unname4798/common.css]]"
11:56:12 <b_jonas> a larger language called Overload => indeed, that explains why most of the commands have strange names. I can understand * and ^ , and : could be from Befunge, but ! and ~ and a and S seem strange
11:56:54 <esolangs> [[f]] https://esolangs.org/w/index.php?diff=141439&oldid=140533 * Ractangle * (+20) /* Syntax */
11:57:36 <esolangs> [[6 bytes of useless element]] https://esolangs.org/w/index.php?diff=141440&oldid=140601 * Ractangle * (-2)
11:58:06 <esolangs> [[f]] https://esolangs.org/w/index.php?diff=141441&oldid=141439 * Ractangle * (+0) /* Cat program */
11:59:07 <b_jonas> although now I wonder if that's any later language that uses ! or ~ or a or S for similar things because the notation is inspired by Underload
12:00:34 <esolangs> [[User talk:Unname4798/common.css]] https://esolangs.org/w/index.php?diff=141442&oldid=141437 * Unname4798 * (+0) Unname4798 changed the content model of the page [[User talk:Unname4798/common.css]] from "CSS" to "plain text"
12:00:34 <esolangs> [[Special:Log/contentmodel]] change * Unname4798 * Unname4798 changed the content model of the page [[User talk:Unname4798/common.css]] from "CSS" to "plain text"
12:02:32 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=141443&oldid=141367 * ChuckEsoteric08 * (+1)
12:02:55 -!- mtm_ has quit (Ping timeout: 265 seconds).
12:05:29 -!- mtm has joined.
12:06:51 <esolangs> [[Beatnik Extended]] https://esolangs.org/w/index.php?diff=141444&oldid=141383 * ChuckEsoteric08 * (+83) /* Assembly notation */
12:21:36 -!- impomatic has joined.
12:25:51 <esolangs> [[6 bytes of useless element]] https://esolangs.org/w/index.php?diff=141445&oldid=141440 * PkmnQ * (+93) /* Example Programs */
12:36:43 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=141446&oldid=141300 * ChuckEsoteric08 * (+126) /* TODO list */
12:48:29 <esolangs> [[!HOR]] N https://esolangs.org/w/index.php?oldid=141447 * Ractangle * (+187) Created page with "This is basically [[!]] but horribly translated ==Codes ig== Truth-machine (An introduction). Start with your hand. (I = "0") please {"0"; stop} (I = "1") {repeat (1) {"1";}}."
12:51:48 <esolangs> [[GolfScratch]] https://esolangs.org/w/index.php?diff=141448&oldid=109033 * Ractangle * (+2) /* Commands */
12:52:13 <esolangs> [[GolfScratch]] https://esolangs.org/w/index.php?diff=141449&oldid=141448 * Ractangle * (+3) /* Hello World */
12:54:05 -!- wWwwW has joined.
13:09:56 <wWwwW> hey ais523 if you see this, how do you come up with esolang names?
13:10:21 <ais523> it can be difficult, normally I don't try too hard
13:10:48 <ais523> many of them are references to vaguely programming-related things that I think would be funny to reference
13:11:09 <wWwwW> how did you come up with incidents time
13:11:12 <ais523> and the rest are just descriptive, e.g. Bouncy Counters is an esolang formed of counters that bounce back to -1 if you put them to 0
13:11:13 <wWwwW> *name
13:11:42 <ais523> if I think an esolang deserves a particularly good name I try harder, I had several days to think about Incident and to name it
13:11:58 <ais523> that one was made for a competition so I put additional effort into it
13:12:00 <wWwwW> but where does it "come from"
13:12:21 <ais523> I can't remember – I remember where I was at the time, but not what I was thinking
13:12:54 <ais523> sometimes it is just a case of figuring out a meaning you want for the name, and going through all the possible synonyms until you find one with a fun seond meaning
13:13:08 <wWwwW> *second
13:13:12 <ais523> with that one, I had enough time that I might just have seen the word "incident" somewhere and realised it was a good fit for the language
13:13:13 <wWwwW> why did i do that lol
13:13:25 <ais523> wiki editor's instinct :-)
13:13:37 <wWwwW> lol
13:13:53 <ais523> I am not sure whether the "incident report" pun came before or after the language's name, or simultaneously
13:14:13 <wWwwW> i came up with a stupid esolang concept
13:14:24 <ais523> maybe I should keep records of these things
13:14:32 <wWwwW> yes
13:14:46 <ais523> Esimpl is a great name, that was originally just an abbreviation and then I spotted the second possible etymology
13:15:02 <wWwwW> Esmipl?
13:15:23 <ais523> esimpl's designed as an efficient assembly language for compiling into esolangs, https://esolangs.org/wiki/Esimpl
13:15:32 <ais523> but I haven't gotten around to actually doing much with it
13:15:37 <wWwwW> nice
13:15:47 <ais523> there's an interpreter, and a BF implementation I wrote to check that the interpreter worked and that the language worked
13:15:53 <ais523> and that's about it
13:16:44 <ais523> the next step is probably to write a self-interpreter, the entire syntax was designed to make that efficient, but I haven't even got that far
13:16:56 <wWwwW> lol
13:17:05 <ais523> the language I'm currently working on, I spent a few hours trying to come up with a good name
13:17:21 <wWwwW> can i try for you?
13:17:52 <b_jonas> a stereotypical waterfall is discrete because all the water falls down in one single vertical step, so a more continuous version would be just a steep river
13:17:55 <ais523> my current plan is "Delta Relay" – I decided I wanted "relay" in the name because it has two meanings that both fit the language, and I wanted (for this language) a name that sounds cool – "delta" sounds cool whilst also fitting the way the language worked
13:18:26 <ais523> I did try variations on "waterfall" but decided it didn't fit the way the language works, because waterfalls don't flow upwards
13:18:50 <wWwwW> waterjump(lol)
13:18:53 <b_jonas> turn the river in its bed?
13:19:22 <ais523> I vaguely remember seeing a garden on the TV which had a water feature that was an optical illusion and appeared to flow upwards, even though it actually didn't
13:19:35 <ais523> but that wasn't directly upwards, it looked slightly above horizontal (when in fact it was slightly below horizontal)
13:19:39 <wWwwW> nice
13:19:41 <b_jonas> yeah, there's already a Homespring with salmon swimming upstream
13:20:24 <ais523> ooh, I haven't thought about Homespring in a while
13:21:16 <ais523> it is one of the classic esolangs; my main criticism is that "snowmelt" is too blunt an instrument and doesn't compose nicely with other features of the language (or indeed wiht anything really) and basically just exists as half a halt signal
13:21:33 <ais523> but it's good for advertising the language at least
13:21:48 <wWwwW> what is the f'ing chance
13:21:54 <wWwwW> you talk about homespring
13:21:55 <wWwwW> then
13:21:58 <ais523> (also, the syntax is bizarre, which is mostly fine, but the multiple-word command names that need their internal spaces to be escaped are ugly)
13:22:01 <wWwwW> i click random page
13:22:09 <wWwwW> and go TO HOMESPRING PAGE
13:22:12 <wWwwW> ...
13:22:12 <b_jonas> ais523: can you edit https://esolangs.org/wiki/The_Waterfall_Model to explicitly say that it's Turing-complete with seven clocks, rather than just link to https://esolangs.org/wiki/Spiral_Rise which gives the construction
13:22:22 <ais523> wWwwW: 1 in 5987
13:22:31 <ais523> higher if you clicked the button more than once
13:22:36 <wWwwW> I DID
13:22:38 <wWwwW> *i did
13:23:10 <ais523> b_jonas: I'm not comfortable with doing that until the whole thing is better-tested
13:23:12 <wWwwW> whats a good place to write esolang
13:23:20 <wWwwW> while not
13:23:24 <wWwwW> uploading it to wiki
13:23:27 <b_jonas> ah I see
13:23:34 <ais523> wWwwW: I use a text editor for that
13:23:44 <ais523> and save in a file on my own computer
13:23:47 <b_jonas> yeah, text editor with local file
13:24:04 <wWwwW> i use hackMD usually
13:25:48 <ais523> anyway, I need to go
13:25:53 <ais523> night everyone
13:26:02 -!- ais523 has quit (Quit: quit).
13:26:44 <wWwwW> good night!
13:30:11 <b_jonas> I still find the upside down Piet draft funny
13:30:27 <wWwwW> ?
13:31:58 <b_jonas> https://esolangs.org/wiki/Piet#Notes
13:32:13 <b_jonas> (and not very much related https://www.sandraandwoo.com/2012/08/23/0405-the-archer/ )
13:33:10 <wWwwW> oh thats rlly funny
13:33:49 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=141450&oldid=141416 * Tommyaweosme * (+4) Undo revision [[Special:Diff/141416|141416]] by [[Special:Contributions/Ractangle|Ractangle]] ([[User talk:Ractangle|talk]])
13:34:33 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141451&oldid=141295 * Tommyaweosme * (+29) stop labeling memorials as jokes its not funny [[user:ractangle]]
13:34:49 <wWwwW> wanna make an esolang with me idk? im bored and i wanna make an esolang. i have *an idea* but its not close to completion
13:50:12 <wWwwW> b_jonas?
13:57:01 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=141452&oldid=141450 * None1 * (-4) Undo revision [[Special:Diff/141450|141450]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]])
14:03:20 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=141453&oldid=140855 * None1 * (+80)
14:03:36 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=141454&oldid=141453 * None1 * (+0) /* My Esolangs */
14:05:56 <esolangs> [[Talk:Brainfuckconsole74]] https://esolangs.org/w/index.php?diff=141455&oldid=140280 * None1 * (+292)
14:14:09 <esolangs> [[Bbtos]] https://esolangs.org/w/index.php?diff=141456&oldid=141452 * Tommyaweosme * (+156)
14:14:59 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141457&oldid=141451 * Tommyaweosme * (-1) none1 did the same atrocities that ractangle commited
14:15:40 <esolangs> [[!HOR]] https://esolangs.org/w/index.php?diff=141458&oldid=141447 * Ractangle * (+23)
14:16:38 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=141459&oldid=141420 * Tommyaweosme * (+151)
14:16:58 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141460&oldid=130497 * None1 * (+343)
14:30:06 -!- X-Scale has joined.
14:32:06 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141461&oldid=141460 * None1 * (+212)
14:34:07 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141462&oldid=141461 * Tommyaweosme * (+651)
14:34:39 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141463&oldid=141457 * Tommyaweosme * (+0) wow none1's in deep shit now
14:36:41 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=141464&oldid=140301 * PrySigneToFry * (+651) /* */ new section
14:38:18 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=141465&oldid=140106 * YetAnotherAccount * (+24) /* Derivative Ideas */ :(
14:39:00 <esolangs> [[User talk:Tommyaweosme]] M https://esolangs.org/w/index.php?diff=141466&oldid=141311 * PrySigneToFry * (+27) 2+0.01=6.2931853
14:41:29 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141467&oldid=141466 * PrySigneToFry * (+634)
14:42:12 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=141468&oldid=141298 * Yayimhere * (+203) /* things about me */
14:47:47 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141469&oldid=141429 * None1 * (+387) /* Delete page */ new section
14:55:27 <esolangs> [[Talk:Memorial language list]] N https://esolangs.org/w/index.php?oldid=141470 * Yayimhere * (+145) Created page with "this is just an excuse to promote BBTOS <code>[!~~~~</code>"
15:28:18 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141471&oldid=141462 * PkmnQ * (+144)
15:28:52 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141472&oldid=141463 * PkmnQ * (+0)
15:35:43 -!- X-Scale has quit (Ping timeout: 256 seconds).
15:42:50 <esolangs> [[Normalcalc]] https://esolangs.org/w/index.php?diff=141473&oldid=140527 * Itoh Shimon * (+30) /* Specifications */
15:52:14 <esolangs> [[Talk:Memorial language list]] https://esolangs.org/w/index.php?diff=141474&oldid=141470 * Ractangle * (+177)
15:58:34 <esolangs> [[(1)]] https://esolangs.org/w/index.php?diff=141475&oldid=141392 * Ractangle * (+30)
15:59:43 <esolangs> [[Looping counter]] https://esolangs.org/w/index.php?diff=141476&oldid=138794 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+50) /* Examples */
16:01:54 -!- joes has joined.
16:05:49 <esolangs> [[(1)]] https://esolangs.org/w/index.php?diff=141477&oldid=141475 * Ractangle * (+20)
16:06:31 -!- joes has quit (Ping timeout: 265 seconds).
16:07:47 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141478&oldid=141356 * ChuckEsoteric08 * (+233)
16:08:18 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141479&oldid=141478 * ChuckEsoteric08 * (-233) Undo revision [[Special:Diff/141478|141478]] by [[Special:Contributions/ChuckEsoteric08|ChuckEsoteric08]] ([[User talk:ChuckEsoteric08|talk]])
16:09:55 <esolangs> [[Talk:(ch34t) c0d3]] N https://esolangs.org/w/index.php?oldid=141480 * Yayimhere * (+241) Created page with "what about the actual cheat codes. if you pop without and elemnt TO pop you get an error(ned to write that) ill also add more comamnds <code>[!~~~~]</code>"
16:11:07 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141481&oldid=141479 * ChuckEsoteric08 * (+260) Undo revision [[Special:Diff/141479|141479]] by [[Special:Contributions/ChuckEsoteric08|ChuckEsoteric08]] ([[User talk:ChuckEsoteric08|talk]])
16:11:18 <esolangs> [[5]] https://esolangs.org/w/index.php?diff=141482&oldid=141347 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+20)
16:12:07 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141483&oldid=141471 * Tommyaweosme * (+347)
16:12:56 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141484&oldid=141472 * Tommyaweosme * (+1) omfg hes so nice infiltrating the other side 4 us :D
16:13:40 <esolangs> [[Talk:Memorial language list]] https://esolangs.org/w/index.php?diff=141485&oldid=141474 * Tommyaweosme * (+288)
16:14:17 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141486&oldid=141481 * Yayimhere * (+179) /* commands */
16:14:27 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141487&oldid=141484 * Tommyaweosme * (-1) for those who hate me, i show no mercy. >:3
16:15:34 <esolangs> [[User talk:Tommyaweosme/warsides]] N https://esolangs.org/w/index.php?oldid=141488 * Yayimhere * (+199) Created page with "ok thx now im one some stupid list so i have a reason to call this stupid and not needed </code>^^^>~~~~^></code>"
16:15:43 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141489&oldid=141488 * Yayimhere * (-1)
16:15:59 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141490&oldid=141469 * Tommyaweosme * (+248) /* Delete page */
16:16:11 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141491&oldid=141486 * ChuckEsoteric08 * (+74)
16:16:26 <esolangs> [[(ch34t) c0d3]] https://esolangs.org/w/index.php?diff=141492&oldid=141491 * ChuckEsoteric08 * (+4) /* Computational class */
16:18:24 <esolangs> [[Nine-hundred-eleven]] N https://esolangs.org/w/index.php?oldid=141493 * Tommyaweosme * (+411) Created page with "{{lowercase}}nine-hundred-eleven is a memorial language of 9/11. it was made on 9/11/2024, but uploaded to esolangs on 9/29/2024 == commands == food and water - increments cell at pointer by one tower 1 - moves pointer backwards tower 2 - moves pointe
16:18:42 <esolangs> [[Memorial language list]] https://esolangs.org/w/index.php?diff=141494&oldid=140776 * Tommyaweosme * (+24)
16:19:50 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141495&oldid=141487 * Tommyaweosme * (+0) i never thought none1 could be worse. disrespecting the thousands who died in 9/11 *sob* the hundreds hurt in the sandbox attacks *sob* the millions dead in world war 2
16:20:50 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141496&oldid=141489 * Tommyaweosme * (+288)
16:21:09 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141497&oldid=141495 * Tommyaweosme * (+0)
16:21:23 <esolangs> [[Talk:Memorial language list]] https://esolangs.org/w/index.php?diff=141498&oldid=141485 * Yayimhere * (+156)
16:21:24 <esolangs> [[User:Tommyaweosme/warsides]] M https://esolangs.org/w/index.php?diff=141499&oldid=141497 * Tommyaweosme * (+0)
16:22:40 <esolangs> [[Talk:Memorial language list]] https://esolangs.org/w/index.php?diff=141500&oldid=141498 * Tommyaweosme * (+411)
16:23:41 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141501&oldid=141496 * Yayimhere * (+215)
16:24:50 <wWwwW> ill send ye a maessage. if you decline then yea
16:25:41 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141502&oldid=141501 * Ractangle * (+238) /* okay what the fuck does this even mean? */ new section
16:26:16 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141503&oldid=141502 * Tommyaweosme * (-140) auto-deleted, sory \_()_/
16:27:08 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141504&oldid=141503 * Tommyaweosme * (+312)
16:27:58 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141505&oldid=141504 * Yayimhere * (+189) /* okay what the fuck does this even mean? */
16:28:28 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141506&oldid=141505 * Ractangle * (+4)
16:30:09 <esolangs> [[User talk:Tommyaweosme/warsides]] M https://esolangs.org/w/index.php?diff=141507&oldid=141506 * Tommyaweosme * (-115) auto-deleted, sory \_()_/
16:30:56 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141508&oldid=141490 * Ractangle * (+39) /* Delete page */
16:31:20 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141509&oldid=141508 * Ractangle * (+170) /* Delete page */
16:32:56 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141510&oldid=141507 * Unname4798 * (+36)
16:33:30 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141511&oldid=141510 * Yayimhere * (+115) Undo revision [[Special:Diff/141507|141507]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]])
16:33:55 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141512&oldid=141511 * Yayimhere * (+140) Undo revision [[Special:Diff/141503|141503]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]])
16:34:05 -!- tromp has joined.
16:40:51 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141513&oldid=141512 * Tommyaweosme * (-212)
16:41:09 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141514&oldid=141499 * Tommyaweosme * (+0)
16:46:15 <esolangs> [[Special:Log/move]] move * Unname4798 * moved [[User:Tommyaweosme/warsides]] to [[Tommyaweosme/warsides]]: Unname can't edit user pages
16:46:50 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141517&oldid=141515 * Unname4798 * (+0) yayimhere, not unname calls this list stupid
16:47:11 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141518&oldid=141509 * ChuckEsoteric08 * (+125) /* Delete page */
16:57:22 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141519&oldid=141517 * Unname4798 * (+0) Swap two items, since they were out of order
16:58:21 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141520&oldid=141513 * Unname4798 * (-43)
17:02:49 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141521&oldid=141520 * Unname4798 * (+255) Reverted to the revision by [[User:Yayimhere]] ([[User talk:Yayimhere|talk]])
17:04:44 <esolangs> [[Nine-hundred-eleven]] https://esolangs.org/w/index.php?diff=141522&oldid=141493 * ChuckEsoteric08 * (-32) Removed nonexistent category
17:05:35 <esolangs> [[Bbtos]] M https://esolangs.org/w/index.php?diff=141523&oldid=141456 * PythonshellDebugwindow * (-10) /* Interpreter */
17:12:34 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141524&oldid=141521 * ChuckEsoteric08 * (+57) /* Why */ new section
17:13:43 <esolangs> [[Nine-hundred-eleven]] M https://esolangs.org/w/index.php?diff=141525&oldid=141522 * PythonshellDebugwindow * (+292) See also, categories
17:13:59 -!- Noisytoot has quit (Ping timeout: 260 seconds).
17:15:00 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141526&oldid=141524 * ChuckEsoteric08 * (+111)
17:15:45 <esolangs> [[User talk:Tommyaweosme/warsides]] M https://esolangs.org/w/index.php?diff=141527&oldid=141526 * Tommyaweosme * (-376) auto-deleted, sory \_()_/
17:16:56 -!- wWwwW94 has joined.
17:16:56 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141528&oldid=141527 * Unname4798 * (+376) Undo revision [[Special:Diff/141527|141527]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]])
17:17:09 -!- wWwwW has quit (Ping timeout: 256 seconds).
17:17:17 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141529&oldid=141519 * Tommyaweosme * (-1) BRO IS CIRCUMVENTING THE WHOLE USERPAGE BAN @ais523 @ais523 @ais523
17:17:19 <esolangs> [[!HOR]] M https://esolangs.org/w/index.php?diff=141530&oldid=141458 * PythonshellDebugwindow * (+55) Stub, categories
17:17:53 <esolangs> [[Special:Log/move]] move * Tommyaweosme * moved [[Tommyaweosme/warsides]] to [[User:User:Tommyaweosme/warsides]]: Misspelled title: UNNAME4798 UNLAWFULLY MOVING ''MY'' PAGES AGAIN
17:18:08 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141533&oldid=141528 * Unname4798 * (+185)
17:18:21 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141534&oldid=141533 * Unname4798 * (+173)
17:18:41 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141535&oldid=141534 * Unname4798 * (+2)
17:19:12 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141536&oldid=141535 * Unname4798 * (+0)
17:19:33 <esolangs> [[Beatnik]] M https://esolangs.org/w/index.php?diff=141537&oldid=122694 * PythonshellDebugwindow * (+37) See also
17:20:50 <esolangs> [[Beatnik Extended]] M https://esolangs.org/w/index.php?diff=141538&oldid=141444 * PythonshellDebugwindow * (+93) Categories
17:21:18 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141539&oldid=141536 * Unname4798 * (+26)
17:21:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:22:02 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141540&oldid=141539 * Yayimhere * (+5) /* Why */ include user part of link
17:22:07 <esolangs> [[(1)]] M https://esolangs.org/w/index.php?diff=141541&oldid=141477 * PythonshellDebugwindow * (+66) Categories
17:22:46 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141542&oldid=141540 * Yayimhere * (+153) /* Why */
17:23:41 -!- chiselfuse has quit (Ping timeout: 260 seconds).
17:25:26 -!- chiselfuse has joined.
17:25:43 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141543&oldid=141542 * Tommyaweosme * (+213) you have no free spech yayimhere \_()_/
17:26:30 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141544&oldid=141543 * Tommyaweosme * (-290) auto-deleted, sory \_()_/
17:26:47 -!- wWwwW94 has quit (Ping timeout: 256 seconds).
17:27:15 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141545&oldid=141532 * Tommyaweosme * (-45) Blanked the page
17:27:41 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141546&oldid=141545 * Tommyaweosme * (+1257)
17:27:53 <esolangs> [[Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141547&oldid=141546 * Tommyaweosme * (-1257) Blanked the page
17:28:03 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141548&oldid=141516 * Tommyaweosme * (+1222) Removed redirect to [[Tommyaweosme/warsides]]
17:28:06 <esolangs> [[User:User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141549&oldid=141531 * Tommyaweosme * (-1257) Blanked the page
17:30:52 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141550&oldid=141518 * Tommyaweosme * (+98) no free spech on esolang, sory \_()_/
17:31:39 <esolangs> [[User:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141551&oldid=140784 * Tommyaweosme * (-1457) Replaced content with "dont try to mesage against me i edit ur message and eat ur signature, replace with mine"
17:32:07 <esolangs> [[User talk:Vulture001]] N https://esolangs.org/w/index.php?oldid=141552 * Yayimhere * (+183) Created page with "can you plz make a logo for my esolang: [[ch34t) c0d3|my esolang]]. you make rlly cool logos ~~~~"
17:32:28 <esolangs> [[User talk:Vulture001]] https://esolangs.org/w/index.php?diff=141553&oldid=141552 * Yayimhere * (+1)
17:33:12 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141554&oldid=141467 * Unname4798 * (+257)
17:33:57 <esolangs> [[User talk:Tommyaweosme]] M https://esolangs.org/w/index.php?diff=141555&oldid=141554 * Tommyaweosme * (+30) no free spech on esolang, sory \_()_/
17:35:30 -!- wWwwW has joined.
17:35:55 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141556&oldid=141555 * Unname4798 * (+261)
17:36:13 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141557&oldid=141556 * Unname4798 * (+17)
17:36:31 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141558&oldid=141557 * Unname4798 * (-4)
17:36:44 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=141559&oldid=141558 * Tommyaweosme * (+297) /* Grade 11 */
17:37:14 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141560&oldid=141548 * Tommyaweosme * (+1)
17:39:16 <esolangs> [[User talk:PkmnQ]] https://esolangs.org/w/index.php?diff=141561&oldid=137830 * Tommyaweosme * (+388)
17:41:24 <esolangs> [[User talk:PkmnQ]] https://esolangs.org/w/index.php?diff=141562&oldid=141561 * Yayimhere * (+15)
17:45:13 -!- tromp has joined.
17:46:21 <esolangs> [[Special:Log/newusers]] create * IntGrah * New user account
17:49:22 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=141563&oldid=140999 * IntGrah * (+104) Introduction
17:49:36 <esolangs> [[User:IntGrah]] N https://esolangs.org/w/index.php?oldid=141564 * IntGrah * (+7) Create user page
17:50:41 -!- Noisytoot has joined.
17:53:33 <esolangs> [[Talk: but with only plausible commands]] N https://esolangs.org/w/index.php?oldid=141565 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+37) Created page with "a language can be turing complete tho"
18:06:16 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141566&oldid=141550 * ChuckEsoteric08 * (-98) Undo revision [[Special:Diff/141550|141550]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]]) no free speech to you too :3
18:08:49 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141567&oldid=141566 * Tommyaweosme * (-125) no free spech on esolang, sory \_()_/
18:12:31 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141568&oldid=141544 * ChuckEsoteric08 * (-213)
18:14:14 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141569&oldid=141568 * ChuckEsoteric08 * (-145)
18:14:57 -!- wWwwW has quit (Ping timeout: 256 seconds).
18:22:26 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141570&oldid=141567 * ChuckEsoteric08 * (+125) Undo revision [[Special:Diff/141567|141567]] by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]])
18:22:30 -!- wWwwW has joined.
18:25:57 <esolangs> [[Talk:Jail system makes no sense]] https://esolangs.org/w/index.php?diff=141571&oldid=132664 * ChuckEsoteric08 * (+123) /* Deletion? */
18:26:00 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=141572&oldid=141563 * Coffeeenjoyer * (+192)
18:26:03 <esolangs> [[Obscure]] https://esolangs.org/w/index.php?diff=141573&oldid=140700 * Coffeeenjoyer * (+735) example programs
18:30:13 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141574&oldid=141483 * ChuckEsoteric08 * (-651) Accidentally deleted it
18:37:03 -!- wWwwW has quit (Ping timeout: 256 seconds).
19:11:01 -!- impomatic has quit (Quit: Client closed).
19:54:06 <esolangs> [[PIO]] N https://esolangs.org/w/index.php?oldid=141575 * PlaceReporter99 * (+377) Created page with "{{stub}} [https://tio.run/##ZU/BaoQwFLz7FaMnhd56Kyw9FAteNtJ@Qaova8DNC88E9OttokspLA/yGN7MZMZvYWL3uu8jGZh6aN4KGBassA5DArAmgcsFVVdliCDbsRPbOh9D3TQZ0jqQD2jVZyvCclK8WBfqqsOkA@Ggg/J5KausovnPXZ3uD4WaMJKWEldGXMjEOV34Jvq@YCKhJ3l/ykXbhfC9uaDXI0dd9UTW3cAOYSKYmVne8WVHO8SZ41LiYyb
20:18:11 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141576&oldid=141569 * Tommyaweosme * (+358) redo
20:34:11 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141577&oldid=141560 * Tommyaweosme * (+177)
20:34:23 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141578&oldid=141577 * Tommyaweosme * (+1)
20:53:10 <esolangs> [[Talk:Jail system makes no sense]] M https://esolangs.org/w/index.php?diff=141579&oldid=141571 * Tommyaweosme * (-806)
21:19:56 <zzo38> I have a ASN.1 file containing a UUID. Why does the "dumpasn1" program list the UUID twice and then says "Error: OID has invalid encoding"? The file looks like OK to me.
21:22:14 <esolangs> [[Talk:Memorial language list]] https://esolangs.org/w/index.php?diff=141580&oldid=141500 * Ais523 * (+1362) /* Deletion discussion about this page that was posted on User talk:ais523 */ new section
21:23:10 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Memorial language list]]": deleted per deletion discussion (see talk)
21:25:02 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141581&oldid=141570 * Ais523 * (+379) mark a couple of entries as done
21:28:18 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=141582&oldid=141581 * Ais523 * (-48431) archiving
21:28:33 <esolangs> [[User talk:Ais523/Archive1]] N https://esolangs.org/w/index.php?oldid=141583 * Ais523 * (+48566) archiving
21:47:18 <esolangs> [[Talk:Bbtos]] https://esolangs.org/w/index.php?diff=141584&oldid=141574 * Tommyaweosme * (+651)
22:01:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:07:26 -!- tromp has joined.
22:11:13 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[(1)]]": Author request
22:16:03 <esolangs> [[Talk:Jail system makes no sense]] M https://esolangs.org/w/index.php?diff=141585&oldid=141579 * Ais523 * (+806) Reverted edit by [[Special:Contributions/Tommyaweosme|Tommyaweosme]] ([[User talk:Tommyaweosme|talk]]) to last revision by [[User:ChuckEsoteric08|ChuckEsoteric08]]
22:16:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:18:20 <esolangs> [[Special:Log/move]] move * Ais523 * moved [[Tommyaweosme/warsides]] to [[User:Tommyaweosme/warsides]]: history merge
22:18:20 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Tommyaweosme/warsides]]": Deleted to make way for move from "[[Tommyaweosme/warsides]]"
22:18:51 <esolangs> [[Special:Log/move]] move * Ais523 * moved [[User:User:Tommyaweosme/warsides]] to [[User:Tommyaweosme/warsides]]: history merge
22:18:51 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[User:Tommyaweosme/warsides]]": Deleted to make way for move from "[[User:User:Tommyaweosme/warsides]]"
22:19:11 <esolangs> [[Special:Log/delete]] restore * Ais523 * undeleted "[[User:Tommyaweosme/warsides]]": history merge
22:19:38 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141589&oldid=141588 * Ais523 * (+1436) set top revision after history merge
22:20:07 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Tommyaweosme/warsides]]": cross-namespace redirect left over after a page was moved to the correct namespace
22:24:53 <esolangs> [[User talk:Unname4798]] https://esolangs.org/w/index.php?diff=141590&oldid=141313 * Ais523 * (+832) /* Stop trying to circumvent the block on editing other people's userspace */ new section
22:28:42 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141591&oldid=141576 * Ais523 * (+560) /* Why */ some thoughts
22:30:12 <esolangs> [[User talk:PkmnQ]] https://esolangs.org/w/index.php?diff=141592&oldid=141562 * PkmnQ * (-403) that's not staying there
22:57:07 <esolangs> [[Special:Log/newusers]] create * Ellos * New user account
23:15:25 -!- SGautam has joined.
23:17:14 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141593&oldid=141591 * None1 * (+344) /* Why */
23:41:28 <esolangs> [[User talk:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141594&oldid=141593 * Tommyaweosme * (-1) no free spech on esolang, sory \_()_/
23:43:10 <esolangs> [[User:Tommyaweosme/warsides]] https://esolangs.org/w/index.php?diff=141595&oldid=141589 * Tommyaweosme * (-1) "thats not staying there"
23:43:31 <esolangs> [[User:Tommyaweosme/warsides]] M https://esolangs.org/w/index.php?diff=141596&oldid=141595 * Tommyaweosme * (+0) oops wrong person
23:57:16 <esolangs> [[13 bytes :D]] https://esolangs.org/w/index.php?diff=141597&oldid=127002 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+85) /* Examples */
←2024-09-28 2024-09-29 2024-09-30→ ↑2024 ↑all