00:05:12 can someone explain me where I can get a compiler/interpreter for https://esolangs.org/wiki/Useful! ? 00:10:04 [[1Fish]] https://esolangs.org/w/index.php?diff=121061&oldid=121060 * EvyLah * (+170) 00:12:51 [[1Fish]] https://esolangs.org/w/index.php?diff=121062&oldid=121061 * EvyLah * (+186) 00:21:37 Judging from the fact that that page's in [[Category:Joke languages]], I don't expect you could. I think it's just one of those pointless things. 00:37:02 -!- APic has joined. 00:49:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 01:07:57 -!- tromp has joined. 01:08:58 -!- tromp has quit (Client Quit). 01:14:17 -!- Lord_of_Life has quit (Ping timeout: 252 seconds). 01:15:43 -!- Lord_of_Life has joined. 01:24:49 [[1Fish]] M https://esolangs.org/w/index.php?diff=121063&oldid=121062 * PythonshellDebugwindow * (+49) Categories 01:31:52 [[Language list]] M https://esolangs.org/w/index.php?diff=121064&oldid=121053 * PythonshellDebugwindow * (+17) /* Non-alphabetic */ add 01:34:52 [[Language list]] M https://esolangs.org/w/index.php?diff=121065&oldid=121064 * PythonshellDebugwindow * (+11) /* F */ Alphabetise, add 01:37:49 [[FXYT]] M https://esolangs.org/w/index.php?diff=121066&oldid=121037 * PythonshellDebugwindow * (+25) Category 03:05:03 -!- op_4 has quit (Remote host closed the connection). 03:05:34 -!- op_4 has joined. 03:23:10 -!- rdococ has joined. 03:48:17 -!- rdococ has quit (Quit: Leaving). 04:35:09 -!- Melvar has quit (Read error: Connection reset by peer). 04:36:11 -!- Melvar has joined. 04:36:44 -!- SGautam has joined. 04:37:27 -!- Melvar has quit (Client Quit). 05:15:30 -!- Melvar has joined. 07:26:06 -!- SGautam has quit (Quit: Connection closed for inactivity). 07:58:30 -!- tromp has joined. 08:38:03 -!- rcesptro has joined. 08:51:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 08:58:50 -!- tromp has joined. 09:59:33 -!- Koen_ has joined. 10:36:06 So the joke languages on esolang wiki are purely supposed to be hypothetical languages with no real implementations? 10:52:04 [[FXYT]] https://esolangs.org/w/index.php?diff=121067&oldid=121066 * Susam * (+1886) Add idioms 10:55:45 they're usually silly, well, jokes by the author and not really intended to be practical 10:56:05 which I think is orthogonal to whether there are any real implementations (see HQ9+ for a famous example that is well-implemented?) 10:59:42 -!- rcesptro has quit (Quit: WeeChat 4.1.2). 11:00:47 -!- ais523 has quit (Quit: quit). 11:17:50 FireFly: thanks for the HQ9+ mention. HQ9+ is a nice counterexample for what I incorrectly assumed. 11:18:31 this is a really lovely community. are there more communities like this that you guys are aware of? where people are doing things just for fun and recreation and becoming more and more expertise in it? 11:19:34 [[Special:Log/upload]] upload * Susam * uploaded "[[File:FXYT-XYsN128r.png]]": Output of the FXYT program XY+N128% 11:23:34 [[FXYT]] https://esolangs.org/w/index.php?diff=121069&oldid=121067 * Susam * (+62) Include output of the program XY+N128% 11:26:20 [[Category:Total]] https://esolangs.org/w/index.php?diff=121070&oldid=118381 * Susam * (+19) Clarify mention of proof 11:27:01 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] https://esolangs.org/w/index.php?diff=121071&oldid=121022 * None1 * (+371) /* Turing completeness */ Added conversion table from brainfuck 11:27:40 I think it used to be more active a decade or so ago here 11:27:59 [[Category:Graphical Output]] M https://esolangs.org/w/index.php?diff=121072&oldid=118376 * Susam * (+1) Add missing full-stop 11:28:07 but idk, there's a fair bit of overlap with the codegolf communities, which is a different-but-sorta-related kind of recreational creative programmnig 11:28:10 programming* 11:37:51 -!- tromp has quit (Read error: Connection reset by peer). 11:44:27 yeah, there are multiple code golf communities that grow then later shrink and possibly disappear. there are approximately two esolang-related Discord communities. https://www.perlmonks.com/?node_id=1597 used to have a community where we write esoteric code in perl, but it's mostly disappeared now. 11:56:22 perlmonks also had a large intersection with the perl code golf community, see https://www.perlmonks.com/?node_id=176576 's writeups for example. 12:01:20 see also http://terje2.frox25.no-ip.org/perlgolf_history_070109.pdf 12:56:30 -!- Sgeo has quit (Read error: Connection reset by peer). 13:04:55 -!- Thelie has joined. 13:31:35 -!- Thelie has quit (Ping timeout: 268 seconds). 13:50:18 [[Talk:LongDick]] N https://esolangs.org/w/index.php?oldid=121073 * None1 * (+234) Created page with "==Computational class== If the integers in LongDick are unbounded, LongDick will be TC because we can translate [[brainfuck]] with only three cells to it. --~~~~" 14:02:10 [[Super Yellow]] https://esolangs.org/w/index.php?diff=121074&oldid=119276 * LTHCTheMaster * (+131) 14:04:34 -!- b_jonas has quit (Quit: leaving). 14:12:31 [[User:LTHCTheMaster/common.js]] N https://esolangs.org/w/index.php?oldid=121075 * LTHCTheMaster * (+1061) Created page with "var audioCtx = new(window.AudioContext || window.webkitAudioContext)(); function playNote(frequency, duration) { // create Oscillator node var oscillator = audioCtx.createOscillator(); oscillator.type = 'square'; oscillator.frequency 14:13:04 [[User:LTHCTheMaster/common.js]] M https://esolangs.org/w/index.php?diff=121076&oldid=121075 * LTHCTheMaster * (-1061) Blanked the page 14:39:33 [[Length]] https://esolangs.org/w/index.php?diff=121077&oldid=82452 * ChuckEsoteric08 * (-12) /* External resources */ 14:46:07 -!- chiselfuse has quit (Ping timeout: 240 seconds). 14:46:27 -!- chiselfuse has joined. 14:54:09 [[Length]] https://esolangs.org/w/index.php?diff=121078&oldid=121077 * ChuckEsoteric08 * (+167) 15:13:40 -!- Thelie has joined. 15:44:23 -!- Thelie has quit (Ping timeout: 252 seconds). 15:46:16 [[List of ideas]] https://esolangs.org/w/index.php?diff=121079&oldid=121001 * PkmnQ * (+145) /* General Ideas */ 16:11:37 -!- tromp has joined. 17:06:23 [[Binary-encoded Minsky machine]] https://esolangs.org/w/index.php?diff=121080&oldid=121052 * ChuckEsoteric08 * (+34) 17:55:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:29:48 -!- tromp has joined. 18:40:02 [[1Fish]] https://esolangs.org/w/index.php?diff=121081&oldid=121063 * EvyLah * (-8) 18:40:14 [[1Fish]] https://esolangs.org/w/index.php?diff=121082&oldid=121081 * EvyLah * (+2) 18:40:58 [[1Fish]] https://esolangs.org/w/index.php?diff=121083&oldid=121082 * EvyLah * (+61) 18:42:20 [[1Fish]] https://esolangs.org/w/index.php?diff=121084&oldid=121083 * EvyLah * (+66) 18:43:46 [[1Fish]] https://esolangs.org/w/index.php?diff=121085&oldid=121084 * EvyLah * (+31) 18:48:49 [[1Fish]] https://esolangs.org/w/index.php?diff=121086&oldid=121085 * EvyLah * (+132) 18:53:57 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in). 18:53:57 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in). 18:56:44 -!- simcop2387 has joined. 18:58:13 -!- perlbot has joined. 19:31:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:32:00 -!- tromp has joined. 19:35:28 -!- Koen_ has quit (Remote host closed the connection). 19:37:30 -!- Koen_ has joined. 19:48:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:57:52 -!- tromp has joined. 20:17:13 -!- Thelie has joined. 20:27:14 I made up some unofficial rules of Magic: the Gathering that finality counters apply to an object that would go to the graveyard from any zone, and that counters on an object in the stack are added to the permanent that object becomes as it enters the battlefield. 20:45:51 [[User:Kiken/Implementations]] M https://esolangs.org/w/index.php?diff=121087&oldid=121002 * Kiken * (+1539) 20:50:59 [[Sap]] M https://esolangs.org/w/index.php?diff=121088&oldid=120968 * Kiken * (+186) /* Implementations */ 20:53:01 [[Sap]] M https://esolangs.org/w/index.php?diff=121089&oldid=121088 * Kiken * (-7) /* Strings */ update 20:53:38 can head recursion also be transformed to loops? 20:57:01 [[Sap]] M https://esolangs.org/w/index.php?diff=121090&oldid=121089 * Kiken * (+44) /* Directions for use */ clarification 21:52:45 -!- Sgeo has joined. 22:07:01 -!- FreeFull has quit (Quit: rebooting). 22:09:22 -!- FreeFull has joined. 22:24:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:25:36 -!- Koen_ has quit (Remote host closed the connection). 23:03:46 [[Timeline of esoteric programming languages]] M https://esolangs.org/w/index.php?diff=121091&oldid=120563 * PythonshellDebugwindow * (+36) /* See also */ Link 23:06:58 [[Timeline of golfing languages]] M https://esolangs.org/w/index.php?diff=121092&oldid=75872 * PythonshellDebugwindow * (+17) Grammar 23:13:53 -!- Koen_ has joined. 23:15:35 [[Talk:Befunge]] https://esolangs.org/w/index.php?diff=121093&oldid=121049 * None1 * (+178) /* the 99 Bottles of Beer program is incorrect */ 23:30:41 [[Talk:New]] M https://esolangs.org/w/index.php?diff=121094&oldid=121041 * CreeperBomb * (+2) Please indent replies 23:59:21 [[Super Yellow]] M https://esolangs.org/w/index.php?diff=121095&oldid=121074 * PythonshellDebugwindow * (+66) Categories