00:14:13 [[Language list]] M https://esolangs.org/w/index.php?diff=70556&oldid=70504 * LegionMammal978 * (+13) /* C */ 00:17:37 [[Cheers]] https://esolangs.org/w/index.php?diff=70557&oldid=50618 * LegionMammal978 * (+324) added categories 00:23:03 [[Flurry]] https://esolangs.org/w/index.php?diff=70558&oldid=66937 * Challenger5 * (+1058) 00:25:34 [[Talk:Flurry]] https://esolangs.org/w/index.php?diff=70559&oldid=70552 * Challenger5 * (+264) 00:27:08 -!- xelxebar has joined. 01:03:12 [[Talk:Z]] https://esolangs.org/w/index.php?diff=70560&oldid=70550 * Challenger5 * (+854) 01:04:29 [[Talk:Z]] https://esolangs.org/w/index.php?diff=70561&oldid=70560 * Challenger5 * (+180) 01:06:06 [[Z]] https://esolangs.org/w/index.php?diff=70562&oldid=62308 * Challenger5 * (+89) 02:03:04 -!- Phantom_Hoover has joined. 02:14:44 [[Ly]] https://esolangs.org/w/index.php?diff=70563&oldid=69953 * IFcoltransG * (+4) /* Commands */ Updated whether the development is active or not 02:20:32 -!- xkapastel has quit (Quit: Connection closed for inactivity). 02:35:42 [[Charm]] https://esolangs.org/w/index.php?diff=70564&oldid=54864 * IFcoltransG * (+18) Changed from 'is actively maintained' to 'was actively maintained' 02:37:50 -!- tromp has quit (Ping timeout: 246 seconds). 02:40:11 -!- tromp has joined. 02:43:22 -!- imode has quit (Ping timeout: 256 seconds). 02:45:10 -!- imode has joined. 03:16:46 tromp: I updated BB.txt and added my code, so that should answer all your questions 05:02:39 [[Talk:Z]] M https://esolangs.org/w/index.php?diff=70565&oldid=70561 * Challenger5 * (-12) move my message to respect signature 05:03:11 [[Z]] https://esolangs.org/w/index.php?diff=70566&oldid=70562 * Challenger5 * (-28) remove unused feature 05:31:56 -!- WillGibson has joined. 05:41:12 -!- WillGibson has left. 05:45:31 -!- kspalaiologos has joined. 05:53:41 -!- ArthurStrong has quit (Quit: leaving). 06:53:31 -!- aji has quit (Ping timeout: 265 seconds). 06:54:58 -!- shinh_ has quit (Ping timeout: 265 seconds). 07:01:03 -!- aji has joined. 07:01:19 -!- shinh_ has joined. 07:05:14 -!- xelxebar has quit (Remote host closed the connection). 07:05:45 -!- xelxebar has joined. 07:09:53 -!- Sgeo__ has joined. 07:12:53 -!- ashnur has joined. 07:13:15 -!- Sgeo_ has quit (Ping timeout: 256 seconds). 07:13:34 -!- ashnur has left ("WeeChat 2.7.1"). 08:48:33 -!- imode has quit (Ping timeout: 265 seconds). 09:24:27 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 09:24:52 -!- Lord_of_Life has joined. 09:30:25 -!- rain1 has joined. 09:59:24 [[Vitsy]] M https://esolangs.org/w/index.php?diff=70567&oldid=50645 * VTCAKAVSMoACE * (-1) 10:24:49 -!- arseniiv_ has joined. 10:26:53 -!- xkapastel has joined. 10:44:52 hi 10:46:52 greets 10:47:18 hey hows it going 10:48:19 it's alright 11:03:33 SIGBOVIK conference procedings are released 11:03:37 http://sigbovik.org/2020/ 11:03:38 cool 11:03:46 i was checking out poc or gtfo recently 11:03:49 just remembered it recently 11:14:32 int-e: thanks for those nice additions. I see how (\1 (\\3 2)) is in your set W. Btw, do you mind me renaming B to V and W' to B in BB.txt ? 11:21:02 tromp: fine with me 11:21:32 (I used V for something else initially but then got rid of that) 11:22:04 B for bodies and V for variables is more mnemonic. plus W and W' are harder to tell apart 11:23:14 This generalizes to things like W T W -> H[W T W], but I haven't checked whether that applies to any of the remaining size 32 cases. 11:25:00 (There's also W W W -> H[W W W], and W W T -> H[W W T] all with slightly different definitions for W and B) 11:25:13 (So the families explode a bit.) 11:26:16 yeah i noticed one of those W W W -> H[W W W] cases leading my program to hang at 34 11:26:35 mine too 11:26:44 (well, I didn't investigate which case it was) 11:27:05 it was (\1 1 1) (\\1 2 2) 11:27:07 (but it does run out of memory at 34) 11:27:43 where memory is what I have here, which is 32G. 11:28:06 my desktop has the same:) 11:28:29 (\1 1 1) (\\1 (\3) 1) looks like it is a WTW case. 11:28:49 hmm, or does it. 11:29:29 Nah, that was too quick. It's (unless I'm confusing myself) different. 11:30:18 Oh. I *am* confusing myself. 11:30:55 (Namely, 1 refers to the second argument, not the first.) 11:32:29 So the conclusion is that generalizing this criterion would get rid of at least one remaining case for BB(32). 11:33:36 are there any conditions on H? 11:34:38 rain1: H ::= □ | \v. H | H T -- it's a context with the hole in head position 11:34:51 (hence H) 11:34:52 okay 11:38:11 functional programming I smell 11:38:16 understand nothing 11:39:10 tromp: Anyway, the reason I blocked your question yesterday was because I had to figure out how to present this nicely... the initial thought process was very convoluted and not as rigorous as I liked. Sleeping on it helped... I could put things together in my head in the morning, then get up and write them down :) 11:39:55 and nice it is:) 11:41:01 (And as things stood yesterday, it might have turned out that the criterion was flawed. Embarrassing, but less embarrassing than being told by somebodye else :P -- I have some pride.) 11:45:42 I wonder whether there's any serious literature on this question... identifying lambda terms with normal form. 11:46:04 or rather, without. 11:46:16 i would be interested in that oto 11:46:58 I think they are called head recurrent terms 11:47:18 that's a small subclass 11:52:20 studying busy beavers is an exercise in recognizing ever wider classes of divergent behaviour 11:54:48 and also, at some point, of compressing computations which we already know will be needed to find BB(38). 11:55:16 (because 2^65536 is uncomfortably big) 11:55:22 at least lambda calculus lends itself better to that than turing machines:) 11:55:44 so much better 11:56:02 Yeah the granularity is finer, so the difficulty rises a bit more gracefully. 11:56:06 it's really interesting to study the lambda calculus BB 11:56:20 TM busy beaver is stuck at 5 states, which is almost 50 bits 11:56:26 i think it would also be interesting to check out the shortest terms that produce 2^n reductions and similar other functions 11:57:23 maybe if you'd parameterize TMs by number of non-terminating transitions instead, you could do something more interesting 11:57:59 But also, TMs are kind of icky to analyse; I wouldn't know where to begin :) 11:59:42 (Okay, that's a lie. There's a fairly obvious notion of stationary loops that don't change the tape, and shifting loops that write the same string to the tape over and over again. And after that is where I think it becomes really ugly.) 12:00:41 both cases of tape-independent behaviour 12:04:31 -!- xelxebar has quit (Remote host closed the connection). 12:07:57 It's comparable to where we're at with the BLCBBs; the next step is bound to involve some sort of induction. Though, perhaps, there are some devilishly clever context-free-ish grammars (along the lines of W) that describe sets of terms that have no normal forms and are closed under left-most outer-most reduction. 12:12:01 -!- xelxebar has joined. 12:21:58 -!- rain1 has quit (Quit: Lost terminal). 12:34:13 int-e: could you represent Bot by Var maxInt instead ? 12:34:50 (assuming incv would preserve it) 12:37:03 Probably? Var -1 is another idea. But I started from scratch and this felt cleaner. 12:37:36 it behaves similarly to my function eqfree in BB.lhs 12:39:17 so you could avoid Bot by writing a custom S.member 12:39:56 seems cleaner still 12:41:14 (If I had worked on top of AIT.lhs I would probably have resorted to such trickery.) 12:41:29 err 12:41:33 BLC.lhs of course 12:41:43 ... 12:41:59 /undo 12:42:15 Equality modulo free vars is hardly trickery 12:42:33 I meant the Var -1 idea. 12:42:39 oh sure 12:43:37 but expressing Equality modulo free vars is cleaner than adding a Bot constructor to your terms 12:44:11 seems cleaner imo :-) 12:46:04 Yeah but it doesn't interact nicely with Ord. 12:46:21 (not that it really matters) 12:47:25 it matters for efficiency of set membership I guess 12:47:54 sure but that's hardly the bottleneck at the set sizes I allow 12:48:15 I used Data.Set out of habit, really. 12:49:11 btw, you don't need to add all r to the set, just the ones where subst 0 a b is larger in size than r 12:49:37 i.e. the local size minima 12:50:21 I probably don't care :) 12:50:49 not at these sizes no:) 12:50:52 But yeah, good point. 12:51:17 Actually I'm worried that it would explode. :) 12:51:22 btw, my understanding of Haskell is lacking 12:51:48 i thought i could change your b <- return (simp b) to let b = simp b 12:51:58 that's recursive 12:52:12 ah, now I see 12:52:27 so i could just let sb = simp b 12:52:32 true 12:52:33 and avoid the reuse of b 12:52:49 but the shadowing of the old version is a feature here 12:53:11 how so? 12:53:25 It means I will not accidently use it. 12:53:43 ah, ok. 12:54:00 a sanitation feature:) 12:54:19 I usually use primes... and then I produce bugs by missing a prime somewhere :-/ 12:54:54 so I've become a believer in deliberate shadowing of identifiers. 12:55:22 you're a prime example of a shadowy character:-) 12:55:30 in lieu of assignments from imperative programming languages 12:57:09 -!- xelxebar has quit (Remote host closed the connection). 12:57:46 yes, i guess imperative programs can be directly transcribed with x = E replaced by x <- Just E 12:57:46 > let f n | n <- n+1, n <- n*2 = n in f 4 12:57:49 10 13:00:10 > let f n = do n <- Just n+1; n <- Just n*2 in f 4 13:00:14 error: 13:00:14 The last statement in a 'do' block must be an expression 13:00:14 n <- Just n * 2 13:01:12 > let f n = do n <- Just n+1; n <- Just n*2; return n in f 4 13:01:16 error: 13:01:16 • No instance for (Num (Maybe Integer)) 13:01:16 arising from a use of ‘e_1124’ 13:01:29 -!- xelxebar has joined. 13:02:12 > let f n = do n <- Just (n+1); n <- Just n*2; return n in f 4 13:02:16 error: 13:02:16 • No instance for (Num (Maybe Integer)) 13:02:16 arising from a use of ‘e_1124’ 13:02:22 > let f n = do n <- Just (n+1); n <- Just (n*2); return n in f 4 13:02:25 Just 10 13:02:51 Just ice at last:-) 13:03:09 [[User:PythonshellDebugwindow]] M https://esolangs.org/w/index.php?diff=70568&oldid=70502 * PythonshellDebugwindow * (+388) REgeex 13:28:17 why does your simpA have an argument i that's always 0 ? 13:29:50 because I had some idea that used it with 1 but didn't pan out 13:31:13 related to the "level 2" beta reduction (\x\y. u) v w -> (\x. u[y := w]) v 13:31:58 And by "didn't pan out" I mean it didn't help at the sizes I currently care about. 13:33:28 quesiton about the Wiki. Ellipsis and A are categorized as Languages, whereas Unary and Lenguage are categorized as joke languages. they're essentially the same language. what makes one of them a joke language and the other a language? are they just on the border where they can just be categorized either? 13:35:13 you gotta keep those categories balanced 13:36:54 [[SimPL]] N https://esolangs.org/w/index.php?oldid=70569 * B jonas * (+601) Created page with "'''SimPL''' is an esoteric programming language with very simple syntax. SimPL programs are very large because their contents are encoded in unary, there is only one program..." 13:38:17 [[SimPL]] https://esolangs.org/w/index.php?diff=70570&oldid=70569 * B jonas * (+93) 14:42:15 -!- sprocklem has quit (Ping timeout: 260 seconds). 14:44:10 -!- sprocklem has joined. 15:00:33 tromp: Thanks btw, you definitely have a point about using Bot to mark free variables. I don't think it actually goes wrong just yet, but it easily could... 15:01:27 i'm rewriting my BB.lhs based on your improvements 15:02:08 using the S.Set and storing the minimal size r 15:02:52 -!- sprocklem has quit (Ping timeout: 256 seconds). 15:02:58 and using data BBClass = NormalForm DB | Diverging | Unknown for reduction results 15:03:01 ...and even if it couldn't go wrong, the reasons why it doesn't happen are too subtle :) 15:03:17 -!- sprocklem has joined. 15:03:38 tromp: nice 15:15:48 -!- imode has joined. 18:07:07 -!- Phantom_Hoover has quit (Ping timeout: 260 seconds). 18:09:18 -!- ArthurStrong has joined. 18:32:05 [[Minimal operation language]] N https://esolangs.org/w/index.php?oldid=70571 * PythonshellDebugwindow * (+1484) Created page with "{{Template:Distinguish/Confusion|Minimal}} '''Minimal operation language''' is a test esolang by [[User:PythonshellDebugwindow]], who will try to implement it and possibly fai..." 18:32:36 [[User:PythonshellDebugwindow]] M https://esolangs.org/w/index.php?diff=70572&oldid=70568 * PythonshellDebugwindow * (+78) 18:38:08 -!- iczero has changed nick to ferris-ball. 18:45:14 -!- Phantom_Hoover has joined. 18:45:14 -!- moony has changed nick to ferrisier-ball. 18:50:03 [[Minimal operation language]] M https://esolangs.org/w/index.php?diff=70573&oldid=70571 * PythonshellDebugwindow * (+32) /* Syntax */ 19:13:16 [[Minimal operation language]] M https://esolangs.org/w/index.php?diff=70574&oldid=70573 * PythonshellDebugwindow * (+0) /* Syntax */ 19:24:12 -!- kspalaiologos has quit (Quit: Leaving). 19:32:38 -!- trn has quit (Quit: quit). 19:34:12 -!- ferrisier-ball has changed nick to moony. 19:34:23 -!- ferris-ball has changed nick to iczero. 19:36:06 -!- moony has changed nick to noomy. 19:36:17 -!- laerlingSAP has quit (Quit: ZNC 1.7.3 - https://znc.in). 19:37:31 -!- laerlingSAP has joined. 19:42:48 -!- trn has joined. 21:25:41 -!- Lord_of_Life_ has joined. 21:26:37 -!- Lord_of_Life has quit (Ping timeout: 264 seconds). 21:27:01 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 21:38:19 -!- arseniiv_ has quit (Ping timeout: 258 seconds). 21:41:44 SIGBOVIK talks are now being broadcast. 22:00:37 -!- Lymia has quit (Quit: Hugs~ <3). 22:08:08 -!- tromp has quit (*.net *.split). 22:08:09 -!- MDude has quit (*.net *.split). 22:08:09 -!- lambdabot has quit (*.net *.split). 22:08:09 -!- shikhin has quit (*.net *.split). 22:08:09 -!- Lord_of_Life has quit (*.net *.split). 22:08:09 -!- Phantom_Hoover has quit (*.net *.split). 22:08:09 -!- ArthurStrong has quit (*.net *.split). 22:08:09 -!- Sgeo__ has quit (*.net *.split). 22:08:09 -!- shinh_ has quit (*.net *.split). 22:08:09 -!- j-bot has quit (*.net *.split). 22:08:09 -!- Hooloovo0 has quit (*.net *.split). 22:08:09 -!- Melvar has quit (*.net *.split). 22:08:09 -!- atehwa has quit (*.net *.split). 22:08:09 -!- diverger has quit (*.net *.split). 22:08:09 -!- olsner has quit (*.net *.split). 22:08:09 -!- grumble has quit (*.net *.split). 22:08:09 -!- hakatashi has quit (*.net *.split). 22:08:10 -!- tswett[m] has quit (*.net *.split). 22:08:10 -!- APic has quit (*.net *.split). 22:08:10 -!- noomy has quit (*.net *.split). 22:08:11 -!- xavo[m] has quit (*.net *.split). 22:08:11 -!- xylochoron[m] has quit (*.net *.split). 22:08:11 -!- ocharles has quit (*.net *.split). 22:08:11 -!- oren has quit (*.net *.split). 22:08:12 -!- mich181189 has quit (*.net *.split). 22:08:12 -!- pikhq has quit (*.net *.split). 22:08:12 -!- Soni has quit (*.net *.split). 22:08:12 -!- iczero has quit (*.net *.split). 22:08:12 -!- Bowserinator has quit (*.net *.split). 22:08:12 -!- rodgort has quit (*.net *.split). 22:08:12 -!- mniip has quit (*.net *.split). 22:08:12 -!- Cale has quit (*.net *.split). 22:08:12 -!- sftp has quit (*.net *.split). 22:08:12 -!- BWBellairs has quit (*.net *.split). 22:08:12 -!- aji has quit (*.net *.split). 22:08:12 -!- b_jonas has quit (*.net *.split). 22:08:12 -!- erdic has quit (*.net *.split). 22:08:12 -!- myname has quit (*.net *.split). 22:08:12 -!- Deewiant has quit (*.net *.split). 22:08:12 -!- LBPHacker has quit (*.net *.split). 22:08:13 -!- dnm_ has quit (*.net *.split). 22:08:13 -!- glowcoil has quit (*.net *.split). 22:08:13 -!- stux has quit (*.net *.split). 22:08:13 -!- haavard has quit (*.net *.split). 22:08:13 -!- ineiros has quit (*.net *.split). 22:08:13 -!- xelxebar has quit (*.net *.split). 22:08:13 -!- sparr has quit (*.net *.split). 22:08:13 -!- myndzi has quit (*.net *.split). 22:08:13 -!- imode has quit (*.net *.split). 22:08:13 -!- FreeFull has quit (*.net *.split). 22:08:13 -!- nchambers has quit (*.net *.split). 22:08:13 -!- FireFly has quit (*.net *.split). 22:08:13 -!- clog has quit (*.net *.split). 22:08:13 -!- j4cbo has quit (*.net *.split). 22:08:13 -!- ^[_ has quit (*.net *.split). 22:08:13 -!- Lykaina has quit (*.net *.split). 22:08:13 -!- ornxka has quit (*.net *.split). 22:08:13 -!- ski has quit (*.net *.split). 22:08:13 -!- diginet has quit (*.net *.split). 22:08:13 -!- jix has quit (*.net *.split). 22:08:13 -!- gitlogger has quit (*.net *.split). 22:08:13 -!- int-e has quit (*.net *.split). 22:08:13 -!- paul2520 has quit (*.net *.split). 22:08:13 -!- izabera has quit (*.net *.split). 22:08:13 -!- kmc has quit (*.net *.split). 22:08:13 -!- sprocklem has quit (*.net *.split). 22:08:13 -!- sebbu has quit (*.net *.split). 22:08:13 -!- laerling has quit (*.net *.split). 22:08:13 -!- shig has quit (*.net *.split). 22:08:13 -!- catern has quit (*.net *.split). 22:08:13 -!- xkapastel has quit (*.net *.split). 22:08:13 -!- dog_star has quit (*.net *.split). 22:08:13 -!- relrod has quit (*.net *.split). 22:08:14 -!- lynn_ has quit (*.net *.split). 22:08:14 -!- ProofTechnique has quit (*.net *.split). 22:08:14 -!- Taneb has quit (*.net *.split). 22:08:14 -!- vertrex has quit (*.net *.split). 22:08:14 -!- interruptinuse has quit (*.net *.split). 22:08:14 -!- fizzie has quit (*.net *.split). 22:08:14 -!- HackEso has quit (*.net *.split). 22:08:14 -!- howlands_ has quit (*.net *.split). 22:08:14 -!- Banana51 has quit (*.net *.split). 22:08:14 -!- wmww has quit (*.net *.split). 22:08:14 -!- trn has quit (*.net *.split). 22:08:14 -!- laerlingSAP has quit (*.net *.split). 22:08:14 -!- zzo38 has quit (*.net *.split). 22:08:14 -!- spruit11 has quit (*.net *.split). 22:08:14 -!- iovoid has quit (*.net *.split). 22:08:14 -!- imode-ruby has quit (*.net *.split). 22:08:14 -!- joast has quit (*.net *.split). 22:08:14 -!- aloril has quit (*.net *.split). 22:08:14 -!- lifthrasiir_ has quit (*.net *.split). 22:08:14 -!- quintopia has quit (*.net *.split). 22:08:14 -!- heroux has quit (*.net *.split). 22:16:45 [[Special:Log/newusers]] create * Binyamin * New user account 22:24:22 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=70575&oldid=70539 * Binyamin * (+197) 22:31:02 -!- Lymia has joined. 22:31:02 -!- Lord_of_Life has joined. 22:31:02 -!- trn has joined. 22:31:02 -!- laerlingSAP has joined. 22:31:02 -!- Phantom_Hoover has joined. 22:31:02 -!- ArthurStrong has joined. 22:31:02 -!- imode has joined. 22:31:02 -!- sprocklem has joined. 22:31:02 -!- xelxebar has joined. 22:31:02 -!- xkapastel has joined. 22:31:02 -!- Sgeo__ has joined. 22:31:02 -!- shinh_ has joined. 22:31:02 -!- aji has joined. 22:31:02 -!- tromp has joined. 22:31:02 -!- zzo38 has joined. 22:31:02 -!- mniip has joined. 22:31:02 -!- b_jonas has joined. 22:31:02 -!- MDude has joined. 22:31:02 -!- spruit11 has joined. 22:31:02 -!- Cale has joined. 22:31:02 -!- diverger has joined. 22:31:02 -!- iovoid has joined. 22:31:02 -!- erdic has joined. 22:31:02 -!- tswett[m] has joined. 22:31:02 -!- xavo[m] has joined. 22:31:02 -!- wmww has joined. 22:31:02 -!- xylochoron[m] has joined. 22:31:02 -!- oren has joined. 22:31:02 -!- ocharles has joined. 22:31:02 -!- imode-ruby has joined. 22:31:02 -!- myname has joined. 22:31:02 -!- APic has joined. 22:31:02 -!- mich181189 has joined. 22:31:02 -!- pikhq has joined. 22:31:02 -!- Soni has joined. 22:31:02 -!- dnm_ has joined. 22:31:02 -!- iczero has joined. 22:31:02 -!- Bowserinator has joined. 22:31:02 -!- sftp has joined. 22:31:02 -!- FreeFull has joined. 22:31:02 -!- nchambers has joined. 22:31:02 -!- BWBellairs has joined. 22:31:02 -!- j-bot has joined. 22:31:02 -!- rodgort has joined. 22:31:02 -!- Hooloovo0 has joined. 22:31:02 -!- noomy has joined. 22:31:02 -!- sebbu has joined. 22:31:02 -!- lambdabot has joined. 22:31:02 -!- glowcoil has joined. 22:31:02 -!- olsner has joined. 22:31:02 -!- shikhin has joined. 22:31:02 -!- Melvar has joined. 22:31:02 -!- grumble has joined. 22:31:02 -!- atehwa has joined. 22:31:02 -!- laerling has joined. 22:31:02 -!- hakatashi has joined. 22:31:02 -!- Deewiant has joined. 22:31:02 -!- LBPHacker has joined. 22:31:02 -!- stux has joined. 22:31:02 -!- j4cbo has joined. 22:31:02 -!- ^[_ has joined. 22:31:02 -!- dog_star has joined. 22:31:02 -!- shig has joined. 22:31:02 -!- catern has joined. 22:31:02 -!- howlands_ has joined. 22:31:02 -!- ornxka has joined. 22:31:02 -!- haavard has joined. 22:31:02 -!- joast has joined. 22:31:02 -!- aloril has joined. 22:31:02 -!- relrod has joined. 22:31:02 -!- ineiros has joined. 22:31:02 -!- ski has joined. 22:31:02 -!- lifthrasiir_ has joined. 22:31:02 -!- quintopia has joined. 22:31:02 -!- lynn_ has joined. 22:31:02 -!- ProofTechnique has joined. 22:31:02 -!- heroux has joined. 22:31:02 -!- Taneb has joined. 22:31:02 -!- diginet has joined. 22:31:02 -!- int-e has joined. 22:31:02 -!- vertrex has joined. 22:31:02 -!- jix has joined. 22:31:02 -!- interruptinuse has joined. 22:31:02 -!- Lykaina has joined. 22:31:02 -!- paul2520 has joined. 22:31:02 -!- izabera has joined. 22:31:02 -!- kmc has joined. 22:31:02 -!- FireFly has joined. 22:31:02 -!- clog has joined. 22:31:02 -!- myndzi has joined. 22:31:02 -!- sparr has joined. 22:31:02 -!- gitlogger has joined. 22:31:02 -!- HackEso has joined. 22:31:02 -!- fizzie has joined. 22:31:02 -!- Banana51 has joined. 22:32:58 -!- ArthurStrong has quit (Quit: leaving). 22:34:43 -!- ArthurStrong has joined. 22:41:30 [[Talk:Qwote]] https://esolangs.org/w/index.php?diff=70576&oldid=70486 * Binyamin * (+1202) 22:41:51 [[Talk:Qwote]] https://esolangs.org/w/index.php?diff=70577&oldid=70576 * Binyamin * (-486) 22:44:23 -!- Phantom_Hoover has quit (Ping timeout: 250 seconds). 23:44:36 [[List of ideas]] https://esolangs.org/w/index.php?diff=70578&oldid=70046 * Binyamin * (+76) /* Joke/Silly Ideas */ 23:56:21 -!- xkapastel has quit (Quit: Connection closed for inactivity).