←2022-05-24 2022-05-25 2022-05-26→ ↑2022 ↑all
00:03:37 -!- sprout has joined.
00:07:06 <ais523> the idea of a stack and subroutine support in a delay-line memory is somewhat scary
00:07:44 <ais523> although it crosses my mind that queue-based esolangs without control flow (such as cyclic tag) work quite similarly to a delay-line memory in practice
00:08:27 -!- sprout has quit (Ping timeout: 260 seconds).
00:10:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97154&oldid=97152 * PixelatedStarfish * (+210) /* Handling Cyclic References */
00:31:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97155&oldid=97154 * PixelatedStarfish * (+250) /* Handling Cyclic References */
00:31:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97156&oldid=97155 * PixelatedStarfish * (+1) /* Handling Cyclic References */
00:34:06 <Sgeo> What's the newest computer for which there exist 0 games? There exist games for Altair 8800, there exist games for CDC 6600. Also I want to exclude sufficiently obscure computers from my question but not sure how to phrase that or deal with the fact that I'm sure someone could write a game now to invalidate any answer
00:37:41 -!- sprout has joined.
00:40:17 -!- Lord_of_Life_ has joined.
00:40:24 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
00:40:55 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97157&oldid=97153 * Masalt * (+40)
00:41:21 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97158&oldid=97157 * Masalt * (+12)
00:41:33 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
00:42:29 -!- sprout has quit (Ping timeout: 255 seconds).
00:42:36 <ais523> Sgeo: presumably most new computers, unless they're backwards-compatible with something, have 0 games at the moment they're created, until someone writes one
00:43:05 <ais523> although most computer architectures nowadays are designed to be backwards-compatible with something
00:44:37 <Sgeo> If I want to implement a computer in a game, am I best off stealing a Minecraft computer architecture?
00:45:19 <ais523> well, most computers implemented in games will use one of the standard TCness constructions, and Minecraft's no exception to that
00:45:43 <ais523> it's unclear whether borrowing a design from Minecraft is a better way to learn those constructions than borrowing it from somewhere else
00:47:15 <ais523> in games which are powerful enough, a transport-triggered architecture is pretty simple and efficient, that gets used quite frequently to implement computers within things
00:47:46 <ais523> if the game doesn't have much power, you may want to use a TCness-proving language, like cyclic tag or the I/D machine or The Waterfall Model, but the resulting computer will be very inefficient
00:48:23 <ais523> I'm actually currently working on a tarpit / TC-proving language that's intended to be efficient in addition to being easy to implement
00:49:22 <ais523> although I'm still working on the details, the "lowest level" is effectively cyclic tag with goto statements – when reading a 1 from the data queue (and thus the command queue is relevant), it not only appends to the data queue, but also jumps the IP to a position stated within the command queue
00:50:06 <ais523> (this can alternatively be implemented by using a deque rather than a queue and having the commands push to *both* ends – you can simulate a goto by pushing a lot of 0s onto the read end of the deque)
00:51:49 <ais523> this isn't properly efficient in its own right; there are variants that are at least as efficient as brainfuck (i.e. you can compile brainfuck into them with no more than a linear slowdown), but they require two data queues/stacks/deques rather than one
00:57:22 <Sgeo> I built an ALU for WorldsPlayer a while ago
01:00:04 <Sgeo> 1-bit input and output and 4 bit instruction codes >.>
01:12:24 -!- sprout has joined.
01:14:59 -!- leah2 has joined.
01:16:39 -!- perlbot has quit (Ping timeout: 240 seconds).
01:17:11 -!- sprout has quit (Ping timeout: 258 seconds).
01:17:34 -!- simcop2387 has quit (Ping timeout: 246 seconds).
01:24:17 <esolangs> [[Special:Log/newusers]] create * Sam-astro * New user account
01:25:52 -!- simcop2387 has joined.
01:27:23 -!- perlbot has joined.
01:28:19 -!- ais523 has quit (Quit: quit).
01:29:55 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=97159&oldid=97135 * Sam-astro * (+159)
01:30:09 -!- sprout has joined.
01:34:27 -!- sprout has quit (Ping timeout: 240 seconds).
01:42:36 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97160&oldid=97158 * Masalt * (+537)
01:45:43 -!- sprout has joined.
01:50:32 -!- sprout has quit (Ping timeout: 260 seconds).
02:19:35 -!- sprout has joined.
02:24:15 -!- sprout has quit (Ping timeout: 244 seconds).
02:26:13 -!- ais523 has joined.
02:39:22 <Sgeo> Are there games for Analytical Engine emulators?
02:41:14 <zzo38> I do not know of any
02:44:26 -!- j-bot has quit (Ping timeout: 255 seconds).
02:49:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97161&oldid=97156 * PixelatedStarfish * (+152) /* Errors */
02:50:52 <ais523> hmm, Wikpedia says the Analytical Engine was never built
02:51:07 <ais523> I vaguely remembered it having been built eventually, recently, from the original plans, by enthusiasts
02:51:09 <ais523> but apparently not?
02:51:28 <ais523> parts of it were built, it seems, but not the whole thing
02:51:58 -!- sprout has joined.
02:52:02 <ais523> ah, I see – it was the Difference Engine that eventually got built, in 1991
02:54:02 <Sgeo> https://www.fourmilab.ch/babbage/ has an emulator
02:54:54 <ais523> it is of course much easier to build the emulator than the machine itself :-)
02:56:27 -!- sprout has quit (Ping timeout: 240 seconds).
03:06:02 <Sgeo> http://www.historicsimulations.com/
03:09:07 -!- sprout has joined.
03:13:42 -!- sprout has quit (Ping timeout: 258 seconds).
03:19:01 -!- FireFly has joined.
03:20:46 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97162&oldid=97160 * Masalt * (-1) /* Count to 10 */
03:21:07 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97163&oldid=97162 * Masalt * (+5) /* Count to 10 */
03:26:10 -!- sprout has joined.
03:26:58 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97164&oldid=97163 * Masalt * (-6) /* Count to 10 */
03:30:52 -!- sprout has quit (Ping timeout: 260 seconds).
03:59:38 -!- sprout has joined.
04:04:29 -!- sprout has quit (Ping timeout: 244 seconds).
04:04:36 -!- ais523 has quit (Quit: sorry about my connection).
04:04:49 -!- ais523 has joined.
04:32:46 -!- sprout has joined.
04:37:16 -!- sprout has quit (Ping timeout: 258 seconds).
04:49:04 -!- sprout has joined.
04:53:42 -!- sprout has quit (Ping timeout: 260 seconds).
05:06:17 -!- sprout has joined.
05:11:08 -!- sprout has quit (Ping timeout: 244 seconds).
05:39:18 -!- sprout has joined.
05:43:58 -!- sprout has quit (Ping timeout: 258 seconds).
05:48:53 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97165&oldid=97164 * Masalt * (-269) /* Hello, World! */
05:49:13 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97166&oldid=97165 * Masalt * (+17) /* Hello, World! */
05:52:57 -!- ais523 has quit (Quit: rebooting).
05:55:00 -!- ais523 has joined.
06:13:02 -!- sprout has joined.
06:16:00 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97167&oldid=97166 * Masalt * (-1) /* Count to 10 */
06:17:27 -!- sprout has quit (Ping timeout: 240 seconds).
06:18:07 -!- ais523 has quit (Remote host closed the connection).
06:38:41 -!- Sgeo has quit (Read error: Connection reset by peer).
06:46:43 -!- tromp has joined.
06:48:44 -!- sprout has joined.
06:53:52 -!- sprout has quit (Ping timeout: 260 seconds).
06:56:41 -!- FireFly has quit (*.net *.split).
06:56:42 -!- zzo38 has quit (*.net *.split).
07:01:40 -!- FireFly has joined.
07:01:41 -!- FireFly has changed hostmask to ~firefly@glowbum/gluehwuermchen/firefly.
07:22:20 -!- sprout has joined.
07:29:08 -!- sprout has quit (Ping timeout: 248 seconds).
07:42:00 -!- sprout has joined.
07:57:36 -!- FireFly has quit (Quit: Leaving).
07:57:50 -!- FireFly has joined.
08:04:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:14:22 -!- sprout has quit (Ping timeout: 260 seconds).
08:48:03 <b_jonas> heck they had to work hard to make this airline airplane ticket buying webpage such a balance of annoyingly confusing so people make mistake and accidentally buy upsells, but also not annoying so much that people just give up and don't buy tickets at all
08:48:26 <b_jonas> it doesn't have any of the stupid CSS breakages of invisible elements
08:50:07 <b_jonas> but it asks questions about upsell extras in various different formats to confuse you, mixes asking essential information and extras in a random order in multiple steps, does not allow you to add just checked in luggage rather than a combo of checked in luggage with other extras at the same time as buying the ticket
08:51:43 <b_jonas> and yes, the payment system gives the insulting message "please give the actual name on the bank card" if you use a non-ascii letter in the name. guess what, suckers, I have an actual Á embossed on a real credit card so your mom has an invalid name and invalid billing address
08:52:45 <b_jonas> I wonder when they'll start comboing that with invalidating your purchase without refunding because they later found out that you gave a name that doesn't match the one on your card
08:55:21 <b_jonas> heck I'm still trying to figure out how to add extra luggage
08:57:31 <b_jonas> ah, so apparently I could have bought the extra luggage with the ticket, the interface was just so unclear that I didn't find where to click to get that
08:57:52 <b_jonas> I'm getting the same unclear interface now when adding the luggage
09:22:06 -!- tev27 has joined.
09:27:25 -!- tromp has joined.
09:32:19 -!- sprock has joined.
09:39:59 <esolangs> [[Idego]] https://esolangs.org/w/index.php?diff=97168&oldid=93443 * Kaveh Yousefi * (+163) Added a hyperlink to my implementation of the Idego programming language on GitHub.
09:42:26 <esolangs> [[Idego]] https://esolangs.org/w/index.php?diff=97169&oldid=97168 * Kaveh Yousefi * (+140) Added a cat program as a second example.
09:53:00 -!- tev27 has left.
09:53:09 -!- tev27 has joined.
10:10:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:12:39 -!- tromp has joined.
10:15:11 -!- __monty__ has joined.
10:18:50 -!- sprout has joined.
10:19:29 -!- tech_exorcist has joined.
10:24:11 -!- razetime has joined.
10:44:31 -!- sprout has quit (Ping timeout: 258 seconds).
10:47:00 -!- sprout has joined.
10:50:05 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=97170&oldid=95577 * Shaman * (+232) /* List of OISCs */
10:50:59 -!- wib_jonas has joined.
10:51:05 <wib_jonas> well this is worrying
10:52:25 <int-e> Has the luggage eaten the ticket?
10:53:22 <wib_jonas> int-e: no, the luggage doesn't even exist yet, since the ticket is for next month
10:54:08 <int-e> Rincewind will be sorely disappointed to hear that.
10:59:10 <wib_jonas> also the ticket and boarding pass goes to the carry-on bag, not the checked-in luggage
11:01:14 <int-e> . o O ( Imagine buying an NFT. Now imagine basing a show on IP conveyed through owning an NFT. Now imagine not storing said NFT in a cold wallet. Now imagine falling for a phishing attack. )
11:02:08 <int-e> That's like 4 levels of stupidity.
11:02:22 -!- sprout has quit (Ping timeout: 260 seconds).
11:02:39 -!- definitelya has joined.
11:03:41 -!- sprout has joined.
11:18:55 -!- sprout has quit (Ping timeout: 260 seconds).
11:23:36 -!- razetime has quit (Ping timeout: 258 seconds).
11:26:22 -!- razetime has joined.
11:34:20 <fizzie> NFTs for airline tickets soon?
11:35:08 <int-e> non-flying tickets?
11:35:10 -!- sprout has joined.
11:58:50 -!- sprout has quit (Ping timeout: 255 seconds).
12:08:15 -!- sprout has joined.
12:15:05 <fizzie> At the height of the lockdowns, I think they made a couple of flights that landed on the same airport where they lifted off of, just for those people who so desperately missed air travel.
12:15:44 <fizzie> But maybe that doesn't really count as a non-flying ticket, since it did involve some flying. A more proper one would be just, you get packed into the plane, maybe taxi around the runway a little, and then deplane.
12:16:26 <wib_jonas> wait, really? flights that were *planned* to land on the same airport, as opposed to ones that were turned back after takeoff?
12:17:57 <fizzie> That's what they said in the news at least.
12:18:10 <fizzie> https://edition.cnn.com/travel/article/flights-to-nowhere-qantas/index.html "Qantas seven-hour flight to nowhere sells out in 10 minutes"
12:19:17 <fizzie> Think they were mostly one-offs (the article lists a couple other examples) rather than anything regularly scheduled though.
12:19:34 <wib_jonas> oh, in Australia, not the US
12:19:53 <fizzie> "From an environmental perspective, the proposal of a flight to nowhere is potentially contentious." You don't say?
12:20:01 <wib_jonas> I mean it's still weird
12:23:49 <wib_jonas> and yes, that sounds like you get only the bad parts of an airplane flight without any of the good parts
12:26:09 <wib_jonas> the no-flight ticket that would make slight more sense is one where you go through the security checks and get into the restricted boarding area with the shops, but not go through the gate to the small waiting areas or on the airplane or bus to the airplane. it'd probably still not be worth to buy, but it's a better deal than getting onto an
12:26:10 <wib_jonas> airplane, whether it takes off or not.
12:27:36 <wib_jonas> but I do understand that other people have different preferences about this, because every time I board an airplane there are always people hurrying and queuing to get to board the airplane earlier, before other passengers on the same airplane. that seems crazy to me, because once you're effectively guaranteed that you'll get onto the airplane, why
12:27:36 <wib_jonas> would you want to spend more time on the airplane instead of in the waiting areas?
12:29:19 <wib_jonas> I can kind of understand when people crowd to get onto a tram or bus early, even obstructing the way of passengers getting off. it's incredibly rude, but they have valid motivation because unlike with airplanes, they're not guaranteed to get onto the same tram, and if they are boarding late they can miss out and have to take the next train.
12:32:36 -!- sprout has quit (Ping timeout: 258 seconds).
12:41:53 -!- tech_exorcist has quit (Quit: See you later).
12:42:13 <esolangs> [[Z Sharp]] https://esolangs.org/w/index.php?diff=97171&oldid=97127 * Sam-astro * (+1371)
12:42:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:52:36 -!- sprout has joined.
12:54:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97172&oldid=97161 * PixelatedStarfish * (+137) /* Errors */
12:54:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97173&oldid=97172 * PixelatedStarfish * (-87) /* Example of Stack Trace */
12:58:12 -!- sprout has quit (Ping timeout: 244 seconds).
13:17:48 -!- tromp has joined.
13:24:48 -!- sprout has joined.
13:45:05 -!- __monty__ has quit (Quit: leaving).
13:48:02 -!- sprout has quit (Ping timeout: 260 seconds).
13:49:09 <esolangs> [[Searchfuck]] N https://esolangs.org/w/index.php?oldid=97174 * CappyIsCrappy * (+313) Created page with "{{lowercase}} Searchfuck is a brainfuck equivalent with all commands being the most common google searches. == Commands == {|class="wikitable" !Searchfuck !! Brainfuck |- |yo..."
13:49:41 -!- sprout has joined.
13:56:44 -!- sprout has quit (Ping timeout: 255 seconds).
14:08:35 -!- Sgeo has joined.
14:11:02 <myname> i just saw other people actually provided examples in efghij and just wanted to say that this is beautiful
14:28:00 <wib_jonas> yes it ia
14:29:12 -!- tech_exorcist has joined.
14:35:53 <esolangs> [[Idego]] https://esolangs.org/w/index.php?diff=97175&oldid=97169 * Kaveh Yousefi * (+113) Added a truth-machine example program.
14:59:42 <wib_jonas> this waiting is annoying. can we just please get over it and get the bad news?
15:04:08 <Sgeo> `olist 1258
15:04:11 <HackEso> olist <https://www.giantitp.com/comics/oots1258.html>: shachaf oerjan Sgeo FireFly boily nortti b_jonas
15:05:30 <wib_jonas> o... I wanted to say that was fast, but apparently the previous o was 12 days ago, rather than just a few days ago like I thought
15:27:15 -!- sprout has joined.
15:50:20 <fizzie> Re trying to board early, the one rational explanation I have for it is, at least on flights I've been, it's not that uncommon for the overhead bins to become full, and then you need to keep your (potentially bulky) carry-on bag under the seat in front of you, reducing legroom. If you get in early, you have a higher likelihood of getting to stow your bag up there.
15:50:56 <fizzie> Also at least US has flights with no assigned seats, where the boarding order is a Big Deal (you can pay extra to be earlier in the queue) but that's just weird.
15:51:25 <wib_jonas> I see
16:16:30 <esolangs> [[Special:Log/newusers]] create * CandyRaid * New user account
16:20:38 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
16:21:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:26:24 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97176&oldid=97159 * CandyRaid * (+257) /* Introductions */
16:30:20 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97177&oldid=97176 * CandyRaid * (-132) /* Introductions */
16:36:14 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97178&oldid=97177 * CandyRaid * (+86) /* Introductions */
16:37:34 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97179&oldid=97178 * CandyRaid * (+0) /* Introductions */
16:38:30 <esolangs> [[Idego]] M https://esolangs.org/w/index.php?diff=97180&oldid=97175 * Kaveh Yousefi * (+45) Rectified the heading levels of the example programs, improved formatting, and introduced a Commands section header.
16:46:04 -!- tromp has joined.
16:50:31 <esolangs> [[Special:Log/upload]] upload * KSP Atlas * uploaded "[[File:Boolfish Logisim TTY.png]]": A logisim implementation of Boolfish that uses a TTY.
16:51:53 <esolangs> [[Special:Log/upload]] upload * KSP Atlas * uploaded "[[File:Boolfish Logisim LED.png]]": A logisim implementation of Boolfish that uses an LED.
16:57:03 <esolangs> [[Fun Video Game]] N https://esolangs.org/w/index.php?oldid=97183 * Viba1 * (+789) Created page with "'''Fun Video Game''' is a simple program originating from a tweet by [[Jack Eisenmann]] in 2018. It plays an extremely fun video game in which the player must input integers s..."
17:01:23 -!- wib_jonas has quit (Quit: Client closed).
17:02:10 <esolangs> [[Special:Log/newusers]] create * Nick-1666 * New user account
17:09:29 <esolangs> [[Boolfish]] N https://esolangs.org/w/index.php?oldid=97184 * KSP Atlas * (+1102) Created page with "'''Boolfish''' is a boolean-based version of [[Deadfish]]. It has 2 instructions. It can either be written in text-format or binary-format. == Syntax == {| class="wikitable"..."
17:22:47 <esolangs> [[Talk:Fi]] N https://esolangs.org/w/index.php?oldid=97185 * KSP Atlas * (+0) Created blank page
17:23:19 <esolangs> [[Talk:Fi]] https://esolangs.org/w/index.php?diff=97186&oldid=97185 * KSP Atlas * (+67) /* Deletion? */ new section
17:33:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:49:45 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsFactorial.png]]"
17:50:17 <esolangs> [[Color Scheme]] N https://esolangs.org/w/index.php?oldid=97188 * CNK * (+154) Created page with "Color scheme is a color based language built up on a grid of many cells. === Factorial === [[File:CsFactorial.png|thumb|Example of a factorial program.]]"
17:51:43 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97189&oldid=97188 * CNK * (+81)
17:52:31 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97190&oldid=97189 * CNK * (+212)
17:53:06 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97191&oldid=97190 * CNK * (+51)
17:55:28 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97192&oldid=97191 * CNK * (+169)
17:55:59 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97193&oldid=97192 * CNK * (+15)
18:06:00 -!- `alex has quit (Quit: leaving).
18:09:44 -!- `alex has joined.
18:10:20 -!- zzo38 has joined.
18:12:21 -!- tromp has joined.
18:14:48 <zzo38> Now it seems to have stopped working entirely; fortunately I have backups on USB but will need to copy them to DVD
18:14:50 -!- zzo38 has quit (Remote host closed the connection).
18:19:12 <b_jonas> zzo38: nice, you made the backup just in time
18:20:20 <b_jonas> Can I buy such a thing as a laptop designed without a battery, or a laptop designed to still work well with the battery removed? I'm considering to buy a laptop to use when I travel, but I'd still mostly be using it when I have access to a mains power socket.
18:20:48 <b_jonas> Alternately, can I buy such a thing as a portable monitor with a standard connector for video signal input (eg. HDMI), without the expensive computer part built in?
18:25:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:26:07 <fizzie> I think the latter is a thing.
18:26:32 <fizzie> The ones I've seen are in the ~14" size class, and tend to come with a HDMI connector.
18:26:34 -!- tromp has joined.
18:28:04 <fizzie> Sold mostly to be used as a second monitor for laptop users, and in the $100-200 price bracket.
18:28:45 <fizzie> (Not that the monitor should care whether it's a second screen or the only screen.)
18:29:57 <fizzie> The particular product category may have gotten a little more USB-C-focused lately, but I think they're still making ones with regular display connectors as well.
18:34:02 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsHelloWorld.png]]"
18:35:32 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97195&oldid=97193 * CNK * (+520)
18:35:44 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97196&oldid=97195 * CNK * (+4)
18:45:28 <b_jonas> thanks
18:49:18 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97197&oldid=97196 * CNK * (+18) /* Hello World! */
18:58:06 -!- Thelie has joined.
19:09:51 <esolangs> [[Bird]] https://esolangs.org/w/index.php?diff=97198&oldid=97149 * Masalt * (+33)
19:10:23 <esolangs> [[Bird]] https://esolangs.org/w/index.php?diff=97199&oldid=97198 * Masalt * (-9)
19:12:53 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97200&oldid=97167 * Masalt * (+27)
19:34:34 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97201&oldid=97200 * Masalt * (+9)
19:53:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:00:14 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97202&oldid=97179 * Nick-1666 * (+280) /* Introductions */
20:02:39 -!- tromp has joined.
20:09:59 <esolangs> [[Rgp]] N https://esolangs.org/w/index.php?oldid=97203 * Nick-1666 * (+2573) Created page with "{{lowercase}} {{featured language}} {{infobox proglang |name=RGP |author=Nicholas Bors-Sterian |year=[[:Category:2022|2022]] |memsys=[[:Category:Stack-based|Stack-based]] |dim..."
20:12:40 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97204&oldid=97202 * Nick-1666 * (+8)
20:12:57 <esolangs> [[Rgp]] https://esolangs.org/w/index.php?diff=97205&oldid=97203 * Nick-1666 * (+50)
20:15:19 <esolangs> [[Rgp]] M https://esolangs.org/w/index.php?diff=97206&oldid=97205 * Nick-1666 * (+75) RGP (Red Green Parameter) is a Turing-complete, Stack-based and compiled esoteric programming language which uses 6-bit image files as source code.
20:15:54 <esolangs> [[Rgp]] https://esolangs.org/w/index.php?diff=97207&oldid=97206 * Nick-1666 * (-22)
20:28:32 -!- tech_exorcist has quit (Quit: Disconnecting).
20:30:55 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97208&oldid=97201 * Masalt * (+4273) /* Examples */
20:35:15 -!- __monty__ has joined.
20:43:07 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97209&oldid=97208 * Masalt * (-1) /* Count to 10 */
20:45:46 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97210&oldid=97209 * Masalt * (-193) /* Hello, World! */
20:48:43 <esolangs> [[User:Masalt]] https://esolangs.org/w/index.php?diff=97211&oldid=97145 * Masalt * (+14)
20:52:04 <esolangs> [[User:Masalt/]] N https://esolangs.org/w/index.php?oldid=97212 * Masalt * (+119) Created page with "<big><big><big></big></big></big> ==='''[[User:Masalt|masalt's]]''' top languages:=== [[Path]] ====more soon.===="
20:52:44 <esolangs> [[User:Masalt]] https://esolangs.org/w/index.php?diff=97213&oldid=97211 * Masalt * (+20) /* Languages */
20:57:15 -!- Guest7 has joined.
20:59:23 -!- Guest7 has quit (Client Quit).
21:12:26 -!- definitelya has quit (Quit: h).
21:15:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:15:45 -!- Thelie has quit (Remote host closed the connection).
21:39:04 -!- tromp has joined.
21:39:38 -!- tromp has quit (Client Quit).
21:42:02 -!- joast has joined.
21:55:48 -!- __monty__ has quit (Quit: leaving).
23:04:11 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97214&oldid=97197 * CNK * (+350)
23:05:31 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsTruthMachine.png]]"
23:06:13 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97216&oldid=97214 * CNK * (+59)
23:06:28 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97217&oldid=97216 * CNK * (+4)
23:07:40 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97218&oldid=97217 * CNK * (-6)
23:07:56 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97219&oldid=97218 * CNK * (-12)
23:08:20 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97220&oldid=97219 * CNK * (+4)
23:08:41 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97221&oldid=97220 * CNK * (+3)
23:10:26 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=97222&oldid=97089 * CNK * (+52) /* Implementations */
23:13:43 <b_jonas> I'm disappointed that https://esolangs.org/wiki/Color_Scheme turns out not to be a Scheme variant with source code terms colored like in Color Forth
23:13:45 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsCat.png]]"
23:14:27 <b_jonas> but it's par for the course that many esolangs posted to the wiki have bad names
23:15:02 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97224&oldid=97221 * CNK * (+93)
23:15:42 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97225&oldid=97210 * Masalt * (-1) /* 99 Bottles of Beer */
23:16:16 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97226&oldid=97224 * CNK * (+115)
23:24:32 <esolangs> [[User:Masalt]] https://esolangs.org/w/index.php?diff=97227&oldid=97213 * Masalt * (+30)
23:25:40 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97228&oldid=97226 * CNK * (+281)
23:25:52 <esolangs> [[User:Masalt]] https://esolangs.org/w/index.php?diff=97229&oldid=97227 * Masalt * (+80)
23:26:05 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:Csfibs.png]]"
23:26:49 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97231&oldid=97228 * CNK * (+54)
23:32:21 <esolangs> [[User:CNK]] https://esolangs.org/w/index.php?diff=97232&oldid=97143 * CNK * (+17) /* Color Scheme */
23:35:16 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97233&oldid=97231 * CNK * (+354)
23:37:25 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsW.png]]"
23:37:35 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsG.png]]"
23:37:47 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsB.png]]"
23:38:29 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97237&oldid=97233 * CNK * (-211)
23:38:45 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97238&oldid=97237 * CNK * (+5)
23:39:03 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97239&oldid=97238 * CNK * (+9)
23:39:46 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97240&oldid=97239 * CNK * (+35)
23:41:46 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:Csab.png]]"
23:42:31 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:AW.png]]"
23:43:04 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsAG.png]]"
23:44:06 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsAOR.png]]"
23:44:17 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsAL.png]]"
23:46:00 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97246&oldid=97240 * CNK * (+292)
23:46:15 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97247&oldid=97246 * CNK * (+2)
23:46:29 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97248&oldid=97247 * CNK * (+0)
23:47:09 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97249&oldid=97248 * CNK * (+0)
23:47:23 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97250&oldid=97249 * CNK * (-2)
23:47:30 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97251&oldid=97250 * CNK * (+0)
23:47:37 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97252&oldid=97251 * CNK * (+0)
23:48:38 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97253&oldid=97252 * CNK * (+33)
23:49:26 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97254&oldid=97253 * CNK * (+65)
23:50:13 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97255&oldid=97254 * CNK * (+51)
23:50:42 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97256&oldid=97255 * CNK * (+84)
23:51:06 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97257&oldid=97256 * CNK * (+2)
23:53:04 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsOL.png]]"
23:53:12 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsL.png]]"
23:53:44 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97260&oldid=97257 * CNK * (+524)
23:54:32 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsR.png]]"
23:54:40 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsOR.png]]"
23:55:11 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97263&oldid=97260 * CNK * (-47)
23:56:53 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsOB.png]]"
23:57:01 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsOP.png]]"
23:57:12 <esolangs> [[Special:Log/upload]] upload * CNK * uploaded "[[File:CsOW.png]]"
23:57:59 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97267&oldid=97263 * CNK * (-46)
23:58:23 <esolangs> [[Color Scheme]] https://esolangs.org/w/index.php?diff=97268&oldid=97267 * CNK * (-32)
←2022-05-24 2022-05-25 2022-05-26→ ↑2022 ↑all