00:02:56 -!- Noisytoot has quit (Remote host closed the connection). 00:06:29 -!- Noisytoot has joined. 00:35:46 -!- Noisytoot has quit (Remote host closed the connection). 00:37:26 -!- Noisytoot has joined. 00:52:06 -!- razetime has joined. 01:17:30 -!- perlbot has quit (Ping timeout: 260 seconds). 01:19:18 -!- perlbot has joined. 01:37:48 -!- fowl has quit (Remote host closed the connection). 01:38:01 -!- fowl has joined. 01:38:08 -!- fowl has quit (Remote host closed the connection). 01:38:21 -!- fowl has joined. 01:38:27 -!- fowl has quit (Remote host closed the connection). 01:38:39 -!- fowl has joined. 01:38:45 -!- fowl has quit (Remote host closed the connection). 01:39:00 -!- fowl has joined. 01:39:05 -!- fowl has quit (Remote host closed the connection). 05:13:31 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in). 05:17:06 -!- slavfox has joined. 05:38:08 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 05:38:41 -!- Lord_of_Life has joined. 05:39:11 -!- slavfox has quit (Ping timeout: 264 seconds). 06:17:41 -!- slavfox has joined. 06:31:56 -!- bgs has quit (Remote host closed the connection). 07:42:42 -!- tromp has joined. 07:57:36 -!- Sgeo has quit (Read error: Connection reset by peer). 10:03:11 -!- b_jonas has quit (Ping timeout: 264 seconds). 10:28:30 -!- __monty__ has joined. 12:44:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 12:46:29 -!- wib_jonas has joined. 12:48:00 zzo38: re Magic: the Gathering multiplayer rules, we discussed them around https://logs.esolangs.org/libera-esolangs/2022-04.html#luc . I haven't tried to edit them to more coherent yet. 12:55:36 -!- __monty__ has quit (Quit: leaving). 13:46:23 -!- impomatic has joined. 13:47:15 -!- impomatic has quit (Client Quit). 13:47:37 -!- impomatic has joined. 13:51:08 -!- Thelie has joined. 14:05:45 -!- tromp has joined. 14:11:35 -!- Thelie has quit (Ping timeout: 264 seconds). 14:18:23 Heh, you're not allowed to use "con" (or more generally, "con." followed by anything) as the element in a Go module path, because of the Windows reserved file thing. https://go.dev/ref/mod#go-mod-file-ident 14:44:50 -!- razetime has quit (Quit: No Ping reply in 180 seconds.). 14:45:04 -!- razetime has joined. 14:50:12 -!- Thelie has joined. 14:53:07 -!- Sgeo has joined. 15:17:29 -!- chiselfuse has quit (Remote host closed the connection). 15:18:05 -!- chiselfuse has joined. 15:21:56 -!- FreeFull has joined. 15:28:27 -!- chiselfuse has quit (Remote host closed the connection). 15:28:53 -!- chiselfuse has joined. 15:42:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:48:47 -!- tromp has joined. 16:00:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 16:02:03 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.). 16:08:18 -!- impomatic has quit (Quit: impomatic). 16:18:40 -!- bgs has joined. 16:20:12 -!- tromp has joined. 16:37:03 -!- impomatic has joined. 16:40:25 -!- impomatic has quit (Client Quit). 16:40:46 -!- impomatic has joined. 16:51:36 fizzie: they probably learned from previous problems, like modules or programs with names that casefold to the same on windows. 16:54:45 here's a module on a module distribution site that has a directory named "aux" for example: https://pypi.org/project/aux/0.0.2/#files 16:56:28 perl has, or used to have, odd behavior when you try to use a module with the wrong case name on a case-insensitive file system: the require part succeeds spuriously because the filename matches, creates the package with the correct case, then the import phase does nothing silently because the import method for the package with the wrong case 16:56:29 doesn't exist 16:56:41 `perl -euse strict; $xoin = 7; 16:56:43 Global symbol "$xoin" requires explicit package name (did you forget to declare "my $xoin"?) at -e line 1. \ Execution of -e aborted due to compilation errors. 16:56:48 `perl -euse Strict; $xoin = 7; 16:56:49 Can't locate Strict.pm in @INC (you may need to install the Strict module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at -e line 1. \ BEGIN failed--compilation aborted at -e line 1. 16:57:04 right, doesn't happen here because it's a case-sensitive file system 16:57:37 and these are all just the problems that remain when nobody uses file systems limited to 8+3 character filenames anymore 17:23:35 -!- Thelie has quit (Ping timeout: 264 seconds). 17:41:51 -!- wib_jonas has quit (Quit: Client closed). 18:06:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:06:47 -!- impomatic has quit (Ping timeout: 264 seconds). 18:26:05 -!- tromp has joined. 18:32:04 -!- chiselfuse has quit (Remote host closed the connection). 18:33:24 -!- chiselfuse has joined. 18:42:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:51:35 -!- tromp has joined. 18:51:40 -!- Cale has quit (Read error: Connection reset by peer). 18:58:20 -!- impomatic has joined. 19:01:51 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3+b3 - https://znc.in). 19:01:51 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3+b3 - https://znc.in). 19:04:36 -!- simcop2387 has joined. 19:05:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:06:07 -!- perlbot has joined. 19:09:14 -!- Cale has joined. 19:36:54 [[^!]] N https://esolangs.org/w/index.php?oldid=104955 * Ninesquared81 * (+2114) Created page with "'''^!''' (pronounced "caret-bang") is a stack-based esoteric programming language created by [[User:Ninesquared81]]. ==Language overview== ==History== ^! started out as a more convenient notation for writing [[Motorway]] programs, and as such shares many commands wi 19:53:53 -!- tromp has joined. 19:54:52 -!- impomatic has quit (Quit: impomatic). 20:03:53 -!- b_jonas has joined. 20:06:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:14:42 -!- tromp has joined. 20:16:50 [[^!]] https://esolangs.org/w/index.php?diff=104956&oldid=104955 * Ninesquared81 * (+2567) /* Language overview */ 20:19:01 [[User:Ninesquared81]] https://esolangs.org/w/index.php?diff=104957&oldid=103573 * Ninesquared81 * (+9) /* Languages */ 20:32:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:36:48 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3+b3 - https://znc.in). 20:37:03 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3+b3 - https://znc.in). 20:37:25 -!- perlbot has joined. 20:37:57 -!- simcop2387 has joined. 20:42:41 -!- tromp has joined. 20:51:06 [[^!]] https://esolangs.org/w/index.php?diff=104958&oldid=104956 * Ninesquared81 * (+249) 21:01:30 -!- bgs has quit (Remote host closed the connection). 21:38:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:40:35 [[Array++]] https://esolangs.org/w/index.php?diff=104959&oldid=104947 * Z Z * (-3) /* Reserved symbols */ 21:40:58 [[Array++]] https://esolangs.org/w/index.php?diff=104960&oldid=104959 * Z Z * (-1) /* Main */ 21:41:57 -!- tromp has joined. 21:47:50 [[Array++]] https://esolangs.org/w/index.php?diff=104961&oldid=104960 * Z Z * (-30) /* operators */ 21:48:58 Here is so far my variant rules for Magic: the Gathering: http://sprunge.us/jF0mNG (I have written a section based on leaving the game, now. Changes may be needed for this and other sections; some of them might be no good.) 21:53:41 This is a Markdown file. A HTML version of this file can be found at: http://www.magicmultiverse.net/cardsets/4009/details_pages/3275 21:57:00 [[Array++]] https://esolangs.org/w/index.php?diff=104962&oldid=104961 * Z Z * (+14) /* Array++ */ 21:57:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:02:43 [[Array++]] https://esolangs.org/w/index.php?diff=104963&oldid=104962 * Z Z * (+12) /* Array++ (same, but no comments) */ 22:09:37 [[Array++]] https://esolangs.org/w/index.php?diff=104964&oldid=104963 * Z Z * (+16) /* Main */ 22:11:48 [[Array++]] https://esolangs.org/w/index.php?diff=104965&oldid=104964 * Z Z * (+95) /* operators */ 22:13:14 [[Array++]] https://esolangs.org/w/index.php?diff=104966&oldid=104965 * Z Z * (+50) /* operators */ 22:13:37 [[Array++]] https://esolangs.org/w/index.php?diff=104967&oldid=104966 * Z Z * (+2) /* operators */ 22:13:56 [[Array++]] https://esolangs.org/w/index.php?diff=104968&oldid=104967 * Z Z * (+2) /* operators */ 22:14:11 [[Array++]] https://esolangs.org/w/index.php?diff=104969&oldid=104968 * Z Z * (+1) /* operators */ 22:15:09 [[Array++]] M https://esolangs.org/w/index.php?diff=104970&oldid=104969 * Z Z * (+0) /* Array++ */ 22:21:09 -!- tromp has joined. 22:23:49 [[Array++]] M https://esolangs.org/w/index.php?diff=104971&oldid=104970 * Z Z * (+47) 22:29:46 -!- Thelie has joined. 22:50:47 -!- FreeFull has quit. 22:51:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:42:11 -!- Thelie has quit (Ping timeout: 264 seconds).