00:02:06 [[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 [[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 I can attempt to fact-check some of that PL/I stuff. 01:06:46 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 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 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 "Overlay three different types of variable on the same 01:54:35 memory location? Anything you say!" C allows the same 01:54:57 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 VM/370 CE has PL/I (F) installed 02:27:37 SEVERE ERRORS. 02:27:37 IEM1802I 5 AN ERROR HAS OCCURRED WHEN CONVERTING THE CONSTANT 'HI' TO 02:27:37 FIXED BINARY. THE ERROR WAS 02:27:37 DETECTED IN STATEMENT NUMBER 5 BUT CHECK ALL SIMILAR USES 02:27:37 OF THIS CONSTANT. 02:30:42 Execution begins... 02:30:42 IHE604I ERROR IN CONVERSION FROM CHARACTER STRING TO ARITHMETIC IN STATEMENT 000 02:30:42 07 AT OFFSET +00096 FROM ENTRY POINT FOR 02:30:42 TUNE 02:31:46 zzo38, I'm having trouble reproducing one of the claims about PL/I 02:33:55 What claim are you trying to reproduce? 02:34:38 "You can multiply a character string by a bit string and assign the result to a float decimal." 02:35:31 Maybe that is wrong (in which case it should be removed), but I remember reading that somewhere. 02:39:00 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 Hmm. PL/I (F) seems fine with it, PL/I optimizing less so 02:41:54 The statement is from https://www.bgreco.net/fortune.txt 02:42:01 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 Then again I can't even get hello world running in PL/I F 02:44:36 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 HI THERE! RESULT: 0.00000E+00 02:51:57 multiply a character string by a bit string and assign the result to a float decimal." 02:51:58 oops 02:52:07 CHARS = '55'; 02:52:08 BITSTRING = '101'B; 02:52:08 RESULT = CHARS * BITSTRING; 02:52:08 PUT LIST(' RESULT: ', RESULT); 02:54:36 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 PL/I does let you specify how many digits a variable has and where the decimal point is 02:58:18 Does that count as unusual? 03:00:03 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 [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180745&oldid=180744 * Sgeo * (+82) /* PL/I */ 03:05:40 [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=180746&oldid=180745 * Sgeo * (+664) Rexx stuff 04:39:58 [[RPN]] N https://esolangs.org/w/index.php?oldid=180747 * TheCatFromGithub * (+37) common abbr. 04:42:43 [[RPN]] M https://esolangs.org/w/index.php?diff=180748&oldid=180747 * TheCatFromGithub * (-7) double redirirect 04:48:22 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 [[RECT4n=GLE]] https://esolangs.org/w/index.php?diff=180749&oldid=174074 * Yayimhere2(school) * (-1) /* some complexity */ 08:57:31 `date 08:57:34 Thu Apr 30 08:57:32 UTC 2026 10:27:16 [[T F]] https://esolangs.org/w/index.php?diff=180750&oldid=180590 * Esolang lover123 * (+50) /* Commands */ 10:32:24 [[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 [[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 [[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 [[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 [[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 [[Nuts]] https://esolangs.org/w/index.php?diff=180755&oldid=180420 * Tpaefawzen * (+0) /* Archives */ +lkext 13:31:43 [[Dis]] https://esolangs.org/w/index.php?diff=180756&oldid=179510 * Tpaefawzen * (+7) /* External resources */ programs repo 13:46:15 [[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 [[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 [[Memristor]] https://esolangs.org/w/index.php?diff=180759&oldid=180680 * Miui * (+16) /* See also */ Link memfractal 15:56:35 [[ReversibleFerrariMSB]] https://esolangs.org/w/index.php?diff=180760&oldid=180731 * Miui * (+33) /* Cobra Cardog execution */ 16:02:43 [[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 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180762&oldid=180761 * Miui * (-98) /* Sandbox */ 16:10:51 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180763&oldid=180762 * Miui * (+189) 16:13:49 [[User:Miui]] https://esolangs.org/w/index.php?diff=180764&oldid=180677 * Miui * (+22) /* current scope */ 16:15:07 [[Iffinit]] https://esolangs.org/w/index.php?diff=180765&oldid=161667 * Miui * (-172) Blanked the page 16:19:30 [[User:Miui]] https://esolangs.org/w/index.php?diff=180766&oldid=180764 * Miui * (+4) /* current scope */ 16:22:13 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180767&oldid=180763 * Miui * (+52) /* Sandbox */ 16:25:18 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180768&oldid=180767 * Miui * (+172) /* Sandbox */ 16:33:00 [[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 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 [[User:Esolang lover123/Sandbox]] N https://esolangs.org/w/index.php?oldid=180770 * Esolang lover123 * (+92) Created page with "just testing stuff here. '''[[T F]] is turing complete '''" 17:31:02 [[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!]] https://esolangs.org/w/index.php?diff=180771&oldid=179469 * Esolang lover123 * (-39) this is very hard 17:31:40 [[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 [[PrimePowers]] M https://esolangs.org/w/index.php?diff=180773&oldid=180753 * Esolang lover123 * (+47) wow 17:42:01 [[PrimePowers]] M https://esolangs.org/w/index.php?diff=180774&oldid=180773 * Esolang lover123 * (-8) oopsie 17:43:23 [[Writer]] M https://esolangs.org/w/index.php?diff=180775&oldid=180493 * Esolang lover123 * (+10) 17:52:48 [[Language list]] M https://esolangs.org/w/index.php?diff=180776&oldid=180721 * Esolang lover123 * (+46) [[PrimePowers]] 18:08:20 [[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 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180778&oldid=180768 * Miui * (+683) 18:28:26 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180779&oldid=180778 * Miui * (+98) 18:28:56 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180780&oldid=180779 * Miui * (-280) /* Unlimited type */ 18:29:58 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180781&oldid=180780 * Miui * (-287) /* Type 1 */ 18:31:26 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180782&oldid=180781 * Miui * (+273) 18:32:12 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180783&oldid=180782 * Miui * (+5) 18:32:48 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180784&oldid=180783 * Miui * (+0) 18:33:25 [[User:Miui/Sandbox]] https://esolangs.org/w/index.php?diff=180785&oldid=180784 * Miui * (+1) /* Computational class */ 18:34:41 [[Memristor]] https://esolangs.org/w/index.php?diff=180786&oldid=180759 * Miui * (+819) 18:37:16 [[Memristor]] https://esolangs.org/w/index.php?diff=180787&oldid=180786 * Miui * (+12) /* Limiting type */ 18:46:43 [[User:Miui]] https://esolangs.org/w/index.php?diff=180788&oldid=180766 * Miui * (-65) /* personal esopages */ 18:52:16 [[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 [[UserEdited]] https://esolangs.org/w/index.php?diff=180790&oldid=170607 * MihaiEso * (+1440) 21:34:06 -!- tromp has joined. 21:34:14 [[UserEdited/Versions]] https://esolangs.org/w/index.php?diff=180791&oldid=165563 * MihaiEso * (+99) 21:36:43 [[Translated ZhongWen/PSTF Duodecem]] https://esolangs.org/w/index.php?diff=180792&oldid=180661 * MihaiEso * (+47) 21:47:34 [[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|