←2026-09-11 2026-09-12 ↑2026 ↑all
00:05:38 <esolangs> [[REFRACTRAN]] N https://esolangs.org/w/index.php?oldid=194002 * ImOnlyHereForReversibleComputing * (+20625) Created page with "REFRACTRAN is a reversible variant of [[FRACTRAN]], investigated by [[User:ImOnlyHereForReversibleComputing]] at least as early as June of 2024, but first posted in September of 2026. REFRACTRAN replaces FRACTRAN's repeated searches with a s
00:07:25 -!- Lord_of_Life has quit (Ping timeout: 248 seconds).
00:07:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=194003&oldid=193980 * ImOnlyHereForReversibleComputing * (+17)
00:08:30 <esolangs> [[User:ImOnlyHereForReversibleComputing]] https://esolangs.org/w/index.php?diff=194004&oldid=190485 * ImOnlyHereForReversibleComputing * (+17)
00:08:41 -!- Lord_of_Life has joined.
00:11:23 -!- 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:30:33 <esolangs> [[Talk:REFRACTRAN]] N https://esolangs.org/w/index.php?oldid=194005 * Ais523 * (+514) I'm not sure this language is actually reversible
00:39:24 <raiseafloppafan7> fungot
00:39:25 <fungot> raiseafloppafan7: document modified: wholly devoid of either hair or beard, and the head turned restlessly with closed eyes.
00:39:36 <aadenboy> hello
00:39:54 <aadenboy> currently working on a parser so I don't have to convert those hopscotch programs by hand
00:40:10 <raiseafloppafan7> Helo
00:40:11 <raiseafloppafan7> Nice
00:40:44 <esolangs> [[User:Raiseafloppafan7741]] M https://esolangs.org/w/index.php?diff=194006&oldid=193991 * Raiseafloppafan7741 * (-41)
00:41:05 <esolangs> [[User:Raiseafloppafan7741]] https://esolangs.org/w/index.php?diff=194007&oldid=194006 * Raiseafloppafan7741 * (+0) 13 days
00:42:31 <esolangs> [[Cyclic Clockwise Rotating Contraption]] https://esolangs.org/w/index.php?diff=194008&oldid=190051 * Raiseafloppafan7741 * (+7) fix yearcat
00:44:22 <esolangs> [[Talk:REFRACTRAN]] https://esolangs.org/w/index.php?diff=194009&oldid=194005 * ImOnlyHereForReversibleComputing * (+894)
00:47:39 <esolangs> [[Category talk:Deadfish derivatives]] M https://esolangs.org/w/index.php?diff=194010&oldid=193195 * Raiseafloppafan7741 * (+360)
00:48:48 <aadenboy> hopscotch's json allows you to make really cursed blocks
00:49:46 <aadenboy> Hmm yes. Move this object forward random color pixels. Make this object do the Foobar ability. Run this when Wait is true.
00:51:04 <raiseafloppafan7> aadenboy: Scratch can do that too, it's quite funny the first time
00:51:54 <raiseafloppafan7> Scratch code golf vs Hopscotch code golf???
00:51:58 <aadenboy> it is quite useful being able to put conditionals in places where they're normally not allowed, hough idk if there's an application of any other weird combos
00:52:04 <aadenboy> though*
00:52:21 <aadenboy> raiseafloppafan7: stringmaxxing programs
00:52:35 <aadenboy> which. hopscotch already is implicitly but it could help w/ scratch
00:53:39 <raiseafloppafan7> I wonder how code golf would work with them though
00:53:47 <raiseafloppafan7> Maybe the size of the project files or just the project.json?
00:53:56 <raiseafloppafan7> or block count?
00:54:02 <aadenboy> block count + operator count maybe?
00:54:08 <esolangs> [[]] https://esolangs.org/w/index.php?diff=194011&oldid=193534 * Miui * (+1) change to stub
00:54:16 <aadenboy> hopscotch would probably be performance though, trying to optimize the speed of the program
00:54:47 <aadenboy> i.e the 99 bottles of beer program uses local variables, but if you do the same exact code with global variables instead (meaning you need Set Variable blocks) it's slowed quite heavily
00:54:54 <raiseafloppafan7> Scratch vs Hopscotch vs Excel code golf is going to be insane
00:55:22 <aadenboy> surprisingly, a repeat loop beats out the custom ability, which is then beat out by using two When rules
00:56:30 <aadenboy> oh also running hopscotch on low power mode halves the fps lmao
00:56:57 <raiseafloppafan7> Lol
00:57:45 <aadenboy> for scratch it would probably just be block count since I don't think you need to worry about optimization shiz like that
00:58:42 <esolangs> [[Talk:REFRACTRAN]] https://esolangs.org/w/index.php?diff=194012&oldid=194009 * ImOnlyHereForReversibleComputing * (+1377)
00:58:49 <raiseafloppafan7> Scratch is kinda slow if you need to do A LOT of stuff like 3d rendering
00:58:56 <raiseafloppafan7> Or just mandelbrot set with 1000 iters
01:00:28 <esolangs> [[A very minimal esolang with a very few amount of instructions]] https://esolangs.org/w/index.php?diff=194013&oldid=191762 * Cordership * (+29) /* Malbolge Interpreter */
01:00:32 <aadenboy> it's not to the extent that hopscotch is though: 99 bottles takes like four seconds
01:00:48 <aadenboy> oh, thought, I bet I could speed it up with clones
01:01:37 <esolangs> [[Brainfuck extended]] https://esolangs.org/w/index.php?diff=194014&oldid=193969 * Bolafale * (+0) /* 99 bottles of beer */
01:04:14 <raiseafloppafan7> 99 bottles of beer has 499 lines according to scratch
01:04:21 <esolangs> [[Stackfest]] https://esolangs.org/w/index.php?diff=194015&oldid=193913 * Cordership * (+236)
01:04:31 <raiseafloppafan7> nvm forget that
01:07:10 <raiseafloppafan7> running each block 1 million times is so funny
01:08:58 <aadenboy> oh damn clone method does it in less than a second
01:09:02 <aadenboy> parallelism for the win
01:23:32 <esolangs> [[Cyclic Clockwise Rotating Contraption]] M https://esolangs.org/w/index.php?diff=194016&oldid=194008 * Raiseafloppafan7741 * (+411)
01:26:02 <esolangs> [[Talk:REFRACTRAN]] https://esolangs.org/w/index.php?diff=194017&oldid=194012 * Ais523 * (+682) I think I understand now
01:30:01 <raiseafloppafan7> Create clone of sprite is quite a slow block
01:37:22 <esolangs> [[Stackfest]] https://esolangs.org/w/index.php?diff=194018&oldid=194015 * Cordership * (-129) /* Examples */
01:47:49 <esolangs> [[Cyclic Clockwise Rotating Contraption]] https://esolangs.org/w/index.php?diff=194019&oldid=194016 * Raiseafloppafan7741 * (+23) /* Infinite loop */
01:58:59 <esolangs> [[Talk:Cyclic Clockwise Rotating Contraption]] N https://esolangs.org/w/index.php?oldid=194020 * Raiseafloppafan7741 * (+557) Turns out I lied to myself for a whole year; it's spinning counterclockwise!!!
01:59:42 <esolangs> [[Cyclic Clockwise Rotating Contraption]] https://esolangs.org/w/index.php?diff=194021&oldid=194019 * Raiseafloppafan7741 * (+29) /* Memory */
02:05:52 <esolangs> [[Cyclic Clockwise Rotating Contraption]] M https://esolangs.org/w/index.php?diff=194022&oldid=194021 * Raiseafloppafan7741 * (+0) /* Instructions */ deadfish is spelled lowercase
02:10:17 <esolangs> [[Pgmpietoncracklang]] https://esolangs.org/w/index.php?diff=194023&oldid=194000 * Miui * (+105) /* External Resources */ add link to totally plussed / slashesed iterations
02:17:11 -!- joast has quit (Remote host closed the connection).
←2026-09-11 2026-09-12 ↑2026 ↑all