←2026-04-29 2026-04-30 2026-05-01→ ↑2026 ↑all
00:02:06 <esolangs> [[Bolaga]] https://esolangs.org/w/index.php?diff=180743&oldid=180741 * Fly * (-174) /* Implementations */
00:20:20 -!- jix has quit (Quit: quit).
00:21:13 -!- jix has joined.
00:43:55 <esolangs> [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180744&oldid=180742 * Sgeo * (+240) /* FORTRAN */ limitation
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:59:58 <Sgeo> I can attempt to fact-check some of that PL/I stuff.
01:06:46 <Sgeo> I'm testing on PL/I OPTIMIZER V1 R5.1, which is available on pubvm.org. I'm not sure if there's a public domain PL/I in VM/370
01:15:48 <Sgeo> https://gist.github.com/Sgeo/69297a0f0084b2e65aea29231a25a1b0 got a compile-time error when I tried to "multiply a character string by a bit string and assign the result to a float decimal."
01:15:59 <Sgeo> Well, actually I think it's a compile-time warning
01:48:28 -!- b_jonas has quit (Read error: Connection reset by peer).
01:54:35 <Sgeo> "Overlay three different types of variable on the same
01:54:35 <Sgeo> memory location? Anything you say!" C allows the same
01:54:57 <Sgeo> Which I guess can be considered more a criticism of C than an acceptable excuse for PL/I
01:55:28 -!- b_jonas has joined.
02:03:27 -!- Sgeo has quit (Read error: Connection reset by peer).
02:11:41 -!- Sgeo has joined.
02:15:24 * Sgeo grumbles at random programs on Windows taking random ports that Hercules wants to use
02:16:11 <Sgeo> VM/370 CE has PL/I (F) installed
02:27:37 <Sgeo> SEVERE ERRORS.
02:27:37 <Sgeo> IEM1802I 5 AN ERROR HAS OCCURRED WHEN CONVERTING THE CONSTANT 'HI' TO
02:27:37 <Sgeo> FIXED BINARY. THE ERROR WAS
02:27:37 <Sgeo> DETECTED IN STATEMENT NUMBER 5 BUT CHECK ALL SIMILAR USES
02:27:37 <Sgeo> OF THIS CONSTANT.
02:30:42 <Sgeo> Execution begins...
02:30:42 <Sgeo> IHE604I ERROR IN CONVERSION FROM CHARACTER STRING TO ARITHMETIC IN STATEMENT 000
02:30:42 <Sgeo> 07 AT OFFSET +00096 FROM ENTRY POINT FOR
02:30:42 <Sgeo> TUNE
02:31:46 <Sgeo> zzo38, I'm having trouble reproducing one of the claims about PL/I
02:33:55 <zzo38> What claim are you trying to reproduce?
02:34:38 <Sgeo> "You can multiply a character string by a bit string and assign the result to a float decimal."
02:35:31 <zzo38> Maybe that is wrong (in which case it should be removed), but I remember reading that somewhere.
02:39:00 <Sgeo> https://www.microfocus.com/documentation/openpli/80/pfdtcv.htm ok, so I think it works if the character string contains a valid number
02:40:49 <Sgeo> Hmm. PL/I (F) seems fine with it, PL/I optimizing less so
02:41:54 <Sgeo> The statement is from https://www.bgreco.net/fortune.txt
02:42:01 <zzo38> I also had my own ideas of a programming language that is meant to be used like C is used. This is because of various things I considered not as good in C, although some of the features are also unusuah (and possibly the standard .o format won't work but I don't know for sure; it should still be possible to include .o files in the linking though, so that you can link it with C codes)
02:43:57 <Sgeo> Then again I can't even get hello world running in PL/I F
02:44:36 <zzo38> Why the PC character set does not have a unequal sign even though it does have other signs such as greater or equal sign and less or equal sign?
02:51:38 <Sgeo> HI THERE! RESULT: 0.00000E+00
02:51:57 <Sgeo> multiply a character string by a bit string and assign the result to a float decimal."
02:51:58 <Sgeo> oops
02:52:07 <Sgeo> CHARS = '55';
02:52:08 <Sgeo> BITSTRING = '101'B;
02:52:08 <Sgeo> RESULT = CHARS * BITSTRING;
02:52:08 <Sgeo> PUT LIST(' RESULT: ', RESULT);
02:54:36 <zzo38> I do not remember if I have seen a bit string type in anything else other than ASN.1, although I think I might have done but do not remember. It is a useful type for some things.
02:58:15 <Sgeo> PL/I does let you specify how many digits a variable has and where the decimal point is
02:58:18 <Sgeo> Does that count as unusual?
03:00:03 <zzo38> I think it might be, since many programming languages don't work like that. If not sure, it might be worth to add anyways
03:00:47 <esolangs> [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180745&oldid=180744 * Sgeo * (+82) /* PL/I */
03:05:40 <esolangs> [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180746&oldid=180745 * Sgeo * (+664) Rexx stuff
04:39:58 <esolangs> [[RPN]] N https://esolangs.org/w/index.php?oldid=180747 * TheCatFromGithub * (+37) common abbr.
04:42:43 <esolangs> [[RPN]] M https://esolangs.org/w/index.php?diff=180748&oldid=180747 * TheCatFromGithub * (-7) double redirirect
04:48:22 <Sgeo> I /think/ the mention of SQL statements anywhere in PL/I might be with use of some other preprocessor first, and not a property of PL/I itself.
06:47:42 -!- tromp has joined.
07:01:42 -!- Sgeo has quit (Read error: Connection reset by peer).
08:32:15 -!- shikhin has quit (Quit: Quittin'.).
08:34:09 -!- shikhin has joined.
08:53:37 <esolangs> [[RECT4n=GLE]] https://esolangs.org/w/index.php?diff=180749&oldid=174074 * Yayimhere2(school) * (-1) /* some complexity */
08:57:31 <int-e> `date
08:57:34 <HackEso> Thu Apr 30 08:57:32 UTC 2026
10:27:16 <esolangs> [[T F]] https://esolangs.org/w/index.php?diff=180750&oldid=180590 * Esolang lover123 * (+50) /* Commands */
10:32:24 <esolangs> [[Circuit]] M https://esolangs.org/w/index.php?diff=180751&oldid=180589 * Esolang lover123 * (+247)
10:54:42 -!- amby has joined.
10:55:53 -!- emery has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
11:01:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:05:05 <esolangs> [[PrimePowers]] N https://esolangs.org/w/index.php?oldid=180752 * Esolang lover123 * (+870) Created page with "PrimePowers is an esolang where instead of storing data in variables or on a stack it stores it in prime powers using an accumulator. ==Commands== {|class=wikitable ! Symbol !! Function |-] | + || increment accumulator |- | - || decrement accumulator |- | p
11:05:29 <esolangs> [[PrimePowers]] M https://esolangs.org/w/index.php?diff=180753&oldid=180752 * Esolang lover123 * (-25)
11:15:25 -!- shikhin has changed hostmask to ~shikhin@offtopia/offtopian.
11:23:07 <esolangs> [[Special:Log/newusers]] create * DslashV * New user account
12:15:07 -!- tromp has joined.
12:27:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:55:15 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=180754&oldid=180700 * Quark Heinz * (+146) /* Introductions */
13:09:07 -!- tromp has joined.
13:16:15 <esolangs> [[Nuts]] https://esolangs.org/w/index.php?diff=180755&oldid=180420 * Tpaefawzen * (+0) /* Archives */ +lkext
13:31:43 <esolangs> [[Dis]] https://esolangs.org/w/index.php?diff=180756&oldid=179510 * Tpaefawzen * (+7) /* External resources */ programs repo
13:46:15 <esolangs> [[User:None1/InDev]] https://esolangs.org/w/index.php?diff=180757&oldid=179590 * None1 * (+171)
14:14:27 -!- gf2718 has quit (Ping timeout: 272 seconds).
14:30:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:03:18 -!- myname has quit (Quit: WeeChat 4.8.1).
15:05:01 -!- myname has joined.
15:06:42 -!- tromp has joined.
15:21:29 <esolangs> [[Talk:Nonstraightforward]] M https://esolangs.org/w/index.php?diff=180758&oldid=159708 * RaiseAfloppaFan3925 * (-1203) blank talk page; had nothing on it anyway
15:53:34 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180759&oldid=180680 * Miui * (+16) /* See also */ Link memfractal
15:56:35 <esolangs> [[ReversibleFerrariMSB]] https://esolangs.org/w/index.php?diff=180760&oldid=180731 * Miui * (+33) /* Cobra Cardog execution */
16:02:43 <esolangs> [[User:Miui/Sandbox]] N https://esolangs.org/w/index.php?oldid=180761 * Miui * (+672) Created page with "=Sandbox= Memristor is a language for describing OOP using hardware description language that is understood to be gradient to an interval of hysteresis pinch. The esolang [[User:Miui]] found handy was an ehdl (esoteric hardware description language) that looks l
16:07:14 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180762&oldid=180761 * Miui * (-98) /* Sandbox */
16:10:51 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180763&oldid=180762 * Miui * (+189)
16:13:49 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=180764&oldid=180677 * Miui * (+22) /* current scope */
16:15:07 <esolangs> [[Iffinit]] https://esolangs.org/w/index.php?diff=180765&oldid=161667 * Miui * (-172) Blanked the page
16:19:30 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=180766&oldid=180764 * Miui * (+4) /* current scope */
16:22:13 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180767&oldid=180763 * Miui * (+52) /* Sandbox */
16:25:18 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180768&oldid=180767 * Miui * (+172) /* Sandbox */
16:33:00 <esolangs> [[Streamlang]] https://esolangs.org/w/index.php?diff=180769&oldid=179681 * Thebarra * (+82)
16:48:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:55:30 -!- tromp has joined.
16:58:22 <korvo> I would like to suggest that we copy SCP's policy for LLM-generated text: https://scp-wiki.wikidot.com/site-rules#:~:text=are%20permitted%2C%20however.-,AI%2Dgenerated%20content,-The%20use%20of
17:21:21 <esolangs> [[User:Esolang lover123/Sandbox]] N https://esolangs.org/w/index.php?oldid=180770 * Esolang lover123 * (+92) Created page with "just testing stuff here. <span class="spoiler">'''[[T F]] is turing complete '''</span>"
17:31:02 <esolangs> [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] https://esolangs.org/w/index.php?diff=180771&oldid=179469 * Esolang lover123 * (-39) <span class="spoiler">this is very hard</span>
17:31:40 <esolangs> [[Talk:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] N https://esolangs.org/w/index.php?oldid=180772 * Esolang lover123 * (+25) Created page with "put the programs here VVV"
17:40:58 <esolangs> [[PrimePowers]] M https://esolangs.org/w/index.php?diff=180773&oldid=180753 * Esolang lover123 * (+47) wow
17:42:01 <esolangs> [[PrimePowers]] M https://esolangs.org/w/index.php?diff=180774&oldid=180773 * Esolang lover123 * (-8) oopsie
17:43:23 <esolangs> [[Writer]] M https://esolangs.org/w/index.php?diff=180775&oldid=180493 * Esolang lover123 * (+10)
17:52:48 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=180776&oldid=180721 * Esolang lover123 * (+46) [[PrimePowers]]
18:08:20 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=180777&oldid=180750 * Esolang lover123 * (+23)
18:08:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:26:14 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180778&oldid=180768 * Miui * (+683)
18:28:26 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180779&oldid=180778 * Miui * (+98)
18:28:56 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180780&oldid=180779 * Miui * (-280) /* Unlimited type */
18:29:58 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180781&oldid=180780 * Miui * (-287) /* Type 1 */
18:31:26 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180782&oldid=180781 * Miui * (+273)
18:32:12 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180783&oldid=180782 * Miui * (+5)
18:32:48 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180784&oldid=180783 * Miui * (+0)
18:33:25 <esolangs> [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180785&oldid=180784 * Miui * (+1) /* Computational class */
18:34:41 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180786&oldid=180759 * Miui * (+819)
18:37:16 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180787&oldid=180786 * Miui * (+12) /* Limiting type */
18:46:43 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=180788&oldid=180766 * Miui * (-65) /* personal esopages */
18:52:16 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=180789&oldid=180788 * Miui * (-101) /* "esolangs" */ still working on logo/pgmpiet
19:59:38 -!- Lord_of_Life_ has joined.
20:00:19 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
20:02:30 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:20:44 -!- ais523 has quit (Quit: quit).
21:32:42 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=180790&oldid=170607 * MihaiEso * (+1440)
21:34:06 -!- tromp has joined.
21:34:14 <esolangs> [[UserEdited/Versions]] https://esolangs.org/w/index.php?diff=180791&oldid=165563 * MihaiEso * (+99)
21:36:43 <esolangs> [[Translated ZhongWen/PSTF Duodecem]] https://esolangs.org/w/index.php?diff=180792&oldid=180661 * MihaiEso * (+47)
21:47:34 <esolangs> [[Translated ZhongWen/Mihai Again Chapter 14]] N https://esolangs.org/w/index.php?oldid=180793 * MihaiEso * (+7318) Created page with "There is no real beginning, nor is there a real end. Everything is just a cycle. 1. Take out this [[Translated ZhongWen/PSTF Duodecem|undefined]] thing outSpecial:Contributions/PrySigneToFry|<span style='font-family:Unifont;color:red
21:47:47 <esolangs> [[Translated ZhongWen/Mihai Again Chapter 14]] https://esolangs.org/w/index.php?diff=180794&oldid=180793 * MihaiEso * (-47)
22:02:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:08:25 -!- Sgeo has joined.
22:22:36 <esolangs> [[Memristor]] M https://esolangs.org/w/index.php?diff=180795&oldid=180787 * Miui * (+0) ehdl
22:23:08 -!- tromp has joined.
22:26:38 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180796&oldid=180795 * Miui * (+91) /* Type 1 */
22:27:35 -!- rodgort has quit (Ping timeout: 252 seconds).
22:30:52 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180797&oldid=180796 * Miui * (+38) /* Type 1 */
22:34:01 -!- rodgort has joined.
22:35:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:40:06 <esolangs> [[Special:Log/upload]] upload * Miui * uploaded "[[File:Catmull-Rom spline.png]]"
22:42:15 <esolangs> [[Special:Log/upload]] upload * Miui * uploaded "[[File:Memristor-Pinched hysterisis.png]]"
22:42:31 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180800&oldid=180797 * Miui * (+130)
22:43:27 <esolangs> [[Memristor]] M https://esolangs.org/w/index.php?diff=180801&oldid=180800 * Miui * (+2)
22:55:56 <esolangs> [[Memristor]] https://esolangs.org/w/index.php?diff=180802&oldid=180801 * Miui * (+100)
23:07:09 <esolangs> [[Oragami]] https://esolangs.org/w/index.php?diff=180803&oldid=180648 * Miui * (+140) /* Memory safety/management */
23:09:18 <esolangs> [[Oragami]] https://esolangs.org/w/index.php?diff=180804&oldid=180803 * Miui * (-11) /* Memory safety/management */
23:31:29 <Sgeo> In the following sections, the real
23:31:29 <Sgeo> arithmetic data types discussed are decimal
23:31:29 <Sgeo> fixed-point, sterling fixed--point, binary
23:31:29 <Sgeo> fixed-point, decimal floating-point, and
23:31:29 <Sgeo> binary floating-point"
23:42:07 <esolangs> [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180805&oldid=180746 * Sgeo * (+200) /* PL/I */ Sterling
23:56:41 <zzo38> Why does the QuickBasic IDE move the mouse cursor to the middle of the screen if you type END in the immediate window?
←2026-04-29 2026-04-30 2026-05-01→ ↑2026 ↑all