01:02:50 b_jonas: 0.3 - 0.2 != 0.1 is pretty good 01:29:43 [[-Output]] https://esolangs.org/w/index.php?diff=128160&oldid=128038 * EvyLah * (+0) n was used lmao 01:42:22 [[-Output]] https://esolangs.org/w/index.php?diff=128161&oldid=128160 * EvyLah * (+0) . was used for the split so I changed to j, for jump 01:59:48 If I have a 2D grid where each cell has three attributes, where sometimes one attribute is held and others are modified, what might be a good way to do the compression? RGB also works like this (and Amiga has a "hold-and-modify" mode, too), although with RGB the differences between values is a suitable thing to measure, while in my case the differences are not relevant. 02:00:05 I have made something, but I might have made a mistake because sometimes it doesn't seems to work properly, and I could not find the mistake. 03:44:17 [[-Output]] https://esolangs.org/w/index.php?diff=128162&oldid=128161 * EvyLah * (+6) g command tweak 04:09:31 [[+Output]] https://esolangs.org/w/index.php?diff=128163&oldid=128039 * EvyLah * (+0) to number command is & now 04:14:04 [[+Output]] https://esolangs.org/w/index.php?diff=128164&oldid=128163 * EvyLah * (+0) /* Add or subtract */ fix 04:14:15 [[+Output]] https://esolangs.org/w/index.php?diff=128165&oldid=128164 * EvyLah * (+4) /* Is greater than */ fix 04:16:31 [[+Output]] https://esolangs.org/w/index.php?diff=128166&oldid=128165 * EvyLah * (+0) /* Add or subtract */ pov: you didn't add a subtract instruction 04:17:05 [[+Output]] https://esolangs.org/w/index.php?diff=128167&oldid=128166 * EvyLah * (+0) /* Add or subtract */ fix again lol 04:20:26 [[+Output]] https://esolangs.org/w/index.php?diff=128168&oldid=128167 * EvyLah * (+2) /* Number or string checker */ apparently I forgot all input is taken as a string lol 04:23:22 [[+output]] N https://esolangs.org/w/index.php?oldid=128169 * EvyLah * (+21) redirect 04:28:25 [[+Output]] https://esolangs.org/w/index.php?diff=128170&oldid=128168 * EvyLah * (+65) ADDED IMPLEMENTATION WHOOOO 04:36:12 [[User:EvyLah]] https://esolangs.org/w/index.php?diff=128171&oldid=128112 * EvyLah * (+397) 04:37:20 [[User:EvyLah]] https://esolangs.org/w/index.php?diff=128172&oldid=128171 * EvyLah * (-11) 05:16:46 [[]] https://esolangs.org/w/index.php?diff=128173&oldid=128135 * Ractangle * (+193) /* Infinite loop */ 05:30:04 -!- Sgeo has quit (Read error: Connection reset by peer). 07:38:23 -!- tromp has joined. 07:53:50 [[User:PkmnQ/N Bits, N2^(N-1) Bytes]] N https://esolangs.org/w/index.php?oldid=128174 * PkmnQ * (+1287) Created page with "[[User:PkmnQ/N Bits, N2^(N-1) Bytes|N Bits, N2N+1 Bytes]] is an attempt at a _ Bits, _ Bytes esolang that can increase its amount of bits per command over time, made by [[User:PkmnQ]]. It starts out with 2 bits for a command, but conta 07:57:37 -!- Koen_ has joined. 08:03:28 -!- cpressey has joined. 08:11:18 -!- cpressey has quit (Ping timeout: 250 seconds). 08:19:13 -!- cpressey has joined. 08:20:06 -!- cpressey41 has joined. 08:20:42 Hi 08:21:20 web.libera.chat has a remarkably unreliable connection to the libera IRC network 08:24:12 [[Dick]] https://esolangs.org/w/index.php?diff=128175&oldid=84437 * Ractangle * (+12) 08:24:18 -!- cpressey has quit (Ping timeout: 250 seconds). 08:24:23 -!- cpressey41 has changed nick to cpressey. 08:27:28 [[Listack]] https://esolangs.org/w/index.php?diff=128176&oldid=121145 * McChuck * (+129) /* Definitions */ 08:28:34 Esolang where the only basic operation is to sample uniformly at random from the set of integers 08:35:07 [[Listack]] https://esolangs.org/w/index.php?diff=128177&oldid=128176 * McChuck * (+77) /* Listack: A symmetric, flat, stack-based, concatenative language */ 08:36:23 -!- Koen_ has quit (Remote host closed the connection). 08:41:45 Esolang where the only basic operation is to sample uniformly at random from the set of all esolangs. 08:42:32 -!- __monty__ has joined. 08:43:32 Noting that you actually can approximate sampling uniformly at random from some countably infinite sets, like the rationals between 0 and 1.  Wondering if could do that with Turing machines.  Guessing no. 08:44:52 In other news, https://github.com/johnphantom/Dynamic-Stateless-Computer 08:55:04 -!- cpressey has quit (Ping timeout: 250 seconds). 09:01:55 -!- cpressey has joined. 09:03:08 Or how about a computer architecture that does the disjoint-set-union thing on absolute jumps: if you jump to a jump instruction it updates the first jump instruction to jump to the location that the second jump instruction jumps to 09:23:14 -!- wib_jonas has joined. 09:49:46 [[Wenyan]] M https://esolangs.org/w/index.php?diff=128178&oldid=128102 * None1 * (+18) 09:49:59 cpressey41: does it? I assumed that it was just my connection to the web irc that is unstable, and the web irc drops the irc connection as soon as it thinks that my connection to the web irc server is broken. 09:50:21 [[Brainfuck/Esointerpreters]] M https://esolangs.org/w/index.php?diff=128179&oldid=128101 * None1 * (+18) /* Wenyan interpreters */ 10:11:37 cpressey: thank you for the reference to https://github.com/johnphantom/Dynamic-Stateless-Computer , that is actually relevant to my interests 10:28:00 oh wow, this is a new compile-time error from VBA that I hadn't seen before. "Too many line continuations." I was trying to import a generated script file that initializes a few strings with a string literal, but I broke it to multiple lines because I think VBA doesn't like very long lines in the script -- though I'd better check this before I 10:28:01 apply a slightly more complicated fix that breaks the initialization to multiple statements\ 10:31:42 I mean maybe I shouldn't even put the strings into a VBA script file, but tell VBA to read it from a text file, but come on, the string is only like 8000 characters long, this shouln't be a big deal 10:36:18 yep, one long line doesn't work either, VBA mangles it when importing the code: it tries to break it to multiple lines but messes up the syntax 10:41:41 a smaller number of 1000 character long source lines with line continuation *does* work, but at this point I should probably just throw this away and read from a file, it'll be better 11:02:53 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 11:03:07 -!- cpressey has quit (Quit: Client closed). 11:03:57 -!- Lord_of_Life has joined. 11:04:08 [[N Bits, N2^(N-1) Bytes]] N https://esolangs.org/w/index.php?oldid=128180 * PkmnQ * (+2854) Created page with "[[N Bits, N2^(N-1) Bytes|N Bits, N2N-1 Bytes]] is an attempt at a _ Bits, _ Bytes esolang that can increase its amount of bits per command over time, made by [[User:PkmnQ]]. It starts out with 2 bits for a command, but contains an "expand" comman 11:04:43 [[User:PkmnQ/N Bits, N2^(N-1) Bytes]] https://esolangs.org/w/index.php?diff=128181&oldid=128174 * PkmnQ * (-1287) and it's gone! 11:05:57 -!- cpressey has joined. 11:14:25 -!- amby has joined. 11:43:12 -!- cpressey has quit (Ping timeout: 250 seconds). 11:51:30 [[^English]] N https://esolangs.org/w/index.php?oldid=128182 * PrySigneToFry * (+2031) Created page with "{{infobox proglang |name=^English |author=PSTF |year=[[:Category:2024|2024]] |class=, [[:Category:High-level|High-level]], [[:Category:Pseudonatural|Pseudonatural]] |files=.english, .engl, .txt, .text }} ^Engli 11:51:45 [[^English]] https://esolangs.org/w/index.php?diff=128183&oldid=128182 * PrySigneToFry * (-30) 11:52:22 [[Language list]] https://esolangs.org/w/index.php?diff=128184&oldid=128154 * PrySigneToFry * (+15) 11:54:04 [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=128185&oldid=127991 * PrySigneToFry * (+85) 11:55:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:56:09 [[(Macro\\c)]] N https://esolangs.org/w/index.php?oldid=128186 * Cleverxia * (+1066) Created page with "{{lowercase}} {{WIP}} (macro\\c) is a language where everything is a macro. ==Syntax== (macroname\argument1\arg2\...\argx\code)defines a macro, code part can contain balanced parens. When macronman is encounterd, code is executed, [ 11:57:14 [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=128187&oldid=127144 * Cleverxia * (+46) /* Current Esolangs I've created */ 12:04:16 [[Nanofunge]] https://esolangs.org/w/index.php?diff=128188&oldid=127886 * Cleverxia * (+65) 12:06:13 [[Talk:Yoctofunge]] N https://esolangs.org/w/index.php?oldid=128189 * Cleverxia * (+136) Created page with "Like [[picofuck]], this shoulb be called picofunge. ~~~~" 12:07:25 [[Talk:Yoctofunge]] https://esolangs.org/w/index.php?diff=128190&oldid=128189 * Cleverxia * (+41) 12:22:19 [[Special:Log/upload]] upload * Ractangle * uploaded "[[File:Down arrow.png]]" 12:26:13 [[Special:Log/upload]] upload * Ractangle * uploaded "[[File:A letter string.png]]" 12:27:48 [[AREA]] N https://esolangs.org/w/index.php?oldid=128193 * Ractangle * (+379) Created page with "{{Stub}} '''AREA''' is a visual esoteric programing language where there is a square where it moves in the area. If the square leaves the area. The execution ends == Comands == {| class="wikitable" ! Squares !! Meanings |- | [[File:Down arrow.png|25px|center]] || Chainges 12:28:25 [[Talk:Yoctofunge]] https://esolangs.org/w/index.php?diff=128194&oldid=128190 * None1 * (+132) 12:29:51 [[Talk:Yoctofunge]] https://esolangs.org/w/index.php?diff=128195&oldid=128194 * None1 * (+89) 12:33:29 [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=128196&oldid=125037 * Yayimhere * (+144) /* Proposed category: Data structures */ 12:46:41 [[=?]] https://esolangs.org/w/index.php?diff=128197&oldid=128152 * Yayimhere * (+297) /* multiplication: */ 13:04:07 [[=?]] https://esolangs.org/w/index.php?diff=128198&oldid=128197 * Yayimhere * (+564) 13:04:59 [[Is it]] N https://esolangs.org/w/index.php?oldid=128199 * Yayimhere * (+4501) Created page with "'''[[=?]]''' or '''is it''' is a esolang based on a tree of equal questions with nodes. and as its creator [[User:Yayimhere|Yayimhere]] said to himself one day: this is the f*cking sold of object oriented esolangs. although he thinks has was wrong there ==overview:== ba 13:06:58 [[Language list]] https://esolangs.org/w/index.php?diff=128200&oldid=128184 * Yayimhere * (+12) /* I */ 13:09:08 -!- tromp has joined. 13:11:07 -!- cpressey has joined. 13:21:17 [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=128201&oldid=128196 * None1 * (+142) /* Proposed category: Data structures */ 13:21:32 [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=128202&oldid=128201 * None1 * (+1) /* Proposed category: Data structures */ 13:24:38 [[Tree (data structure)]] N https://esolangs.org/w/index.php?oldid=128203 * None1 * (+269) Created page with "{{Distinguish/Confusion|Tree}} A tree is a data structure which consists of nodes. Every node other than the root has one father and every node has any number of sons. ==See also== * [[:Category:Tree-based|Tree-based]] languages. [[Category:Data Types and St 13:25:23 [[Union]] M https://esolangs.org/w/index.php?diff=128204&oldid=68219 * None1 * (+24) /* Computational class */ 13:26:20 " cpressey: thank you for the reference to https://github.com/johnphantom/Dynamic-Stateless-Computer , that is actually relevant to my interests" <--- I haven't peer reviewed it, but any idea that is described as "logic without mathematics" that came from playing a buggy Half-Life mod... is definitely worth spreading, I say. 13:29:45 cpressey: the writeup is terrible, but as far as I understand it describes an esoteric programming language that is similar to one that I have considered. I may have to look at it in detail if it's really the langauge that I think of or just something that sounded similar at first read, I don't have time for that now 13:30:24 -!- wib_jonas has quit (Quit: Client closed). 13:32:03 [[Nope]] https://esolangs.org/w/index.php?diff=128205&oldid=127050 * Yayimhere * (-10) 13:42:49 [[AREA]] https://esolangs.org/w/index.php?diff=128206&oldid=128193 * Ractangle * (+0) /* Comands */ 13:47:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 13:49:18 -!- tromp has joined. 13:52:48 [[AREA]] https://esolangs.org/w/index.php?diff=128207&oldid=128206 * Ractangle * (+127) 13:55:30 [[User:Ractangle]] https://esolangs.org/w/index.php?diff=128208&oldid=128133 * Ractangle * (+58) /* Language List */ 14:02:30 [[CLFCE]] https://esolangs.org/w/index.php?diff=128209&oldid=128153 * Ractangle * (+119) /* Infinite Loop */ 14:03:27 [[AREA]] https://esolangs.org/w/index.php?diff=128210&oldid=128207 * Ractangle * (+23) 14:04:32 [[AREA]] https://esolangs.org/w/index.php?diff=128211&oldid=128210 * Ractangle * (+25) 14:13:41 [[AREA]] https://esolangs.org/w/index.php?diff=128212&oldid=128211 * Ractangle * (+25) 14:24:28 -!- Sgeo has joined. 14:27:43 [[Lbj]] https://esolangs.org/w/index.php?diff=128213&oldid=118289 * Ractangle * (-8) /* Truth Machine I Guess */ 14:28:16 [[Lbj]] https://esolangs.org/w/index.php?diff=128214&oldid=128213 * Ractangle * (+26) /* Examples */ 14:30:51 [[AREA]] https://esolangs.org/w/index.php?diff=128215&oldid=128212 * Ractangle * (+18) 14:43:42 [[Talk:AREA]] N https://esolangs.org/w/index.php?oldid=128216 * Ractangle * (+31) Created page with "to do list. and an input square" 14:43:56 [[Talk:AREA]] https://esolangs.org/w/index.php?diff=128217&oldid=128216 * Ractangle * (+120) 14:45:51 [[^English/MORE PROGRAM]] N https://esolangs.org/w/index.php?oldid=128218 * PrySigneToFry * (+1418) Created page with "Main page [[^English]] == Bubble sort ==
 --- BUBBLE SORT ---  Compare each list element two by two.  If the former is larger than the latter of the two elements, the two elements are swap,  just like bubbles float up one by one, the bigger nu
14:46:26  [[^English]]  https://esolangs.org/w/index.php?diff=128219&oldid=128183 * PrySigneToFry * (+46) 
14:54:36 -!- Koen_ has joined.
15:08:10  [[Special:Log/upload]] upload  * Ractangle *  uploaded "[[File:Hi program in AREA.png]]"
15:14:37  [[Special:Log/upload]] upload  * Ractangle *  uploaded "[[File:Input square.png]]"
15:16:52  [[AREA]]  https://esolangs.org/w/index.php?diff=128222&oldid=128215 * Ractangle * (+86) /* Comands */
15:20:19  [[AREA]]  https://esolangs.org/w/index.php?diff=128223&oldid=128222 * Ractangle * (+85) /* Examples */
15:22:37  [[Special:Log/upload]] upload  * Ractangle *  uploaded "[[File:Cat program in AREA.png]]"
15:23:43  [[AREA]]  https://esolangs.org/w/index.php?diff=128225&oldid=128223 * Ractangle * (+111) /* Examples */
15:29:34 -!- Koen_ has quit (Remote host closed the connection).
15:41:02  I've had a lot of ideas lately, and I don't know why.  They're mostly bad ideas of course
15:44:40 -!- tromp has quit (Read error: Connection reset by peer).
16:25:30  Environments be like lazy implementation of beta reduction
16:29:31 -!- cpressey has quit (Quit: Client closed).
17:39:09 -!- FreeFull has quit (Ping timeout: 252 seconds).
18:21:43  [[]]  https://esolangs.org/w/index.php?diff=128226&oldid=126740 * Europe2048 * (+7) Changed redirect target from [[Heh%]] to [[Heh. F.V.C.]]
18:22:30  [[Heh%]]  https://esolangs.org/w/index.php?diff=128227&oldid=126744 * Europe2048 * (+3) Changed redirect target from [[Heh. fvc]] to [[Heh. F.V.C.]]
18:26:58 -!- FreeFull has joined.
19:14:23  [[Special:Log/newusers]] create  * Wolfram Xenakis *  New user account
19:16:02  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=128228&oldid=127802 * Wolfram Xenakis * (+224) 
19:16:22  [[User:Wolfram Xenakis]] N https://esolangs.org/w/index.php?oldid=128229 * Wolfram Xenakis * (+9) Created page with "good day!"
19:22:57  [[Language list]] M https://esolangs.org/w/index.php?diff=128230&oldid=128200 * PythonshellDebugwindow * (+0) /* I */ Alphabetise
20:07:29  [[Esolang:Sandbox/Em]] N https://esolangs.org/w/index.php?oldid=128231 * PaxtonPenguin * (+366) Created page with "1 5 10 15 20 30  [[Esolang:Sandbox/Em]]  https://esolangs.org/w/index.php?diff=128232&oldid=128231 * PaxtonPenguin * (+8) 
20:09:39  [[Esolang:Sandbox/Em]]  https://esolangs.org/w/index.php?diff=128233&oldid=128232 * PaxtonPenguin * (+130) 
20:10:00  [[Esolang:Sandbox/Em]]  https://esolangs.org/w/index.php?diff=128234&oldid=128233 * PaxtonPenguin * (+0) Yes
20:29:19  [[Special:Log/newusers]] create  * Jaxongamer1 *  New user account
20:54:23  [[CLFCE]]  https://esolangs.org/w/index.php?diff=128235&oldid=128209 * Ractangle * (+17) 
21:00:58  [[Special:Log/newusers]] create  * Randompenguin *  New user account
21:01:11  [[Guh]]  https://esolangs.org/w/index.php?diff=128236&oldid=128156 * Ractangle * (+168) 
21:03:09  [[Guh]]  https://esolangs.org/w/index.php?diff=128237&oldid=128236 * Ractangle * (+40) 
21:07:02 -!- visilii_ has joined.
21:10:11 -!- visilii has quit (Ping timeout: 264 seconds).
21:11:16  [[Guh]]  https://esolangs.org/w/index.php?diff=128238&oldid=128237 * Ractangle * (+273) 
21:11:44  [[Guh]]  https://esolangs.org/w/index.php?diff=128239&oldid=128238 * Ractangle * (+7) 
21:13:21  [[Guh]]  https://esolangs.org/w/index.php?diff=128240&oldid=128239 * Ractangle * (+5) 
21:13:43  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=128241&oldid=128228 * Randompenguin * (+225) randompenguin
21:15:42  [[Guh]]  https://esolangs.org/w/index.php?diff=128242&oldid=128240 * Ractangle * (+48) 
21:16:15  [[Guh]]  https://esolangs.org/w/index.php?diff=128243&oldid=128242 * Ractangle * (+16) 
21:16:49  [[CLFCE]]  https://esolangs.org/w/index.php?diff=128244&oldid=128235 * Ractangle * (+8) /* Infinite Loop */
21:18:01  [[Xenon]]  https://esolangs.org/w/index.php?diff=128245&oldid=128128 * RhubarbJayde * (+1467) 
21:18:23  [[Postrado]]  https://esolangs.org/w/index.php?diff=128246&oldid=128143 * Ractangle * (-14) /* Commands */
21:18:56  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128247&oldid=128018 * Randompenguin * (+25) 
21:21:25  [[User:Ractangle]]  https://esolangs.org/w/index.php?diff=128248&oldid=128208 * Ractangle * (+42) /* Language List */
21:21:44  [[User:Ractangle]]  https://esolangs.org/w/index.php?diff=128249&oldid=128248 * Ractangle * (+5) /* Language List */
21:22:12  [[User:Ractangle]]  https://esolangs.org/w/index.php?diff=128250&oldid=128249 * Ractangle * (-53) 
21:22:20  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128251&oldid=128247 * Randompenguin * (+94) 
21:23:44  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128252&oldid=128251 * Randompenguin * (+21) 
21:24:47  [[Talk:Bottles of beer on the wall]]  https://esolangs.org/w/index.php?diff=128253&oldid=127987 * Ractangle * (+134) 
21:41:58  [[Xenon]]  https://esolangs.org/w/index.php?diff=128254&oldid=128245 * RhubarbJayde * (+124) Optimised some programs
21:50:28  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128255&oldid=128252 * Randompenguin * (+0) 
21:58:43  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128256&oldid=128255 * Randompenguin * (-47) 
22:09:45  [[Esolang:Sandbox]]  https://esolangs.org/w/index.php?diff=128257&oldid=128256 * PaxtonPenguin * (-1) Fix space
22:26:10 -!- __monty__ has quit (Quit: leaving).