00:07:09 -!- tromp has quit (Remote host closed the connection). 00:07:43 -!- tromp has joined. 00:09:30 -!- xkapastel has quit (Quit: Connection closed for inactivity). 00:13:15 -!- imode has joined. 00:21:43 -!- Phantom_Hoover has joined. 00:36:37 -!- sprocklem has quit (Quit: brb). 00:38:20 -!- sprocklem has joined. 01:21:37 -!- Phantom_Hoover has quit (Quit: Leaving). 01:39:18 -!- oerjan has joined. 02:07:48 -!- Lord_of_Life_ has joined. 02:09:57 -!- Lord_of_Life has quit (Ping timeout: 252 seconds). 02:09:58 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 02:09:58 -!- Lord_of_Life has quit (Changing host). 02:09:58 -!- Lord_of_Life has joined. 03:00:30 -!- arseniiv has quit (Ping timeout: 264 seconds). 03:04:03 -!- arseniiv has joined. 03:09:48 [[Echo Tag]] N https://esolangs.org/w/index.php?oldid=58373 * Ais523 * (+2489) anyone care to help me prove this one TC for small n? when n is small enough, it's probably easier/more concise to implement than cyclic tag or fusion tag 03:10:11 [[Language list]] https://esolangs.org/w/index.php?diff=58374&oldid=58362 * Ais523 * (+15) /* E */ +Echo Tag 03:10:28 @messages? 03:10:28 Sorry, no messages today. 03:10:32 [[User:Ais523]] https://esolangs.org/w/index.php?diff=58375&oldid=58353 * Ais523 * (+14) +[[Echo Tag]] 04:49:33 -!- arseniiv has quit (Ping timeout: 252 seconds). 05:01:09 -!- hakatashi has quit (Remote host closed the connection). 05:01:33 -!- hakatashi has joined. 05:42:24 Taneb: whoa whoa whoa 05:52:55 -!- nfd has quit (Read error: Connection reset by peer). 05:53:07 -!- fungot has quit (Ping timeout: 240 seconds). 05:53:21 -!- nfd has joined. 05:54:23 fungone 06:18:40 -!- fractal has quit (Ping timeout: 264 seconds). 06:23:31 [[Doreq]] https://esolangs.org/w/index.php?diff=58376&oldid=58364 * Unitan * (+714) Added the super woke super rekter interpreter. 06:30:42 [[Doreq]] M https://esolangs.org/w/index.php?diff=58377&oldid=58376 * Unitan * (+17) 06:37:48 -!- Sgeo_ has joined. 06:40:40 -!- Sgeo__ has quit (Ping timeout: 268 seconds). 06:43:42 lord snackleford seems a bit sensitive 06:45:06 -!- hexfive has joined. 06:55:31 -!- imode has quit (Ping timeout: 246 seconds). 07:47:19 -!- fractal has joined. 07:50:02 [[Talk:Brainfoctal]] https://esolangs.org/w/index.php?diff=58378&oldid=58342 * Rdebath * (+441) 08:19:52 -!- tromp has quit (Remote host closed the connection). 08:20:07 -!- tromp has joined. 08:33:09 -!- oerjan has quit (Quit: Nite). 09:03:48 -!- AnotherTest has joined. 09:05:34 [[List of ideas]] https://esolangs.org/w/index.php?diff=58379&oldid=58245 * Haael * (+137) /* Joke/Silly Ideas */ 09:40:22 -!- xkapastel has joined. 10:40:25 -!- LissajousPattern has joined. 11:44:31 -!- LissajousPattern has quit (Quit: Leaving). 12:28:15 > reverse "<><" 12:28:18 "<><" 12:30:15 neat 12:43:30 -!- fungot has joined. 12:45:28 -!- Phantom_Hoover has joined. 12:45:36 -!- Phantom_Hoover has quit (Changing host). 12:45:36 -!- Phantom_Hoover has joined. 12:48:55 that seems fishy 12:49:02 `? fish 12:49:03 Come and dance and love the fish! Mister Disco summoned it. 12:57:16 -!- sftp has quit (Ping timeout: 260 seconds). 12:59:47 -!- sftp has joined. 13:10:13 -!- AnotherTest has quit (Ping timeout: 244 seconds). 13:35:36 -!- AnotherTest has joined. 13:47:19 -!- arseniiv has joined. 14:10:27 -!- Lord_of_Life has quit (Ping timeout: 240 seconds). 14:12:38 -!- Lord_of_Life has joined. 14:12:38 -!- Lord_of_Life has quit (Changing host). 14:12:38 -!- Lord_of_Life has joined. 14:22:22 -!- jix has quit (Ping timeout: 272 seconds). 14:23:39 -!- jix has joined. 14:39:17 -!- sleepnap has joined. 15:24:27 -!- Phantom_Hoover has quit (Ping timeout: 240 seconds). 16:08:14 -!- mroman has joined. 16:10:12 Remember kids: jJQ are identifiers and not specials while ,%@:) are specials and modifiers whereas #j #J #Q #q are identifiers but behave as modifiers and q is neither an identifier, nor a special nor a modifier but a syntax prefix. 16:10:53 except in case there's a matching ( in which case the ) is parsed as the closing paren of the ( in which case it is not a special. 16:11:08 obviously. 16:12:04 also @ is the special @ and ``@ is the identifier @ so @ can also be a command as well. 16:13:29 m, f and r are syntax prefixes when followed by a { in which case the block turns into an auto-block. 16:13:43 auto-blocks are blocks that get evaluated before being pushed to the stack. 16:16:36 and %%=1 is not a syntax error because of the fail safe parsing which turns %%=1 into the special % 16:17:01 oh wait. % is actually not a modifier. 16:17:11 it's a special but not a modifier. 16:17:37 not yet. 16:22:10 the problem is the only way to actually get a special % is by screwing up the syntax for assignment 16:23:13 This certainly sounds very esoteric 16:23:34 yeah but you gotta be careful when screwing it up 16:23:37 %%1 would parse as % % 1 16:23:44 %%=1 parses as % 16:24:16 -!- imode has joined. 16:24:42 A lot of stuff is parsed using parsec's try 16:25:40 m{9} parses as an auto-block {9} and m{9 parses as the builtin m{ and 9 16:27:41 function level scope is achieved by having a variable __SCOPE__ in the global context. 16:28:04 which you can overwrite of course. 16:28:45 and a lot of old hacks. 16:59:34 -!- AnotherTest has quit (Ping timeout: 268 seconds). 17:06:24 -!- nfd has quit (Ping timeout: 272 seconds). 17:21:10 -!- AnotherTest has joined. 18:14:42 -!- Essadon has joined. 19:02:44 [[Talk:Doreq]] N https://esolangs.org/w/index.php?oldid=58380 * Nthern * (+284) Turing Complete? 19:06:33 -!- xkapastel has quit (Quit: Connection closed for inactivity). 19:25:45 -!- sebbu2 has changed nick to sebbu. 19:28:02 -!- Camto has joined. 19:59:29 -!- Subject777 has joined. 20:01:05 -!- Subject777 has quit (Client Quit). 20:04:22 -!- MDead_ has quit (Quit: Going offline, see ya! (www.adiirc.com)). 20:15:33 -!- mroman has quit (Ping timeout: 256 seconds). 20:48:08 -!- imode has quit (Quit: WeeChat 2.3). 20:48:22 -!- Phantom_Hoover has joined. 20:56:09 -!- Phantom__Hoover has joined. 20:58:39 Why are there two Phantom_Hoovers? 21:00:12 -!- Phantom_Hoover has quit (Ping timeout: 252 seconds). 21:00:32 Hmmm 21:08:27 -!- wob_jonas has joined. 21:34:36 -!- nfd9001 has joined. 22:19:06 -!- MDead_ has joined. 22:21:02 -!- Essadon has quit (Quit: Qutting). 22:29:51 Different number of _s 22:55:19 -!- Camto has quit (Quit: Page closed). 23:00:03 -!- nfd9001 has quit (Ping timeout: 264 seconds). 23:09:31 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 23:20:06 -!- sleepnap has quit (Quit: Leaving.). 23:24:26 -!- AnotherTest has quit (Ping timeout: 276 seconds). 23:29:47 -!- Phantom_Hoover has joined. 23:32:08 -!- Phantom__Hoover has quit (Ping timeout: 245 seconds). 23:33:02 -!- Phantom__Hoover has joined. 23:34:45 -!- Phantom_Hoover has quit (Ping timeout: 252 seconds). 23:36:11 -!- Phantom_Hoover has joined. 23:39:09 -!- Phantom__Hoover has quit (Ping timeout: 252 seconds). 23:39:09 -!- fungot has quit (Read error: Connection reset by peer). 23:39:37 -!- Phantom__Hoover has joined. 23:40:44 -!- fungot has joined. 23:40:48 -!- Phantom_Hoover has quit (Ping timeout: 252 seconds). 23:44:58 -!- nfd9001 has joined. 23:48:11 -!- Phantom_Hoover has joined. 23:48:30 -!- Phantom__Hoover has quit (Ping timeout: 252 seconds).