00:03:30 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177006&oldid=177005 * Fly * (+43) /* Instructions */
00:06:54 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177007&oldid=177006 * Fly * (+104) /* Computational class */
00:07:03 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177008&oldid=177007 * Fly * (+4) /* Computational class */
00:07:26 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177009&oldid=177008 * Fly * (+11) /* Computational class */
00:07:31 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=177010&oldid=175622 * InLuaIKnow * (+145)
00:07:37 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177011&oldid=177009 * Fly * (-2) /* Computational class */
00:07:50 <esolangs> [[Quil]] https://esolangs.org/w/index.php?diff=177012&oldid=177011 * Fly * (-18) /* Computational class */
00:18:54 <esolangs> [[Template:LuaHighlight]] N https://esolangs.org/w/index.php?oldid=177013 * InLuaIKnow * (+682) Created page with "<includeonly> <code style="color:#ddd; background:#222; padding:8px; display:block; white-space:pre;"> {{#replace:{{{1}}} |function|<span style="color:#569CD6;">function</span>}} {{#replace:{{{1}}} |local|<span style="color:#569CD6;">local</span>}} {{
00:32:27 <esolangs> [[Special:Log/move]] move_redir * Corbin * moved [[User:XKCD Random Number]] to [[XKCD Random Number]] over redirect: Wrong namespace; program forms go in main.
00:32:27 <esolangs> [[Special:Log/move]] move * Corbin * moved [[User talk:XKCD Random Number]] to [[Talk:XKCD Random Number]]: Wrong namespace; program forms go in main.
00:32:27 <esolangs> [[Special:Log/delete]] delete_redir * Corbin * Corbin deleted redirect [[XKCD Random Number]] by overwriting: Deleted to make way for move from "[[User:XKCD Random Number]]"
00:34:28 <esolangs> [[User talk:XKCD Random Number]] https://esolangs.org/w/index.php?diff=177018&oldid=177017 * Corbin * (+424) Explain what just happened.
00:54:46 -!- lisbeths has joined.
01:10:32 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=177019&oldid=174250 * InLuaIKnow * (+841) added my interpreter to /* Implementations */
01:24:11 -!- ajal has joined.
01:24:55 -!- amby has quit (Ping timeout: 264 seconds).
01:26:09 -!- somefan has joined.
01:28:56 <esolangs> [[User:InLuaIKnow]] https://esolangs.org/w/index.php?diff=177020&oldid=176965 * InLuaIKnow * (+6)
01:31:07 -!- somefan has quit (Ping timeout: 272 seconds).
02:13:56 -!- ajal has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
02:20:50 <esolangs> [[Cosmic]] N https://esolangs.org/w/index.php?oldid=177021 * RainbowDash * (+3309) Created page with "Cosmic is a symbolic programming language created by [[User:RainbowDash]] in 2026, where symbols are defined in immutable ordered countable sets. All operations are defined with numerical math functions based on the index of the symbols. The operations allowed are :
02:21:19 <esolangs> [[Cosmic]] https://esolangs.org/w/index.php?diff=177022&oldid=177021 * RainbowDash * (+24) /* Transposing and mutation */
02:30:43 <esolangs> [[Special:Log/upload]] upload * RainbowDash * uploaded "[[File:Cosmic Logo.png]]"
02:33:25 <esolangs> [[Cosmic]] https://esolangs.org/w/index.php?diff=177024&oldid=177022 * RainbowDash * (+60) Logo
02:33:53 <esolangs> [[User:RainbowDash]] M https://esolangs.org/w/index.php?diff=177025&oldid=174912 * RainbowDash * (+53)
02:35:30 <fizzie> TIL: In Chrome, if you toggle the "pretty print" checkbox for its built-in JSON viewer, it will round-trip all numbers through a 64-bit float type, sometimes changing the value.
02:36:54 <fizzie> Almost blamed an API endpoint that was returning 64-bit integers, it had the correct value 684548392046583379 in the response but when the pretty-print mode is toggled on, that just silently turns into a 684548392046583400.
02:37:51 <zzo38> It is a problem with JSON; it does not have a proper integer type. (JavaScript does but JSON was invented before the integer type was added into JavaScript, so it cannot be used in JSON. JSON has other problems too)
02:39:41 <zzo38> (Although, probably the JSON viewer should not change the numbers like that either)
02:42:53 <zzo38> (Does it remove duplicate keys and/or put numeric keys in the numeric order? Also, JSON.parse function can parse negative zero but JSON.stringify will always make it positive)
02:42:53 <fizzie> Yeah, although AIUI that's not strictly speaking a fundamental property of JSON, the specifications (such as they are) leave the range and precision of numbers as implementation-defined, as far as JSON is concerned numbers are just text following a specific grammar. (At least that's the case in RFC 8259 and ECMA-404.)
02:44:28 <zzo38> Yes, although I think JSON is made to use with JavaScripts, and is not really the best file format, in my opinion.
02:45:29 <zzo38> I made a program which parses JSON (but without proper validation, so many invalid stuff is accepted), which converts numbers to canonical form but does not lose any precision, so does not restrict it to 64-bit floats.
02:45:57 <fizzie> I will have to check how else it mangles JSON data some other time. I was expecting it to just work on the textual representation (basically, normalize whitespace and ident arrays and objects appropriately), but apparently not.
02:50:45 <zzo38> And escaping (although a separate option will be needed to control how non-ASCII characters should be displayed)
02:58:06 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=177026 * InLuaIKnow * (+540) Created page with "==Syntax== <big>REMEMBER:</big> current value current storage {|class="wikitable" !Instructions !Description |- || |push the current value onto the stack |- || |pops the stack and stores it in current storage |- || |increments current value by 1 |- || |decrements curren
03:01:55 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177027&oldid=177026 * InLuaIKnow * (+66)
03:03:59 -!- lisbeths has quit (Quit: Connection closed for inactivity).
03:09:57 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177028&oldid=177027 * InLuaIKnow * (+31)
03:27:56 <esolangs> [[Cm2]] N https://esolangs.org/w/index.php?oldid=177029 * InLuaIKnow * (+50) Redirected page to [[]]
04:22:31 <esolangs> [[Menn]] N https://esolangs.org/w/index.php?oldid=177030 * Las-r * (+2341) Created page with "{{infobox proglang |name = Menn |paradigms = imperative, hardware descriptor |author = [[:User:Las-r]] |year = [[:Category:2026|2026]] |class = [[:Category:Bounded-storage machine|Bounded-storage machine]] |majorimpl = [https://github.com/las-r/enn GitHub] |influence = [[Enn
04:23:09 <esolangs> [[Enn]] M https://esolangs.org/w/index.php?diff=177031&oldid=176785 * Las-r * (+23) Add influenced languages
04:23:57 <esolangs> [[Enn]] https://esolangs.org/w/index.php?diff=177032&oldid=177031 * Las-r * (+17)
04:25:55 <esolangs> [[Menn]] https://esolangs.org/w/index.php?diff=177033&oldid=177030 * Las-r * (+18)
06:53:47 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177034&oldid=177028 * InLuaIKnow * (+1924)
07:06:38 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177035&oldid=177034 * InLuaIKnow * (+208)
07:12:58 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177036&oldid=177035 * InLuaIKnow * (-499)
07:29:08 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177037&oldid=177036 * InLuaIKnow * (+738)
07:53:55 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177038&oldid=177037 * InLuaIKnow * (-148)
07:55:13 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=177039&oldid=177038 * InLuaIKnow * (+6)
07:57:51 -!- tromp has joined.
08:18:24 -!- Sgeo has quit (Read error: Connection reset by peer).
08:19:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:45:46 -!- tromp has joined.
09:04:52 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=177040&oldid=177039 * InLuaIKnow * (+31)
09:05:13 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=177041&oldid=177040 * InLuaIKnow * (+1)
09:07:25 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177042&oldid=177041 * InLuaIKnow * (+0)
09:09:26 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177043&oldid=177042 * InLuaIKnow * (+5)
09:09:33 <esolangs> [[Marbles]] https://esolangs.org/w/index.php?diff=177044&oldid=135200 * Vxgmichel * (+1)
09:20:12 <esolangs> [[]] https://esolangs.org/w/index.php?diff=177045&oldid=177043 * InLuaIKnow * (-5)
09:25:13 <esolangs> [[User:Yayimhere/Primelist language]] https://esolangs.org/w/index.php?diff=177046&oldid=176963 * Yayimhere2(school) * (-6) /* Operations */
09:26:54 <esolangs> [[User:Yayimhere/Primelist language]] https://esolangs.org/w/index.php?diff=177047&oldid=177046 * Yayimhere2(school) * (-63) /* Lists */
09:27:35 <esolangs> [[User talk:Corbin]] https://esolangs.org/w/index.php?diff=177048&oldid=173821 * Blashyrkh * (+328) /* Redirect User:XKCD_Random_Number -> XKCD_Random_Number still exists */ new section
09:27:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:45:34 <b_jonas> fizzie re JSON pretty-print, ouch.
09:47:11 <b_jonas> has anyone experimented with PDFs that deliberately deceive the user by making a detail look different on screen versus when printed? like a contract that says you pay me a hundred dollars for a service when you preview it on screen, but then says you pay me one thousand dollars when you print it. PDF has enough color space magic that you can put into a document that I think this is possible.
09:47:11 <esolangs> [[BzFs]] https://esolangs.org/w/index.php?diff=177049&oldid=176451 * Yayimhere2(school) * (+1) /* Commands */
09:48:52 <b_jonas> I started to wonder because I'm thinking of a non-deceptive use for this, a document that is optimized to look in two different way when printed on color printer vs black printer
09:50:33 <b_jonas> I guess if you want something deceptive then you can also just write malformed PDFs that look different depending on what software you use to parse it, there's a lot of redudnant information in there that you can use
09:50:38 -!- mich181189 has quit (Ping timeout: 268 seconds).
09:51:19 -!- mich181189 has joined.
10:05:54 -!- svm has joined.
10:08:51 -!- msv has quit (Ping timeout: 255 seconds).
10:31:02 -!- svm has quit (Quit: Leaving).
10:33:42 -!- msv has joined.
10:39:09 <esolangs> [[User:Yayimhere/Primelist language]] https://esolangs.org/w/index.php?diff=177050&oldid=177047 * Yayimhere2(school) * (-2) /* Operations */
10:39:38 <esolangs> [[User:Yayimhere/Primelist language]] https://esolangs.org/w/index.php?diff=177051&oldid=177050 * Yayimhere2(school) * (+2) /* Operations */
10:41:00 <esolangs> [[User:Yayimhere/Primelist language]] https://esolangs.org/w/index.php?diff=177052&oldid=177051 * Yayimhere2(school) * (+0) /* Operations */
10:51:29 -!- tromp has joined.
11:26:48 -!- impomatic has joined.
11:27:56 <b_jonas> Ok, after more reading, I think it's not easy to make this work in a very portable way that will work with no matter what sotware, so it's probably best reserved for underhanded uses
12:16:55 <esolangs> [[Function V]] N https://esolangs.org/w/index.php?oldid=177053 * Timm * (+340) Created page with "== MAIN == === HOW WORKS === !args;body *arg &^func$*arg...*argN () #comment and this is name (() #and this ((((((((())))))) #and this #by default (...() is how_many_leftparents-1 number name == func #define name as func === EXAMPLES === ()) == !*a*f*x;&^*f$&^*a
12:19:23 -!- amby has joined.
12:43:29 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=177054&oldid=176966 * Yoyolin0409 * (-1) /* random */
12:44:51 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=177055&oldid=177054 * Yoyolin0409 * (+4) /* More Coincidence */
13:04:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:12:27 <esolangs> [[Cosmic]] https://esolangs.org/w/index.php?diff=177056&oldid=177024 * RainbowDash * (+549) Control flow
13:33:08 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=177057&oldid=177055 * Yoyolin0409 * (+149) /* random */
13:33:18 -!- tromp has joined.
14:56:51 <esolangs> [[Talk:Fuck]] https://esolangs.org/w/index.php?diff=177058&oldid=144518 * RikoMamaBala * (+634)
14:57:25 <esolangs> [[Talk:Fuck]] https://esolangs.org/w/index.php?diff=177059&oldid=177058 * RikoMamaBala * (+17)
14:57:56 <esolangs> [[User:Timm]] https://esolangs.org/w/index.php?diff=177060&oldid=174126 * Timm * (+18)
14:58:18 <esolangs> [[User talk:Corbin]] https://esolangs.org/w/index.php?diff=177061&oldid=177048 * Corbin * (+1232) /* Redirect User:XKCD_Random_Number -> XKCD_Random_Number still exists */
15:32:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:45:17 <esolangs> [[Septem Lingua]] M https://esolangs.org/w/index.php?diff=177062&oldid=177057 * Cleverxia * (+87) /* random */
15:49:41 <esolangs> [[Septem Lingua]] https://esolangs.org/w/index.php?diff=177063&oldid=177062 * Cleverxia * (-24)
16:07:04 -!- tromp has joined.
16:15:25 -!- A_Dragon has changed nick to gAy_Dragon.
16:34:47 <esolangs> [[Interpriterlol]] https://esolangs.org/w/index.php?diff=177064&oldid=176998 * Zlfp * (+90)
16:42:18 <esolangs> [[Category:Goto based]] N https://esolangs.org/w/index.php?oldid=177065 * Zlfp * (+174) creation
16:42:59 <esolangs> [[Category:Goto based]] https://esolangs.org/w/index.php?diff=177066&oldid=177065 * Zlfp * (-23) fixed
16:48:44 <esolangs> [[User talk:Zlfp]] N https://esolangs.org/w/index.php?oldid=177067 * Corbin * (+367) Trying a new tactic: notifying the user on their talk page instead of the category's talk page.
17:20:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:27:54 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=177068&oldid=172495 * Zlfp * (+533) added new talk
17:30:43 <esolangs> [[Function V]] https://esolangs.org/w/index.php?diff=177069&oldid=177053 * Aadenboy * (-24) CC0 public domain
17:46:46 -!- tromp has joined.
19:19:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:31:00 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=177070&oldid=176937 * A() * (+130)
19:42:24 -!- msv has quit (Quit: Leaving).
19:43:08 -!- msv has joined.
19:47:27 -!- Lord_of_Life has quit (Ping timeout: 246 seconds).
19:47:43 -!- Lord_of_Life_ has joined.
19:49:05 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:04:52 <esolangs> [[Talk:((()))(((())))=5]] https://esolangs.org/w/index.php?diff=177071&oldid=177070 * A() * (+267) /* I am a Bit Late */
20:21:04 <esolangs> [[User talk:Corbin]] https://esolangs.org/w/index.php?diff=177072&oldid=177061 * Zlfp * (+280) added a reply
20:44:32 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=177073&oldid=177068 * Zlfp * (+6) updated signature
20:47:51 <esolangs> [[Interpriterlol]] https://esolangs.org/w/index.php?diff=177074&oldid=177064 * Zlfp * (+12) updated signature
20:51:44 -!- impomatic has quit (*.net *.split).
21:00:12 <esolangs> [[User talk:Corbin]] https://esolangs.org/w/index.php?diff=177075&oldid=177072 * Aadenboy * (+396) /* Reply to User_talk:Zlfp */ replies should share a page
21:11:34 -!- ais523 has joined.
21:13:40 -!- lisbeths has joined.
21:25:29 -!- msv has quit (*.net *.split).
21:25:29 -!- sorear has quit (*.net *.split).
21:26:11 -!- msv has joined.
21:26:11 -!- sorear has joined.
21:26:12 -!- mich181189 has quit (*.net *.split).
21:26:12 -!- ProofTechnique_ has quit (*.net *.split).
21:26:12 -!- korvo has quit (*.net *.split).
21:26:12 -!- dcreager has quit (*.net *.split).
21:26:12 -!- chiselfuse has quit (*.net *.split).
21:27:05 -!- AlsoJAA has quit (*.net *.split).
21:27:05 -!- myname has quit (*.net *.split).
21:27:05 -!- ^[ has quit (*.net *.split).
21:27:05 -!- ManDeJan has quit (*.net *.split).
21:27:06 -!- rodgort has quit (*.net *.split).
21:27:06 -!- simcop2387 has quit (*.net *.split).
21:27:06 -!- citrons has quit (*.net *.split).
21:27:06 -!- shikhin has quit (*.net *.split).
21:27:06 -!- lambdabot has quit (*.net *.split).
21:27:32 -!- mich181189 has joined.
21:27:32 -!- ProofTechnique_ has joined.
21:27:32 -!- korvo has joined.
21:27:32 -!- dcreager has joined.
21:27:32 -!- chiselfuse has joined.
21:28:00 -!- AlsoJAA has joined.
21:28:00 -!- myname has joined.
21:28:00 -!- ^[ has joined.
21:28:00 -!- ManDeJan has joined.
21:28:00 -!- rodgort has joined.
21:28:00 -!- simcop2387 has joined.
21:28:00 -!- citrons has joined.
21:28:00 -!- shikhin has joined.
21:28:00 -!- lambdabot has joined.
21:35:36 -!- amby has quit (*.net *.split).
21:35:36 -!- gAy_Dragon has quit (*.net *.split).
21:35:37 -!- APic has quit (*.net *.split).
21:35:37 -!- jinn6 has quit (*.net *.split).
21:36:10 -!- amby has joined.
21:36:10 -!- gAy_Dragon has joined.
21:36:10 -!- APic has joined.
21:36:10 -!- jinn6 has joined.
21:36:19 -!- APic has quit (Max SendQ exceeded).
21:36:38 -!- EPic_ has joined.
21:49:51 <esolangs> [[Deadbird]] https://esolangs.org/w/index.php?diff=177076&oldid=148997 * Kaveh Yousefi * (+1553) Introduced an examples section comprehending three incipial members, added a hyperlink to my interpreter implementation, and modified the Unimplemented to Implemented.
22:09:48 <esolangs> [[Deadbird]] https://esolangs.org/w/index.php?diff=177077&oldid=177076 * Kaveh Yousefi * (+18) Amended two grammatical errors and supplemented a further page category tag.
22:10:21 -!- tromp has joined.
22:36:23 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
22:36:46 -!- Lord_of_Life has joined.
22:39:41 -!- Sgeo has joined.
23:12:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:57:31 -!- msv has quit (Quit: Leaving).
23:58:09 -!- msv has joined.