←2025-05-10 2025-05-11 2025-05-12→ ↑2025 ↑all
00:06:07 <esolangs> [[User talk:Pifrited]] https://esolangs.org/w/index.php?diff=157463&oldid=157462 * Ais523 * (+403) r to ispltng
00:06:22 <esolangs> [[User:PrySigneToFry/Silicon dioxide in a polypropylene box/Chess between HCr0 and PSTF]] https://esolangs.org/w/index.php?diff=157464&oldid=156778 * PrySigneToFry * (+20)
00:09:15 <esolangs> [[Category:Sus]] N https://esolangs.org/w/index.php?oldid=157465 * Helpeesl * (+184) This is a reupload of a category that someone else made and was conspicuously missing from its place
00:14:39 <esolangs> [[Category:Counter-based]] N https://esolangs.org/w/index.php?oldid=157466 * Helpeesl * (+139) Created page with "This is a list containing all counter based languages Also [[User:ais523]] suggested this so if the delete this that is a little bit ironic"
00:15:05 <esolangs> [[Dreadfish]] https://esolangs.org/w/index.php?diff=157467&oldid=131043 * Helpeesl * (+26)
00:17:39 <esolangs> [[LargeFish]] https://esolangs.org/w/index.php?diff=157468&oldid=130583 * Helpeesl * (+26)
00:21:52 <esolangs> [[2Deadfish]] https://esolangs.org/w/index.php?diff=157469&oldid=136379 * Helpeesl * (+27)
00:26:25 <esolangs> [[Category:Counter-based]] https://esolangs.org/w/index.php?diff=157470&oldid=157466 * Helpeesl * (+70)
00:31:19 <esolangs> [[Feed the Chaos]] https://esolangs.org/w/index.php?diff=157471&oldid=148151 * Helpeesl * (+27)
00:36:30 <korvo> ais523: Regarding class layouts: yes, if the class were still around at runtime then a checked mode is possible. RPython runs on a standard Python 2.7 interpreter for that purpose.
00:37:27 <korvo> As one might suspect, nearly all of the class is erased at runtime. The class name .__class__.__name__ is the only thing available and that's mostly for generic pretty-printing.
00:38:09 <esolangs> [[User talk:Helpeesl]] https://esolangs.org/w/index.php?diff=157472&oldid=157461 * Ais523 * (+423) /* Please stop creating categories without approval */ you continued creating categories even though I asked you to stop
00:39:10 <ais523> hmm, that may mean that Python erases classes more thoroughly than Java or Perl do
00:39:35 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=157473&oldid=157390 * Hotcrystal0 * (+296)
00:40:17 <korvo> I usually think of RPython classes as like Haskell typeclasses, Rust traits, or C++ multiple-inheritance classes. RPython throws away any information that isn't relevant to the shape of the vtables.
00:40:20 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Counter-based]]": although this category should likely exist, this category description page is not useful it doesn't precisely define which languages belong in the category and contains metacommentary and leaving the description page up encourages people to categorise languages into it potentiall
00:41:29 <ais523> korvo: ah, right – Java and Perl have a layer of indirection in which the object has a reference to the class and the class has the vtable
00:41:46 <esolangs> [[Category:Sus]] https://esolangs.org/w/index.php?diff=157474&oldid=157465 * PrySigneToFry * (+9)
00:42:25 <korvo> Yeah. Whereas this is more like C++ casting. We can upcast so that an entire class hierarchy looks like a uniform algebraic data type, or we can downcast when we need to dig an instance variable out for a special case.
00:42:34 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Sus]]": still an unapproved category (with a bad name), recreated after deletion
00:43:01 <korvo> The object itself is a fat pointer, I think? So cool that I can just *say* that; twenty years ago, fat pointers would have been considered a horrendous waste.
00:43:15 <esolangs> [[Special:Log/protect]] protect * Ais523 * protected "[[Category:Sus [create=sysop] (indefinite)]]": recreated after being deleted, not an appropriate name for a category
00:44:16 <ais523> I still don't have a good intuitive feel for the performance of fat pointers versus having a pointer from object to class
00:44:44 <ais523> the pointer-from-object-to-class will usually save memory because most objects have more than one reference and few have less than one reference, but it also introduces an extra layer of indirection
00:44:51 <esolangs> [[User:PrySigneToFry/Silicon dioxide in a polypropylene box/Chess between HCr0 and PSTF]] https://esolangs.org/w/index.php?diff=157475&oldid=157464 * Hotcrystal0 * (+22)
00:45:09 <esolangs> [[User:PrySigneToFry/Silicon dioxide in a polypropylene box/Chess between HCr0 and PSTF]] https://esolangs.org/w/index.php?diff=157476&oldid=157475 * Hotcrystal0 * (+0)
00:46:05 <korvo> Yeah. Fat pointers might be more compelling if they offered some useful functionality. I find it very cool that we can change the class/traits of an object merely by replacing half of the fat pointer, and I know that Rust strings use this sort of optimization.
00:47:02 <korvo> But Smalltalk-style become: is really about the limit of what can be done that way. I think that it is a powerful way to have a system where objects are *inside* of another system which routes them; today there's Kafka and k8s, but I remember Zope and Twisted Axiom too.
00:49:22 <esolangs> [[User talk:Aadenboy]] https://esolangs.org/w/index.php?diff=157477&oldid=157425 * PrySigneToFry * (-75) Qu'vatlh.
00:50:07 -!- 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:55:08 <esolangs> [[Free Esolang]] https://esolangs.org/w/index.php?diff=157478&oldid=157025 * PrySigneToFry * (+109)
00:56:23 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157479&oldid=157453 * Helpeesl * (+694) /* There are categories that exist but arent on here */ new section
00:59:00 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=157480&oldid=156254 * PrySigneToFry * (+159)
01:06:37 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157481&oldid=157479 * Ais523 * (+573) /* There are categories that exist but arent on here */ how this happens
01:08:08 <esolangs> [[User talk:Aadenboy]] https://esolangs.org/w/index.php?diff=157482&oldid=157477 * Aadenboy * (+75) hey could you not do that
01:10:05 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157483&oldid=157481 * Ais523 * (+859) /* Proposed Category:Interpreter-modifying */ I don't think this is worth a category yet, but it may be in the future
01:12:44 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157484&oldid=157483 * Ais523 * (+562) /* Counter-based languages */ some thoughts about definition
01:18:37 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157485&oldid=157484 * Helpeesl * (+74) /* There are categories that exist but arent on here */
01:22:11 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157486&oldid=157485 * Helpeesl * (+89) This is my first time leaving a comment
01:28:08 <esolangs> [[User talk:Helpeesl]] https://esolangs.org/w/index.php?diff=157487&oldid=157472 * Ais523 * (+517) /* How to sign your comments */ new section
01:32:19 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=157488&oldid=157147 * Helpeesl * (+493) /* I have a question about the unnoticed categories */ new section
01:34:34 <esolangs> [[User:RainbowDash]] M https://esolangs.org/w/index.php?diff=157489&oldid=157432 * RainbowDash * (+0)
01:39:12 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=157490&oldid=157488 * Ais523 * (+1444) /* I have a question about the unnoticed categories */ reply
02:01:36 -!- tromp has joined.
02:02:05 -!- tromp has quit (Client Quit).
02:04:12 <esolangs> [[User:Aadenboy/Self-terminating powers]] N https://esolangs.org/w/index.php?oldid=157491 * Aadenboy * (+12754) interesting math thing I found
02:04:38 <esolangs> [[Special:Log/move]] move * Aadenboy * moved [[User:Aadenboy/Self-terminating powers]] to [[User:Aadenboy/Self-equaling squares]]: rename
02:05:02 -!- op_4 has quit (Remote host closed the connection).
02:05:06 <esolangs> [[User:Aadenboy]] https://esolangs.org/w/index.php?diff=157494&oldid=157428 * Aadenboy * (+41) /* anything else */ [[User:Aadenboy/Self-equaling powers]]
02:05:25 <esolangs> [[User:Aadenboy]] M https://esolangs.org/w/index.php?diff=157495&oldid=157494 * Aadenboy * (+1) /* anything else */
02:05:32 -!- op_4 has joined.
02:49:53 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157496&oldid=157486 * Helpeesl * (+782) /* Poll about some potential new categories being added (ends June 1st) */ new section
02:55:01 <esolangs> [[Flow]] https://esolangs.org/w/index.php?diff=157497&oldid=157439 * Helpeesl * (+9)
03:35:55 -!- Noisytoot has left (Leaving).
03:49:25 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157498&oldid=157496 * Ais523 * (+282) /* Poll about some potential new categories being added (ends June 1st) */ decisions are normally made by discussion, not polling
04:02:03 -!- zzo38 has quit (Ping timeout: 252 seconds).
04:15:53 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=157499&oldid=157473 * I am islptng * (+726) ???
04:27:30 <esolangs> [[User talk:Pifrited]] https://esolangs.org/w/index.php?diff=157500&oldid=157463 * I am islptng * (+278)
04:45:37 -!- Noisytoot has joined.
04:57:10 -!- zzo38 has joined.
05:03:45 <esolangs> [[User talk:Pifrited]] https://esolangs.org/w/index.php?diff=157501&oldid=157500 * Pifrited * (+195)
05:13:52 -!- Noisytoot has quit (Remote host closed the connection).
05:14:14 -!- Noisytoot has joined.
05:27:45 <esolangs> [[User talk:Aadenboy]] https://esolangs.org/w/index.php?diff=157502&oldid=157482 * PrySigneToFry * (+89) VerdanaVerdana ProYu GothicDotum
05:49:20 <esolangs> [[User talk:Aadenboy]] https://esolangs.org/w/index.php?diff=157503&oldid=157502 * Ais523 * (-89) Undo revision [[Special:Diff/157502|157502]] by [[Special:Contributions/PrySigneToFry|PrySigneToFry]] ([[User talk:PrySigneToFry|talk]]) please don't restyle other peoples' user pages against their wishes
05:50:25 <esolangs> [[Echo Tag]] https://esolangs.org/w/index.php?diff=157504&oldid=115682 * Ais523 * (+25) /* See also */ +[[Symmetric Echo Tag]]
05:51:29 -!- ais523 has quit (Quit: quit).
06:21:06 -!- tromp has joined.
06:42:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:51:53 -!- tromp has joined.
07:34:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:08:01 <esolangs> [[Indicode]] M https://esolangs.org/w/index.php?diff=157505&oldid=151699 * Gilbert189 * (-59) wow I had no idea what this is supposed to mean
08:50:22 -!- Sgeo has quit (Read error: Connection reset by peer).
09:04:18 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
09:21:20 -!- visilii_ has joined.
09:22:04 -!- visilii has quit (Ping timeout: 244 seconds).
09:26:19 <esolangs> [[User talk:Aadenboy/Self-equaling squares]] N https://esolangs.org/w/index.php?oldid=157506 * PkmnQ * (+618) Created page with "Looking at things a bit closer, I think I can see a more specific pattern. The amount of self-equaling squares for a base seems to be <math>2^{\omega(n)}</math>, where <math>\omega(n)</math> is the number of unique prime factors <math>n</ma
09:37:26 <esolangs> [[Between]] https://esolangs.org/w/index.php?diff=157507&oldid=156481 * Neon * (-107)
09:38:30 <esolangs> [[User:CreeperBomb/common.css]] N https://esolangs.org/w/index.php?oldid=157508 * CreeperBomb * (+6039) Created page with "/* WikimediaUI Dark Mode * * Wikimedia Design Team 2019-2021 * Original authors: * - Volker E. [[User:Volker_E._(WMF)]] * - Alex Hollender * - MusikAnimal * - Carolyn Li-Madeo * - Jdlrobson * * Original at https://en.wikipedia.org/wiki
09:44:58 <esolangs> [[User:CreeperBomb/common.js]] N https://esolangs.org/w/index.php?oldid=157509 * CreeperBomb * (+1205) Created page with "/* * WikimediaUI Dark Mode * * Original authors: * - Volker E. (Wikimedia Foundation Product Design) * - Alex Hollender (Wikimedia Foundation Product Design) * - Ed Sanders * - MusikAnimal * * Last updated: 2020-04-24 */ // Load depen
09:47:13 <esolangs> [[User:CreeperBomb/common.js]] https://esolangs.org/w/index.php?diff=157510&oldid=157509 * CreeperBomb * (-1205) Blanked the page
09:47:49 <esolangs> [[User:CreeperBomb/common.css]] M https://esolangs.org/w/index.php?diff=157511&oldid=157508 * CreeperBomb * (-297)
09:48:41 <esolangs> [[User talk:CreeperBomb/common.css]] N https://esolangs.org/w/index.php?oldid=157512 * CreeperBomb * (+286) Created page with "Note: makes logo evil ~~~~"
10:02:59 <APic> Hi
10:12:30 <esolangs> [[Special:Log/upload]] upload * Neon * uploaded "[[File:ASCII Table (suitable for printing).svg.png]]"
10:19:32 <esolangs> [[LargeFish]] https://esolangs.org/w/index.php?diff=157514&oldid=157468 * TenBillionPlusOne * (-26) This lang is just variable-based.
10:22:24 <esolangs> [[Expression]] https://esolangs.org/w/index.php?diff=157515&oldid=156346 * Krolkrol * (-26)
10:43:03 -!- FreeFull has quit.
11:13:38 <esolangs> [[Talk:PUBERTY]] https://esolangs.org/w/index.php?diff=157516&oldid=141380 * DifferentDance8 * (+153)
11:49:13 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=157517&oldid=157499 * PrySigneToFry * (+627) /* */ new section
11:51:37 <esolangs> [[User:PrySigneToFry/Silicon dioxide in a polypropylene box/Chess between HCr0 and PSTF]] https://esolangs.org/w/index.php?diff=157518&oldid=157476 * PrySigneToFry * (+0)
13:36:56 -!- impomatic has joined.
13:37:30 -!- amby has joined.
14:13:40 -!- amby has quit (Ping timeout: 252 seconds).
14:17:14 -!- amby has joined.
14:50:23 -!- amby has quit (Remote host closed the connection).
14:50:45 -!- amby has joined.
15:01:14 <esolangs> [[User:PrySigneToFry/Silicon dioxide in a polypropylene box/Chess between HCr0 and PSTF]] https://esolangs.org/w/index.php?diff=157519&oldid=157518 * Hotcrystal0 * (+28)
15:02:22 <esolangs> [[Special:Log/newusers]] create * AndyShow1000000 * New user account
15:09:23 -!- amby has quit (Remote host closed the connection).
15:09:51 -!- amby has joined.
16:58:30 <esolangs> [[User talk:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157520&oldid=157411 * TenBillionPlusOne * (+306) /* Rating */
17:00:44 <esolangs> [[User:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157521&oldid=157353 * TenBillionPlusOne * (+53) /* Users */
17:02:40 <esolangs> [[User talk:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157522&oldid=157520 * TenBillionPlusOne * (+107) /* Rating */
17:12:41 -!- tromp has joined.
17:12:47 <esolangs> [[User:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157523&oldid=157521 * TenBillionPlusOne * (-213) /* My esolangs */
17:17:56 <esolangs> [[User talk:Aadenboy/Self-equaling squares]] https://esolangs.org/w/index.php?diff=157524&oldid=157506 * Aadenboy * (+1342)
17:31:48 <esolangs> [[Interpreter-modifying]] https://esolangs.org/w/index.php?diff=157525&oldid=157365 * TenBillionPlusOne * (+934)
17:34:03 <esolangs> [[User:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157526&oldid=157523 * TenBillionPlusOne * (+28) /* Other stuff */
17:46:55 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157527&oldid=157498 * TenBillionPlusOne * (+525) /* Proposed Category:Interpreter-modifying */
17:49:54 <esolangs> [[!/*]] https://esolangs.org/w/index.php?diff=157528&oldid=157259 * TenBillionPlusOne * (+48)
17:52:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:58:05 <esolangs> [[!/*]] https://esolangs.org/w/index.php?diff=157529&oldid=157528 * TenBillionPlusOne * (-97) /* Implementations */
17:58:13 -!- tromp has joined.
18:10:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:18:15 -!- tromp has joined.
18:30:30 -!- chloetax has quit (Remote host closed the connection).
18:33:40 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=157530&oldid=156049 * PlaceReporter99 * (+0) /* Tests */
18:34:48 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=157531&oldid=157530 * PlaceReporter99 * (+29)
18:40:55 <esolangs> [[User talk:Aadenboy/Self-equaling squares]] https://esolangs.org/w/index.php?diff=157532&oldid=157524 * Aadenboy * (+366)
18:47:37 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=157533&oldid=153622 * PlaceReporter99 * (+196) /* Lua Interpreter */
18:47:47 -!- Sgeo has joined.
18:49:08 -!- APic has quit (Ping timeout: 268 seconds).
19:01:51 -!- APic has joined.
19:08:18 -!- ais523 has joined.
19:18:10 <esolangs> [[User:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157534&oldid=157526 * TenBillionPlusOne * (+19) /* Other stuff */
19:19:48 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=157535&oldid=157527 * Ais523 * (+1373) /* Proposed Category:Interpreter-modifying */ I think this would be more useful for readers as a list rather than as a category, and here's why
19:22:58 -!- Hooloovoo has quit (Ping timeout: 248 seconds).
19:26:22 -!- Hooloovoo has joined.
19:28:45 -!- APic has quit (Quit: Fnord).
19:29:31 <esolangs> [[User:TenBillionPlusOne/Sandbox]] https://esolangs.org/w/index.php?diff=157536&oldid=157231 * TenBillionPlusOne * (+568)
19:30:23 <esolangs> [[User:TenBillionPlusOne]] https://esolangs.org/w/index.php?diff=157537&oldid=157534 * TenBillionPlusOne * (+21) /* Other stuff */
19:53:05 -!- impomatic has quit (Quit: Client closed).
20:17:01 -!- chloetax has joined.
20:19:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:44:22 -!- tromp has joined.
21:42:12 <esolangs> [[User:Buckets/OMC]] M https://esolangs.org/w/index.php?diff=157538&oldid=157412 * Buckets * (+567)
21:42:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:44:10 <esolangs> [[Sipes]] M https://esolangs.org/w/index.php?diff=157539&oldid=151824 * Buckets * (+1)
21:47:26 <esolangs> [[Esorn]] M https://esolangs.org/w/index.php?diff=157540&oldid=157311 * Buckets * (+6)
21:50:27 -!- tromp has joined.
22:01:38 <esolangs> [[Snub]] M https://esolangs.org/w/index.php?diff=157541&oldid=156393 * Buckets * (+402)
22:02:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:30:37 <esolangs> [[Sundays]] M https://esolangs.org/w/index.php?diff=157542&oldid=152096 * Buckets * (+102)
22:42:05 -!- Lord_of_Life_ has joined.
22:42:14 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
22:43:28 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
←2025-05-10 2025-05-11 2025-05-12→ ↑2025 ↑all