00:04:08 -!- mtm has quit (Ping timeout: 245 seconds). 00:04:40 [[Windmill]] M https://esolangs.org/w/index.php?diff=146304&oldid=146303 * RainbowDash * (+89) idk what went wrong but i fixed it 00:05:34 -!- mtm has joined. 00:07:15 [[Fear of the Unknown]] N https://esolangs.org/w/index.php?oldid=146305 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+2966) Created page with "'''Fear of the Unknown''' is an esolang created by [[User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]] in [[:Category:2024|2024]]. It's inspired by [[My Unreliable Past]], [ 00:07:48 -!- ajal has joined. 00:08:25 -!- amby has quit (Ping timeout: 252 seconds). 00:09:15 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146306&oldid=146305 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+185) oops i forgot to add categories 00:10:57 [[Translated /islptng Again]] https://esolangs.org/w/index.php?diff=146307&oldid=146280 * PrySigneToFry * (+39) 00:11:10 [[User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]] https://esolangs.org/w/index.php?diff=146308&oldid=145813 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+96) 00:13:34 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146309&oldid=146306 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+101) /* Hello, World! */ 00:14:38 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146310&oldid=146309 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+151) /* Hello, World! */ 00:14:57 [[Windmill]] M https://esolangs.org/w/index.php?diff=146311&oldid=146304 * RainbowDash * (-1) /* Example programs */ 00:16:13 -!- Everything has quit (Quit: leaving). 00:19:03 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146312&oldid=146310 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-7) 00:20:58 [[Windmill]] M https://esolangs.org/w/index.php?diff=146313&oldid=146311 * RainbowDash * (+6) /* JS implementation */ 00:21:29 [[User talk:MihaiEso]] https://esolangs.org/w/index.php?diff=146314&oldid=143951 * PrySigneToFry * (+906) /* Make it even scarier !!!! */ new section 00:21:54 -!- Lord_of_Life has quit (Ping timeout: 265 seconds). 00:22:23 -!- Lord_of_Life has joined. 00:36:51 esolangs: what topic does esolangs answer questions about? 00:37:18 b_jonas: Esolangs answers questions about esoteric programming languages. It uses its knowledge of the esoteric languages wiki to provide answers to questions about these languages. 00:42:01 esolangs: What is a cellular automaton? 00:42:14 esolangs: What is the relevance of cellular automata to esoteric programming languages? 00:42:14 korvo: Waiting for your reply, / Thoughts still swirling in my mind, / Hope you understand my plight. 00:42:25 ua u'i penmi .i ki'e skami 00:42:40 korvo: A cellular automaton (CA) is a type of computational model where a grid of interconnected cells, each with a finite set of states, evolves over time. The state of each cell depends on its current state and the states of its neighboring cells. This evolution is often synchronized, with all cells updating simultaneously. CAs are often used to model... 00:42:40 complex systems and have been studied for their computational power and potential applications in various fields. 00:43:38 esolangs: Who invented cellular automata? 00:43:46 C'mon, don't say Wolfram, don't say Wolfram... 00:44:03 korvo: Cellular automata were not invented by a single person. The concept was developed independently by several researchers in the 1950s and 1960s. **Key figures** include: * **John von Neumann:** His work on self-replicating systems laid the groundwork. * **John Conway:** He popularized the concept and developed the Game of Life, a famous cellular... 00:44:03 automaton. * **Thomas M. Cover:** He contributed to the theoretical foundations of cellular automata. Let me know if you'd like to know more about the history of cellular automata! 00:45:16 Y'know, not the worst response. [[wikipedia:Thomas M. Cover]] is a real professor who contributed to foundations of information theory. 00:45:28 esolangs: Who is Alvy Ray Smith? 00:45:58 korvo: Alvy Ray Smith was a computer scientist who formalized the concept of cellular automata in the 1960s. He published a series of papers starting with his PhD dissertation in 1969, establishing basic results for working with cellular automata. Smith's work significantly contributed to the understanding and development of this fascinating area of... 00:45:58 computer science. 00:46:28 We need more raytracing languages~ 00:57:18 korvo: for a moment I thought you were going to suggest a raytracing cellular atomaton 00:57:20 * automaton 00:57:25 and was trying to work out if that even made sense 00:59:32 ais523: Hah, nah. Alvy Ray is probably not super-well-known outside the West Coast scene; he's a Pixar co-founder who was cut out by Steve Jobs. My favorite paper of his is "A pixel is *not* a little square," a classic rant he wrote while at Microsoft. 01:00:16 "Ray Smith", how's that for nominative determinism~ 01:01:11 hmm, I wonder whether any display technologies have actually square pixels 01:01:22 oh, black-and-white LCD displays do 01:01:35 or, well, they can be any shape but normally people use squares 01:01:37 Folks are welcome to the name "pixra", Lojban for "picture", if they want to make a Renderman-ish esolang without violating trademarks. 01:02:32 black-and-white CRT TVs traditionally had circular pixels, then the color CRT TVs had pixels which were shaped ilke three circles packed into a triangle, until Sony started making screens with rectangular pixels 01:02:42 (I'm not sure whether those were any better, or just cheaper to manufacture) 01:02:50 It's not just about shape. He argues that a pixel/texel is a point sample, just like in audio DSP work, and so we should always use analytically-integrated kernels instead of guessing that the pixel smoothly expands out to a discontinuous edge/border. 01:03:21 interlaced CRTs are an interesting case, which sort-of reminds me of that 01:03:28 the pixels are in different places on different frames 01:04:48 Right. De-interlacing requires some sort of integration over time, even if it's just telecine or row-by-row sampling. 01:05:40 TBH we should treat videos as 3D objects more often. We don't do it because we value the ability to pause on "a frame", so we need the ability to cleanly foliate the video as many sliced 2D "frames". 01:05:44 a classic problem in computer graphics is the "viewing a checkerboard at a large distance" – eventually the squares on the checkerboard become smaller than a pixel, which means that you have to average somehow 01:05:50 there are various possible solutions 01:06:09 I thought compression algorithms treated them as 3D for the purpose of compressing them 01:06:33 Haaaaave you read Inigo Quizlez' series of articles on that topic? His blog taught me how to do the integration of checkerboard-like kernels. Another cool ex-Pixar guy. 01:07:45 For better or worse, every compressor has to be able to seek through the video by slicing to the frames. So instead of e.g. generic spatiotemporal motion, we have "motion compensation" in the spatial domain and compressor-specific choices for time. 01:10:55 korvo: I read someone's series of articles on that but forget who wrote them 01:14:36 ais523: https://iquilezles.org/articles/morecheckerfiltering/ perhaps? They're short, just a page of simple calculus. 01:16:26 ah no, I don't think I read that one 01:17:43 Totally changed how I view raytracing. Before, I had the "metropolis" understanding: raytracing is super-random and requires a lot of scattering and you have to take millions of samples per output pixel in all cases. 01:18:26 But now I think of it as something that is fundamentally smooth, except at the edges; and amenable to statistical techniques so that we can dynamically choose whether we need thousands of samples/pixel or like three. 01:19:54 if you limit the rays to a finite number of bounces, in theory there should only be finitely many essentially different directions, each of which could be calculated analytically 01:20:03 although, the number might be too great to render reasonable 01:20:06 * reasonably 01:22:54 I think of it as the "conic" approach: project from screen space to the target object s.t. there is not just a traced ray, but a traced cone. At each bounce, we compute the tangent ellipse, curvature, etc. 01:24:03 The width of the conic slice relative to screen space determines how blurry/sharp the intersection is and can be passed to an analytic kernel to get a smoothly-integrated sample. 01:25:18 If the cone intersects an object, but the ray doesn't, then we can also compute a glancing blow analytically. This lets us have nice tracing close to the edges of light sources without Monte Carlo'ing a bunch of rays out from the source. 01:31:56 I think we are agreeing with each other 01:36:03 Probably. I'd show you my raytracer but I'm like five levels deep into a rewrite. 01:38:36 -!- ambylastname has joined. 01:41:49 -!- ajal has quit (Ping timeout: 260 seconds). 01:46:07 -!- tromp has joined. 01:47:45 ais523: when we were children we had this craft where we weave colored strips of paper through a frame that's a sheet of paper with parallel slits cut in it. the strips that you weave and the strips between the slits have the same width, something like 6 mm, so that results in close to square pixels. 01:49:26 hmm, can that use all the pixels, or only half of them? 01:50:08 all of them, the back is just messy with lots of folded parts of strips 01:50:30 oh, I see 01:50:58 -!- tromp has quit (Client Quit). 01:53:49 the more popular versions made of textile, like weaving, embroidery, or knitting, are more popular and higher resolution, but they don't produce such nice square pixels 02:07:32 -!- ambylastname 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). 02:22:36 [[Wasaya]] N https://esolangs.org/w/index.php?oldid=146315 * PrySigneToFry * (+4007) Created page with "Wasaya is a Programming Language designed by PSTF. == Inspired from == I get the inspiration from Python, C++ and Lua. I let Wenxinyiyan to generate a language, then he gives the name "LuaT". == Syntax == === Command Block and Exegesis == * Use --- 02:22:51 [[Wasaya]] M https://esolangs.org/w/index.php?diff=146316&oldid=146315 * PrySigneToFry * (+1) 02:26:24 [[Language list]] https://esolangs.org/w/index.php?diff=146317&oldid=146230 * PrySigneToFry * (+13) 02:27:58 [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=146318&oldid=145423 * PrySigneToFry * (+33) 02:30:50 [[User:Aadenboy]] M https://esolangs.org/w/index.php?diff=146319&oldid=145800 * Aadenboy * (-51) updated the extension 02:54:14 [[User:Translated ORK/Translated ORK PSTF 23(This is my first time to use your userpage)]] N https://esolangs.org/w/index.php?oldid=146320 * PrySigneToFry * (+1566) Created page with "(ORK in another universe: [[Translated ORK/islptng|?y???o#?????|n?VP?_?rHQ.p??!z??Q'??z>1???yA6??z?/$TK???*?}???T/E|?K?>]]) 1. Take the lump w 02:55:23 [[Translated ORK/islptng]] https://esolangs.org/w/index.php?diff=146321&oldid=146265 * PrySigneToFry * (+101) 02:55:53 [[User:Translated ORK/Translated ORK PSTF 23(This is my first time to use your userpage)]] https://esolangs.org/w/index.php?diff=146322&oldid=146320 * PrySigneToFry * (+478) 02:58:17 [[User:Translated ORK]] https://esolangs.org/w/index.php?diff=146323&oldid=146045 * PrySigneToFry * (+94) 03:05:03 -!- op_4 has quit (Remote host closed the connection). 03:05:34 -!- op_4 has joined. 03:12:54 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146324&oldid=146312 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-87) /* Syntax */ 03:20:18 [[User talk:MihaiEso]] https://esolangs.org/w/index.php?diff=146325&oldid=146314 * PrySigneToFry * (+807) /* User:Translated ORK/Translated ORK PSTF 23(This is my first time to use your userpage) */ new section 03:30:40 [[Fucker]] https://esolangs.org/w/index.php?diff=146326&oldid=115874 * PrySigneToFry * (+46) 03:51:09 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146327&oldid=146324 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+747) 03:51:50 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146328&oldid=146327 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+14) /* Full grammar */ 03:52:04 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146329&oldid=146328 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+15) /* Full grammar */ 03:53:37 [[Poetic (family)]] https://esolangs.org/w/index.php?diff=146330&oldid=142100 * ColorfulGalaxy's CA discoveries * (+11) 03:54:14 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146331&oldid=146329 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+17) /* Full grammar */ 03:54:31 [[Fear of the Unknown]] https://esolangs.org/w/index.php?diff=146332&oldid=146331 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+18) /* Full grammar */ 03:55:09 [[HashedPoem]] https://esolangs.org/w/index.php?diff=146333&oldid=132872 * ColorfulGalaxy's CA discoveries * (+27) ----) (Recategorization 03:55:55 [[Slam]] https://esolangs.org/w/index.php?diff=146334&oldid=88817 * ColorfulGalaxy's CA discoveries * (+27) ---- 03:56:53 [[Slam]] https://esolangs.org/w/index.php?diff=146335&oldid=146334 * ColorfulGalaxy's CA discoveries * (+12) ----) (Cross-reference 03:58:08 [[Enjamb]] https://esolangs.org/w/index.php?diff=146336&oldid=128355 * ColorfulGalaxy's CA discoveries * (+40) ---- 03:59:08 [[Enjamb]] https://esolangs.org/w/index.php?diff=146337&oldid=146336 * ColorfulGalaxy's CA discoveries * (+27) ---- 04:11:24 [[Esolang:General disclaimer]] https://esolangs.org/w/index.php?diff=146338&oldid=103444 * ColorfulGalaxy's CA discoveries * (+267) /* Insult */ new section) (---- 04:11:42 [[Esolang:General disclaimer]] M https://esolangs.org/w/index.php?diff=146339&oldid=146338 * Ais523 * (-267) Reverted edit by [[Special:Contributions/ColorfulGalaxy's CA discoveries|ColorfulGalaxy's CA discoveries]] ([[User talk:ColorfulGalaxy's CA discoveries|talk]]) to last revision by [[User:Ais523|Ais523]] 04:14:42 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=146340&oldid=146192 * ColorfulGalaxy's CA discoveries * (+202) /* I got hacked again */ 04:15:39 [[Auld Lang]] https://esolangs.org/w/index.php?diff=146341&oldid=139601 * ColorfulGalaxy's CA discoveries * (+27) ---- 04:27:34 [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=146342&oldid=145571 * ColorfulGalaxy's CA discoveries * (+251) /* Slam */ new section) (---- 04:39:15 [[Slam]] https://esolangs.org/w/index.php?diff=146343&oldid=146335 * ColorfulGalaxy's CA discoveries * (+29) Is this language Turing-complete?) (---- 04:44:39 -!- wWwwW has joined. 04:48:00 [[Enjamb]] https://esolangs.org/w/index.php?diff=146344&oldid=146337 * ColorfulGalaxy's CA discoveries * (+162) Dealing with the inappropriate "Turing complete" category) (---- 04:50:19 [[Enjamb]] M https://esolangs.org/w/index.php?diff=146345&oldid=146344 * ColorfulGalaxy's CA discoveries * (-6) 04:54:18 [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=146346&oldid=146342 * ColorfulGalaxy's CA discoveries * (+115) /* Enjamb */ new section) (---- 05:05:09 [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=146347&oldid=146346 * ColorfulGalaxy's CA discoveries * (+78) /* Length */ new section) (---- 05:07:04 [[Length]] https://esolangs.org/w/index.php?diff=146348&oldid=145725 * ColorfulGalaxy's CA discoveries * (+27) /* See also */ new section) (---- 05:34:48 [[Special:Log/newusers]] create * WoodyFan3412 * New user account 05:46:20 -!- ais523 has quit (Quit: quit). 05:50:00 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=146349&oldid=146202 * WoodyFan3412 * (+177) Description 05:53:32 [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:TileDots.png]]" 05:57:22 [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:CWarp.png]]" 06:05:04 [[User:WoodyFan3412]] N https://esolangs.org/w/index.php?oldid=146352 * WoodyFan3412 * (+350) Created Page 08:09:28 -!- tromp has joined. 08:24:48 [[Hello world program in esoteric languages (N-S)]] https://esolangs.org/w/index.php?diff=146353&oldid=144685 * ColorfulGalaxy's CA discoveries * (+846) /* Slam */ new section 08:28:58 [[Enjamb]] M https://esolangs.org/w/index.php?diff=146354&oldid=146345 * ColorfulGalaxy's CA discoveries * (+4) /* Hello World */ ) (---- 08:39:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 08:44:32 -!- tromp has joined. 08:54:44 [[User talk:WoodyFan3412]] N https://esolangs.org/w/index.php?oldid=146355 * Aadenboy * (+379) Created page with "ooh, TileDots seems interesting! you should make a page for it! is it based on [[Befunge]]? ~~~~" 09:08:57 [[Linear bounded automaton]] https://esolangs.org/w/index.php?diff=146356&oldid=74444 * 5anz * (+2) /* History */ 09:13:47 [[Talk:Linear bounded automaton]] https://esolangs.org/w/index.php?diff=146357&oldid=20045 * 5anz * (+200) 09:14:10 [[Talk:Linear bounded automaton]] https://esolangs.org/w/index.php?diff=146358&oldid=146357 * 5anz * (+80) /* Grammar mistakes */ 09:16:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 09:42:39 [[Eror]] https://esolangs.org/w/index.php?diff=146359&oldid=146296 * 5anz * (+5) /* Cat program */ 09:48:26 [[User talk:5anz]] https://esolangs.org/w/index.php?diff=146360&oldid=135354 * Yayimhere * (+137) 09:57:02 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=146361&oldid=146340 * Yayimhere * (+201) /* About BRING BACK THE OLD SANDBOX WAR */ 09:57:40 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=146362&oldid=146361 * Yayimhere * (+70) /* About BRING BACK THE OLD SANDBOX WAR */ 10:01:50 [[+-.%*]] N https://esolangs.org/w/index.php?oldid=146363 * 3cxpy * (+2740) Created page with "'''+-.%*''' is an [[esoteric programming language]] created by [[User:3xcpy]]. It is (kind of) pretty similar to [[Brainfuck]]. == Overview == Just like Brainfuck, '''+-.%*''' operates on a tape of memory cells. These cells can hold any value between (including) 0 and 255. 10:03:33 [[User:3xcpy]] N https://esolangs.org/w/index.php?oldid=146364 * 3cxpy * (+69) Created page with "I'm 3xcpy. These are the languages I created: * [[Slink]] * [[+-.%*]]" 10:05:31 -!- Sgeo has quit (Read error: Connection reset by peer). 10:10:29 [[+.*]] N https://esolangs.org/w/index.php?oldid=146365 * 3cxpy * (+555) Created page with "'''+.*''' is a Brainfuck derivative where the [ and ] commands are replaced with *, which moves execution back to the beginning of the program if the current cell's value is 0. It was created by [[User:3xcpy]]. (I'll write a bit more abo 10:19:25 Hi 10:32:21 -!- tromp has joined. 10:35:23 -!- __monty__ has joined. 10:41:18 -!- HackEso has quit (Remote host closed the connection). 10:41:54 -!- HackEso has joined. 10:45:35 [[User:3cxpy]] N https://esolangs.org/w/index.php?oldid=146366 * ZCX islptng * (+24) Redirected page to [[User:3xcpy]] 10:46:20 [[User talk:3xcpy]] N https://esolangs.org/w/index.php?oldid=146367 * ZCX islptng * (+29) Redirected page to [[User talk:3cxpy]] 10:48:15 [[User talk:3cxpy]] N https://esolangs.org/w/index.php?oldid=146368 * ZCX islptng * (+390) Created page with "Hello,
Your username is 3cxpy but you said your name is 3xcpy.
I have created a redirect for you. ~~~~" 10:49:22 [[User:PrySigneToFry/Discussion]] https://esolangs.org/w/index.php?diff=146369&oldid=142883 * PrySigneToFry * (+896) 10:52:18 [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:TileDots example1.png]]" 10:54:14 [[true]] https://esolangs.org/w/index.php?diff=146371&oldid=145543 * Ractangle * (-21) /* Newline/IndexError */ 10:56:30 [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:TIleDots example2.png]]" 11:01:52 [[Special:Log/upload]] upload * WoodyFan3412 * uploaded "[[File:TileDots program1.png]]" 11:04:35 [[Translated /PSTF Again2]] N https://esolangs.org/w/index.php?oldid=146374 * PrySigneToFry * (+1503) Created page with "1. Takt that [[Translated /islptng Again|s**t]](Unnecessary line breaks have been removed):
   UTA   kgm  [82] UTA     Autres 14000   ..."
11:04:46  hello APic
11:04:54  want to collab on an esolang?
11:04:56  [[Translated /PSTF Again2]]  https://esolangs.org/w/index.php?diff=146375&oldid=146374 * PrySigneToFry * (+0) 
11:04:57  Nope
11:05:02  But thanks for asking
11:05:02  😌
11:05:07  lol
11:05:37  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:TileDots program2.png]]"
11:06:23  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146377&oldid=146360 * 5anz * (+152) /* esolang? */
11:06:35  [[Translated /islptng Again]]  https://esolangs.org/w/index.php?diff=146378&oldid=146307 * PrySigneToFry * (+77) 
11:08:44  [[FALSE]]  https://esolangs.org/w/index.php?diff=146379&oldid=127997 * Ractangle * (+14) /* See also */
11:09:14  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:TileDots program3.png]]"
11:17:39  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146381&oldid=146377 * Ractangle * (-9) /* esolang? */
11:18:14  [[Eror]]  https://esolangs.org/w/index.php?diff=146382&oldid=146359 * 5anz * (+1422) /* Cat program */
11:19:07  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:TileDots program4.png]]"
11:27:24  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:TileDots example5.png]]"
11:30:15  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146385&oldid=146381 * Yayimhere * (+150) /* esolang? */
11:30:41  [[TileDots]] N https://esolangs.org/w/index.php?oldid=146386 * WoodyFan3412 * (+4500) Page Creation
11:33:19  [[User:WoodyFan3412]]  https://esolangs.org/w/index.php?diff=146387&oldid=146352 * WoodyFan3412 * (+4) 
11:40:24  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146388&oldid=146385 * 5anz * (+143) /* esolang? */
11:40:52  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146389&oldid=146388 * Yayimhere * (+110) /* esolang? */
11:55:58 -!- __monty__ has quit (Quit: leaving).
11:57:31  [[Special:Log/newusers]] create  * PatoFlamejanteTV *  New user account
12:00:33  [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=146390&oldid=146349 * PatoFlamejanteTV * (+388) PatoFlamejanteTV
12:01:12  [[User:PatoFlamejanteTV]] N https://esolangs.org/w/index.php?oldid=146391 * PatoFlamejanteTV * (+36) Created page with "https://github.com/PatoFlamejanteTV/"
12:02:29 -!- mtm has quit (Ping timeout: 260 seconds).
12:04:46  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146392&oldid=146369 * Translated ORK * (+3805) 
12:06:13  [[User talk:Translated ORK]]  https://esolangs.org/w/index.php?diff=146393&oldid=146229 * Translated ORK * (+32) 
12:06:14 -!- mtm has joined.
12:09:04  [[User talk:Translated ORK]]  https://esolangs.org/w/index.php?diff=146394&oldid=146393 * Translated ORK * (+129) 
12:09:08 -!- FreeFull has quit (Ping timeout: 255 seconds).
12:11:08 -!- FreeFull has joined.
12:11:49  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146395&oldid=146392 * Translated ORK * (+192) 
12:12:22  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146396&oldid=146395 * Translated ORK * (-59) 
12:13:14  [[User:5anz]]  https://esolangs.org/w/index.php?diff=146397&oldid=146149 * 5anz * (+12) /* Esolangs I made */
12:15:14  [[HypertextingScript]] N https://esolangs.org/w/index.php?oldid=146398 * PatoFlamejanteTV * (+669) Created page with "'''HypertextingScript''' is a '''markup language based on ''JavaScript'' and ''HTML''.'''  ''HypertextingScript's source code/compilers source code (JS/Python) are on GitHub:'' https://github.com/PatoFlamejanteTV/HypertextingScript/  == Syntax == '''J
12:16:10  [[HypertextingScript]]  https://esolangs.org/w/index.php?diff=146399&oldid=146398 * PatoFlamejanteTV * (+0) 
12:16:54  [[HypertextingScript]]  https://esolangs.org/w/index.php?diff=146400&oldid=146399 * PatoFlamejanteTV * (-9) 
12:17:29  [[User talk:Ais523]]  https://esolangs.org/w/index.php?diff=146401&oldid=146362 * Translated ORK * (+317) /* I got hacked again */
12:18:13  [[User talk:Ais523]]  https://esolangs.org/w/index.php?diff=146402&oldid=146401 * Translated ORK * (+115) 
12:18:44  [[User talk:Ais523]]  https://esolangs.org/w/index.php?diff=146403&oldid=146402 * Translated ORK * (-170) 
12:19:26  [[HypertextingScript]]  https://esolangs.org/w/index.php?diff=146404&oldid=146400 * PatoFlamejanteTV * (+18) 
12:19:41  [[User talk:Ais523]]  https://esolangs.org/w/index.php?diff=146405&oldid=146403 * Translated ORK * (+220) 
12:20:25  [[User talk:Ais523]]  https://esolangs.org/w/index.php?diff=146406&oldid=146405 * Translated ORK * (-53) 
12:22:25  [[HypertextingScript/Implementations]] N https://esolangs.org/w/index.php?oldid=146407 * PatoFlamejanteTV * (+2699) Created page with "== Javascript == 
 function htsToHtml(htsCode) {     // Universal pattern to match all tag-like structures     const universalTagPattern = /(\w+)\(\s*"([^"]+)"\s*\)|(\w+)\[([^\]]+)\]\(\)/g;      // Replace function to handle dynam
12:22:54  [[User talk:ColorfulGalaxy's CA discoveries]]  https://esolangs.org/w/index.php?diff=146408&oldid=146218 * Translated ORK * (+384) 
12:23:05  [[HypertextingScript]] M https://esolangs.org/w/index.php?diff=146409&oldid=146404 * PatoFlamejanteTV * (+69) HypertextingScript/Implementations
12:24:07  [[User talk:ColorfulGalaxy's CA discoveries]]  https://esolangs.org/w/index.php?diff=146410&oldid=146408 * Translated ORK * (-60) 
12:25:53  [[User talk:ColorfulGalaxy's CA discoveries]]  https://esolangs.org/w/index.php?diff=146411&oldid=146410 * Translated ORK * (+142) /* Are you Trump's robot? */
12:27:58  [[HypertextingScript]]  https://esolangs.org/w/index.php?diff=146412&oldid=146409 * PatoFlamejanteTV * (+197) 
12:30:33  [[Talk:Just talk]] N https://esolangs.org/w/index.php?oldid=146413 * 5anz * (+107) Created page with "Just talk here. No Esolang. -~~~~5anz"
12:33:22  [[HypertextingScript]]  https://esolangs.org/w/index.php?diff=146414&oldid=146412 * PatoFlamejanteTV * (+79) 
12:35:33  [[User:PatoFlamejanteTV]]  https://esolangs.org/w/index.php?diff=146415&oldid=146391 * PatoFlamejanteTV * (+81) 
12:41:25  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146416&oldid=146413 * PatoFlamejanteTV * (+140) /* Cool idea */ new section
12:46:14  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146417&oldid=146416 * Yayimhere * (+173) 
13:08:22  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146418&oldid=146389 * 5anz * (+311) /* esolang? */
13:08:30  [[Fucker]]  https://esolangs.org/w/index.php?diff=146419&oldid=146326 * None1 * (+115) /* Interpreter */
13:08:45  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146420&oldid=146418 * 5anz * (+2) /* esolang? */
13:10:48  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146421&oldid=146420 * 5anz * (+80) /* esolang? */
13:11:26  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146422&oldid=146421 * Yayimhere * (+134) 
13:14:42  [[Talk:Nythop]]  https://esolangs.org/w/index.php?diff=146423&oldid=145939 * None1 * (+389) This is a public domain wiki
13:30:29  [[User talk:ColorfulGalaxy's CA discoveries]]  https://esolangs.org/w/index.php?diff=146424&oldid=146411 * ColorfulGalaxy's CA discoveries * (+216) 
13:36:03  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146425&oldid=146422 * 5anz * (+90) /* esolang? */
13:36:19  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146426&oldid=146425 * 5anz * (+1) /* esolang? */
13:36:44  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146427&oldid=146396 * ColorfulGalaxy's CA discoveries * (-3642) 
13:38:31  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146428&oldid=146426 * Yayimhere * (+192) /* esolang? */
13:40:24  [[User:PrySigneToFry/Discussion]] M https://esolangs.org/w/index.php?diff=146429&oldid=146427 * ColorfulGalaxy's CA discoveries * (-172) 
13:46:24  [[Wasaya]]  https://esolangs.org/w/index.php?diff=146430&oldid=146316 * PrySigneToFry * (+973) 
13:48:26  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146431&oldid=146428 * ColorfulGalaxy's CA discoveries * (+257) 
13:49:13  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146432&oldid=146431 * ColorfulGalaxy's CA discoveries * (+0) Fixed autocorrect bug) (----
13:50:45  [[Wasaya]]  https://esolangs.org/w/index.php?diff=146433&oldid=146430 * ColorfulGalaxy's CA discoveries * (+29) 
13:50:55  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146434&oldid=146429 * Ractangle * (+205) 
13:51:27  [[User:PrySigneToFry/Discussion]]  https://esolangs.org/w/index.php?diff=146435&oldid=146434 * Ractangle * (+1) 
13:53:58  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146436&oldid=146417 * ColorfulGalaxy's CA discoveries * (+114) 
13:55:49  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146437&oldid=146436 * Ractangle * (+226) /* i am will do a little troling */ new section
13:56:28  [[TileDots]]  https://esolangs.org/w/index.php?diff=146438&oldid=146386 * ColorfulGalaxy's CA discoveries * (+118) 
13:56:39  [[Just talk]] N https://esolangs.org/w/index.php?oldid=146439 * Ractangle * (+79) Created page with "'''Just talk''' is an esolang created by [[User: Ractangle]] based on [[BASIC]]"
13:58:55  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146440&oldid=146437 * ColorfulGalaxy's CA discoveries * (-114) Undo revision [[Special:Diff/146437|146437]] by [[Special:Contributions/Ractangle|Ractangle]] ([[User talk:Ractangle|talk]])
14:00:42  [[Wasaya/Operators]] N https://esolangs.org/w/index.php?oldid=146441 * PrySigneToFry * (+1108) Created page with "{{Back|Wasaya}}  == Monocular operators == {| class="wikitable" |+ Monocular operators |- ! Operator !! Meaning |- | !x || Return logical NOT x. |- | ~x || Return bitwise NOT x. |- | x++ || Let x to be x+1. |- | x-- || Let x to be x-1. |}  == Binocular op
14:00:59  [[Wasaya/Operators]]  https://esolangs.org/w/index.php?diff=146442&oldid=146441 * PrySigneToFry * (+17) 
14:03:25  [[Wasaya/Operators]] M https://esolangs.org/w/index.php?diff=146443&oldid=146442 * ColorfulGalaxy's CA discoveries * (+30) 
14:05:40  [[User:ZCX islptng/Sandbox]] M https://esolangs.org/w/index.php?diff=146444&oldid=145401 * ColorfulGalaxy's CA discoveries * (+30) 
14:06:00  [[Wasaya]]  https://esolangs.org/w/index.php?diff=146445&oldid=146433 * PrySigneToFry * (+51) 
14:06:49  [[Wasaya]] M https://esolangs.org/w/index.php?diff=146446&oldid=146445 * PrySigneToFry * (+1) dsrgd
14:12:39 -!- Everything has joined.
14:21:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:39:51  [[Deadfish/Constants]]  https://esolangs.org/w/index.php?diff=146447&oldid=110209 * Win7HE * (+14) /* List of Deadfish constants */
14:47:17  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146448&oldid=146432 * 5anz * (+440) /* esolang? */
14:48:20  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146449&oldid=146448 * Yayimhere * (+72) 
14:54:15  [[N--]]  https://esolangs.org/w/index.php?diff=146450&oldid=108862 * Kaveh Yousefi * (+921) Rectified several erroneous statements, amended the orthography, introduced sections, and reformatted the command table.
14:55:54  [[N--]]  https://esolangs.org/w/index.php?diff=146451&oldid=146450 * Kaveh Yousefi * (+183) Added a hyperlink to my implementation of the N-- programming language on GitHub and supplemented the Implemented category tag.
14:58:43  [[N--]]  https://esolangs.org/w/index.php?diff=146452&oldid=146451 * Kaveh Yousefi * (+239) Supplemented an example for input and output operations and introduced subsections in the respective text segment.
15:05:43  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146453&oldid=146449 * 5anz * (+245) /* esolang? */
15:07:24  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146454&oldid=146453 * Yayimhere * (+255) /* esolang? */
15:15:40 -!- craigo has joined.
15:33:08  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146455&oldid=146440 * PatoFlamejanteTV * (+144) 
15:37:50  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146456&oldid=146454 * 5anz * (+227) /* esolang? */
15:40:20  [[OISC]]  https://esolangs.org/w/index.php?diff=146457&oldid=141443 * ChuckEsoteric08 * (+0) /* List of OISCs */
15:45:51  [[.]] N https://esolangs.org/w/index.php?oldid=146458 * PatoFlamejanteTV * (+2708) Created page with ". is a joke language.   == Commands == Every single one of JavaScript.  == Examples == ===[[Hello, World!]]=== 
 .(", ") 
===[[Hello, World!]] (alert())===
 .(", ") 
=== Fibonacci ===
  ;   = [0, 1]; // ..."
15:46:28  [[.]]  https://esolangs.org/w/index.php?diff=146459&oldid=146458 * PatoFlamejanteTV * (-57) 
15:46:45  [[.]]  https://esolangs.org/w/index.php?diff=146460&oldid=146459 * PatoFlamejanteTV * (+18) 
15:52:07  [[User:PatoFlamejanteTV]]  https://esolangs.org/w/index.php?diff=146461&oldid=146415 * PatoFlamejanteTV * (+42) 
15:58:23  [[.]]  https://esolangs.org/w/index.php?diff=146462&oldid=146460 * PatoFlamejanteTV * (+39) 
16:02:56  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146463&oldid=146456 * Yayimhere * (+164) 
16:03:31  [[Talk:Just talk]]  https://esolangs.org/w/index.php?diff=146464&oldid=146455 * 5anz * (+87) /* i am will do a little troling */
16:05:06  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146465&oldid=146463 * 5anz * (+119) /* esolang? */
16:05:53  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146466&oldid=146465 * Yayimhere * (+111) /* esolang? */
16:07:16  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146467&oldid=143563 * 5anz * (+183) 
16:09:04  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146468&oldid=146467 * Yayimhere * (+101) /* Esolang */
16:10:05 -!- tromp has joined.
16:10:15  [[User talk:5anz]]  https://esolangs.org/w/index.php?diff=146469&oldid=146466 * 5anz * (+0) /* esolang? */
16:12:07  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146470&oldid=146468 * 5anz * (+46) /* Esolang */
16:12:35  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146471&oldid=146470 * Yayimhere * (+108) /* Esolang */
16:13:18  [[User:Yayimhere/Sandbox]]  https://esolangs.org/w/index.php?diff=146472&oldid=145926 * 5anz * (+121) /* research */
16:18:31  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146473&oldid=146471 * 5anz * (+161) /* Esolang */
16:20:48  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146474&oldid=146473 * Yayimhere * (+314) /* Esolang */
16:25:08  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146475&oldid=146474 * 5anz * (+315) /* Esolang */
16:31:33  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146476&oldid=146332 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+57) /* Input and output */
16:32:19  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146477&oldid=146475 * Yayimhere * (+130) /* Esolang */
16:32:23 -!- Everything has quit (Quit: leaving).
16:33:17  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146478&oldid=146476 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+135) 
16:35:58  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146479&oldid=146478 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+137) /* Examples */
16:36:18  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146480&oldid=146479 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+7) /* Cat Program (with -e) command line */
16:38:17 -!- FreeFull has quit.
16:40:00  [[]] N https://esolangs.org/w/index.php?oldid=146481 * PatoFlamejanteTV * (+5062) Created page with " is a Morse code, emoji-based joke language that aims to be **the ultimate torture** for anybody using it.  == Commands == Every single one of JavaScript.  == Examples == ===[[Hello, World!]]=== 
      .-.. . .-.-.- .-..  --. -.--. .-..-. .... . .-.. .-..  --..-- 
16:41:12 -!- FreeFull has joined.
16:41:59  [[User:PatoFlamejanteTV]]  https://esolangs.org/w/index.php?diff=146482&oldid=146461 * PatoFlamejanteTV * (+43) 
16:46:05  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146483&oldid=146477 * Yayimhere * (+18) 
17:00:46 -!- ais523 has joined.
17:01:17 -!- wWwwW has quit (Quit: Client closed).
17:04:54  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146484&oldid=146483 * 5anz * (+472) /* Esolang */
17:07:02 -!- callforjudgement has joined.
17:07:19 -!- ais523 has changed nick to Guest1850.
17:07:20 -!- callforjudgement has changed nick to ais523.
17:08:12 -!- Guest1850 has quit (Ping timeout: 265 seconds).
17:08:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:11:41  [[User:Yayimhere/Sandbox]]  https://esolangs.org/w/index.php?diff=146485&oldid=146472 * Ractangle * (-121) fail
17:14:40 -!- zenmov has quit (Ping timeout: 252 seconds).
17:20:55  [[Talk:0134]]  https://esolangs.org/w/index.php?diff=146486&oldid=138780 * 5anz * (+245) 
17:22:22 -!- tromp has joined.
17:23:01 -!- callforjudgement has joined.
17:23:04 -!- ais523 has quit (Killed (NickServ (GHOST command used by callforjudgement))).
17:23:06 -!- callforjudgement has changed nick to ais523.
17:23:29  [[User:Yayimhere/Sandbox]]  https://esolangs.org/w/index.php?diff=146487&oldid=146485 * 5anz * (+303) /* research */
17:27:52  [[Just talk]]  https://esolangs.org/w/index.php?diff=146488&oldid=146439 * Ractangle * (+23) 
17:29:35  [[User:3xcpy]]  https://esolangs.org/w/index.php?diff=146489&oldid=146364 * 3cxpy * (+16) 
17:30:02  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146490&oldid=146484 * 5anz * (+80) /* Esolang */
17:30:20  [[Just talk]]  https://esolangs.org/w/index.php?diff=146491&oldid=146488 * Ractangle * (+73) /* Syntax */
17:31:15  [[Just talk]]  https://esolangs.org/w/index.php?diff=146492&oldid=146491 * Ractangle * (+33) /* Syntax */
17:35:51  [[User talk:3cxpy]]  https://esolangs.org/w/index.php?diff=146493&oldid=146368 * 3cxpy * (+242) 
17:39:12  [[Special:Log/newusers]] create  * 3xcpy *  New user account
17:40:40  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=146494&oldid=146390 * 3xcpy * (+135) 
17:41:59  [[User talk:3cxpy]]  https://esolangs.org/w/index.php?diff=146495&oldid=146493 * 3xcpy * (+118) 
17:44:23  [[+-.%*]]  https://esolangs.org/w/index.php?diff=146496&oldid=146363 * 3xcpy * (+79) 
17:44:45  [[User talk:A]]  https://esolangs.org/w/index.php?diff=146497&oldid=91454 * 5anz * (+81) 
18:01:02  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146498&oldid=146480 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+3) /* Syntax */
18:08:36  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146499&oldid=146498 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-12) /* Input and output */
18:08:59  [[Slam]] M https://esolangs.org/w/index.php?diff=146500&oldid=146343 * PythonshellDebugwindow * (+13) /* Implementation */ Deadlink
18:09:59  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146501&oldid=146499 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-1) /* Truth-machine (?) */
18:10:11  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146502&oldid=146501 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+6) /* Truth-machine (?) */
18:10:53  [[+.*]] M https://esolangs.org/w/index.php?diff=146503&oldid=146365 * PythonshellDebugwindow * (+86) Stub, categories
18:13:06  [[HypertextingScript/Implementations]] M https://esolangs.org/w/index.php?diff=146504&oldid=146407 * PythonshellDebugwindow * (+59) Back, category
18:13:51  `olist 1313
18:13:54  olist : shachaf oerjan Sgeo boily nortti b_jonas Noisytoot
18:18:36  [[HypertextingScript]] M https://esolangs.org/w/index.php?diff=146505&oldid=146414 * PythonshellDebugwindow * (+78) Computational class, categories
18:18:38  [[Special:Log/newusers]] create  * Quasar Coder *  New user account
18:19:26  [[.]] M https://esolangs.org/w/index.php?diff=146506&oldid=146462 * PythonshellDebugwindow * (+15) Categories
18:20:39  [[]] M https://esolangs.org/w/index.php?diff=146507&oldid=146481 * PythonshellDebugwindow * (+15) Categories
18:21:38  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146508&oldid=146502 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+9) /* Command-line options */
18:24:45  [[Windmill]]  https://esolangs.org/w/index.php?diff=146509&oldid=146313 * RainbowDash * (+788) String character changing.
18:28:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:28:07  [[Zirconium]] M https://esolangs.org/w/index.php?diff=146510&oldid=131939 * RocketRace * (+88) major impl
18:31:22  [[User:RocketRace]]  https://esolangs.org/w/index.php?diff=146511&oldid=124237 * RocketRace * (+847) Restructure
18:31:34  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146512&oldid=146508 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-88) /* Hello, World! */
18:31:47  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146513&oldid=146512 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+8) /* Hello, World! */
18:31:59  [[User:RocketRace]] M https://esolangs.org/w/index.php?diff=146514&oldid=146511 * RocketRace * (-3) reword
18:37:04  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146515&oldid=146513 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+72) /* Full grammar */
18:37:15  [[Fear of the Unknown]]  https://esolangs.org/w/index.php?diff=146516&oldid=146515 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+1) /* Full grammar */
18:41:16  [[User:RocketRace]]  https://esolangs.org/w/index.php?diff=146517&oldid=146514 * RocketRace * (+139) Add PYSP
18:41:29  [[User:RocketRace]] M https://esolangs.org/w/index.php?diff=146518&oldid=146517 * RocketRace * (+1) spacing
18:43:18  [[Windmill]] M https://esolangs.org/w/index.php?diff=146519&oldid=146509 * RainbowDash * (-26) /* JS implementation */
18:48:22 -!- tromp has joined.
18:56:26  [[+.*]]  https://esolangs.org/w/index.php?diff=146520&oldid=146503 * 3xcpy * (+1297) 
18:57:08  [[+-.%*]] M https://esolangs.org/w/index.php?diff=146521&oldid=146496 * 3xcpy * (+4) 
18:59:07  [[+-.%*]]  https://esolangs.org/w/index.php?diff=146522&oldid=146521 * 3xcpy * (+32) /* Notes */
18:59:21  [[+-.%*]] M https://esolangs.org/w/index.php?diff=146523&oldid=146522 * 3xcpy * (+1) /* Notes */
19:36:10  [[Windmill]]  https://esolangs.org/w/index.php?diff=146524&oldid=146519 * RainbowDash * (+1345) /* Example programs */
19:37:57  [[Windmill]] M https://esolangs.org/w/index.php?diff=146525&oldid=146524 * RainbowDash * (-4) /* Example programs */
20:04:48  [[User talk:Yayimhere]]  https://esolangs.org/w/index.php?diff=146526&oldid=146490 * 5anz * (+67) /* Esolang */
20:45:39  [[Guh]]  https://esolangs.org/w/index.php?diff=146527&oldid=130734 * Ractangle * (+820) Removed redirect to [[User:Ractangle/Guh]]
20:46:46  [[Guh]]  https://esolangs.org/w/index.php?diff=146528&oldid=146527 * Ractangle * (-2) /* Commands */
20:47:19  [[Guh]]  https://esolangs.org/w/index.php?diff=146529&oldid=146528 * Ractangle * (-3) /* Examples */
20:47:32  [[Guh]]  https://esolangs.org/w/index.php?diff=146530&oldid=146529 * Ractangle * (+0) /* Hello World */
20:54:08  [[Guh]]  https://esolangs.org/w/index.php?diff=146531&oldid=146530 * Ractangle * (+175) /* Commands */
20:54:30  [[Guh]]  https://esolangs.org/w/index.php?diff=146532&oldid=146531 * Ractangle * (+14) /* Commands */
20:55:27  [[Guh]]  https://esolangs.org/w/index.php?diff=146533&oldid=146532 * Ractangle * (+32) /* Hello World */
20:56:21  [[Caca]]  https://esolangs.org/w/index.php?diff=146534&oldid=138083 * Ractangle * (-56) /* Trivia */
20:57:56  [[Guh]]  https://esolangs.org/w/index.php?diff=146535&oldid=146533 * Ractangle * (+34) 
20:58:27  [[Guh]]  https://esolangs.org/w/index.php?diff=146536&oldid=146535 * Ractangle * (-3) 
20:59:08  [[Guh]]  https://esolangs.org/w/index.php?diff=146537&oldid=146536 * Ractangle * (+23) /* Commands */
20:59:51  [[Talk:Brainfuck is not turing complete]]  https://esolangs.org/w/index.php?diff=146538&oldid=138310 * 5anz * (+197) 
20:59:58  [[Guh]]  https://esolangs.org/w/index.php?diff=146539&oldid=146537 * Ractangle * (-50) /* Hello World */
21:07:06  [[Brainfuck is not turing complete]] M https://esolangs.org/w/index.php?diff=146540&oldid=138375 * Corbin * (-159) Remove incorrect categories.
21:08:33  [[Special:Log/upload]] upload  * WoodyFan3412 *  uploaded "[[File:TileDots graphics.png]]"
21:16:42 -!- Gabrielle24 has joined.
21:19:02  [[TileDots]]  https://esolangs.org/w/index.php?diff=146542&oldid=146438 * WoodyFan3412 * (+128) 
21:19:50 -!- Gabrielle24 has quit (Client Quit).
21:20:10 -!- Gabrielle24 has joined.
21:20:53 -!- Gabrielle24 has quit (Client Quit).
21:20:54 -!- Everything has joined.
21:21:52  [[Talk:Duh]] N https://esolangs.org/w/index.php?oldid=146543 * WoodyFan3412 * (+102) Added Description
21:29:40  [[+.*]] M https://esolangs.org/w/index.php?diff=146544&oldid=146520 * PythonshellDebugwindow * (+146) Categories
21:32:11  [[Zirconium]] M https://esolangs.org/w/index.php?diff=146545&oldid=146510 * PythonshellDebugwindow * (+25) /* External links */ Category
21:32:21  [[Guh]]  https://esolangs.org/w/index.php?diff=146546&oldid=146539 * Ractangle * (+30) 
21:32:34  [[Guh]]  https://esolangs.org/w/index.php?diff=146547&oldid=146546 * Ractangle * (+0) 
21:33:01  [[Duh]]  https://esolangs.org/w/index.php?diff=146548&oldid=92299 * Ractangle * (+30) 
21:33:20  [[Category:3024]] N https://esolangs.org/w/index.php?oldid=146549 * 5anz * (+39) Created page with "Esolangs from 1000 years in the future."
21:34:23  [[Category talk:3024]] N https://esolangs.org/w/index.php?oldid=146550 * Ractangle * (+227) Created page with "WHAT IS EVEN THE POINT OF CREATING THE CATEGORY SJJSJSJSISI?~~~"
21:52:54  [[User:Ractangle]]  https://esolangs.org/w/index.php?diff=146551&oldid=146255 * Ractangle * (+21) /* Esolangs */
21:54:39 -!- Everything has quit (Ping timeout: 246 seconds).
21:55:10  [[Guh]]  https://esolangs.org/w/index.php?diff=146552&oldid=146547 * Ractangle * (+58) /* Commands */
21:56:49 -!- Everything has joined.
21:58:35  [[Guh]]  https://esolangs.org/w/index.php?diff=146553&oldid=146552 * Ractangle * (-18) /* Commands */
22:06:29  [[Guh]]  https://esolangs.org/w/index.php?diff=146554&oldid=146553 * Ractangle * (-9) 
22:07:22  [[Guh]]  https://esolangs.org/w/index.php?diff=146555&oldid=146554 * Ractangle * (+65) 
22:17:26 -!- Sgeo has joined.
22:21:32  [[User:Translated ORK/Translated ORK PSTF 23(This is my first time to use your userpage)]]  https://esolangs.org/w/index.php?diff=146556&oldid=146322 * MihaiEso * (+57) 
22:21:45  [[Special:Log/move]] move  * Ractangle *  moved [[Complex StackBeat]] to [[1^]]
22:22:03  [[User:Ractangle/Sandbox]]  https://esolangs.org/w/index.php?diff=146559&oldid=146293 * Ractangle * (+8) /* Stuff to continue */
22:22:21  [[Special:Log/delete]] delete  * Ais523 *  deleted "[[Category:3024]]": unapproved category
22:24:54  [[Snakel/Compatibility methods]]  https://esolangs.org/w/index.php?diff=146560&oldid=144166 * Ractangle * (+163) /* Ultium */
22:26:47  [[Snakel/Compatibility methods]]  https://esolangs.org/w/index.php?diff=146561&oldid=146560 * Ractangle * (+12) /* Ultium */
22:30:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:31:57  [[User:Translated ORK/Translated ORK Mihai22]] N https://esolangs.org/w/index.php?oldid=146562 * MihaiEso * (+2071) Created page with "(ORK in another universe: User:Translated ORK/Translated ORK PSTF 23(This is my first time to use your userpage)|?y???o#?????|n?VP?_?rHQ.p??!z??Q'??z>1???yA6??z?/$TK???*?}???T/E|?K?>..."
22:45:55  [[Unreadable]]  https://esolangs.org/w/index.php?diff=146563&oldid=114669 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+158) /* Interpreters */
23:14:07  [[Windmill]] M https://esolangs.org/w/index.php?diff=146564&oldid=146525 * RainbowDash * (+274) /* Example programs */
23:15:07  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=146565&oldid=145652 * 5anz * (+656) /* Tests */
23:23:30 -!- amby has joined.
23:33:15  [[Special:Log/move]] move  * ZCX islptng *  moved [[SLet]] to [[SLet (Old)]]: I need to create a completely new one but with the same name!
23:33:30 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
23:33:50 -!- Lord_of_Life has joined.
23:37:36  [[Translated SLet]] M https://esolangs.org/w/index.php?diff=146568&oldid=143589 * ZCX islptng * (+6) I have created a completely new version of SLet, and this is the old version.
23:37:53  [[SLet (Old)]]  https://esolangs.org/w/index.php?diff=146569&oldid=146566 * ZCX islptng * (-52) 
23:41:14  [[Windmill]] M https://esolangs.org/w/index.php?diff=146570&oldid=146564 * RainbowDash * (-58) eval
23:47:10  [[Windmill]] M https://esolangs.org/w/index.php?diff=146571&oldid=146570 * RainbowDash * (-73) /* JS implementation */
23:51:31 -!- zenmov has joined.
23:51:33  [[SLet]]  https://esolangs.org/w/index.php?diff=146572&oldid=146567 * ZCX islptng * (+963) Removed redirect to [[SLet (Old)]]