00:00:47 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=180115&oldid=180114 * Ais523 * (+325) /* Category:Transfinite */ "special enough" is a bad reason to make a category
00:16:58 -!- amby has quit (Remote host closed the connection).
00:26:47 <esolangs> [[User:Elemental]] https://esolangs.org/w/index.php?diff=180116&oldid=179888 * Elemental * (+0)
00:47:16 <esolangs> [[Talk:Mhm!]] https://esolangs.org/w/index.php?diff=180117&oldid=179041 * Aadenboy * (+1514) /* UFBIM */ new section
00:47:27 <esolangs> [[Talk:Mhm!]] https://esolangs.org/w/index.php?diff=180118&oldid=180117 * Aadenboy * (+12)
00:49:12 <esolangs> [[Talk:Mhm!]] https://esolangs.org/w/index.php?diff=180119&oldid=180118 * Aadenboy * (+8)
01:05:25 -!- somefan has joined.
01:05:25 -!- somefan has changed hostmask to ~somefan@user/somefan.
02:23:15 <zzo38> Does any roguelike game have commands for shoves, slams, grapples, etc?
02:59:34 <zzo38> If I want to save the memory (including the stack and the full state of memory allocation) and CPU registers of a running program so that it can later be restored, can this be done, if this is known before the program is compiled? I specifically do not want to save or restore any threads, file descriptors, etc (anything that needs to be handled like that will be in a sepsrate process that doesn't need saved/restored).
03:13:45 <zzo38> Can this be done somehow using ptrace?
03:16:18 <zzo38> (and/or by using the /proc file system?)
03:28:47 <b_jonas> zzo38: yes, it can be done, if you're actually allowed to attach ptrace to the process, eg. it's not a setid program and ptrace isn't disabled globally. you do need the /proc file system to discover the mappings, so you know which areas in the process's virtual memory space to save.
03:30:47 <b_jonas> I think usually the easiest way to do this is to let the kernel do it by making the process dump core with a signal. Raise the core dump size limit first using setrlimit. You'll have to make sure that the core dump file can actually be written so you have permission to the directory where it would be written, that directory is either the process's wd or some fixed directory configured at system level
03:33:10 <zzo38> I think there would be no need to save the contents of mapped read-only files (or of any parts of the executable file itself which are read-only), although it is necessary to know that they are mapped.
03:35:12 <zzo38> As I had mentioned above, the program to be saved and restored expects to be saved and restored, so I would expect that it would have permissions because it would be set up to do this
03:39:53 -!- lisbeths has quit (Quit: Connection closed for inactivity).
03:40:38 <b_jonas> zzo38: yeah, but if the location depends on the working directory then the program would have to be careful in how it chdirs
03:41:24 <zzo38> What other considerations are necessary? And, if you do it that way, how can it be restored?
03:43:43 <zzo38> (The program to be saved will need to tell the other process to save it, and will also need to have a way to indicate that it has just been restored, since it might e.g. redraw the screen)
03:52:10 <b_jonas> zzo38: do you want to be able to preempt the process at any point to freeze it, or will the process call a specific function when it wants to be freezed?
03:52:32 <b_jonas> restoring is probably the harder part than saving
03:54:45 <zzo38> The process will call a specific function when it wants to be freezed.
04:10:15 -!- lisbeths has joined.
04:16:02 <b_jonas> that makes this somewhat easier, because then you can skip restoring most of the registers. you don't have to save any registers that normal function calls can overwrite, and the function can save and restore most other registers itself.
04:17:04 <zzo38> The stack would still need to be saved, and some registers also might need to be saved but I think which ones they are might depend on the computer?
04:24:26 <b_jonas> you need to save registers that normally almost never change, like the per-thread variables pointer, and you may have to save some registers needed to bootstrap the function to a state where it can restore the rest of the registers from memory
04:25:22 <b_jonas> the stack can be saved basically the same way as other mapped memory segments, except there may be a special mmap option that you have to save together with all the other mmap and mprotect and similar settings
04:59:43 <esolangs> [[Quantum Oragami]] https://esolangs.org/w/index.php?diff=180120&oldid=180014 * Miui * (+499)
05:09:01 <esolangs> [[Quantum Oragami]] https://esolangs.org/w/index.php?diff=180121&oldid=180120 * Miui * (+18) /* Halting */
05:36:23 <esolangs> [[Quantum Oragami]] https://esolangs.org/w/index.php?diff=180122&oldid=180121 * Miui * (+97) /* Halting */
05:45:37 -!- cactushead has quit (Read error: Connection reset by peer).
05:45:37 -!- svm has joined.
05:45:55 -!- cactushead has joined.
05:47:53 -!- msv has quit (Ping timeout: 248 seconds).
06:47:00 -!- tromp has joined.
06:59:07 -!- orin has quit (Ping timeout: 244 seconds).
07:50:49 <esolangs> [[Special:Log/newusers]] create * Aic 12323 * New user account
08:16:12 <esolangs> [[Special:Log/newusers]] create * AIC 67112 * New user account
08:27:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:35:33 -!- tromp has joined.
08:37:05 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=180123&oldid=179874 * Asahi Inoue * (+22)
08:39:19 <esolangs> [[]] https://esolangs.org/w/index.php?diff=180124&oldid=180026 * Asahi Inoue * (+1818) Removed redirect to [[Katakamuna Lang]]
09:05:57 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=180125&oldid=180123 * PlaceReporter99 * (+27) Add my language
09:11:39 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180126&oldid=180051 * Initys * (+0) /* Remembered number (secondary register) */
09:14:15 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180127&oldid=180126 * Initys * (-6) /* Remembered number (secondary register) */
09:26:01 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=180128&oldid=177175 * Blashyrkh * (+4137) Formalize my own IJ-specific abstraction elimination algorithm, reorganize the doc a little bit
09:35:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:35:29 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180129&oldid=180127 * Initys * (+369) /* Remembered number (secondary register) */
09:39:23 <esolangs> [[Talk:Playerlang]] https://esolangs.org/w/index.php?diff=180130&oldid=180035 * Initys * (+36)
09:48:27 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180131&oldid=180129 * Initys * (+1213) /* 99 Coins */
09:49:00 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180132&oldid=180131 * Initys * (+7)
09:50:08 -!- tromp has joined.
10:19:54 -!- lisbeths has quit (Quit: Connection closed for inactivity).
10:53:08 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=180133&oldid=180128 * Blashyrkh * (+215) /* Abstraction elimination rules */ Eta reduction rule is common for all approaches
11:03:19 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180134&oldid=180132 * Initys * (+161) /* Conditionals */
11:09:12 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180135&oldid=180134 * Initys * (+105) /* Inspired by */
11:11:41 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=180136&oldid=179801 * Menguinponky * (+10) /* Syntax */
11:13:59 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=180137&oldid=180136 * Menguinponky * (+0) /* Syntax */
11:23:07 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=180138&oldid=180115 * Yayimhere2(school) * (+219) /* Category:Graph-based? */
12:03:33 -!- amby has joined.
12:14:39 <esolangs> [[Monky]] https://esolangs.org/w/index.php?diff=180139&oldid=180137 * Menguinponky * (-2) /* Cat program */
12:18:10 -!- lisbeths has joined.
12:28:33 <esolangs> [[T F]] M https://esolangs.org/w/index.php?diff=180140&oldid=179973 * Esolang lover123 * (+12) /* Programs */
12:41:29 <esolangs> [[Calculus Constructio]] https://esolangs.org/w/index.php?diff=180141&oldid=180041 * PlaceReporter99 * (+1225)
13:04:22 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180142&oldid=180135 * Initys * (+1052) /* Examples */
13:06:55 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180143&oldid=180142 * Initys * (+5) /* Examples */
13:08:32 <esolangs> [[Playerlang]] https://esolangs.org/w/index.php?diff=180144&oldid=180143 * Initys * (-9) /* Game */
13:14:51 <esolangs> [[User:Ractangle/Sandbox/Comments]] https://esolangs.org/w/index.php?diff=180145&oldid=179816 * PrySigneToFry * (+378)
13:21:14 <esolangs> [[The Second Coming]] https://esolangs.org/w/index.php?diff=180146&oldid=179525 * PrySigneToFry * (+163)
13:28:21 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=180147&oldid=180133 * Blashyrkh * (+2909) Separate subsection for numeric constants and Church arithmetics
13:29:18 <esolangs> [[Crazy J]] M https://esolangs.org/w/index.php?diff=180148&oldid=180147 * Blashyrkh * (-1) /* Church numerals */ Formatting typo
13:42:29 <esolangs> [[Crazy J]] https://esolangs.org/w/index.php?diff=180149&oldid=180148 * Blashyrkh * (+5) /* Church numerals */ More precise definition of inlined addition operator
13:59:36 <esolangs> [[Codesh ()]] M https://esolangs.org/w/index.php?diff=180150&oldid=179042 * StavWasPlayZ * (-2)
14:15:48 -!- svm has changed nick to msv.
14:27:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:34:39 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=180151&oldid=180138 * Corbin * (+139) /* Category:Graph-based? */
14:38:12 <esolangs> [[Crazy J/Empty output]] https://esolangs.org/w/index.php?diff=180152&oldid=175323 * Blashyrkh * (-139) Shorter program (use heavily-optimized IJ expression for EOF)
14:42:03 -!- tromp has joined.
15:03:45 <esolangs> [[Print("Hello, World!")]] https://esolangs.org/w/index.php?diff=180153&oldid=176606 * 5anz * (+111) /* 15 */
15:38:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:47:26 -!- lisbeths has quit (Quit: Connection closed for inactivity).
15:56:42 -!- tromp has joined.
16:02:06 -!- lisbeths has joined.
16:30:49 -!- DOS_User_webchat has joined.
16:31:15 -!- DOS_User_webchat has quit (Client Quit).
16:32:46 -!- DOS_User_webchat has joined.
16:48:07 -!- DOS_User_webchat has quit (Ping timeout: 245 seconds).
16:50:15 -!- DOS_User_webchat has joined.
17:10:13 -!- aadenboy has joined.
17:10:24 -!- DOS_User_webchat has quit (Quit: Client closed).
17:11:18 <aadenboy> probably won't work on it now but I think BCT could be implementable in Mhm!
17:12:08 <aadenboy> I'm already able to copy data across cells as seen in the division operation and can bitflip as seen in the UBFIM translation
17:26:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:34:03 <esolangs> [[User:Ractangle/Sandbox/Comments]] M https://esolangs.org/w/index.php?diff=180154&oldid=180145 * Ractangle * (-104) /* Alternative universe languages */ gaia programming languages change
17:41:11 <esolangs> [[MarkupL]] M https://esolangs.org/w/index.php?diff=180155&oldid=177226 * Ractangle * (-73)
17:42:48 <esolangs> [[ITECAAPL]] M https://esolangs.org/w/index.php?diff=180156&oldid=149589 * Ractangle * (+8) Removed redirect to [[Marb]]
17:43:05 <esolangs> [[JAGL]] M https://esolangs.org/w/index.php?diff=180157&oldid=149992 * Ractangle * (+8) Removed redirect to [[Just]]
17:43:15 <esolangs> [[Just]] M https://esolangs.org/w/index.php?diff=180158&oldid=150181 * Ractangle * (-692) Replaced content with "{{Delete|unnesesary page}}"
17:44:14 <esolangs> [[Heh. F.V.C.]] M https://esolangs.org/w/index.php?diff=180159&oldid=128345 * Ractangle * (-5) Removed redirect to [[THE RUSSIAN CHAOS]]
17:44:26 <esolangs> [[Heh. fvc]] M https://esolangs.org/w/index.php?diff=180160&oldid=126746 * Ractangle * (+1) Removed redirect to [[Heh. F.V.C.]]
17:45:07 <esolangs> [[(script)]] M https://esolangs.org/w/index.php?diff=180161&oldid=128291 * Ractangle * (+2) Removed redirect to [[(script())]]
17:45:14 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180162&oldid=128287 * Ractangle * (+4) Removed redirect to [[(script)]]
17:45:48 <esolangs> [[THE RUSSIAN CHAOS]] M https://esolangs.org/w/index.php?diff=180163&oldid=128549 * Ractangle * (+7) Removed redirect to [[Shell]]
17:46:40 <esolangs> [[Array?]] M https://esolangs.org/w/index.php?diff=180164&oldid=154347 * Ractangle * (+8) Removed redirect to [[UNAI]]
17:47:25 <esolangs> [[UNAI]] M https://esolangs.org/w/index.php?diff=180165&oldid=173600 * Ractangle * (+4) Removed redirect to [[Cfilorux]]
17:48:30 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180166&oldid=128603 * Ractangle * (+8) Removed redirect to [[Byte]]
17:48:41 <esolangs> [[Potato Pancake]] M https://esolangs.org/w/index.php?diff=180167&oldid=128762 * Ractangle * (+5) Removed redirect to [[*&]]
17:48:53 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180168&oldid=128735 * Ractangle * (-2) Removed redirect to [[Potato Pancake]]
17:49:04 <esolangs> [[*&]] M https://esolangs.org/w/index.php?diff=180169&oldid=128769 * Ractangle * (+3) Removed redirect to [[*&&^]]
17:49:21 -!- tromp has joined.
17:49:41 <esolangs> [[Othree]] M https://esolangs.org/w/index.php?diff=180170&oldid=129207 * Ractangle * (+9) Removed redirect to [[]]
17:49:54 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180171&oldid=129209 * Ractangle * (+9) Removed redirect to [[]]
17:50:19 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180172&oldid=134978 * Ractangle * (-6) Removed redirect to [[User:Ractangle/]]
17:50:29 <esolangs> [[Non-Binary Turing machine with a stack]] M https://esolangs.org/w/index.php?diff=180173&oldid=136809 * Ractangle * (-10) Removed redirect to [[Disan Count pesudocode]]
17:50:49 <esolangs> [[Brodcast]] M https://esolangs.org/w/index.php?diff=180174&oldid=129243 * Ractangle * (+4) Removed redirect to [[Uyjhmn--]]
17:51:11 <esolangs> [[Uyjhmn--]] M https://esolangs.org/w/index.php?diff=180175&oldid=137723 * Ractangle * (-9) Removed redirect to [[I love circuit boards]]
17:51:23 <esolangs> [[I love circuit boards]] M https://esolangs.org/w/index.php?diff=180176&oldid=137771 * Ractangle * (-15) Removed redirect to [[How dare you fuck the brain]]
17:51:58 <esolangs> [['basic]] M https://esolangs.org/w/index.php?diff=180177&oldid=129279 * Ractangle * (+1) Removed redirect to [['interbasic]]
17:52:14 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180178&oldid=129693 * Ractangle * (-4) Removed redirect to [[Bat unresponsive]]
17:52:27 <esolangs> [[Bat unresponsive]] M https://esolangs.org/w/index.php?diff=180179&oldid=130758 * Ractangle * (-19) Removed redirect to [[User:Ractangle/bat unresponsive]]
17:52:45 <esolangs> [[(x]] M https://esolangs.org/w/index.php?diff=180180&oldid=138631 * Ractangle * (-5) Removed redirect to [[User:Ractangle/(x]]
17:53:14 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180181&oldid=129707 * Ractangle * (+10) Removed redirect to [[\$]]
17:53:32 <esolangs> [[\$]] M https://esolangs.org/w/index.php?diff=180182&oldid=129727 * Ractangle * (+4) Removed redirect to [[FlipFlop]]
17:54:20 <esolangs> [[BPPPLANG]] M https://esolangs.org/w/index.php?diff=180183&oldid=130398 * Ractangle * (+2) Removed redirect to [[GPLANGUAGE]]
17:54:30 <esolangs> [[GPLANGUAGE]] M https://esolangs.org/w/index.php?diff=180184&oldid=132203 * Ractangle * (+9) Removed redirect to [[4ME]]
17:55:06 <esolangs> [[TISC (Concept)]] M https://esolangs.org/w/index.php?diff=180185&oldid=130750 * Ractangle * (-17) Removed redirect to [[User:Ractangle/TISC (Concept)]]
17:55:21 <esolangs> [[TISC (Esolang)]] M https://esolangs.org/w/index.php?diff=180186&oldid=130775 * Ractangle * (+8) Removed redirect to [[TISC]]
17:55:41 <esolangs> [[User:Linxium]] M https://esolangs.org/w/index.php?diff=180187&oldid=137619 * Ractangle * (+5) fuck
17:55:52 <esolangs> [[Linxium]] M https://esolangs.org/w/index.php?diff=180188&oldid=137621 * Ractangle * (+10) Removed redirect to [[LX]]
17:56:21 <esolangs> [[LX]] M https://esolangs.org/w/index.php?diff=180189&oldid=137934 * Ractangle * (+2) Removed redirect to [[Assembolge]]
17:56:24 -!- chloetax has quit (Ping timeout: 255 seconds).
17:56:29 <esolangs> [[Assembolge]] M https://esolangs.org/w/index.php?diff=180190&oldid=138318 * Ractangle * (-13) Removed redirect to [[User:Ractangle:Assembolge]]
17:57:01 <esolangs> [[BASE/Other esolang implementations]] M https://esolangs.org/w/index.php?diff=180191&oldid=143228 * Ractangle * (+2) Removed redirect to [[All in one]]
17:57:11 <esolangs> [[All in one]] M https://esolangs.org/w/index.php?diff=180192&oldid=143584 * Ractangle * (-15) Removed redirect to [[What comes after letter "R"]]
17:57:42 <esolangs> [[What comes after letter "R"]] M https://esolangs.org/w/index.php?diff=180193&oldid=143588 * Ractangle * (-74)
17:58:05 <esolangs> [[User:BASE]] M https://esolangs.org/w/index.php?diff=180194&oldid=130943 * Ractangle * (+3) Removed redirect to [[Talk:BASE]]
17:58:23 <esolangs> [[Talk:BASE]] M https://esolangs.org/w/index.php?diff=180195&oldid=143202 * Ractangle * (+4) Removed redirect to [[Talk:BAL]]
17:58:49 -!- chloetax has joined.
17:59:00 <esolangs> [[SPIKE/Constants]] M https://esolangs.org/w/index.php?diff=180196&oldid=131785 * Ractangle * (-10) Removed redirect to [[Opening square bracket]]
17:59:25 <esolangs> [[Opening square bracket]] M https://esolangs.org/w/index.php?diff=180197&oldid=132004 * Ractangle * (-25) Removed redirect to [[User:Ractangle/Opening square bracket]]
18:00:20 <esolangs> [[Filename "xxx" doesn't seem to be a valid filename. Please check if the filename your trying to execute written correctly]] M https://esolangs.org/w/index.php?diff=180198&oldid=135367 * Ractangle * (-112) Removed redirect to [[Filename "xxx" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]]
18:00:30 <esolangs> [[Filename "xxx" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]] M https://esolangs.org/w/index.php?diff=180199&oldid=177158 * Ractangle * (-48) Removed redirect to [[Filename "xxx" doesn't seem to be a valid filename/commmand!]]
18:00:56 <esolangs> [[Javascriptfucked]] M https://esolangs.org/w/index.php?diff=180200&oldid=135393 * Ractangle * (-6) Removed redirect to [[OCBscriptOCBCCBCCB]]
18:01:08 <esolangs> [[OCBscriptOCBCCBCCB]] M https://esolangs.org/w/index.php?diff=180201&oldid=143845 * Ractangle * (+10) Removed redirect to [[PL]]
18:01:23 <esolangs> [[PL]] M https://esolangs.org/w/index.php?diff=180202&oldid=143871 * Ractangle * (+5) Removed redirect to [[MarkupL]]
18:01:41 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180203&oldid=135619 * Ractangle * (+0) Removed redirect to [[Old Branjunk]]
18:02:38 <esolangs> [[I have no absolute idea what do i name this esolang so uhhhh]] M https://esolangs.org/w/index.php?diff=180204&oldid=136241 * Ractangle * (+8) Removed redirect to [[Kava]]
18:03:32 <esolangs> [[Waretel BASIC]] M https://esolangs.org/w/index.php?diff=180205&oldid=161755 * Ractangle * (-10) Removed redirect to [[Yayimhere-like esolang]]
18:04:14 <esolangs> [[JS-CODE]] M https://esolangs.org/w/index.php?diff=180206&oldid=145613 * Ractangle * (+6) Removed redirect to [[2.210*]]
18:04:29 <esolangs> [[BASE]] M https://esolangs.org/w/index.php?diff=180207&oldid=143200 * Ractangle * (+9) Removed redirect to [[BAL]]
18:04:53 <esolangs> [[Rt]] M https://esolangs.org/w/index.php?diff=180208&oldid=137629 * Ractangle * (+10) Removed redirect to [[LX]]
18:05:13 <esolangs> [[Uyjhmn--/Brainfuck interpreter]] M https://esolangs.org/w/index.php?diff=180209&oldid=137909 * Ractangle * (+8) Removed redirect to [[Opal]]
18:05:44 <esolangs> [[Undelta]] M https://esolangs.org/w/index.php?diff=180210&oldid=138041 * Ractangle * (+9) Removed redirect to [[]]
18:06:07 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180211&oldid=138073 * Ractangle * (-715) Replaced content with "{{Delete|unnesesary page}}"
18:06:54 <esolangs> [[-(anor)]] M https://esolangs.org/w/index.php?diff=180212&oldid=138826 * Ractangle * (+3) Removed redirect to [[-(anor^2)]]
18:07:22 <esolangs> [[-(anor^2)]] M https://esolangs.org/w/index.php?diff=180213&oldid=138912 * Ractangle * (-11) Removed redirect to [[User:Ractangle/TSYALFIC]]
18:07:47 <esolangs> [[NRP]] M https://esolangs.org/w/index.php?diff=180214&oldid=142631 * Ractangle * (-1) Changed redirect target from [[Inspect.getmembers(object)]] to [[Number-rewriting paradigm]]
18:08:08 <esolangs> [[Inspect.getmembers(object)]] M https://esolangs.org/w/index.php?diff=180215&oldid=144934 * Ractangle * (+4) Removed redirect to [["Python"]]
18:08:18 <esolangs> [["Python"]] M https://esolangs.org/w/index.php?diff=180216&oldid=144938 * Ractangle * (+4) Removed redirect to [["python"]]
18:08:25 <esolangs> [["python"]] M https://esolangs.org/w/index.php?diff=180217&oldid=145189 * Ractangle * (+5) Removed redirect to [[Blocked]]
18:09:05 <esolangs> [[An esolang inspired by a mobile game engine by the name of Castle]] https://esolangs.org/w/index.php?diff=180218&oldid=139657 * Ractangle * (+8) Removed redirect to [[Dish]]
18:10:08 <esolangs> [[Filename "main.py" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]] M https://esolangs.org/w/index.php?diff=180219&oldid=140663 * Ractangle * (-116) Removed redirect to [[Filename "main.sl" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]]
18:10:23 <esolangs> [[Filename "main.sl" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]] M https://esolangs.org/w/index.php?diff=180220&oldid=140758 * Ractangle * (+8) Removed redirect to [[Bake]]
18:11:58 <esolangs> [[Literally just a turing machine]] M https://esolangs.org/w/index.php?diff=180221&oldid=141697 * Ractangle * (+10) Removed redirect to [[]]
18:13:24 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=180222&oldid=141749 * Ractangle * (-3) Removed redirect to [[C-like language]]
18:13:48 <esolangs> [[C-like language]] M https://esolangs.org/w/index.php?diff=180223&oldid=148307 * Ractangle * (+972) Removed redirect to [[Hashmark]]
18:14:06 <esolangs> [[!HOR]] M https://esolangs.org/w/index.php?diff=180224&oldid=141879 * Ractangle * (+7) Removed redirect to [[IRLGL]]
18:14:18 <esolangs> [[IRLGL]] M https://esolangs.org/w/index.php?diff=180225&oldid=141883 * Ractangle * (+4) Removed redirect to [[IRLGLCom]]
18:14:31 <esolangs> [[IRLGLCom]] M https://esolangs.org/w/index.php?diff=180226&oldid=141893 * Ractangle * (+9) Removed redirect to [[()(]]
18:14:45 <esolangs> [[()(]] M https://esolangs.org/w/index.php?diff=180227&oldid=141897 * Ractangle * (+2) Removed redirect to [[Curly Fish]]
18:15:07 <esolangs> [[Curly Fish]] M https://esolangs.org/w/index.php?diff=180228&oldid=146688 * Ractangle * (+4) Removed redirect to [[Pascgolf]]
18:28:24 <esolangs> [[Pascgolf]] M https://esolangs.org/w/index.php?diff=180229&oldid=151728 * Ractangle * (+5) Removed redirect to [[Compass]]
18:28:37 <esolangs> [["Template:Wayback"]] M https://esolangs.org/w/index.php?diff=180230&oldid=142028 * Ractangle * (+8) Removed redirect to [[Xuki]]
18:28:47 <esolangs> [[SPIKE]] M https://esolangs.org/w/index.php?diff=180231&oldid=142234 * Ractangle * (-16) Removed redirect to [[Pointer-based Minsky machine]]
18:29:19 <esolangs> [[Minsky machine]] M https://esolangs.org/w/index.php?diff=180232&oldid=142239 * Ractangle * (-35)
18:29:20 <esolangs> [[Pointer-based Minsky machine]] M https://esolangs.org/w/index.php?diff=180233&oldid=169600 * Ractangle * (-1267) Replaced content with "{{Delete|unnesesary page}}"
18:29:34 <esolangs> [[3 bits?]] M https://esolangs.org/w/index.php?diff=180234&oldid=142329 * Ractangle * (-1) Removed redirect to [[2 bits 4 base]]
18:29:58 <esolangs> [[2 bits 4 base]] M https://esolangs.org/w/index.php?diff=180235&oldid=142333 * Ractangle * (+8) Removed redirect to [[ESC!]]
18:30:41 <esolangs> [[Till thirty first]] M https://esolangs.org/w/index.php?diff=180236&oldid=144009 * Ractangle * (+8) Removed redirect to [[AREA]]
18:31:01 <esolangs> [[Special:Log/newusers]] create * Quark Heinz * New user account
18:31:37 <esolangs> [[AREA]] M https://esolangs.org/w/index.php?diff=180237&oldid=154832 * Ractangle * (+8) Removed redirect to [[Just]]
18:32:42 <esolangs> [[Pycone]] M https://esolangs.org/w/index.php?diff=180238&oldid=149218 * Ractangle * (+335) Removed redirect to [[Track!]]
18:33:19 <esolangs> [[Track!]] M https://esolangs.org/w/index.php?diff=180239&oldid=149344 * Ractangle * (-112)
18:33:31 <esolangs> [[Debug]] M https://esolangs.org/w/index.php?diff=180240&oldid=144378 * Ractangle * (+8) Removed redirect to [[Dial]]
18:33:50 <esolangs> [[Dial]] https://esolangs.org/w/index.php?diff=180241&oldid=144387 * Ractangle * (+6) Removed redirect to [[Tougne]]
18:34:02 <esolangs> [[Path (Ractangle)]] https://esolangs.org/w/index.php?diff=180242&oldid=144371 * Ractangle * (+7) Removed redirect to [[Debug]]
18:34:18 <esolangs> [[Tougne]] M https://esolangs.org/w/index.php?diff=180243&oldid=144815 * Ractangle * (+6) Removed redirect to [[Pycone]]
18:34:33 <esolangs> [[Snakel (Ractangle)/Compatibility methods]] M https://esolangs.org/w/index.php?diff=180244&oldid=143720 * Ractangle * (-16) Removed redirect to [[Snakel/Compatibility methods]]
18:34:54 <esolangs> [[Snakel/Compatibility methods]] M https://esolangs.org/w/index.php?diff=180245&oldid=150642 * Ractangle * (+14) Changed redirect target from [[Snakel]] to [[Snakel#Compatibility]]
18:35:18 <esolangs> [[Snakel (DifferentDance8)]] M https://esolangs.org/w/index.php?diff=180246&oldid=143779 * Ractangle * (+6) Removed redirect to [[Snakel]]
18:35:48 <esolangs> [[Path (masalt)]] M https://esolangs.org/w/index.php?diff=180247&oldid=144374 * Ractangle * (+8) Removed redirect to [[Path]]
18:36:45 <esolangs> [[: ]] M https://esolangs.org/w/index.php?diff=180248&oldid=145355 * Ractangle * (-4) Removed redirect to [[True (Ractangle)]]
18:37:43 <esolangs> [[TIB13BBWSM]] M https://esolangs.org/w/index.php?diff=180249&oldid=146162 * Ractangle * (-6) Removed redirect to [[TIB-472 Calculator]]
18:37:59 <esolangs> [[FGCITYTNMANCE]] M https://esolangs.org/w/index.php?diff=180250&oldid=145663 * Ractangle * (+2) Removed redirect to [[TIB13BBWSM]]
18:38:06 <esolangs> [[TIB-472 Calculator]] M https://esolangs.org/w/index.php?diff=180251&oldid=149751 * Ractangle * (-7) Removed redirect to [[Befalse (Ractangle)]]
18:38:14 <esolangs> [[Befalse (Ractangle)]] M https://esolangs.org/w/index.php?diff=180252&oldid=149777 * Ractangle * (+4) Removed redirect to [[Befalsia]]
18:38:22 <esolangs> [[Befalsia]] M https://esolangs.org/w/index.php?diff=180253&oldid=149973 * Ractangle * (+3) Removed redirect to [[Switch gr]]
18:39:01 <esolangs> [[Complex StackBeat]] M https://esolangs.org/w/index.php?diff=180254&oldid=146558 * Ractangle * (+10) Removed redirect to [[1^]]
18:39:41 <esolangs> [[Talk:Python But WORST, at least in Esolang Wiki]] M https://esolangs.org/w/index.php?diff=180255&oldid=146754 * Ractangle * (+193)
18:40:31 <esolangs> [[M-80 Architecture]] M https://esolangs.org/w/index.php?diff=180256&oldid=162586 * Ractangle * (-700) Replaced content with "{{Delete|no idea what to make for this}}"
18:40:40 <esolangs> [[1^]] M https://esolangs.org/w/index.php?diff=180257&oldid=162268 * Ractangle * (-5) Removed redirect to [[M-80 Architecture]]
18:41:09 <esolangs> [[SWCE]] M https://esolangs.org/w/index.php?diff=180258&oldid=146806 * Ractangle * (+7) Removed redirect to [[Trenk]]
18:41:27 <esolangs> [[Trenk.abc]] M https://esolangs.org/w/index.php?diff=180259&oldid=146863 * Ractangle * (+10) Removed redirect to [[1^]]
18:41:44 <esolangs> [[fish]] M https://esolangs.org/w/index.php?diff=180260&oldid=148481 * Ractangle * (+2) Removed redirect to [[Definition]]
18:41:52 <esolangs> [[Pluck]] M https://esolangs.org/w/index.php?diff=180261&oldid=148426 * Ractangle * (+6) Removed redirect to [[fish]]
18:42:00 <esolangs> [[Trenk]] M https://esolangs.org/w/index.php?diff=180262&oldid=146892 * Ractangle * (+7) Removed redirect to [[Pluck]]
18:42:56 <esolangs> [[Hashmark]] M https://esolangs.org/w/index.php?diff=180263&oldid=149444 * Ractangle * (+4) Removed redirect to [[ITECAAPL]]
18:43:13 <esolangs> [[Fortuludmium]] M https://esolangs.org/w/index.php?diff=180264&oldid=148537 * Ractangle * (+8) Removed redirect to [[Jive]]
18:44:02 <esolangs> [[Short-print]] M https://esolangs.org/w/index.php?diff=180265&oldid=148609 * Ractangle * (-4) Removed redirect to [[Empty list-print]]
18:44:26 <esolangs> [[Empty list-print]] M https://esolangs.org/w/index.php?diff=180266&oldid=148822 * Ractangle * (+9) Removed redirect to [[Ti!]]
18:44:58 <esolangs> [[Hum]] M https://esolangs.org/w/index.php?diff=180267&oldid=149986 * Ractangle * (-6) project dead
18:45:08 <esolangs> [[BrainofGolf]] M https://esolangs.org/w/index.php?diff=180268&oldid=151099 * Ractangle * (+4) Removed redirect to [[Blainbuk]]
18:46:11 <esolangs> [[Template:Delete]] M https://esolangs.org/w/index.php?diff=180269&oldid=162584 * Ractangle * (+27)
18:46:27 <esolangs> [[Template:Delete]] M https://esolangs.org/w/index.php?diff=180270&oldid=180269 * Ractangle * (+19)
18:50:13 <esolangs> [[Template:Delete]] M https://esolangs.org/w/index.php?diff=180271&oldid=180270 * Ractangle * (+8)
18:58:56 <esolangs> [[Template:Delete]] M https://esolangs.org/w/index.php?diff=180272&oldid=180271 * Somefan * (+10) use a more conventional name
19:37:28 <esolangs> [[Talk:Calculus Constructio]] https://esolangs.org/w/index.php?diff=180273&oldid=180055 * PlaceReporter99 * (+216)
19:39:57 <esolangs> [[Calculus Constructio]] https://esolangs.org/w/index.php?diff=180274&oldid=180141 * PlaceReporter99 * (+70)
19:54:25 <esolangs> [[Caca]] https://esolangs.org/w/index.php?diff=180275&oldid=158174 * Mari * (+444) add updates such as nourmaelscript and python interpereter
19:57:22 -!- Lord_of_Life_ has joined.
19:57:55 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
19:58:42 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
20:13:10 <esolangs> [[Guh]] M https://esolangs.org/w/index.php?diff=180276&oldid=169375 * Ractangle * (-9) /* tab */
20:19:03 <esolangs> [[Caca]] M https://esolangs.org/w/index.php?diff=180277&oldid=180275 * Ractangle * (-21) a bit of things
20:21:10 <esolangs> [[Guh]] M https://esolangs.org/w/index.php?diff=180278&oldid=180276 * Ractangle * (-16) /* Commands */
20:22:32 -!- aadenboy has quit (Quit: goodbye for now! back another day).
20:23:18 <esolangs> [[Guh]] M https://esolangs.org/w/index.php?diff=180279&oldid=180278 * Ractangle * (-7) oops
20:42:48 <esolangs> [[2D]] M https://esolangs.org/w/index.php?diff=180280&oldid=139366 * Ractangle * (-19) Removed redirect to [[Literally just a turing machine]]
21:07:26 -!- lisbeths has quit (Quit: Connection closed for inactivity).
21:19:38 -!- lisbeths has joined.
21:54:56 <esolangs> [[Orange Category:Output only]] N https://esolangs.org/w/index.php?oldid=180281 * Miui * (+766) Created page with "<span style="color:orange">'''Orange</span> Category:Output-only''':<br> A programming language is <span style="color:orange">orange</span> when it outputs <span style="color:orange">orangely</span>.<br><br> Formally, these languages have many nice prope
21:57:23 <esolangs> [[Oragami]] https://esolangs.org/w/index.php?diff=180282&oldid=180106 * Miui * (+32) /* Colors */
21:58:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:00:50 -!- emery has quit (Ping timeout: 268 seconds).
22:01:45 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=180283&oldid=180125 * Miui * (+34) /* O */ added orange category output only to language list
22:19:57 <esolangs> [[Orange Category:Output only]] M https://esolangs.org/w/index.php?diff=180284&oldid=180281 * Miui * (+1) /* *example */
22:30:24 <esolangs> [[Orange Category:Output only]] M https://esolangs.org/w/index.php?diff=180285&oldid=180284 * Miui * (+203)
22:35:24 <esolangs> [[Orange Category:Output only]] https://esolangs.org/w/index.php?diff=180286&oldid=180285 * Miui * (-40)
22:38:03 <esolangs> [[Orange Category:Output only]] https://esolangs.org/w/index.php?diff=180287&oldid=180286 * Miui * (+25)
22:47:45 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=180288&oldid=180113 * Corbin * (+144) /* Stop creating categories without prior discussion */ new section
22:51:31 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=180289&oldid=179776 * Miui * (+1387)
22:51:58 <esolangs> [[User:Miui]] M https://esolangs.org/w/index.php?diff=180290&oldid=180289 * Miui * (+1) Ty
22:52:46 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=180291&oldid=180288 * Miui * (+44) /* Stop creating categories without prior discussion */
22:55:39 -!- amby has quit (Remote host closed the connection).
22:56:38 -!- amby has joined.
23:15:25 <zzo38> If I wanted to make a roguelike game then what do you think that it should be called?
23:18:38 -!- amby has quit (Remote host closed the connection).
23:33:07 -!- amby has joined.