stalker mode ↑2024 ↑all
2024-04-16
[...]
21:20:44 <int-e> (C17 final draft; the language in C11 is similar, I haven't checked others)
21:21:35 <int-e> Anyway, either of these behaviors gives you a sane uniform implementation of variable-sized arrays. Though one of them is mildly inefficient.
21:22:01 <b_jonas> int-e: that's for malloc, right?
21:22:08 <fizzie> There were a lot of twists and turns to the realloc(ptr, 0) story.
21:23:07 <fizzie> First there was a defect report on C11, DR 400 -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 -- then a "fix" in C17, then a re-request for clarification -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2438.htm -- and then finally the proposal to make it undefined -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2464.pdf
21:24:04 <b_jonas> hmm, except not quite because malloc and realloc also return a null pointer if they fail to allocate, so you usually need to check for a null pointer returned anyway
21:24:06 <int-e> Hmm, C17... "If size is zero and memory for the new object is not allocated, it is implementation-defined whether the old object is deallocated. If the old object is not deallocated, its value shall be unchanged."
21:24:10 <int-e> (realloc)
21:24:29 <fizzie> C17 also marked it as an "obsolescent feature", as I recall.
21:25:17 <fizzie> C17 (N2176) 7.31.12p2: "Invoking `realloc` with a `size` argument equal to zero is an obsolescent feature."
21:25:20 <int-e> So C17 already misstepped.
21:26:00 <b_jonas> I dunno
21:26:40 <int-e> C11 talks about allocation so it'll be in line with the initial paragraph about allocation functions, so you have one of two behaviors for size 0.
21:26:58 <int-e> b_jonas: You realize that people depend on this, right
21:29:13 <b_jonas> int-e: yes, and I think different old code might depend on either of the two behaviors
21:30:07 <int-e> So if any compiler writer now decides to take advantage of the fact that zero-sized reallocs are undefined for optimizations... *shudders*
21:30:29 <int-e> I guess it's easier to look for than the signed overflow mess.
21:31:04 <int-e> (where the excuse was easy; it had never been defined behavior at all)
21:39:01 <Noisytoot> requiring payment for C standards is unacceptable
21:52:43 <fizzie> Discovered the other day that a `comp.lang.go` Usenet newsgroup got recently(-ish; late 2023) created.
21:53:01 -!- tromp has joined.
21:53:08 <fizzie> "The Last Call for Comments (LCC) on 2023-09-25 initiated a five-day period for final comments. Following this comment period, the Big-8 Management Board voted to create the unmoderated newsgroup comp.lang.go. The vote was 2 in favour and 0 opposed. One member did not vote."
21:53:31 <fizzie> Not sure why, but that made me not think that Usenet is terribly thriving.
21:53:53 <fizzie> (There have not been very many posts in the group.)
21:53:59 <int-e> 90% of the times I hear about Usnet it's from zzo38.
21:55:25 <fizzie> It does seem that comp.lang.c still gets a moderate amount of... eh, let's call it discussion to be charitable.
22:03:17 <int-e> LOL, who wrote this?! "HQVGA (or Half-QVGA) denotes a display screen resolution of 240 × 160 or 160 × 240 pixels, as seen on the Game Boy Advance. This resolution is *half* of QVGA (320x240), which is itself *a quarter* of VGA, which is 640 × 480 pixels." (slightly edited from Wikipedia; emphasis mine)
22:03:39 <int-e> hmm
22:03:51 <int-e> ah no, never mind
22:04:13 <int-e> I somehow missed the fact that 240 wasn't divided by 2. Sigh.
22:04:48 <int-e> ^Z^Z^Z^Z
22:07:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:08:01 <b_jonas> int-e: https://logs.esolangs.org/libera-esolangs/2021-10.html#lfX says Q doesn't mean quarter, it means four times
22:08:48 <fizzie> Looks like it's sometimes a quad, sometimes a quarter.
22:09:24 <int-e> b_jonas: truly an authorative reference
22:11:16 <fizzie> I was going to suggest maybe it's quad for derivations of "HD" and quarter for derivations of "VGA", but at least that Wikipedia page claims it's quad also in constructions such as QSXGA, WQSXGA, QUXGA, WQUXGA and so on.
22:12:18 <fizzie> "QuadVGA[34] (also labelled as Quad VGA[149] or Quad-VGA[150][failed verification]) is a non-standard term used to refer to a resolution of 1280 × 960, since both sides are doubled from VGA. However, it is usually not as the abbreviation QVGA because this is strongly associated with the alternate meaning Quarter VGA (QVGA 320 × 240)."
22:12:58 <fizzie> "It is sometimes unofficially called SXGA−[citation needed] to avoid confusion with the SXGA standard (1280 × 1024)." Yes, I'm sure that's not confusing at all.
22:15:32 -!- sprout_ has joined.
22:18:46 <b_jonas> I'm also getting a flashback to the paper size fun at https://logs.esolangs.org/libera-esolangs/2024-02.html#lAZ
22:19:11 -!- sprout has quit (Ping timeout: 264 seconds).
22:44:29 -!- Koen_ has quit (Ping timeout: 240 seconds).
22:52:08 -!- Koen_ has joined.
23:07:27 -!- craigo has joined.
23:20:41 -!- Koen_ has quit (Quit: Leaving...).
23:22:33 -!- Sgeo has joined.
23:26:55 <esolangs> [[AnyGolf]] M https://esolangs.org/w/index.php?diff=126202&oldid=126198 * None1 * (-54) /* Commands */ delete duplicate, golf
23:30:24 -!- sprout_ has changed nick to sprout.
2024-04-17
00:33:11 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126203&oldid=104857 * Heapunderflowin * (-432)
00:34:59 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126204&oldid=126203 * Heapunderflowin * (+31)
00:39:04 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:43:30 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126205&oldid=126204 * Heapunderflowin * (-2)
01:11:15 -!- craigo has quit (Ping timeout: 268 seconds).
04:34:43 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126206&oldid=126202 * Cleverxia * (+127)
04:35:32 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126207&oldid=126206 * Cleverxia * (+1) /* Commands */
04:44:16 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126208&oldid=126194 * Cleverxia * (+0)
04:53:11 <esolangs> [[English]] https://esolangs.org/w/index.php?diff=126209&oldid=119959 * Cleverxia * (+58)
05:30:03 -!- Sgeo has quit (Read error: Connection reset by peer).
05:35:40 <esolangs> [[Graphwalk]] N https://esolangs.org/w/index.php?oldid=126210 * Cleverxia * (+1101) Created page with "Graphwalk is an [[esoteric programming language]] based on a graph. ==Syntax== The syntax is really symple: it's just a graph. the precise format: <pre> N S action1 D1 B1,1 ... B1,D1 action2 D2 B2,1 ... B2,D2 ... actionN DN BN,1 ... BN,DN </pre> That is, first come
05:46:32 <esolangs> [[Special:Log/upload]] upload * Cleverxia * uploaded "[[File:Graph.png]]"
05:46:43 <esolangs> [[Graphwalk]] https://esolangs.org/w/index.php?diff=126212&oldid=126210 * Cleverxia * (+173)
05:47:31 <esolangs> [[Graphwalk]] https://esolangs.org/w/index.php?diff=126213&oldid=126212 * Cleverxia * (+5)
05:48:30 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=126214&oldid=125983 * Cleverxia * (+41)
05:56:22 <Taneb> What's up in the world of esolangs
06:24:45 <shachaf> I read way too much C++ template code today, does that count as esolang?
06:49:24 -!- tromp has joined.
07:16:32 <Taneb> I think it should do
08:37:21 -!- craigo has joined.
09:50:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:53:57 -!- tromp has joined.
10:00:32 <FireFly> programming in C++ templates sounds esoteric to me
10:16:39 -!- amby has joined.
10:41:23 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
10:41:44 -!- Lord_of_Life has joined.
11:43:40 -!- Noisytoot has quit (Excess Flood).
11:44:01 -!- Noisytoot has joined.
12:26:55 -!- Noisytoot has quit (Excess Flood).
12:29:03 -!- Noisytoot has joined.
12:35:28 <esolangs> [[Compute]] https://esolangs.org/w/index.php?diff=126215&oldid=73604 * Cleverxia * (+196)
12:36:23 <esolangs> [[Compute]] https://esolangs.org/w/index.php?diff=126216&oldid=126215 * Cleverxia * (-1)
12:56:37 -!- Noisytoot has quit (Excess Flood).
12:56:59 -!- Noisytoot has joined.
13:09:36 <esolangs> [[Six instruction language :)]] https://esolangs.org/w/index.php?diff=126217&oldid=120951 * Kaveh Yousefi * (+186) Modified the addition example to utilize the output register r3 for its printing purpose, and supplemented a register state inversion example.
13:10:26 <esolangs> [[Six instruction language :)]] https://esolangs.org/w/index.php?diff=126218&oldid=126217 * Kaveh Yousefi * (+218) Added a hyperlink to my implementation of the Six instruction language :) programming language on GitHub and changed the category tag Unimplemented to Implemented.
13:11:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:46:52 -!- tromp has joined.
14:13:24 <esolangs> [[Increment]] https://esolangs.org/w/index.php?diff=126219&oldid=114189 * Cleverxia * (+5) /* Python Implementation */
14:20:48 -!- Koen_ has joined.
14:27:04 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126220&oldid=126139 * Shamrocky * (+88)
14:29:55 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126221&oldid=126220 * Shamrocky * (+1)
14:31:29 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126222&oldid=126221 * Shamrocky * (+81) /* me when uh me me when uhhhhhh me me when uh */
14:37:20 <esolangs> [[User:Shamrocky]] M https://esolangs.org/w/index.php?diff=126223&oldid=126184 * Shamrocky * (+5) /* Avatar */
14:39:08 <esolangs> [[User:Shamrocky]] https://esolangs.org/w/index.php?diff=126224&oldid=126223 * Shamrocky * (+116) /* ATLA & TLOK */
14:48:40 <esolangs> [[User:Shamrocky]] M https://esolangs.org/w/index.php?diff=126225&oldid=126224 * Shamrocky * (-29) /* Toph Beifong */
15:02:39 -!- craigo has quit (Quit: Leaving).
15:03:09 -!- impomatic has joined.
16:31:18 -!- impomatic has quit (Quit: Client closed).
16:52:07 -!- Koen_ has quit (Ping timeout: 256 seconds).
17:12:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:18:11 -!- impomatic has joined.
17:39:47 -!- tromp has joined.
18:37:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:17:16 -!- tromp has joined.
19:18:38 -!- impomatic has quit (Quit: Client closed).
20:20:48 -!- ajal has joined.
20:20:56 -!- amby has quit (Read error: Connection reset by peer).
20:45:49 -!- HackEso has quit (Remote host closed the connection).
20:46:26 -!- HackEso has joined.
21:09:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:42:38 -!- Koen_ has joined.
21:53:07 -!- Koen_ has quit (Remote host closed the connection).
21:53:39 -!- Koen_ has joined.
21:56:02 <esolangs> [[Pointstack]] M https://esolangs.org/w/index.php?diff=126226&oldid=126197 * PythonshellDebugwindow * (+18) Category
21:56:23 -!- CATS has quit (Ping timeout: 264 seconds).
22:03:34 -!- Koen__ has joined.
22:07:24 -!- Koen_ has quit (Ping timeout: 268 seconds).
22:08:35 -!- CATS has joined.
22:20:17 <esolangs> [[English]] https://esolangs.org/w/index.php?diff=126227&oldid=126209 * OrangeDied * (+85) /* Bootstrap */ on fait un peu de francais
22:20:52 <esolangs> [[English]] M https://esolangs.org/w/index.php?diff=126228&oldid=126227 * OrangeDied * (+38) /* Bootstrap */
22:21:12 -!- Sgeo has joined.
22:23:27 -!- Koen__ has quit (Quit: Leaving...).
22:48:55 -!- ajal has changed nick to amby.
23:09:05 <esolangs> [[Talk:Pointstack]] N https://esolangs.org/w/index.php?oldid=126229 * OrangeDied * (+139) Created page with "== Creating an interpreter == quick question: does "," only read a single byte for input or does it read each byte of input a la brainfuck"
23:11:49 <esolangs> [[Talk:English]] M https://esolangs.org/w/index.php?diff=126230&oldid=108456 * OrangeDied * (+259)
23:28:24 <esolangs> [[Talk:English]] https://esolangs.org/w/index.php?diff=126231&oldid=126230 * None1 * (+126)
2024-04-18
00:14:33 <esolangs> [[Pljic!]] N https://esolangs.org/w/index.php?oldid=126232 * Mmmph! * (+836) Created page with "'''PLJIC!''' is a programming language created by [[User:Mmmph!]] as a thing to do. == Overview == '''PLJIC!''' code is executed one character at a time, much like [[HQ9+]]. == Commands == * <code>P</code> prints the internal variable. * <code>L</code> label, sets the l
00:32:58 -!- Lymia has quit (Quit: zzzz <3).
00:36:27 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:41:42 -!- Lymia has joined.
01:01:55 -!- Noisytoot has quit (Ping timeout: 268 seconds).
01:10:15 -!- Noisytoot has joined.
03:05:08 <esolangs> [[Pljic!]] https://esolangs.org/w/index.php?diff=126233&oldid=126232 * MihaiEso * (+27) Fixed broken syntax.
04:16:27 -!- chiselfuse has quit (Remote host closed the connection).
04:19:28 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
04:19:59 -!- simcop2387 has joined.
04:23:27 -!- chiselfuse has joined.
04:42:52 -!- jix_ has quit (Ping timeout: 260 seconds).
04:43:10 -!- jix has joined.
05:19:50 -!- tromp has joined.
05:30:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:30:02 -!- Sgeo has quit (Read error: Connection reset by peer).
05:39:31 -!- craigo has joined.
06:53:00 -!- tromp has joined.
07:29:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:55:27 -!- chiselfuse has quit (Remote host closed the connection).
07:55:47 -!- chiselfuse has joined.
08:05:35 -!- __monty__ has joined.
08:34:35 -!- tromp has joined.
09:18:22 -!- moony8 has joined.
09:19:17 -!- moony has quit (Read error: Connection reset by peer).
10:25:36 <esolangs> [[PushDupAddSub]] https://esolangs.org/w/index.php?diff=126234&oldid=120758 * Kaveh Yousefi * (+436) Introduced an examples section comprehending two initial members: one being an addition and subtraction program, the other an iterative counter.
10:26:38 <esolangs> [[PushDupAddSub]] https://esolangs.org/w/index.php?diff=126235&oldid=126234 * Kaveh Yousefi * (+221) Added a hyperlink to my implementation of the PushDupAddSub programming language on GitHub and supplemented two page categories.
10:32:17 <esolangs> [[PushDupAddSub]] M https://esolangs.org/w/index.php?diff=126236&oldid=126235 * Kaveh Yousefi * (+79) Amended a few orthographic mistakes.
10:38:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:42:13 -!- Lord_of_Life_ has joined.
10:43:25 -!- tromp has joined.
10:43:26 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
10:43:33 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:45:22 <esolangs> [[No.js]] https://esolangs.org/w/index.php?diff=126237&oldid=123996 * Cleverxia * (+29)
10:48:12 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126238&oldid=100233 * Cleverxia * (+136) /* Turing Completeness */
10:52:38 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126239&oldid=126238 * Cleverxia * (+248) /* Brainfuck interpreter with limited memory */
10:54:40 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126240&oldid=126239 * Cleverxia * (+103) /* Brainfuck interpreter with auto-extending memory */
11:47:28 <esolangs> [[Pointstack]] https://esolangs.org/w/index.php?diff=126241&oldid=126226 * MihaiEso * (-9) Simpler.
12:18:41 -!- __monty__ has quit (Quit: leaving).
12:22:01 -!- amby has joined.
12:43:50 -!- chiselfuse has quit (Remote host closed the connection).
12:44:12 -!- chiselfuse has joined.
13:04:23 -!- chiselfuse has quit (Remote host closed the connection).
13:04:46 -!- chiselfuse has joined.
13:13:10 -!- Sgeo has joined.
14:14:38 -!- Noisytoot has quit (Excess Flood).
14:15:02 -!- Noisytoot has joined.
14:16:49 <esolangs> [[TC]] N https://esolangs.org/w/index.php?oldid=126242 * Yourusername * (+564) Created page with "This is TC in small bytes, data places have only two cells {| class="wikitable" |+ Commands |- ! CM !! DESC !! EX !! ID |- | * || flips the bit here || **** || 000 |- | / || flips the data pointer || */*/ || 001 |- | # || enter this cell and make another data place in it
14:17:02 -!- craigo has quit (Quit: Leaving).
14:19:28 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126243&oldid=126242 * Yourusername * (+74)
14:20:33 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126244&oldid=126243 * Yourusername * (+58)
14:22:50 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126245&oldid=126244 * Yourusername * (+109)
14:34:34 -!- Noisytoot has quit (Ping timeout: 246 seconds).
14:35:13 <esolangs> [[Onione]] https://esolangs.org/w/index.php?diff=126246&oldid=126051 * BoundedBeans * (+1) Added missing bitwise OR operator to GENERATE command in table
14:45:18 <esolangs> [[Onione]] M https://esolangs.org/w/index.php?diff=126247&oldid=126246 * BoundedBeans * (+0) Fixed 512 to 513
14:52:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:56:20 -!- Noisytoot has joined.
15:05:50 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=126248&oldid=116172 * BoundedBeans * (+467) Added ZP command, clarified equality with namespaces
15:10:38 -!- tromp has joined.
15:25:56 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126249&oldid=125810 * Yayimhere * (+66)
15:26:47 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126250&oldid=126249 * Yayimhere * (+1)
15:30:14 <esolangs> [[4est]] https://esolangs.org/w/index.php?diff=126251&oldid=123818 * BoundedBeans * (+0) Fixed capitalization of ^Math OP commands
15:33:16 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126252&oldid=126250 * Yayimhere * (+64)
15:52:53 <esolangs> [[Pljic!]] M https://esolangs.org/w/index.php?diff=126253&oldid=126233 * Mmmph! * (+41)
15:54:12 <esolangs> [[ExtendedPig]] M https://esolangs.org/w/index.php?diff=126254&oldid=111099 * BoundedBeans * (+0) Fixed capitalization of "i" command
16:18:00 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=126255&oldid=125664 * Catto.4 * (+86) Added Cood implementation
16:22:47 <esolangs> [[Iq]] M https://esolangs.org/w/index.php?diff=126256&oldid=109535 * Mmmph! * (+25) added the implemented category
16:44:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:55:54 -!- Koen_ has joined.
17:00:46 -!- tromp has joined.
17:14:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:17:00 <esolangs> [[User:Mmmph!]] https://esolangs.org/w/index.php?diff=126257&oldid=109530 * Mmmph! * (+45) added links to things
17:17:56 -!- tromp has joined.
18:08:08 <zzo38> Why did Wizards of the Coast change the date format in the file name?
18:39:13 -!- Koen_ has quit (Remote host closed the connection).
18:39:43 -!- Koen_ has joined.
18:40:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:51:01 -!- Koen_ has quit (Remote host closed the connection).
18:54:57 -!- tromp has joined.
19:39:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:55:16 <esolangs> [[Special:Log/newusers]] create * Bradcypert * New user account
19:57:16 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126258&oldid=126185 * Bradcypert * (+190)
19:57:50 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126259&oldid=126258 * Bradcypert * (+90)
19:59:21 <esolangs> [[BytePusher]] https://esolangs.org/w/index.php?diff=126260&oldid=106404 * Bradcypert * (+179)
20:03:03 <esolangs> [[User:Bradcypert]] N https://esolangs.org/w/index.php?oldid=126261 * Bradcypert * (+95) Created page with " .-. (o o) boo! | O \ \ \ `~~~'"
20:04:38 <esolangs> [[User:Bradcypert]] https://esolangs.org/w/index.php?diff=126262&oldid=126261 * Bradcypert * (-39)
20:19:37 -!- tromp has joined.
21:41:49 -!- Koen_ has joined.
22:04:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:44:43 -!- int-e has quit (Quit: leaving).
22:45:26 -!- int-e has joined.
22:52:01 -!- Koen_ has quit (Quit: Leaving...).
23:35:29 -!- 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).
2024-04-19
01:57:15 -!- Noisytoot has quit (Excess Flood).
01:59:06 -!- Noisytoot has joined.
05:30:04 -!- Sgeo has quit (Read error: Connection reset by peer).
06:57:49 -!- tromp has joined.
08:08:21 -!- tromp has quit (Read error: Connection reset by peer).
08:44:37 -!- tromp has joined.
09:21:13 -!- V has quit (Ping timeout: 246 seconds).
10:37:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:43:21 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
10:44:22 -!- Lord_of_Life has joined.
11:00:14 -!- tromp has joined.
11:03:31 -!- amby has joined.
11:22:27 -!- Noisytoot has quit (Ping timeout: 252 seconds).
11:28:08 -!- Noisytoot has joined.
11:43:28 -!- amby has quit (Ping timeout: 260 seconds).
12:03:27 -!- craigo has joined.
12:32:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:37:49 -!- tromp has joined.
13:50:51 -!- Sgeo has joined.
14:10:41 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
14:11:20 -!- Noisytoot has joined.
14:33:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:43:02 -!- tromp has joined.
14:48:53 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
14:49:24 -!- Noisytoot has joined.
14:50:35 -!- amby has joined.
14:52:50 -!- FreeFull has joined.
14:59:03 <esolangs> [[TC]] M https://esolangs.org/w/index.php?diff=126263&oldid=126245 * PythonshellDebugwindow * (+57) Stub, categories
15:08:31 <esolangs> [[Marble run!!]] https://esolangs.org/w/index.php?diff=126264&oldid=123783 * AnotherUser05 * (+0)
15:10:54 <esolangs> [[Assembliera]] N https://esolangs.org/w/index.php?oldid=126265 * PrySigneToFry * (+8981) Created page with "Assembliera is designed by Steve Abel. It just like a real ASseMbly Language, but is has more function. == Commands and Syntax== {| class="wikitable" |+ Commands |- ! Assembliera !! From !! Mean |- | <code><nowiki>add a, b</nowiki></code> || <code><nowiki>ADD
15:12:05 <esolangs> [[DateTri]] N https://esolangs.org/w/index.php?oldid=126266 * BoundedBeans * (+9941) Created page with "DateTri is an esolang by [[User:BoundedBeans]] which is designed to look like an old programming language, as well as showing off three different definitions of the word "Date". ==Data types== There are three data types: date, date, and date. ===Date=== This repr
15:12:27 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126267&oldid=126170 * PrySigneToFry * (+73)
15:12:30 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126268&oldid=126267 * BoundedBeans * (+14)
15:12:44 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=126269&oldid=126056 * BoundedBeans * (+13)
15:14:08 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=126270&oldid=125997 * PrySigneToFry * (+72)
15:17:17 <esolangs> [[DotNetOISC]] https://esolangs.org/w/index.php?diff=126271&oldid=123132 * BoundedBeans * (+15) Corrected language about line continuations
15:21:59 <esolangs> [[Text]] https://esolangs.org/w/index.php?diff=126272&oldid=126126 * PrySigneToFry * (+624)
15:27:20 <esolangs> [[HZfunge]] https://esolangs.org/w/index.php?diff=126273&oldid=126165 * PrySigneToFry * (+134)
15:29:39 -!- __monty__ has joined.
15:29:43 <esolangs> [[Python But Bad]] https://esolangs.org/w/index.php?diff=126274&oldid=112527 * PrySigneToFry * (+105)
15:31:31 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126275&oldid=112523 * PrySigneToFry * (+43)
15:32:57 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126276&oldid=126275 * PrySigneToFry * (+313)
15:34:27 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126277&oldid=126276 * PrySigneToFry * (+338)
15:35:21 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126278&oldid=126277 * PrySigneToFry * (+55)
15:37:43 <esolangs> [[DotNetOISC]] https://esolangs.org/w/index.php?diff=126279&oldid=126271 * BoundedBeans * (+507) Fixed/improved truth-machine example
15:39:30 <esolangs> [[Execoil]] https://esolangs.org/w/index.php?diff=126280&oldid=110773 * BoundedBeans * (-4) Changed quotes from Unicode to ASCII
15:39:55 <esolangs> [[Execoil]] https://esolangs.org/w/index.php?diff=126281&oldid=126280 * BoundedBeans * (-8) Forgot a few quotes, oops
15:43:17 <esolangs> [[Python But WORST]] N https://esolangs.org/w/index.php?oldid=126282 * PrySigneToFry * (+794) Created page with "Python but <big><big><big><big><big><big><big><big>WORST</big></big></big></big></big></big></big></big> is designed and implemented by Steve Abel. It just likes [[Python but even worse]], but if the program '''''doesn't''''' have any error, it will crash
15:44:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126283&oldid=126268 * PrySigneToFry * (+50)
15:45:32 <esolangs> [[Python but WORST]] N https://esolangs.org/w/index.php?oldid=126284 * PrySigneToFry * (+30) Redirected page to [[Python But WORST]]
16:32:44 -!- craigo has quit (Quit: Leaving).
17:15:33 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126285&oldid=126207 * Qawtykit * (+376) woah file I/O and regex
17:22:56 <esolangs> [[AnyGolf]] M https://esolangs.org/w/index.php?diff=126286&oldid=126285 * Qawtykit * (+36) clarification
17:39:11 -!- impomatic has joined.
17:45:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:49:48 -!- tromp has joined.
18:40:46 -!- impomatic has quit (Quit: Client closed).
18:45:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:56:23 -!- tromp has joined.
19:31:56 -!- ajal has joined.
19:31:56 -!- amby has quit (Read error: Connection reset by peer).
19:50:56 -!- Guest59 has joined.
19:51:48 -!- Guest59 has quit (Client Quit).
20:26:34 -!- Joao[3] has joined.
20:31:36 -!- tromp has quit (Read error: Connection reset by peer).
20:53:13 -!- Joao[3] has quit (Quit: Bye!).
21:13:12 -!- chiselfuse has quit (Read error: Connection reset by peer).
21:13:56 -!- chiselfuse has joined.
21:14:11 -!- V has joined.
21:16:09 -!- V has quit (K-Lined).
22:12:55 -!- __monty__ has quit (Quit: leaving).
23:21:09 -!- ajal has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
2024-04-20
00:08:00 -!- V has joined.
00:17:00 -!- V has quit (Ping timeout: 245 seconds).
00:35:02 -!- V has joined.
01:07:47 -!- V has quit (Ping timeout: 272 seconds).
01:10:20 <esolangs> [[Fun Video Game]] https://esolangs.org/w/index.php?diff=126287&oldid=118243 * Qawtykit * (+73) Added Befunge implementation
01:27:04 -!- V has joined.
01:30:47 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126288&oldid=126286 * Qawtykit * (+36) added e for end
01:49:25 -!- Noisytoot has quit (Remote host closed the connection).
01:51:08 -!- Noisytoot has joined.
02:10:09 -!- Noisytoot has quit (Remote host closed the connection).
02:10:50 -!- Noisytoot has joined.
02:35:56 -!- Noisytoot has quit (Excess Flood).
02:37:35 -!- Noisytoot has joined.
02:45:36 -!- Noisytoot has quit (Remote host closed the connection).
02:45:58 -!- Noisytoot has joined.
03:01:15 -!- Noisytoot has quit (Remote host closed the connection).
03:04:48 -!- Noisytoot has joined.
03:32:00 -!- Noisytoot has quit (Ping timeout: 245 seconds).
03:38:36 -!- Noisytoot has joined.
03:45:44 -!- Noisytoot has quit (Ping timeout: 260 seconds).
03:57:31 -!- Noisytoot has joined.
04:56:34 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126289&oldid=125360 * PrySigneToFry * (+174)
05:13:23 <esolangs> [[3018AD]] N https://esolangs.org/w/index.php?oldid=126290 * PrySigneToFry * (+5890) Created page with "3018AD is a Esolang that looks like a future spacewar. == Header == When making a 3018AD program, you must start by naming all of the constituent and their Planet in the battle. No two constituent can have the same name. Use this header: <pre> <[Example: ]> Planet
05:14:18 <esolangs> [[Category:Medium-level]] N https://esolangs.org/w/index.php?oldid=126291 * PrySigneToFry * (+64) Created page with "Medium level is likes Velato, only supports ALL BASIC FUNCTIONS."
05:14:58 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126292&oldid=126283 * PrySigneToFry * (+13)
05:16:15 <esolangs> [[++]] https://esolangs.org/w/index.php?diff=126293&oldid=124317 * PrySigneToFry * (+17)
05:21:03 <esolangs> [[TREE(3)]] https://esolangs.org/w/index.php?diff=126294&oldid=126127 * PrySigneToFry * (+392)
05:23:39 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126295&oldid=126034 * PrySigneToFry * (+223)
05:25:34 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126296&oldid=126289 * PrySigneToFry * (+22)
06:13:51 <esolangs> [[Wenyan]] https://esolangs.org/w/index.php?diff=126297&oldid=125840 * PrySigneToFry * (+1914)
06:46:49 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126298&oldid=124625 * PrySigneToFry * (+71)
06:48:32 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126299&oldid=126295 * PrySigneToFry * (+62)
07:00:36 <esolangs> [[Spoiler]] https://esolangs.org/w/index.php?diff=126300&oldid=124835 * PrySigneToFry * (+3)
07:01:08 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126301&oldid=126201 * PrySigneToFry * (-107)
07:05:08 <esolangs> [[Template:WrongUserName]] N https://esolangs.org/w/index.php?oldid=126302 * PrySigneToFry * (+134) Created page with ":''The username of this user is not correct because of technical limitations. The correct username is actually '''{{{username}}}'''.''"
07:06:00 <esolangs> [[User:Ais523]] https://esolangs.org/w/index.php?diff=126303&oldid=117880 * PrySigneToFry * (-69)
07:09:46 <esolangs> [[Talk:PATH]] N https://esolangs.org/w/index.php?oldid=126304 * PrySigneToFry * (+162) Created page with "Please don't edit anything here. This used to be a Spam page. --~~~~"
07:11:39 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126305&oldid=126278 * PrySigneToFry * (+23)
07:12:17 <esolangs> [[Python But Bad]] https://esolangs.org/w/index.php?diff=126306&oldid=126274 * PrySigneToFry * (+23)
07:14:40 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126307&oldid=126299 * PrySigneToFry * (+20)
07:17:28 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126308&oldid=126307 * PrySigneToFry * (+200)
07:20:21 <esolangs> [[Template:UltimaStub]] N https://esolangs.org/w/index.php?oldid=126309 * PrySigneToFry * (+274) Created page with "The content of this article is Very Very Super <big>Hyper <big>Mega <big>Giga <big>Tera <big>Peta <big>Exa <big>Zetta <big>Yotta <big>Xonna <big>Vunda <big>Ultra <big>Ultimate</big></big></big></big></big></big></big></big></big></big></big></big> few (
07:21:46 <esolangs> [[MindPlus]] N https://esolangs.org/w/index.php?oldid=126310 * PrySigneToFry * (+106) Created page with "{{UltimaStub}} MindPlus just a variant of Scratch (there is one more function that can control the drone)."
07:21:56 <esolangs> [[MindPlus]] https://esolangs.org/w/index.php?diff=126311&oldid=126310 * PrySigneToFry * (+1)
07:22:16 <esolangs> [[Template:UltimaStub]] https://esolangs.org/w/index.php?diff=126312&oldid=126309 * PrySigneToFry * (+20)
07:22:30 <esolangs> [[MindPlus]] https://esolangs.org/w/index.php?diff=126313&oldid=126311 * PrySigneToFry * (+24)
07:40:48 -!- Sgeo has quit (Read error: Connection reset by peer).
08:23:43 -!- citrons has quit (Remote host closed the connection).
08:41:40 -!- craigo has joined.
08:42:07 -!- craigo has quit (Read error: Connection reset by peer).
08:44:13 -!- craigo has joined.
10:16:49 <esolangs> [[Interfacefactory]] N https://esolangs.org/w/index.php?oldid=126314 * Yayimhere * (+903) Created page with "in '''interfacefactory''' you use diffrent esolangs for diffrent parts of you code or "the factory". you start with the middle section where you write [] inside the []'s you put in [[piet]] code. on [ there is input and ] is the output. on the left side of the
10:21:00 -!- amby has joined.
10:28:16 <esolangs> [[Template:Sus]] https://esolangs.org/w/index.php?diff=126315&oldid=113257 * PrySigneToFry * (+79)
10:29:31 <esolangs> [[Six instruction language :)]] M https://esolangs.org/w/index.php?diff=126316&oldid=126218 * Kaveh Yousefi * (+108) Improved the formatting and supplemented a note regarding the naming conventions in the instruction table.
10:34:14 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126317&oldid=126305 * PrySigneToFry * (+26)
10:34:50 <esolangs> [[Python but even worse]] https://esolangs.org/w/index.php?diff=126318&oldid=126317 * PrySigneToFry * (+6)
10:37:58 <esolangs> [[Piet]] https://esolangs.org/w/index.php?diff=126319&oldid=116788 * PrySigneToFry * (+19)
10:43:28 -!- Lord_of_Life_ has joined.
10:44:24 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
10:45:17 <esolangs> [[Special:Log/newusers]] create * Lixxide * New user account
10:46:24 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:48:15 -!- amby has quit (Ping timeout: 245 seconds).
10:52:30 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126320&oldid=126259 * Lixxide * (+101) /* Introductions */
10:52:46 <b_jonas> fungot, what's the typical range of body length without tail of fully grown housecats?
10:52:46 <fungot> b_jonas: any line items and will not know that the question that
11:04:13 -!- tromp has joined.
11:17:16 <esolangs> [[JR]] https://esolangs.org/w/index.php?diff=126321&oldid=92070 * Rdebath * (+447) Add TBS style interpreter
11:37:24 -!- amby has joined.
11:44:53 -!- amby has quit (Ping timeout: 240 seconds).
11:54:46 <fizzie> ^style
11:54:46 <fungot> Available: agora alice c64 ct darwin discworld elon enron* europarl ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp ukparl youtube
11:54:50 <fizzie> ^style irc
11:54:51 <fungot> Selected style: irc (IRC logs of freenode/#esoteric, freenode/#scheme and ircnet/#douglasadams)
11:55:10 <fizzie> fungot: Can you try answering the previous question again?
11:55:11 <fungot> fizzie: as sarah is an example of a convenience routine. c-filename is the filename
11:55:24 <fizzie> Didn't seem to help much.
11:55:53 <int-e> b_jonas: it's about one fur long
12:09:15 <fizzie> Incidentally, I thought about adding a thing to the 'esolangs' bot that you could ask it a question, it'd do some sort of rudimentary TF-IDF search of the words in the question on the wiki, paste the question and any articles it finds (that fit in the token limits) into the Google Gemini API and ask it to answer it. It might even plausibly generate useful answers, modulo the usual Gen"AI" caveats
12:09:17 <fizzie> of making stuff up.
12:09:21 <fizzie> But (a) people understandably have resevations about those things and it seems convoluted to get informed consent ahead of time (well, maybe it could keep track of accounts and ask the first time it's used...) and (b) the API isn't available in UK/EU anyway.
12:11:29 <int-e> . o O ( masterful hallucinations )
12:15:10 -!- tromp has quit (Read error: Connection reset by peer).
12:19:57 -!- tromp has joined.
13:24:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:43:04 -!- amby has joined.
13:49:03 -!- amby has quit (Ping timeout: 272 seconds).
14:00:14 <esolangs> [[Detour]] https://esolangs.org/w/index.php?diff=126322&oldid=126138 * TheFullestCircle * (-54) Looked at the help guide for writing articles and oops it turns out you're not supposed to do this
14:12:29 <esolangs> [[Philosophy Script]] https://esolangs.org/w/index.php?diff=126323&oldid=73691 * PrySigneToFry * (+6)
14:15:56 -!- tromp has joined.
14:16:09 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126324&oldid=126292 * PrySigneToFry * (+15)
14:24:02 <esolangs> [[Hanzifuck]] https://esolangs.org/w/index.php?diff=126325&oldid=126189 * PrySigneToFry * (+0)
14:25:13 <esolangs> [[Posthumousfuck]] N https://esolangs.org/w/index.php?oldid=126326 * PrySigneToFry * (+2144) Created page with "Posthumousfuck is just Brainfuck with posthumous names as its code. == Command Table == {| class="wikitable" |+ Command Table |- ! Posthumousfuck !! Brainfuck |- | || > |- | || < |- | || + |- | || <nowiki>-</nowiki> |- | || , |- | || . |- | || [ |-
14:26:04 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126327&oldid=126324 * PrySigneToFry * (+21)
14:40:35 -!- amby has joined.
14:51:08 -!- impomatic has joined.
14:56:20 -!- amby has quit (Remote host closed the connection).
14:56:31 -!- amby has joined.
14:58:14 -!- craigo_ has joined.
14:58:40 -!- craigo has quit (Ping timeout: 245 seconds).
15:04:03 -!- amby has quit (Ping timeout: 255 seconds).
15:08:23 -!- amby has joined.
15:12:32 <int-e> I saw "AGI" expanded as "A Guy in India" the other day and I laughed.
15:13:36 <int-e> Oh and I tried to google an RCS command today (how to forcefully unlock a file) and found instant messaging crap instead. SIGH.
15:16:55 <int-e> (The connection is that both of these are re-used TLAs)
15:18:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:18:40 -!- amby has quit (Ping timeout: 245 seconds).
15:19:11 <int-e> Err, no, AGI isn't. At least not the way I imagined... I remixed AGP and PCI into AGI because port and interface are more or less interchangeable.
15:19:33 <int-e> There's the Sierra "Adventure Game Interpreter" but that's such a niche use.
15:39:07 <fizzie> I keep forgetting what the prposed SMS replacement (RCS) was, maybe I can use "like that old version control system" as a mnemonic.
15:39:26 <fizzie> (And then accidentally start talking about sending SCCS messages.)
15:42:36 <fizzie> Have there been any big snazzy new attempts at making a better version control system lately? Feels like Git, Mercurial, Bazaar, Darcs and Fossil are kind of all from around the same time.
15:45:39 <int-e> Hmm Darcs is a tad older; mercurial and git both go back to Linux being forced out of BitKeeper
15:45:56 <int-e> Anyway, not that I'm aware of.
15:46:11 -!- tromp has joined.
15:46:20 <fizzie> Maybe we (collectively, as a species) just got it right so there's no need to keep trying.
15:49:20 <int-e> "Yes you heathens can clone the last released version of BitKeeper from github.com"
15:51:05 <b_jonas> fizzie: no we haven't. I'm still waiting for scapegoat.
15:51:53 <int-e> would that enable blame-driven development
15:51:58 <b_jonas> subversion (svn) 1.5 was released in 2008-06 apparently
16:02:02 -!- amby has joined.
16:02:31 -!- Thelie has joined.
16:11:35 -!- impomatic has quit (Quit: Client closed).
16:40:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:48:05 -!- Guest80whomadege has joined.
16:48:25 <Guest80whomadege> Hey. Do any of you know get there?
16:52:13 -!- Guest80whomadege has quit (Client Quit).
16:52:31 <esolangs> [[Special:Log/newusers]] create * StrokeGMD * New user account
16:54:43 -!- tromp has joined.
17:16:06 -!- lynndotpy has quit (Quit: bye bye).
17:17:54 -!- lynndotpy has joined.
17:26:39 <esolangs> [[Special:Log/newusers]] create * Ggg * New user account
17:27:31 <esolangs> [[Special:Log/newusers]] create2 * Ggg * created new account User:Gggfr: Cuz it got denied
17:31:57 -!- __monty__ has joined.
17:46:09 <esolangs> [[Philosophy Script]] M https://esolangs.org/w/index.php?diff=126328&oldid=126323 * PythonshellDebugwindow * (-6) Undo revision 126323 by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]]) seemingly unapproved change to someone else's language
17:46:55 <b_jonas> fungot, would a dragon consider me a beer snack, or am I too fat for that and would have to be part of the dinner?
17:46:55 <fungot> b_jonas: in reference of i think it means
17:57:11 -!- Sgeo has joined.
18:18:23 <esolangs> [[Rotpai]] https://esolangs.org/w/index.php?diff=126329&oldid=79750 * Kaveh Yousefi * (+372) Introduced an examples section comprehending two incipial members reckoned with disrepant complexities.
18:19:43 <esolangs> [[Rotpai]] https://esolangs.org/w/index.php?diff=126330&oldid=126329 * Kaveh Yousefi * (+187) Added a hyperlink to my implementation of the Rotpai programming language on GitHub and supplemented the Implemented category tag.
18:23:16 -!- chiselfuse has quit (Remote host closed the connection).
18:23:47 -!- chiselfuse has joined.
18:46:46 -!- impomatic has joined.
19:26:54 -!- neitzel has joined.
19:26:54 <neitzel> hey guys, neitzel just made a J evaluator bot, and it has this mistake that everyone who makes an IRC bot does exactly once, where you can ask it to print a CR and it prints it literally to the IRC stream. try /msg neitzel jj somejexpression ; the result appears in channel #jsoftware.
19:27:31 -!- iovoid has quit (Ping timeout: 256 seconds).
19:28:00 <b_jonas> also don't steal his nickserv account, that would be rude
19:28:51 -!- iovoid has joined.
19:29:35 <b_jonas> I logged him out just in case
19:50:20 -!- neitzel has left.
20:33:57 -!- Thelie has quit (Ping timeout: 256 seconds).
20:36:16 -!- Thelie has joined.
20:57:04 -!- Noisytoot has quit (Excess Flood).
20:57:20 -!- Noisytoot has joined.
21:11:01 -!- Noisytoot has quit (Excess Flood).
21:12:54 <esolangs> [[User:Joaozin003]] https://esolangs.org/w/index.php?diff=126331&oldid=125517 * Joaozin003 * (+1) Kaveh Yousefi likes my esolangs so much they made an interpreter for Addbig <3
21:13:43 -!- Noisytoot has joined.
21:30:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:47:07 -!- craigo_ has quit (Quit: Leaving).
22:09:57 <esolangs> [[ZISC ultra]] https://esolangs.org/w/index.php?diff=126332&oldid=124173 * Joaozin003 * (+61) Improvements
22:11:31 <esolangs> [[ZISC ultra]] https://esolangs.org/w/index.php?diff=126333&oldid=126332 * Joaozin003 * (-24) Improved cat program
22:18:48 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126334&oldid=126320 * Scudmaster11 * (+273) /* Introductions */
23:05:59 <esolangs> [[Indifferent]] N https://esolangs.org/w/index.php?oldid=126335 * Scudmaster11 * (+3752) Created page with "Indifferent (the lesser twin of of two "Flux and Indifferent" as Indifferent has less features compared to Flux {Indifferent code can work on a Flux interpreter but not the other way around} ) is a minimalistic approach for traditional control flow programming
23:09:44 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126336&oldid=126335 * Scudmaster11 * (+27)
23:17:25 -!- Thelie has quit (Ping timeout: 245 seconds).
23:24:38 -!- 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).
23:34:55 -!- __monty__ has quit (Quit: leaving).
23:35:59 <esolangs> [[Flux]] N https://esolangs.org/w/index.php?oldid=126337 * Scudmaster11 * (+2355) Created page with "Flux has more features then its lesser twin (Indifferent) and the idea of Flux came first (then Indifferent got implemented first because its the same language as Flux with less features).... (still in development by Scudmaster11)... History its syntax has changed A
2024-04-21
00:01:10 -!- helle has quit (Read error: Connection reset by peer).
00:10:55 -!- tromp has joined.
00:12:57 -!- impomatic has quit (Quit: Client closed).
00:19:23 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=126338&oldid=126270 * PrySigneToFry * (+68)
00:21:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
01:16:09 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126339&oldid=126336 * Scudmaster11 * (-4)
01:17:10 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126340&oldid=126339 * Scudmaster11 * (-2)
01:18:07 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126341&oldid=126340 * Scudmaster11 * (-2)
01:18:48 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126342&oldid=126341 * Scudmaster11 * (+6)
01:21:56 <esolangs> [[Indifferent]] https://esolangs.org/w/index.php?diff=126343&oldid=126342 * Scudmaster11 * (+55)
01:24:52 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126344&oldid=126327 * Scudmaster11 * (+18)
01:26:36 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126345&oldid=126344 * Scudmaster11 * (+11)
01:28:08 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126346&oldid=126343 * Scudmaster11 * (-82)
02:04:19 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126347&oldid=126346 * Scudmaster11 * (-2)
02:05:04 -!- op_4 has quit (Remote host closed the connection).
02:05:34 -!- op_4 has joined.
02:19:22 <zzo38> They make striped paper with holes with the left margin only, but do they make striped paper with holes and with double margins?
02:44:23 <esolangs> [[Categorial]] https://esolangs.org/w/index.php?diff=126348&oldid=119970 * PrySigneToFry * (+424)
02:50:41 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126349&oldid=126222 * PrySigneToFry * (+302)
03:13:15 -!- craigo has joined.
03:15:47 <esolangs> [[Special:Log/newusers]] create * Flandre-chan * New user account
03:17:59 -!- zzo38 has quit (Ping timeout: 256 seconds).
03:22:59 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126350&oldid=126334 * Flandre-chan * (+223)
04:45:39 <esolangs> [[BFInfinity]] https://esolangs.org/w/index.php?diff=126351&oldid=124713 * PrySigneToFry * (+987)
04:49:48 -!- Noisytoot has quit (Excess Flood).
04:50:43 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=126352&oldid=126338 * PrySigneToFry * (+192)
04:52:41 -!- Noisytoot has joined.
04:53:39 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=126353&oldid=126352 * PrySigneToFry * (+39)
05:14:02 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=126354&oldid=126033 * EvyLah * (+377) Good luck if you run yes() with parameters
05:19:47 -!- Noisytoot has quit (Ping timeout: 264 seconds).
05:28:27 -!- Noisytoot has joined.
05:37:22 <esolangs> [[Template:UltimaStub]] https://esolangs.org/w/index.php?diff=126355&oldid=126312 * PrySigneToFry * (+115)
05:52:19 -!- tromp has joined.
06:03:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:18:57 -!- tromp has joined.
06:19:19 -!- Noisytoot has quit (Remote host closed the connection).
06:23:34 -!- Noisytoot has joined.
06:37:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:37:26 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126356&oldid=126345 * PythonshellDebugwindow * (+0) /* F */ Alphabetise
06:40:08 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126357&oldid=126347 * PythonshellDebugwindow * (-51) Add link, remove nonexistent categories
06:40:10 -!- impomatic has joined.
06:40:42 <esolangs> [[Flux]] M https://esolangs.org/w/index.php?diff=126358&oldid=126337 * PythonshellDebugwindow * (-21) Add link, remove nonexistent category
06:43:44 <esolangs> [[Interfacefactory]] M https://esolangs.org/w/index.php?diff=126359&oldid=126314 * PythonshellDebugwindow * (+79) Stub, categories
06:44:14 <esolangs> [[Interfacefactory]] M https://esolangs.org/w/index.php?diff=126360&oldid=126359 * PythonshellDebugwindow * (+14) Lowercase
06:45:09 <esolangs> [[Interfacefactory]] M https://esolangs.org/w/index.php?diff=126361&oldid=126360 * PythonshellDebugwindow * (-4) Fix links
07:12:42 -!- tromp has joined.
08:48:34 -!- impomatic has quit (Ping timeout: 250 seconds).
09:39:56 -!- Sgeo has quit (Read error: Connection reset by peer).
09:42:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:52:43 -!- tromp has joined.
10:44:33 -!- Lord_of_Life_ has joined.
10:44:55 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
10:47:26 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:50:42 -!- amby has joined.
11:24:15 -!- impomatic has joined.
11:33:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:06:02 <esolangs> [[Talk:Pointstack]] https://esolangs.org/w/index.php?diff=126362&oldid=126229 * Catto.4 * (+109)
12:08:46 <esolangs> [[Pointstack]] https://esolangs.org/w/index.php?diff=126363&oldid=126241 * Catto.4 * (+12) clarified that , only takes one byte of input
12:18:36 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
12:21:04 -!- Lord_of_Life has joined.
12:29:28 -!- __monty__ has joined.
12:55:56 -!- impomatic has quit (Quit: Client closed).
13:01:18 -!- tromp has joined.
13:27:48 <esolangs> [[ZISC ultra]] https://esolangs.org/w/index.php?diff=126364&oldid=126333 * Joaozin003 * (-3) Shortened >
13:28:13 <esolangs> [[ZISC ultra]] https://esolangs.org/w/index.php?diff=126365&oldid=126364 * Joaozin003 * (+5) /* Cat program */
13:54:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:04:43 -!- tromp has joined.
14:58:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:03:58 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126366&oldid=126350 * Gggfr * (+153)
15:14:49 <esolangs> [[User:YufangTSTSU/sandbox]] N https://esolangs.org/w/index.php?oldid=126367 * YufangTSTSU * (+1761) Created page with "{| class="wikitable" |- ! Flags !! None !! P-flag !! H-flag !! HP-flag !! Q-flag !! QP-flag !! QH-flag !! QHP-flag |- ! H | Outputs the cell at the pointer, and move the pointer to the right. | Outputs the cell at the pointer, and move the pointer
15:17:36 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=126368 * PrySigneToFry * (+9215) Created page with " is Chinese [[Human Words]]. == Commands == {| class="wikitable" |+ Table |- ! !! Pseudo |- | <code><nowiki> [version] </nowiki></code> || <code><nowiki>BEGIN [version]</nowiki></code> |- | <code><nowiki>exegesis</nowiki></code> || <code><nowiki># exegesis</nowiki></co
15:22:28 -!- tromp has joined.
15:46:47 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126369&oldid=126252 * Gggfr * (+425)
16:18:32 -!- impomatic has joined.
17:14:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:27:28 -!- Thelie has joined.
17:39:19 -!- tromp has joined.
17:59:28 -!- Koen_ has joined.
18:29:23 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126370&oldid=126357 * Scudmaster11 * (+41)
18:41:13 -!- Sgeo has joined.
18:45:21 -!- zzo38 has joined.
19:24:59 -!- moony8 has quit (Quit: leaving).
19:25:58 -!- moony8 has joined.
19:27:20 -!- impomatic has quit (Quit: Client closed).
19:38:41 -!- moony8 has quit (Quit: leaving).
19:38:47 -!- Bowserinator has quit (Quit: Blame iczero something happened).
19:38:47 -!- iovoid has quit (Quit: iovoid has quit!).
19:39:14 -!- Bowserinator has joined.
19:39:30 -!- moony8 has joined.
19:40:45 -!- iovoid has joined.
19:49:22 -!- craigo has quit (Quit: Leaving).
19:50:49 -!- impomatic has joined.
20:09:59 -!- Koen_ has quit (Quit: Leaving...).
20:15:20 <esolangs> [[RGB4D]] M https://esolangs.org/w/index.php?diff=126371&oldid=84294 * PythonshellDebugwindow * (+75) Categories
21:03:32 -!- impomatic has quit (Quit: Client closed).
21:28:54 -!- __monty__ has quit (Quit: leaving).
21:34:29 -!- vyv has joined.
22:05:04 -!- vyv has quit (Quit: Konversation terminated!).
22:37:40 -!- Thelie has quit (Ping timeout: 255 seconds).
23:06:36 <esolangs> [[Acc!!]] N https://esolangs.org/w/index.php?oldid=126372 * Dlosc * (+6408) Created page for Acc!!
23:23:16 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126373&oldid=126356 * Dlosc * (+23) Added Acc!!
23:39:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:44:11 -!- Thelie has joined.
23:48:18 -!- 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).
23:52:12 -!- Thelie has quit (Ping timeout: 260 seconds).
2024-04-22
00:01:05 -!- Thelie has joined.
00:10:23 <esolangs> [[Acc!!]] https://esolangs.org/w/index.php?diff=126374&oldid=126372 * Dlosc * (+17) Italicized name template
00:10:50 -!- Thelie has quit (Quit: Leaving.).
00:21:59 <esolangs> [[User:Dlosc]] https://esolangs.org/w/index.php?diff=126375&oldid=89966 * Dlosc * (-49)
00:57:15 <esolangs> [[User:Ais523]] https://esolangs.org/w/index.php?diff=126376&oldid=126303 * Ais523 * (+69) Undo revision 126303 by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]]) this doesn't need a template, and I preferred the way my username was before
01:32:43 -!- Noisytoot has quit (Excess Flood).
01:36:29 -!- Noisytoot has joined.
01:51:35 -!- SillySalad has joined.
01:53:57 -!- SillySalad has quit (Client Quit).
02:07:50 -!- Noisytoot has quit (Ping timeout: 245 seconds).
02:09:47 <esolangs> [[Pip]] https://esolangs.org/w/index.php?diff=126377&oldid=88601 * Dlosc * (+18) Reworked resources section, deemphasized TIO, marked article as stub
02:19:02 -!- Noisytoot has joined.
02:25:41 -!- Noisytoot has quit (Remote host closed the connection).
02:25:50 -!- Noisytoot has joined.
03:01:21 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
03:01:53 -!- Noisytoot has joined.
03:41:42 <esolangs> [[Acc!!]] M https://esolangs.org/w/index.php?diff=126378&oldid=126374 * PythonshellDebugwindow * (+10) Italicise displayed title
03:42:50 <esolangs> [[99 (Esolang)]] M https://esolangs.org/w/index.php?diff=126379&oldid=82767 * PythonshellDebugwindow * (+18) Italicise displayed title
03:50:01 <esolangs> [[ZISC ultra]] M https://esolangs.org/w/index.php?diff=126380&oldid=126365 * PythonshellDebugwindow * (+143) See also, categories
03:56:43 <esolangs> [[Pe]] M https://esolangs.org/w/index.php?diff=126381&oldid=108094 * PythonshellDebugwindow * (+9) Stub
04:59:11 -!- Noisytoot has quit (Remote host closed the connection).
04:59:28 -!- Noisytoot has joined.
05:30:05 -!- Sgeo has quit (Read error: Connection reset by peer).
05:34:48 -!- Noisytoot has quit (Remote host closed the connection).
05:38:10 -!- Noisytoot has joined.
05:46:17 -!- Noisytoot has quit (Remote host closed the connection).
05:57:18 -!- tromp has joined.
06:01:19 -!- citrons has joined.
06:03:04 -!- Noisytoot has joined.
06:30:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:40:11 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126382&oldid=126373 * Ttulka * (+18) add Chickenfoot
06:53:09 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
06:53:31 -!- Noisytoot has joined.
07:01:36 -!- tromp has joined.
07:09:50 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
07:10:59 -!- Noisytoot has joined.
08:26:50 <esolangs> [[I fuck, you fuck]] https://esolangs.org/w/index.php?diff=126383&oldid=117045 * Cleverxia * (+3050)
08:29:59 <esolangs> [[Quinish]] N https://esolangs.org/w/index.php?oldid=126384 * Cleverxia * (+290) Created page with "Quinish is an esolang where there are many quines. ==Syntax== The only syntax: <code>$...\</code>, marks a comment. They can't be nested. Any other characters prints itself. ==Examples== Hello world: Hello, World! [[Nope.]] intepreter Nope. [[APLWSI]] intepreter $
08:30:36 <esolangs> [[Quinish]] https://esolangs.org/w/index.php?diff=126385&oldid=126384 * Cleverxia * (+80) /* Examples */
08:31:13 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=126386&oldid=126214 * Cleverxia * (+50) /* Current Esolangs I've created */
09:01:22 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126387&oldid=126288 * Cleverxia * (+330) >..." duplicates P..."
09:38:23 -!- Koen_ has joined.
09:50:24 <esolangs> [[Grill Tag]] M https://esolangs.org/w/index.php?diff=126388&oldid=117118 * Ais523 * (+4) /* Computational class */ add a forgotten word
10:45:04 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
10:45:29 -!- Lord_of_Life has joined.
11:14:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:16:44 <esolangs> [[User:Flandre-chan]] N https://esolangs.org/w/index.php?oldid=126389 * Flandre-chan * (+321) Created page with "Hello, I'm Flandre-chan (not IRL name). I'm from Vietnam.<br> I enjoy programming and I found this wiki because I am curious about esoteric programming languages.<br> ==Other== ===Pronouns=== <code>he/him</code>, <code>they/them</code> is also OK. ===My Ac
11:29:50 -!- Koen_ has quit (Remote host closed the connection).
12:09:27 -!- Koen_ has joined.
12:12:31 -!- Bowserinator has quit (Ping timeout: 268 seconds).
12:13:45 -!- iovoid has quit (Ping timeout: 268 seconds).
12:14:33 -!- Bowserinator has joined.
12:15:18 -!- iovoid has joined.
12:21:49 -!- tromp has joined.
13:00:56 -!- Noisytoot has quit (Remote host closed the connection).
13:01:11 -!- Noisytoot has joined.
13:37:56 -!- Koen_ has quit (Remote host closed the connection).
13:43:58 -!- Koen_ has joined.
14:44:04 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
14:44:51 -!- Noisytoot has joined.
15:19:20 <esolangs> [[Dongbei]] https://esolangs.org/w/index.php?diff=126390&oldid=125154 * PrySigneToFry * (+816)
15:20:45 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126391&oldid=126382 * PrySigneToFry * (+16)
15:21:35 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126392&oldid=126368 * PrySigneToFry * (+6)
15:28:52 -!- amby has joined.
15:49:55 -!- Bowserinator has quit (Ping timeout: 245 seconds).
15:50:59 -!- moony8 has quit (Ping timeout: 264 seconds).
15:51:27 -!- iovoid has quit (Ping timeout: 260 seconds).
15:57:38 <esolangs> [[Special:Log/newusers]] create * CrSb0001 * New user account
16:00:58 -!- moony8 has joined.
16:01:05 -!- Bowserinator has joined.
16:01:54 -!- iovoid has joined.
16:39:02 -!- Koen_ has quit (Remote host closed the connection).
16:48:14 -!- impomatic has joined.
17:48:05 -!- ais523 has joined.
17:48:20 <ais523> huh, I just received spam with an attachment that based on context is likely malicious, but it was a .z file
17:48:40 <ais523> (I didn't try to decompress it in case it's some sort of exploit against the decompressor)
17:49:06 <ais523> I imagine most spam recipients wouldn't actually know what to do with one of those even if they were planning to open it…
17:49:34 <ais523> (so maybe these spammers are targeting UNIX/Linux users? does Mac OS X come with compress(1)?)
18:00:25 <int-e> 7-zip can deal with that for example
18:00:54 <int-e> (gzip too but I assume you know that)
18:01:21 <int-e> winzip also does it. support for these ancient formats really is quite common
18:02:59 <ais523> right, it probably doesn't cost a compression tool much to support it
18:03:09 <ais523> other than maintenance, which might actually be the issue here
18:03:21 <ais523> I wonder if the typical Windows computer has a file association set up for it?
18:04:31 <int-e> I don't know. I imagine if you have either winzip or 7-zip installed then the answer is yes; maybe it's no out-of-the-box.
18:05:01 <int-e> I'm trying to stay as far away from Windows as I can while still playing some Windows-only games.
19:23:22 <b_jonas> ais523: IIRC Windows 11 explorer decompresses 7z natively these days, which I think is a good thing, so maybe it also decompresses whatever you got. weird formats like that are usually to try to get around spam filters or antiviruses
19:23:54 <b_jonas> ais523: also tar just detects the compressor and calls the right decompressor for many years now
19:24:17 <b_jonas> oh, and I think gzip decompresses .z, doesn't it?
19:24:47 <b_jonas> yep, gzip decompresses them
19:25:04 <b_jonas> of course I don't know what the file you actually got is
19:25:53 <ais523> it's just such an obscure format nowadays (although it does get bonus points for having a 1-letter extension whilst still being somewhat recognisable)
19:26:17 <b_jonas> it's also possible that a pdf viewer decompresses it transparently
19:26:26 <ais523> the man page says it's a capital z, but it may have been sent by machine with a case-insensitive filesystem
19:26:55 <b_jonas> ais523: did you check if it's actually in unix compress format according to its header? the extension can be lying in a spam
19:27:30 <ais523> b_jonas: no, I'm generally unwilling to do anything with attachments to spam emails
19:27:42 <b_jonas> ok.
19:28:19 <ais523> I am not 100% sure that file(1) is safe to run on malicious files – I guess I could try to get hold of the attachment and look at it manually with a hex editor, but that's a lot of work for dealing with questionable spam
19:28:53 <b_jonas> and yes, occasionally exploits are found right in decompressors, and that's more likely in old unmaintained decompressor libraries that nobody uses anymore
19:28:54 <esolangs> [[W-INTERCAL]] M https://esolangs.org/w/index.php?diff=126393&oldid=81939 * PythonshellDebugwindow * (+67) Categories
19:30:57 <ais523> in any case, it's probably more noteworthy that the spam claimed to be a .z file than it would be for the spam to actually be in .z format
19:33:27 <b_jonas> ais523: again, maybe it's to get through mail filters that deny or warn about .zip and .exe etc files but don't have a rule about .z ones
19:33:52 <ais523> yes, that seems quite plausible
19:34:12 <b_jonas> a mail filter could go by just the extension, which is reasonable, becuase the extension will determine what program windows runs when you execute the file
20:22:59 -!- ais523 has quit (Quit: quit).
20:34:49 -!- impomatic has quit (Quit: Client closed).
20:35:00 <FireFly> huh, makes me curious to look at the .z
21:01:11 <esolangs> [[Var'aq]] M https://esolangs.org/w/index.php?diff=126394&oldid=125918 * PythonshellDebugwindow * (-21) /* External resources */ Wayback
21:01:39 <esolangs> [[Var'aq]] M https://esolangs.org/w/index.php?diff=126395&oldid=126394 * PythonshellDebugwindow * (+26) /* External resources */ Title
21:14:03 <esolangs> [[Quinish]] M https://esolangs.org/w/index.php?diff=126396&oldid=126385 * PythonshellDebugwindow * (+246) Links, interpreter, categories
21:18:30 <esolangs> [[Quinish]] M https://esolangs.org/w/index.php?diff=126397&oldid=126396 * PythonshellDebugwindow * (+1) /* Interpreter */ Dotall
21:19:12 <esolangs> [[Quinish]] M https://esolangs.org/w/index.php?diff=126398&oldid=126397 * PythonshellDebugwindow * (+25) /* Interpreter */ category
21:38:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:23:10 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126399&oldid=126370 * Scudmaster11 * (+3032)
22:30:25 -!- Sgeo has joined.
22:34:21 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126400&oldid=126399 * Scudmaster11 * (+6)
23:05:07 -!- leah2 has quit (Ping timeout: 255 seconds).
23:17:18 <esolangs> [[Talk:I fuck, you fuck]] N https://esolangs.org/w/index.php?oldid=126401 * None1 * (+172) Created page with "If you can compile to Python just <code>exec()</code> the compiled code to make an interpreter. --~~~~"
23:28:15 -!- 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).
2024-04-23
00:19:01 -!- Noisytoot has quit (Remote host closed the connection).
00:21:29 -!- Noisytoot has joined.
00:25:38 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126402&oldid=126400 * Scudmaster11 * (+167)
00:29:31 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126403&oldid=126109 * Ashli Katt * (+1947) /* IO */
00:29:58 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126404&oldid=126403 * Ashli Katt * (-1) /* Cat */
00:30:21 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126405&oldid=126404 * Ashli Katt * (+0) /* Truth Machine */
00:30:41 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126406&oldid=126405 * Ashli Katt * (+3) /* Booleans */
00:31:03 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126407&oldid=126406 * Ashli Katt * (+6) /* Simple Numbers */
00:31:38 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126408&oldid=126407 * Ashli Katt * (+2) /* Functions */
00:32:04 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126409&oldid=126408 * Ashli Katt * (+0) /* Module Format */
00:33:40 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126410&oldid=126409 * Ashli Katt * (+161) /* Module Format */
00:37:06 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126411&oldid=126410 * Ashli Katt * (+483) /* Module Format */
03:32:55 <esolangs> [[Web framework list]] M https://esolangs.org/w/index.php?diff=126412&oldid=58354 * PythonshellDebugwindow * (+8) Update URL
05:03:48 <esolangs> [[Special:Log/upload]] upload * Yayimhere * uploaded "[[File:Table.jpg]]"
05:21:42 -!- tromp has joined.
05:30:07 -!- Sgeo has quit (Read error: Connection reset by peer).
05:32:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:52:41 -!- tromp has joined.
06:06:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:20:05 -!- leah2 has joined.
06:28:03 <esolangs> [[Hardfish]] https://esolangs.org/w/index.php?diff=126414&oldid=119722 * Rdebath * (+5188) All values under 256, sorted.
06:30:54 <esolangs> [[Hardfish]] https://esolangs.org/w/index.php?diff=126415&oldid=126414 * Rdebath * (+6469) Add shortest without 'r'
06:31:46 <esolangs> [[Hardfish]] https://esolangs.org/w/index.php?diff=126416&oldid=126415 * Rdebath * (-4019) Remove the 'guessed' (evolved) constants
06:32:12 <esolangs> [[Hardfish]] M https://esolangs.org/w/index.php?diff=126417&oldid=126416 * Rdebath * (+1) Title '='
06:48:19 <esolangs> [[Special:Log/newusers]] create * Gilbert4563 * New user account
06:50:20 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126418&oldid=126366 * Gilbert4563 * (+138)
06:53:33 -!- tromp has joined.
06:55:39 <esolangs> [[Objects]] N https://esolangs.org/w/index.php?oldid=126419 * Europe2048 * (+1174) Created page with "'''Objects''' is a programming language made by [[User:Europe2048|Europe2048]], designed to create real-life objects near the viewer, or somewhere far-far away (only on Earth though). {{infobox proglang |name=Objects |author=[[User:Europe2048]] |year=[[:Category:2024
06:56:59 <esolangs> [[List of ideas]] M https://esolangs.org/w/index.php?diff=126420&oldid=124942 * Europe2048 * (+15) Here's another language for you.
07:12:51 -!- Koen_ has joined.
07:16:04 <esolangs> [[User:Europe2048]] https://esolangs.org/w/index.php?diff=126421&oldid=117589 * Europe2048 * (+13)
07:17:50 -!- zzo38 has quit (Ping timeout: 245 seconds).
08:04:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:46:10 -!- Koen_ has quit (Ping timeout: 246 seconds).
09:09:56 <esolangs> [[F ck you]] N https://esolangs.org/w/index.php?oldid=126422 * Yayimhere * (+1770) Created page with "the technical name of this esolang is '''f_uck you''' f_uck you was made to feel like programming but you are also surviving an apocalypse and was inspired by [[brainfuck]] ==syntax== Q(): the number inside the () is the current length of the band. If the length is
09:11:19 <esolangs> [[F ck you]] https://esolangs.org/w/index.php?diff=126423&oldid=126422 * Yayimhere * (+82)
09:15:33 -!- tromp has joined.
09:16:49 <esolangs> [[Hardfish]] https://esolangs.org/w/index.php?diff=126424&oldid=126417 * Rdebath * (+198) Add Hello world
10:01:21 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126425&oldid=126391 * Yayimhere * (+16) /* G */
10:03:16 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126426&oldid=126425 * Yayimhere * (+23) /* I */
10:04:18 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126427&oldid=126426 * Yayimhere * (+15) /* F */
10:06:12 <esolangs> [[That=this]] N https://esolangs.org/w/index.php?oldid=126428 * Yayimhere * (+270) Created page with "'''that=this''' is a [[this=that]] derivative where instead of saying thing like x=1 you say 1=x. and when you refrence x you do not say for example y=x you say 1=y so you can only use something you cant use but also kinda can???????????????????? [[Category: unuseabl
10:07:32 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126429&oldid=126427 * Yayimhere * (+16) /* T */
10:14:09 <esolangs> [[Gt++fy]] N https://esolangs.org/w/index.php?oldid=126430 * Yayimhere * (+229) Created page with "'''gt++fy''' is a fusion of to esolangs made by me: [[Get there]] and [[F uck you]] that only has two extra commands: f___: put the number in the current cell onto the stack gethere: put the top of the stack in the current cell"
10:14:49 <esolangs> [[Gt++fy]] https://esolangs.org/w/index.php?diff=126431&oldid=126430 * Yayimhere * (-1)
10:15:30 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126432&oldid=126429 * Yayimhere * (+13) /* G */
10:19:53 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=126433&oldid=71041 * Yayimhere * (+127)
10:21:30 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=126434&oldid=125811 * Yayimhere * (+54)
10:42:37 <esolangs> [[PPAP++]] https://esolangs.org/w/index.php?diff=126435&oldid=75803 * Rdebath * (+13) Note that it's a T-BF
10:45:44 -!- Lord_of_Life_ has joined.
10:46:37 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
10:47:31 <esolangs> [[F ck you]] M https://esolangs.org/w/index.php?diff=126436&oldid=126423 * None1 * (+0) /* catagory notes */
10:48:38 <esolangs> [[NotsopureVelato]] N https://esolangs.org/w/index.php?oldid=126437 * Yayimhere * (+240) Created page with "'''notsopureVelato''' is a esolang where you use [https://da.wikipedia.org/wiki/Pure_Data puredata]] to generate the midifile for [[Velato]]. the name is a joke with like i wanted to cell it pureVelato but is isnt so pure so notsopureVelato"
10:48:39 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:48:48 <esolangs> [[NotsopureVelato]] https://esolangs.org/w/index.php?diff=126438&oldid=126437 * Yayimhere * (-1)
10:49:51 <esolangs> [[Obfuck]] N https://esolangs.org/w/index.php?oldid=126439 * Cleverxia * (+1775) Created page with "Obfuck is a [[brainfuck]] [[:Category:Brainfuck equivalents|equivalent]]. ==Syntax== First, translate the brainfuck into [[binaryfuck]]. Then, translate it to a decimal number. Next, add some nonnumeric chars between each digit. Next, add one character between each
10:50:05 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126440&oldid=126432 * Yayimhere * (+22) /* N */
10:50:44 <esolangs> [[Obfuck]] https://esolangs.org/w/index.php?diff=126441&oldid=126439 * Cleverxia * (+102)
10:51:43 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=126442&oldid=126386 * Cleverxia * (+62)
11:00:22 -!- __monty__ has joined.
11:05:55 <esolangs> [[F ck you]] https://esolangs.org/w/index.php?diff=126443&oldid=126436 * Yayimhere * (+268)
11:06:35 <esolangs> [[F ck you]] https://esolangs.org/w/index.php?diff=126444&oldid=126443 * Yayimhere * (+28)
11:06:56 <esolangs> [[Talk:F ck you]] N https://esolangs.org/w/index.php?oldid=126445 * Yayimhere * (+0) Created blank page
11:07:17 <esolangs> [[Talk:Get there]] N https://esolangs.org/w/index.php?oldid=126446 * Yayimhere * (+0) Created blank page
11:07:35 <esolangs> [[Talk:Gt++fy]] N https://esolangs.org/w/index.php?oldid=126447 * Yayimhere * (+0) Created blank page
11:07:49 <esolangs> [[Talk:NotsopureVelato]] N https://esolangs.org/w/index.php?oldid=126448 * Yayimhere * (+0) Created blank page
11:25:12 <esolangs> [[That=this]] M https://esolangs.org/w/index.php?diff=126449&oldid=126428 * None1 * (+39)
11:29:34 <esolangs> [[Talk:I fuck, you fuck]] M https://esolangs.org/w/index.php?diff=126450&oldid=126401 * None1 * (-172) Blanked the page
11:30:30 <esolangs> [[I fuck, you fuck]] M https://esolangs.org/w/index.php?diff=126451&oldid=126383 * None1 * (+9) /* Intepreters */
11:42:23 <esolangs> [[Dongbei]] https://esolangs.org/w/index.php?diff=126452&oldid=126390 * PrySigneToFry * (+182)
11:44:37 <esolangs> [[Dongbei]] https://esolangs.org/w/index.php?diff=126453&oldid=126452 * PrySigneToFry * (+27)
11:47:56 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126454&oldid=126308 * PrySigneToFry * (+271)
12:07:34 -!- tromp has quit (Read error: Connection reset by peer).
12:23:34 <esolangs> [[Hardfish]] https://esolangs.org/w/index.php?diff=126455&oldid=126424 * Rdebath * (-24) Better Hello world
12:26:54 <esolangs> [[Talk:Hardfish]] https://esolangs.org/w/index.php?diff=126456&oldid=119713 * Rdebath * (+192) /* Python 3 Interpreter */
12:39:43 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126457&oldid=126454 * None1 * (+144) /* About Scratch */
12:40:29 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126458&oldid=126457 * None1 * (+110) /* Question */
12:41:52 <esolangs> [[Talk:AAAAAAAAAAAAAAaaaaaaaaaEEEEEEEaaaaaaaaaaaa Source]] N https://esolangs.org/w/index.php?oldid=126459 * Rdebath * (+892)
12:56:38 <esolangs> [[I fuck, you fuck]] M https://esolangs.org/w/index.php?diff=126460&oldid=126451 * None1 * (+12) /* Intepreters */
13:03:45 <esolangs> [[I fuck, you fuck]] M https://esolangs.org/w/index.php?diff=126461&oldid=126460 * None1 * (+0)
13:06:52 <esolangs> [[Talk:I fuck, you fuck]] https://esolangs.org/w/index.php?diff=126462&oldid=126450 * None1 * (+425) /* Translator issues */ new section
13:15:31 <esolangs> [[S.B.M.F.B]] N https://esolangs.org/w/index.php?oldid=126463 * Yayimhere * (+679) Created page with "'''S.B.M.F.B''' stands for stack based memory for [[brainfuck]]. in S.B.M.F.B you have a stack to store brainfuck code inside. there are some simple commands in this program to add it to the stack (): add the brainfuck code inside the brackets to the bottom of the s
13:16:30 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126464&oldid=126440 * Yayimhere * (+16) /* S */
13:18:40 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=126465&oldid=126434 * Yayimhere * (+15)
13:39:05 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=126466&oldid=126353 * PrySigneToFry * (+40)
13:59:20 <esolangs> [[Dotfuck]] M https://esolangs.org/w/index.php?diff=126467&oldid=122072 * None1 * (+35) /* See also */
14:00:03 <esolangs> [[Bottles of beer on the wall]] N https://esolangs.org/w/index.php?oldid=126468 * None1 * (+12107) Created page with "'''Bottles of beer on the wall''' is a very [[brainfuck]] equivalent by [[User:None1]]. The Bottles of beer on the wall equivalent of a BF program is the lyrics of the song ''X'' bottles of beer on the wall where ''X'' is the number of dots when tran
14:00:25 <esolangs> [[Bottles of beer on the wall]] M https://esolangs.org/w/index.php?diff=126469&oldid=126468 * None1 * (+6)
14:00:46 <esolangs> [[Bottles of beer on the wall]] M https://esolangs.org/w/index.php?diff=126470&oldid=126469 * None1 * (+16)
14:00:58 <esolangs> [[Dotfuck]] M https://esolangs.org/w/index.php?diff=126471&oldid=126467 * None1 * (+34) /* See also */
14:01:20 <esolangs> [[TF2LANG]] N https://esolangs.org/w/index.php?oldid=126472 * Cocosbeans * (+2462) Created page with "[[Category:2023]] [[Category:Joke_languages]] [[Category:Languages]] [[Category:Object-oriented_paradigm]] [[Category:Turing_complete]] [[Category:Unimplemented]] '''TF2LANG''' is a language created by [[User:Cocosbeans | cocosbeans]] and cakedon in 2023 as an inside
14:02:26 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126473&oldid=126464 * None1 * (+34) /* B */
14:04:21 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=126474&oldid=125928 * None1 * (+50) /* My Esolangs */
14:36:15 <esolangs> [[Binary lambda calculus]] https://esolangs.org/w/index.php?diff=126475&oldid=120976 * Squidmanescape * (+33) /* De Bruijn Index */ I hope this is correct.
15:21:51 <esolangs> [[Everyonelang]] https://esolangs.org/w/index.php?diff=126476&oldid=125769 * PrySigneToFry * (+1281)
15:42:09 <esolangs> [[That=this]] https://esolangs.org/w/index.php?diff=126477&oldid=126449 * Yayimhere * (+0)
15:56:38 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126478&oldid=126369 * Yayimhere * (-34)
15:57:18 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126479&oldid=126478 * Yayimhere * (+49)
16:46:32 <esolangs> [[Addit]] https://esolangs.org/w/index.php?diff=126480&oldid=124536 * Qawtykit * (-7)
16:47:47 -!- amby has joined.
16:47:59 <esolangs> [[Addit]] https://esolangs.org/w/index.php?diff=126481&oldid=126480 * Qawtykit * (+18)
17:14:23 -!- impomatic has joined.
17:39:11 <esolangs> [[Funicoton]] N https://esolangs.org/w/index.php?oldid=126482 * K * (+1654) Created page with "Funicoton is an esoteric programming language with only 3 slots of memory; two for 8-bit integers and one for a function (which can store a set of instructions that get executed on a variable). ==Instructions== Funicoton has the following instructions, which in a program
17:40:05 <esolangs> [[Funicoton]] https://esolangs.org/w/index.php?diff=126483&oldid=126482 * K * (+32)
17:41:41 <esolangs> [[Funicoton]] https://esolangs.org/w/index.php?diff=126484&oldid=126483 * K * (+70)
17:42:21 <esolangs> [[Funicoton]] https://esolangs.org/w/index.php?diff=126485&oldid=126484 * K * (+63)
17:42:29 <esolangs> [[Funicoton]] https://esolangs.org/w/index.php?diff=126486&oldid=126485 * K * (+1)
17:42:43 <esolangs> [[Funicoton]] M https://esolangs.org/w/index.php?diff=126487&oldid=126486 * K * (+3)
17:48:17 <esolangs> [[Addit]] https://esolangs.org/w/index.php?diff=126488&oldid=126481 * Qawtykit * (-104)
17:56:40 -!- impomatic has quit (Ping timeout: 250 seconds).
18:02:41 -!- chiselfuse has quit (Remote host closed the connection).
18:03:22 -!- chiselfuse has joined.
18:07:41 -!- zzo38 has joined.
18:36:50 -!- sprout_ has joined.
18:38:39 -!- sprout has quit (Ping timeout: 260 seconds).
18:41:46 -!- Noisytoot has quit (Excess Flood).
18:44:29 -!- Noisytoot has joined.
18:51:11 -!- impomatic has joined.
19:22:26 <esolangs> [[Talk:]] M https://esolangs.org/w/index.php?diff=126489&oldid=126433 * PythonshellDebugwindow * (+1) br
19:27:48 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126490&oldid=126473 * PythonshellDebugwindow * (+0) Alphabetise
19:30:20 <esolangs> [[Objects]] M https://esolangs.org/w/index.php?diff=126491&oldid=126419 * PythonshellDebugwindow * (+81) Infobox, categories
19:32:42 <esolangs> [[Funicoton]] M https://esolangs.org/w/index.php?diff=126492&oldid=126487 * PythonshellDebugwindow * (+62) Categories
19:33:53 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126493&oldid=126205 * Rdebath * (+428) Add implementation
19:34:16 <esolangs> [[TF]] M https://esolangs.org/w/index.php?diff=126494&oldid=80450 * PythonshellDebugwindow * (+67) Categories
19:41:08 <esolangs> [[Special:Log/move]] move * PythonshellDebugwindow * moved [[F ck you]] to [[F uck you]]: Fix title
19:41:08 <esolangs> [[Special:Log/move]] move * PythonshellDebugwindow * moved [[Talk:F ck you]] to [[Talk:F uck you]]: Fix title
19:41:37 <esolangs> [[F uck you]] M https://esolangs.org/w/index.php?diff=126499&oldid=126495 * PythonshellDebugwindow * (-27) Fix title
19:42:45 <esolangs> [[NotsopureVelato]] M https://esolangs.org/w/index.php?diff=126500&oldid=126438 * PythonshellDebugwindow * (+46) Lowercase, stub, category
19:45:20 <esolangs> [[Rpg]] M https://esolangs.org/w/index.php?diff=126501&oldid=96917 * PythonshellDebugwindow * (+22) /* External resources */ Category
19:55:53 -!- tromp has joined.
20:05:06 -!- sprout_ has changed nick to sprout.
20:32:32 <esolangs> [[SBFM]] https://esolangs.org/w/index.php?diff=126502&oldid=119790 * Kaveh Yousefi * (+211) Added a hyperlink to my implementation of the SBFM programming language family on GitHub and supplemented several page categories.
20:32:57 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
20:33:43 -!- Noisytoot has joined.
20:37:43 <esolangs> [[SBFM]] https://esolangs.org/w/index.php?diff=126503&oldid=126502 * Kaveh Yousefi * (+225) Supplemented a simple example for each of the language family's members.
20:47:27 -!- impomatic has quit (Quit: Client closed).
21:01:20 -!- impomatic has joined.
21:09:46 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
21:10:02 -!- Noisytoot has joined.
21:54:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:09:44 -!- Sgeo has joined.
22:58:30 -!- __monty__ has quit (Quit: leaving).
23:10:45 -!- amby has quit (Ping timeout: 245 seconds).
23:11:52 -!- amby has joined.
23:23:33 -!- amby has quit (Remote host closed the connection).
23:26:45 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126504&oldid=126458 * None1 * (+178) /* About Scratch */
2024-04-24
00:16:01 -!- impomatic has quit (Quit: Ping timeout (120 seconds)).
00:17:42 <esolangs> [[Indifferent]] M https://esolangs.org/w/index.php?diff=126505&oldid=126402 * Scudmaster11 * (+304)
01:07:17 -!- isabella has quit (Quit: goodbye).
01:23:45 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126506&oldid=126387 * Qawtykit * (+1)
01:27:56 -!- Noisytoot has quit (Ping timeout: 268 seconds).
01:32:32 -!- Noisytoot has joined.
02:37:20 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126507&oldid=126506 * Qawtykit * (+697) File reading, functions, string manipulation, improved variables, set repeats
02:44:11 <esolangs> [[AnyGolf]] M https://esolangs.org/w/index.php?diff=126508&oldid=126507 * Qawtykit * (+3) stupid vertical bars doing dtupid things
05:30:07 -!- Sgeo has quit (Read error: Connection reset by peer).
05:38:21 <esolangs> [[F uck you]] https://esolangs.org/w/index.php?diff=126509&oldid=126499 * Yayimhere * (+46)
05:38:51 <esolangs> [[F uck you]] https://esolangs.org/w/index.php?diff=126510&oldid=126509 * Yayimhere * (-15)
05:52:06 -!- impomatic has joined.
06:21:18 -!- tromp has joined.
06:43:08 -!- Koen_ has joined.
08:05:19 <b_jonas> I just want to link https://chat.stackexchange.com/transcript/message/63039765#63039765 from here: the internet has stories about how in earlier versions of chess, the rook and the bishop were supposed to represent an elephant and a chariot, but which one of the two is which varies between which source you look at, you can find webpages confidently claiming that the rook is the elephant, and ones that
08:05:25 <b_jonas> say the bishop is the elephant. this confusion is mirrored in the modern names of chess pieces: in some languages the rook is called elephant and in others the bishop is. to further the confusion, not only the bishop or the rook, but sometimes the king and/or the queen are represented in physical chess pieces by elephants.
08:08:52 <b_jonas> also in English, rook has a name that also means a kind of bird, while in French, the bishop is called fou (m) which can also mean a kind of bird.
08:13:30 -!- impomatic has quit (Quit: Client closed).
08:30:59 -!- b_jonas has quit (Quit: leaving).
08:34:04 -!- impomatic has joined.
08:35:13 <esolangs> [[O.S.M]] N https://esolangs.org/w/index.php?oldid=126511 * Gggfr * (+1651) Created page with "'''O.S.M''' is a esolang where the program can only self modify. The name stands for only self modify. O.S.M does not include variables but if a number is put on a line with F then it is remembered as a variable ==Operations== Newline: add a new line at the bottom of the f
08:36:15 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126512&oldid=126490 * Gggfr * (+12) /* O */
08:44:46 -!- __monty__ has joined.
09:05:59 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126513&oldid=126479 * Yayimhere * (+30)
09:06:16 <esolangs> [[Gt++fy]] https://esolangs.org/w/index.php?diff=126514&oldid=126431 * Yayimhere * (+17)
09:06:48 <esolangs> [[F uck you]] https://esolangs.org/w/index.php?diff=126515&oldid=126510 * Yayimhere * (+29)
09:32:04 <esolangs> [[S.B.M.F.B]] https://esolangs.org/w/index.php?diff=126516&oldid=126463 * Yayimhere * (+29)
09:32:42 <esolangs> [[Interfacefactory]] https://esolangs.org/w/index.php?diff=126517&oldid=126361 * Yayimhere * (+29)
09:39:33 <esolangs> [[User:Flandre-chan]] M https://esolangs.org/w/index.php?diff=126518&oldid=126389 * Flandre-chan * (+20) Add category
10:08:33 -!- amby has joined.
10:21:09 -!- Koen_ has quit (Quit: Leaving...).
10:45:53 -!- Lord_of_Life_ has joined.
10:47:12 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
10:48:45 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
11:41:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:20:43 -!- tromp has joined.
14:02:50 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=126519&oldid=126195 * PrySigneToFry * (+401)
14:09:15 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=126520&oldid=126519 * PrySigneToFry * (+578)
14:15:21 <esolangs> [[User:PrySigneToFry/w/talk/user/talk/language/language/sandbox/sandbox]] N https://esolangs.org/w/index.php?oldid=126521 * PrySigneToFry * (+55) Created page with "Come and Edit your command at here! This is my Sandbox!"
14:18:47 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126522&oldid=126504 * PrySigneToFry * (+134)
14:20:59 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126523&oldid=126522 * PrySigneToFry * (+164) /* Am I plagiarizing? */ new section
14:23:30 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126524&oldid=126523 * None1 * (+280) /* Am I plagiarizing? */
14:23:59 <esolangs> [[Typefuck]] https://esolangs.org/w/index.php?diff=126525&oldid=126162 * PrySigneToFry * (+169)
14:27:55 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126526&oldid=126524 * PrySigneToFry * (+262) /* I'm really going to die by laughing */ new section
14:29:12 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126527&oldid=126526 * PrySigneToFry * (+34)
15:12:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:55:05 -!- tromp has joined.
16:23:39 <esolangs> [[Electra]] https://esolangs.org/w/index.php?diff=126528&oldid=124337 * DolphyWind * (+129)
16:42:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:54:29 -!- tromp has joined.
17:13:49 <esolangs> [[Talk:Fucklang]] N https://esolangs.org/w/index.php?oldid=126529 * Joaozin003 * (+203) Created page with "== Brainfuck doesn't have strings == Excuse me, but did you not notice that [[brainfuck]] doesn't have strings? I mean, they are useful on <code>out</code>, but on variables it doesn't really make sense."
17:14:09 <esolangs> [[Talk:Fucklang]] https://esolangs.org/w/index.php?diff=126530&oldid=126529 * Joaozin003 * (+90) oopsie woopsie, i forgot the signature
17:51:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:01:25 <int-e> lol https://www.gog.com/de/game/tents_and_trees looks awfully familiar (cf. https://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/tents.html )
18:12:24 -!- tromp has joined.
18:14:04 -!- b_jonas has joined.
18:17:12 <esolangs> [[Electra]] https://esolangs.org/w/index.php?diff=126531&oldid=126528 * DolphyWind * (+28)
19:29:49 <esolangs> [[Janus]] M https://esolangs.org/w/index.php?diff=126532&oldid=41158 * PythonshellDebugwindow * (+255) Formatting, header, links, categories
19:37:35 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126533&oldid=126512 * PythonshellDebugwindow * (+0) /* O */ alphabetise
19:41:59 -!- impomatic has quit (Quit: Client closed).
19:49:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:50:24 -!- tromp has joined.
20:00:05 <esolangs> [[O.S.M]] M https://esolangs.org/w/index.php?diff=126534&oldid=126511 * PythonshellDebugwindow * (+79) Categories
20:04:23 <esolangs> [[Gt++fy]] M https://esolangs.org/w/index.php?diff=126535&oldid=126514 * PythonshellDebugwindow * (+109) Stub, categories
21:16:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:24:07 <esolangs> [[Chicken you too beautiful]] https://esolangs.org/w/index.php?diff=126536&oldid=113626 * Rdebath * (+10) Another TBF
21:24:41 -!- FreeFull has quit.
21:36:29 <fizzie> "This puzzle can be found in several places on the Internet, and was brought to my attention by e-mail. I don't know who I should credit for inventing it."
21:50:18 -!- __monty__ has quit (Quit: leaving).
21:58:58 -!- chiselfu1e has joined.
22:00:34 -!- chiselfuse has quit (Remote host closed the connection).
22:37:02 -!- Sgeo has joined.
22:45:45 -!- Sgeo has quit (Read error: Connection reset by peer).
22:46:31 -!- Sgeo has joined.
23:13:30 -!- chiselfu1e has quit (Remote host closed the connection).
23:13:59 -!- chiselfuse has joined.
23:16:21 -!- 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).
23:26:08 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126537&oldid=126527 * None1 * (+162) /* I'm really going to die by laughing */
2024-04-25
01:01:47 <esolangs> [[Special:Log/newusers]] create * Machine * New user account
01:06:59 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126538&oldid=126418 * Machine * (+129)
01:29:12 -!- Sgeo has quit (Read error: Connection reset by peer).
01:29:45 -!- Sgeo has joined.
02:07:02 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126539&oldid=125851 * Machine * (+159) /* JavaScript interpreters */ Added an online interpreter and a debugger for brainf**k
02:12:12 -!- moony89 has joined.
02:12:50 -!- moony8 has quit (Ping timeout: 245 seconds).
02:36:20 <esolangs> [[Talk:Subleq]] https://esolangs.org/w/index.php?diff=126540&oldid=126101 * ZCX islptng * (+145) /* A shorter HelloWorld program in a loop, length 35 */
03:29:12 -!- Sgeo has quit (Read error: Connection reset by peer).
03:29:42 -!- Sgeo has joined.
04:32:15 -!- FireFly has quit (Ping timeout: 255 seconds).
04:37:22 -!- j-bot has joined.
05:23:16 -!- tromp has joined.
05:30:08 -!- Sgeo has quit (Read error: Connection reset by peer).
05:34:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:21:30 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126541&oldid=126539 * Rdebath * (+8) Shrink huge GUI image
06:30:05 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126542&oldid=126541 * Rdebath * (+0) The Examples section is for BF code, not interpreters
06:31:15 -!- tromp has joined.
06:31:18 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126543&oldid=126542 * Rdebath * (+4) Libraries is in the wrong section
06:42:20 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126544&oldid=126543 * Rdebath * (+0) Swap conventions and issues in perpetration for merge
06:47:53 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126545&oldid=126544 * Rdebath * (+455) Copy GUI Pong here, and make a subsection
06:48:40 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126546&oldid=126545 * Rdebath * (-405) Move GUI pong out of BF Example code section
07:00:37 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126547&oldid=126546 * Rdebath * (+8) Indent Implementation issues under conventions
07:03:03 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=126548&oldid=126547 * Rdebath * (+0) Algorithms are more important than Extensions
07:06:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:07:58 -!- tromp has joined.
08:25:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:58:50 <esolangs> [[Special:Log/newusers]] create * Ractangle * New user account
09:06:24 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126549&oldid=126538 * Ractangle * (+116)
09:06:55 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126550&oldid=126549 * Ractangle * (+172)
09:07:22 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126551&oldid=126550 * Ractangle * (-114)
09:28:01 -!- j-bot has quit (Remote host closed the connection).
09:30:19 -!- FireFly has joined.
09:30:33 -!- tromp has joined.
09:33:11 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=126552&oldid=126420 * Ractangle * (+51) /* Partially Silly Ideas */
10:13:20 -!- __monty__ has joined.
10:20:58 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=126553&oldid=126552 * Ractangle * (+10) /* Partially Silly Ideas */
10:45:48 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=126554 * Ractangle * (+131) Created page with "{{Stub}} is a esoteric programming language created by [[User:Ractangle]] where Russian/Belarusian road signs are used as codes"
10:47:19 -!- Lord_of_Life_ has joined.
10:47:50 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
10:48:44 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:51:38 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126555&oldid=126554 * Ractangle * (+35)
11:00:38 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126556&oldid=126555 * Ractangle * (+132) /* Commands */
11:10:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:54:29 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126557&oldid=126537 * PrySigneToFry * (+195)
11:57:34 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126558&oldid=126556 * Ractangle * (+87) /* Commands */
11:59:46 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126559&oldid=126558 * Ractangle * (+112) /* Commands */
12:02:59 -!- Noisytoot has quit (Ping timeout: 264 seconds).
12:45:40 -!- tromp has joined.
12:49:14 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126560&oldid=126559 * Ractangle * (+69) /* Commands */
12:52:35 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126561&oldid=126557 * None1 * (+141) /* I'm really going to die by laughing */
12:53:39 <esolangs> [[PlusOrMinus]] https://esolangs.org/w/index.php?diff=126562&oldid=124055 * None1 * (+120) /* External resources */
12:58:03 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126563&oldid=126560 * Ractangle * (+409) /* Commands */
12:59:18 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126564&oldid=126563 * Ractangle * (-90) /* Commands */
13:52:20 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126565&oldid=126564 * Ractangle * (+39) /* Commands */
13:52:34 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126566&oldid=126565 * Ractangle * (-2) /* Commands */
13:52:45 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126567&oldid=126566 * Ractangle * (+0) /* Commands */
14:01:13 <esolangs> [[IT]] N https://esolangs.org/w/index.php?oldid=126568 * Yourusername * (+615) Created page with "IT is a programming language that uses it to do stuff == Syntax == I will use code highlighting for some reason it [It]+ - a var it [It]+ [[it]+|it [It]+|it [iT]|IT [It]] - set a var it [iT]+ - a function input iT [It]+ [[[[iT]+] ]+]? IT - a function with inputs or
14:06:13 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126569&oldid=126567 * Ractangle * (+55) /* Commands */
14:07:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:10:46 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126570&oldid=126569 * Ractangle * (+94) /* Commands */
14:11:33 -!- Sgeo has joined.
14:12:26 -!- Sgeo has quit (Read error: Connection reset by peer).
14:12:45 -!- Sgeo has joined.
14:19:03 <esolangs> [[What???]] N https://esolangs.org/w/index.php?oldid=126571 * Yourusername * (+1373) Created page with "You know you like put random punctuation sometimes like "What?!?!?.!??!?..!??.!?!?..!?.?!?...!?.?", well this is based on it == Structure == The words before the punctuation determines the type of code What - a program that uses ASCII Why - a program that uses nu
14:25:24 <esolangs> [[Recursive sleeping]] https://esolangs.org/w/index.php?diff=126572&oldid=124396 * Yourusername * (+65)
14:26:26 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126573&oldid=126570 * Ractangle * (-28) /* Commands */
14:30:43 <esolangs> [[MarioLANG]] N https://esolangs.org/w/index.php?oldid=126574 * PrySigneToFry * (+3633) Created page with "This is just the [[MarioLANG]] written by Chinese. == Command Table == {| class="wikitable" |+ Caption text |- ! This Esolang !! Origin |- | <code><nowiki></nowiki></code> || <code><nowiki>=</nowiki></code> |- | <code><nowiki></nowiki></code> || <code><nowiki>
14:39:14 -!- Sgeo has quit (Read error: Connection reset by peer).
14:40:15 -!- Sgeo has joined.
14:42:48 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126575&oldid=126573 * Ractangle * (-9) /* Commands */
14:44:42 -!- tromp has joined.
14:46:33 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126576&oldid=126575 * Ractangle * (+37) /* Commands */
14:51:12 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126577&oldid=126576 * Ractangle * (+27) /* Commands */
14:51:14 -!- Sgeo has quit (Read error: Connection reset by peer).
14:51:23 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126578&oldid=126577 * Ractangle * (+1) /* Commands */
14:51:32 -!- Sgeo has joined.
14:54:29 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126579&oldid=126578 * Ractangle * (+86) /* Commands */
14:54:47 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126580&oldid=126579 * Ractangle * (+3) /* Commands */
14:55:00 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126581&oldid=126580 * Ractangle * (-4) /* Commands */
14:55:12 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126582&oldid=126581 * Ractangle * (-2) /* Examples */
14:55:39 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126583&oldid=126582 * Ractangle * (+20) /* Examples */
15:17:39 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126584&oldid=126583 * Ractangle * (+227)
15:19:46 -!- Sgeo has quit (Read error: Connection reset by peer).
15:21:57 -!- FreeFull has joined.
15:22:29 -!- Sgeo has joined.
15:44:02 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126585&oldid=126584 * Ractangle * (+69)
15:44:19 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126586&oldid=126585 * Ractangle * (+1) /* Hello World */
15:45:24 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126587&oldid=126586 * Ractangle * (+22) /* Hello World */
15:51:14 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126588&oldid=126587 * Ractangle * (+40) /* Commands */
15:51:55 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126589&oldid=126588 * Ractangle * (+12) /* Hello World */
15:59:06 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126590&oldid=126589 * Ractangle * (+30) /* Commands */
15:59:33 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126591&oldid=126590 * Ractangle * (+6) /* Commands */
15:59:58 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126592&oldid=126591 * Ractangle * (-25) /* Hello World */
To update automatically, stalker mode requires a reasonably modern browser with scripts enabled. If this message does not disappear, it's either because of that or a bug. Feel free to get in touch on channel for debugging. Or just work around the issue by manually reloading.