←2026-04-10 2026-04-11 2026-04-12→ ↑2026 ↑all
00:04:02 <esolangs> [[Special:Log/newusers]] create * Ezya* * New user account
00:11:18 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=179367&oldid=179332 * Ezya* * (+157)
00:18:09 <esolangs> [[User:Ezya*]] N https://esolangs.org/w/index.php?oldid=179368 * Ezya* * (+3) Created page with "hey"
00:18:38 <aadenboy> happy artemis II landing
00:18:39 <aadenboy> !!
00:21:32 <esolangs> [[User:Ezya*]] https://esolangs.org/w/index.php?diff=179369&oldid=179368 * Ezya* * (+194)
00:22:06 <esolangs> [[User:Ezya*]] https://esolangs.org/w/index.php?diff=179370&oldid=179369 * Ezya* * (+14)
00:26:09 -!- 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:49:56 <somefan> phew
00:51:47 -!- impomatic has quit (Quit: Client closed).
01:32:25 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179371&oldid=179351 * Cleverxia * (+62)
01:40:25 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=179372&oldid=179038 * None1 * (+754)
01:45:33 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179373&oldid=179371 * Aadenboy * (+72) /* Implementations */ golf in Lua
01:45:48 <aadenboy> I think the golfing here is pretty funny
01:46:21 <aadenboy> if input and rand are equal then it causes division by 0 and the for loop repeats infinitely, otherwise it results in either 1 or -1 and never runs
01:46:52 <aadenboy> using a while loop like a sane person is one character short because of types
01:47:04 <aadenboy> one character too long*
01:48:20 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179374&oldid=179373 * Aadenboy * (+22) print input at least once
01:48:57 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179375&oldid=179374 * Aadenboy * (+55)
01:49:17 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=179376&oldid=178428 * Aadenboy * (+40)
01:49:29 <esolangs> [[False machine]] https://esolangs.org/w/index.php?diff=179377&oldid=179352 * Aadenboy * (+55)
01:59:15 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=179378&oldid=179372 * None1 * (+467)
02:00:01 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=179379&oldid=179378 * None1 * (-4) /* Commands */
02:09:12 <esolangs> [[Maybe machine]] M https://esolangs.org/w/index.php?diff=179380&oldid=179375 * Cleverxia * (+35) /* Implementations */
02:09:39 <esolangs> [[Maybe machine]] M https://esolangs.org/w/index.php?diff=179381&oldid=179380 * Cleverxia * (+4) /* fish */
02:10:14 <esolangs> [[Maybe machine]] M https://esolangs.org/w/index.php?diff=179382&oldid=179381 * Cleverxia * (+0) fix again
02:12:38 <esolangs> [[Maybe machine]] M https://esolangs.org/w/index.php?diff=179383&oldid=179382 * Cleverxia * (+3) fix again
02:18:16 <esolangs> [[False machine]] https://esolangs.org/w/index.php?diff=179384&oldid=179377 * Cleverxia * (+98) /* False */
02:27:04 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179385&oldid=179383 * Aadenboy * (+14) must print input at least once
02:28:42 <esolangs> [[False machine]] https://esolangs.org/w/index.php?diff=179386&oldid=179384 * Aadenboy * (+52) golf in lua
02:31:42 <aadenboy> 1/0 = inf again
02:31:55 <aadenboy> all of my golfed lua implementations tend to do that lol
02:38:52 -!- zzo38 has joined.
03:05:52 <izabera> shachaf: guess what
03:06:52 <izabera> you can save O(log N) space over ANS by simply forgetting to account for an additional O(log N) space requirement
03:08:17 <izabera> this was a very difficult thing to realise
04:27:09 <zzo38> Another way of handling 32-bit arithmetic with 64-bit registers is for each half of the register to also be its own register (and they can be subdivided further), so that you can store mroe data in registers if they are small enough to fit many in one register
04:46:30 <esolangs> [[Monoid]] https://esolangs.org/w/index.php?diff=179387&oldid=163425 * Yayimhere2(school) * (+1) pretty sure theres one missing comma in m, else it wouldn't have full input
05:22:44 <aadenboy> goodnight
05:22:47 -!- aadenboy has quit (Quit: goodbye for now! back another day).
05:33:28 -!- somefan_ has joined.
05:35:42 -!- somefan has quit (Ping timeout: 255 seconds).
05:36:11 <b_jonas> zzo38: yes, but then you definitely need separate 32-bit versions of every instruction
05:36:24 <b_jonas> or at least almost every instruction; a few with immediate arguments might be saved
05:36:34 -!- somefan_ has changed nick to somefan.
05:36:52 -!- somefan has changed hostmask to ~somefan@user/somefan.
05:41:56 <zzo38> It might depend how the register specifications work for that instruction set
06:04:31 <esolangs> [[Talk:Brainfuck algorithms]] M https://esolangs.org/w/index.php?diff=179388&oldid=179334 * Erri4 * (+224) /* divide algo */
06:16:00 <esolangs> [[Maybe machine]] M https://esolangs.org/w/index.php?diff=179389&oldid=179385 * PkmnQ * (+0) /* < */ fish swimming the wrong way
06:20:59 -!- Yayimhere has joined.
06:21:04 <Yayimhere> hello.
06:29:30 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=179390&oldid=179367 * Lim Soon Yi 3k * (+49) /* Introductions */
06:29:52 <esolangs> [[AsciiAdd]] N https://esolangs.org/w/index.php?oldid=179391 * Lim Soon Yi 3k * (+344) Created page with "{{Stub}} '''AsciiAdd''' is a minimalist esolang that is about Ascii. How you encode it is you first convert it into Ascii values and you sum up together. ===Example=== H and I in Ascii is 104 and 105. Add together and you get 209. 209 is interpreted is "Hi"!
06:37:41 <esolangs> [[AsciiAdd]] https://esolangs.org/w/index.php?diff=179392&oldid=179391 * Lim Soon Yi 3k * (+63) /* Ending sentence */
06:38:59 -!- impomatic has joined.
06:39:00 <esolangs> [[AsciiAdd]] M https://esolangs.org/w/index.php?diff=179393&oldid=179392 * Lim Soon Yi 3k * (+17)
06:47:25 -!- tromp has joined.
06:54:54 <esolangs> [[IntoLoad]] N https://esolangs.org/w/index.php?oldid=179394 * Yayimhere2(school) * (+1866) Created page with "'''IntoLoad''' was an attempt to make [[Underload]] into a group(similarly to [[Burro]]), though this has not been proven. instead of using concatenation, it uses "ordered interleaving"(will be explained later), to construct programs, when using this operato
06:56:26 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179395&oldid=179389 * PkmnQ * (+89) /* Implementations */ add Thue
07:28:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:29:41 -!- tromp has joined.
07:48:56 <esolangs> [[Talk:Metacompiler]] N https://esolangs.org/w/index.php?oldid=179396 * Yayimhere2(school) * (+153) Created page with "Great qoute, couldn't agree more lol. --~~~~"
08:01:02 -!- Yayimhere has quit (Ping timeout: 245 seconds).
08:23:11 <esolangs> [[+.*]] https://esolangs.org/w/index.php?diff=179397&oldid=146846 * Squidmanescape * (+1319)
08:33:22 -!- Sgeo has quit (Read error: Connection reset by peer).
08:34:27 <esolangs> [[Special:Log/upload]] upload * Lim Soon Yi 3k * uploaded "[[File:Blank-white-with-black-borders-to1p5x536lc9en78.webp]]"
08:34:53 <esolangs> [[AsciiAdd]] M https://esolangs.org/w/index.php?diff=179399&oldid=179393 * Lim Soon Yi 3k * (+83)
08:51:20 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] N https://esolangs.org/w/index.php?oldid=179400 * Esolang lover123 * (+1665) welcome to hell
08:56:28 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=179401&oldid=179121 * Esolang lover123 * (+64) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
09:14:56 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] https://esolangs.org/w/index.php?diff=179402&oldid=179400 * Esolang lover123 * (+447) fixin some stuff
09:27:09 <esolangs> [[Grass]] https://esolangs.org/w/index.php?diff=179403&oldid=178040 * Tpaefawzen * (+100) /* External resources */
09:28:39 <esolangs> [[User talk:Yayimhere]] https://esolangs.org/w/index.php?diff=179404&oldid=178287 * Timm * (+121)
09:29:30 <esolangs> [[User talk:Yayimhere]] https://esolangs.org/w/index.php?diff=179405&oldid=179404 * Timm * (+10)
09:29:32 <esolangs> [[Grass]] https://esolangs.org/w/index.php?diff=179406&oldid=179403 * Tpaefawzen * (+235) /* External resources */
09:31:32 <esolangs> [[Grass]] https://esolangs.org/w/index.php?diff=179407&oldid=179406 * Tpaefawzen * (+127) /* Implementation */
09:54:59 <esolangs> [[3BitJump]] N https://esolangs.org/w/index.php?oldid=179408 * Timm * (+458) Created page with "{{WIP}} <big><big><big>file format .3bj command has A, B, C, D A* = B* if C* then jump D FUNCTION DEFINE!!!!! NAME_ARG, ARG, ARG...: CODE {| class="wikitable" |+ |- ! CELL !! -1 !! -2 |- | A || OUTPUT || ERROR |- | B || INPUT || ERROR |- | C || UNCONDITIONAL || ER
09:55:26 <esolangs> [[User:Timm]] https://esolangs.org/w/index.php?diff=179409&oldid=177060 * Timm * (+16)
10:02:05 <esolangs> [[AddByteJump]] https://esolangs.org/w/index.php?diff=179410&oldid=178834 * Timm * (+2)
10:27:46 <esolangs> [[T F]] N https://esolangs.org/w/index.php?oldid=179411 * Esolang lover123 * (+1003) really cool
10:35:50 <esolangs> [[Talk:T F]] N https://esolangs.org/w/index.php?oldid=179412 * Esolang lover123 * (+157) add
10:37:07 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=179413&oldid=179401 * Esolang lover123 * (+10) True false
10:38:59 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179414&oldid=179411 * Esolang lover123 * (+0) |=/=,
10:41:54 -!- somefan has quit (Ping timeout: 248 seconds).
10:43:56 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179415&oldid=179414 * Esolang lover123 * (+13) stupid stuff
10:44:51 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179416&oldid=179415 * Esolang lover123 * (+0) T
10:45:32 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179417&oldid=179416 * Esolang lover123 * (+7) /* AND GATE */
10:55:25 <esolangs> [[Exemoji]] M https://esolangs.org/w/index.php?diff=179418&oldid=179084 * Glax * (+30) Graphical output category
10:57:46 <esolangs> [[Mathlang]] M https://esolangs.org/w/index.php?diff=179419&oldid=179337 * Esolang lover123 * (+87)
11:07:43 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179420&oldid=179402 * Esolang lover123 * (+69)
11:13:04 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179421&oldid=179420 * Esolang lover123 * (-18)
11:16:41 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179422&oldid=179417 * Esolang lover123 * (+102) False machine
11:17:06 <esolangs> [[AlphaStack]] N https://esolangs.org/w/index.php?oldid=179423 * Glax * (+27111) Create AlphaStack
11:17:16 <esolangs> [[AlphaStack]] https://esolangs.org/w/index.php?diff=179424&oldid=179423 * Glax * (+37223)
11:17:31 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179425&oldid=179422 * Esolang lover123 * (-6) /* AND GATE */
11:17:57 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179426&oldid=179425 * Esolang lover123 * (+1) /* OR GATE */
11:20:16 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=179427&oldid=179413 * Glax * (+31) Add AlphaStack and Exemoji
11:25:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:25:46 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179428&oldid=179426 * Esolang lover123 * (+65)
11:34:22 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179429&oldid=179428 * Esolang lover123 * (+69) categorys
11:35:29 <esolangs> [[Talk:T F]] M https://esolangs.org/w/index.php?diff=179430&oldid=179412 * Esolang lover123 * (+21) IM DOING IT
11:40:35 <esolangs> [[Mathlang]] M https://esolangs.org/w/index.php?diff=179431&oldid=179419 * Esolang lover123 * (+10) /* Commands */
11:41:13 <esolangs> [[A+B Problem]] M https://esolangs.org/w/index.php?diff=179432&oldid=179049 * Esolang lover123 * (+36)
11:44:41 <esolangs> [[Ink]] M https://esolangs.org/w/index.php?diff=179433&oldid=179256 * Esolang lover123 * (+177) /* SYNTAX TABLE */
11:52:34 <esolangs> [[AsciiAdd]] M https://esolangs.org/w/index.php?diff=179434&oldid=179399 * Lim Soon Yi 3k * (+16)
11:54:56 -!- cactushead has quit (Quit: Leaving).
11:55:31 -!- cactushead has joined.
11:56:08 -!- cactushead has quit (Remote host closed the connection).
11:58:08 -!- cactushead has joined.
12:02:59 <esolangs> [[AsciiAdd]] M https://esolangs.org/w/index.php?diff=179435&oldid=179434 * Lim Soon Yi 3k * (-16) Undo revision [[Special:Diff/179434|179434]] by [[Special:Contributions/Lim Soon Yi 3k|Lim Soon Yi 3k]] ([[User talk:Lim Soon Yi 3k|talk]])
12:03:20 <esolangs> [[ZORK+]] N https://esolangs.org/w/index.php?oldid=179436 * OfficialWatchOS7Alt * (+3618) Dont delete this. This is a programming language more similar to an esolang that is worth mentioning
12:03:31 <esolangs> [[False machine]] M https://esolangs.org/w/index.php?diff=179437&oldid=179386 * PkmnQ * (+0) /* < */ fish also swimming the wrong way
12:03:45 <esolangs> [[User:OfficialWatchOS7Alt]] M https://esolangs.org/w/index.php?diff=179438&oldid=179244 * OfficialWatchOS7Alt * (+34)
12:22:38 <esolangs> [[Abcdefghijklmnopqrstuvwxyz+]] N https://esolangs.org/w/index.php?oldid=179439 * Esolang lover123 * (+1031) coolbeans
12:22:57 <esolangs> [[Abcdefghijklmnopqrstuvwxyz+]] M https://esolangs.org/w/index.php?diff=179440&oldid=179439 * Esolang lover123 * (+5) /* False machine */ code
12:24:13 <esolangs> [[Talk:Abcdefghijklmnopqrstuvwxyz]] N https://esolangs.org/w/index.php?oldid=179441 * Esolang lover123 * (+91) coolerbeans
12:24:30 <esolangs> [[Talk:Abcdefghijklmnopqrstuvwxyz]] https://esolangs.org/w/index.php?diff=179442&oldid=179441 * Esolang lover123 * (+3)
12:27:14 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=179443&oldid=179427 * Esolang lover123 * (+34) /* A */
12:30:06 -!- tromp has joined.
12:31:40 <esolangs> [[Abcdefghijklmnopqrstuvwxyz+]] M https://esolangs.org/w/index.php?diff=179444&oldid=179440 * Esolang lover123 * (+1607)
12:40:04 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179445&oldid=179421 * Esolang lover123 * (+30) /* Commands */
12:41:16 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179446&oldid=179445 * Esolang lover123 * (+57) /* Commands */
12:42:22 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179447&oldid=179446 * Esolang lover123 * (+72) /* Commands */
12:45:08 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179448&oldid=179447 * Esolang lover123 * (+27) /* Commands */
12:46:52 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] M https://esolangs.org/w/index.php?diff=179449&oldid=179448 * Esolang lover123 * (+87) /* PROGRAMS */
12:50:22 -!- amby has joined.
12:56:04 -!- emery has quit (Read error: Connection reset by peer).
13:00:44 -!- emery has joined.
13:08:51 -!- somefan has joined.
13:08:51 -!- somefan has changed hostmask to ~somefan@user/somefan.
13:12:26 <esolangs> [[T F]] https://esolangs.org/w/index.php?diff=179450&oldid=179429 * Esolang lover123 * (+2) /* NOT GATE */ FFFFFFFFFFFFF
13:22:31 <int-e> `? this
13:22:37 <HackEso> This is something people on the channel like to talk about. We're often unsure what this is, though. Nobody likes this.
13:22:46 <int-e> fungot: Oh hi there!
13:22:46 <fungot> int-e: lispme for pdas should come with a usable editor yet, you can do in a rewriting lang that rewrites its own source
13:24:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:24:23 <esolangs> [[Talk:T F]] https://esolangs.org/w/index.php?diff=179451&oldid=179430 * Dragoneater67mobile * (+50) /* A+B problem */
13:24:32 <esolangs> [[Talk:T F]] M https://esolangs.org/w/index.php?diff=179452&oldid=179451 * Dragoneater67mobile * (+1) /* A+B problem */
13:26:15 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179453&oldid=179450 * Dragoneater67mobile * (+25)
13:27:46 -!- somefan_ has joined.
13:31:30 -!- somefan has quit (Ping timeout: 248 seconds).
13:31:58 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] https://esolangs.org/w/index.php?diff=179454&oldid=179449 * Dragoneater67mobile * (+2) /* Normal true */
13:40:44 -!- somefan_ has quit (Ping timeout: 245 seconds).
13:47:58 <esolangs> [[Talk:T F]] https://esolangs.org/w/index.php?diff=179455&oldid=179452 * Esolang lover123 * (+57)
14:06:05 -!- tromp has joined.
14:07:50 <esolangs> [[T F]] https://esolangs.org/w/index.php?diff=179456&oldid=179453 * Esolang lover123 * (+278) The Adder Will Arrive
14:20:02 <esolangs> [[User talk:Dragoneater67]] M https://esolangs.org/w/index.php?diff=179457&oldid=179196 * Esolang lover123 * (+254) ;)
14:20:58 <esolangs> [[Esolang talk:Sandbox]] https://esolangs.org/w/index.php?diff=179458&oldid=179149 * Tommyaweosme * (+177) /* Revisions before december 19 2024 unviewable */
14:33:08 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179459&oldid=179395 * Cleverxia * (+172)
14:40:41 <esolangs> [[Maybe machine]] https://esolangs.org/w/index.php?diff=179460&oldid=179459 * Cleverxia * (+19) /* ActionLang */
14:45:04 <esolangs> [[Proof that the turing machine is turing complete]] N https://esolangs.org/w/index.php?oldid=179461 * Esolang lover123 * (+760) YEAAAAAAAAAAAAAAAAAAAAAH!
14:45:17 <esolangs> [[Proof that the turing machine is turing complete]] https://esolangs.org/w/index.php?diff=179462&oldid=179461 * Esolang lover123 * (+1)
14:46:07 <esolangs> [[Proof that the turing machine is turing complete]] https://esolangs.org/w/index.php?diff=179463&oldid=179462 * Esolang lover123 * (+40)
15:10:29 -!- aadenboy has joined.
15:10:36 <aadenboy> morning
15:16:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:16:36 -!- b_jonas has quit (Remote host closed the connection).
15:33:24 <esolangs> [[User:LynChern/Sandbox]] https://esolangs.org/w/index.php?diff=179464&oldid=179363 * LynChern * (+3624)
15:37:01 <esolangs> [[Abcdefghijklmnopqrstuvwxyz+]] https://esolangs.org/w/index.php?diff=179465&oldid=179444 * Hotcrystal0 * (-1607) why are there a million indents
15:37:16 -!- tromp has joined.
15:40:19 -!- aadenboy|2 has joined.
15:40:22 -!- aadenboy has quit (Ping timeout: 244 seconds).
15:40:29 -!- aadenboy|2 has changed nick to aadenboy.
15:53:17 -!- aadenboy has quit (Ping timeout: 244 seconds).
16:02:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:02:40 -!- aadenboy has joined.
16:05:00 -!- b_jonas has joined.
16:05:50 -!- ais523 has joined.
16:06:18 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=179466&oldid=179457 * Dragoneater67mobile * (+30)
16:06:29 <aadenboy> hello thrice
16:07:00 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=179467&oldid=179466 * Dragoneater67mobile * (+171) /* T F interpreter thing */
16:07:18 <korvo> Howdy.
16:08:04 <ais523> hi
16:12:23 <esolangs> [[Abcdefghijklmnopqrstuvwxyz+]] https://esolangs.org/w/index.php?diff=179468&oldid=179465 * Esolang lover123 * (+9) /* False machine */
16:19:30 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] https://esolangs.org/w/index.php?diff=179469&oldid=179454 * Dragoneater67mobile * (-490) why?
16:32:54 -!- tromp has joined.
16:42:18 <esolangs> [[User:LynChern/Sandbox]] https://esolangs.org/w/index.php?diff=179470&oldid=179464 * LynChern * (-516)
16:45:36 <esolangs> [[T F]] https://esolangs.org/w/index.php?diff=179471&oldid=179456 * Esolang lover123 * (+386) adder is coming soon
16:58:32 <esolangs> [[User:LynChern/Sandbox]] https://esolangs.org/w/index.php?diff=179472&oldid=179470 * LynChern * (+6637)
16:59:23 <esolangs> [[User:LynChern/Sandbox]] https://esolangs.org/w/index.php?diff=179473&oldid=179472 * LynChern * (+1)
17:21:44 -!- somefan has joined.
17:22:35 -!- aadenboy|2 has joined.
17:22:45 <aadenboy|2> that's the fourth time today
17:22:54 <aadenboy|2> third*
17:23:11 -!- ais523 has quit (Ping timeout: 272 seconds).
17:23:54 -!- aadenboy has quit (Ping timeout: 265 seconds).
17:26:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:33:42 -!- ais523 has joined.
17:44:24 -!- aadenboy|2 has changed nick to aadenboy.
17:52:58 -!- tromp has joined.
18:04:07 <esolangs> [[User talk:Dragoneater67]] https://esolangs.org/w/index.php?diff=179474&oldid=179467 * Dragoneater67mobile * (+12)
18:06:14 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=179475&oldid=179471 * Dragoneater67mobile * (+0) /* Tasks */
18:06:32 <esolangs> [[T F]] https://esolangs.org/w/index.php?diff=179476&oldid=179475 * Dragoneater67mobile * (+0) Undo revision [[Special:Diff/179475|179475]] by [[Special:Contributions/Dragoneater67mobile|Dragoneater67mobile]] ([[User talk:Dragoneater67mobile|talk]])
18:09:23 <esolangs> [[ZORK+]] https://esolangs.org/w/index.php?diff=179477&oldid=179436 * Dragoneater67mobile * (+10) /* miaow */
18:20:12 -!- Sgeo has joined.
19:56:34 -!- Lord_of_Life has quit (Ping timeout: 248 seconds).
19:58:33 -!- Lord_of_Life has joined.
20:00:26 <esolangs> [[New]] https://esolangs.org/w/index.php?diff=179478&oldid=137801 * Squidmanescape * (+3083)
20:09:45 <esolangs> [[New]] https://esolangs.org/w/index.php?diff=179479&oldid=179478 * Squidmanescape * (+273)
20:20:47 <esolangs> [[User:Squidmanescape]] https://esolangs.org/w/index.php?diff=179480&oldid=179323 * Squidmanescape * (+102) /* I Implemented Them */
20:21:20 <esolangs> [[User:Squidmanescape]] https://esolangs.org/w/index.php?diff=179481&oldid=179480 * Squidmanescape * (+118)
21:02:38 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Proof that the turing machine is turing complete]]": joke proof, not an esolang or unrelated proof (also, the joke isn't even funny due to a lack of continuity in the proof, many of the steps aren't used again or aren't properly justified); also the page name is not useful because "the set of programs that c
21:03:08 <ais523> I meant "not an esolang or related proof" but I hope this is clear enough (you can't edit edit summaries)
21:05:17 <ais523> proving some specific Turing machine to be universal could be ontopic but the page wasn't anywhere near doing that
21:15:46 <zzo38> Another variant of Fractran can be with probability; there are a few ways to do, e.g. each fraction also has another number associated with it and that number is multiplied by the exponent of the biggest multiple of the denominator (in lowest terms) that it is a multiple of and then divide by the total of all of them.
21:23:53 <zzo38> Other possible variant of Fractran can be one having addition as well as multiplication (possibly a fixed fraction to be addition for all of the fractions of the sequence of fractions of multiplication, and that it is added after each one to see if the result is a integer; which would make using zero for the addition like standard Fractran)
21:24:01 <ais523> probabilistic Fractran is interesting because Fractran seems to be critically dependent for its TCness on the fact that the fractions are ordered
21:24:53 <ais523> so if you are using probabilities instead, it seems possible that any sufficiently large function would eventually malfunction due to bad random numbers (assuming that every matching fraction's probability is used)
21:25:34 <aadenboy> deleted page reminds me of [[Brainfuck is not turing complete]]
21:25:42 <aadenboy> at least by name
21:28:35 <ais523> aadenboy: it was a similar sort of page, including the ridiculous reasoning, but worse becaues the reasoning wasn't even *internally* consistent
21:29:01 <ais523> it would just state things it never used again, or add premises which were neither proven (not even with a pun) nor explained
21:30:01 <ais523> ("brainfuck is not turing complete" has a minor flaw of that nature, in that it doesn't consider the possibility that D=0 and that possibility would ruin the joke, but it's much smaller than on the page I deleted)
22:02:22 <esolangs> [[Talk:Brainfuck is not turing complete]] https://esolangs.org/w/index.php?diff=179482&oldid=146801 * Ais523 * (+410) /* The proof is invalid */ new section
22:21:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:22:15 -!- ais523 has quit (Quit: quit).
22:26:23 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] M https://esolangs.org/w/index.php?diff=179483&oldid=177944 * Jay * (+176)
22:33:15 <esolangs> [[Special:Log/newusers]] create * TSTNT * New user account
23:33:41 <esolangs> [[New]] https://esolangs.org/w/index.php?diff=179484&oldid=179479 * Squidmanescape * (-30) I did the textfile part wrong.
23:37:25 <esolangs> [[BFFB]] https://esolangs.org/w/index.php?diff=179485&oldid=134412 * Squidmanescape * (+2982) I think this is a correct implementation. Please fix something if it's not.
←2026-04-10 2026-04-11 2026-04-12→ ↑2026 ↑all