< 1774053969 154425 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Someone should make an operating system where the OS knows where lines begin and end and you can use some sort of syntax when referring to a file to select specific ranges of lines. Someone also should convince me to stop presenting historical ideas that would be considered esoteric today as "new" ideas as a bad form of humor. < 1774054909 12637 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Sgeo: surely you do this by making lines fixed length and then having a record-based file access API (e.g. CP/M's FCB stuff that more or less found its way into DOS) < 1774055031 197727 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :https://try-mts.com/working-with-files/ < 1774055053 397107 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :AFK < 1774055196 617114 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Sgeo: cute < 1774056230 417234 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :back < 1774058343 722101 :amby!~ambylastn@host-92-17-36-146.as13285.net 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 < 1774059332 826295 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :https://bitsavers.org/pdf/univOfMichigan/mts/volumes/MTSVol01-TheMichiganTerminalSystem-Nov1991.pdf appendix C on page 154 describes how line files work < 1774061938 338501 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :I've been playing more with MUSIC/SP than with MTS at the moment >.> > 1774062844 492884 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=178021&oldid=177980 5* 03Meh2 5* (+148) 10/* Introductions */ > 1774062876 454365 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=178022&oldid=178021 5* 03Meh2 5* (-1) 10/* Introductions */ < 1774062928 743821 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :My idea of the operating system does not have any "plain text" files; it uses a binary structured data format (a bit like DER, but different). So, it is not made of "lines" either. > 1774063099 330075 PRIVMSG #esolangs :14[[07User:StavWasPlayZ14]]4 N10 02https://esolangs.org/w/index.php?oldid=178023 5* 03Meh2 5* (+52) 10Created page with "Where's the cursed esolang? Made by: [[User:Meh2]]" > 1774063999 308328 PRIVMSG #esolangs :14[[07User:Meh214]]4 N10 02https://esolangs.org/w/index.php?oldid=178024 5* 03Meh2 5* (+28) 10Created page with "Meh. ==Esolangs:== Not yet!" < 1774065766 171968 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :zzo38: how does it load plain-text files that other operating systems produced? < 1774065914 861452 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :They can still be loaded as raw files, or as converted files, if using a program (not necessarily the same program that the file is being used with) that can read the disk of that other operating system (such programs will likely be included for compatibility, at least for such things as CDs and DVDs) < 1774066532 669589 :somefan!~somefan@user/somefan JOIN #esolangs somefan :somefan < 1774067471 162991 :somefan!~somefan@user/somefan QUIT :Quit: leaving < 1774067514 359944 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :(One of the forks is used for if programs (usually emulated programs rather than native programs) expect the file to contain raw data, then it can use that one; however, a proxy capability (or a function in a program) might be used to automatically convert in either direction if needed. This might result in a more limited functionality, such as a more restricted character set.) < 1774067988 249571 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :(Something similar would be true of directories; you can have a table of links with whatever extra data is appropriate for the file system being converted from. However, many things would be converted to the port of the program for this system instead which would use a different format instead, so that such a thing would be mostly (although not entirely) unnecessary.) < 1774068029 178988 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :(One of my intentions is to avoid needing to be limited due to what other existing systems do) < 1774069615 596663 :impomatic!~impomatic@lock-04-b2-v4wan-171175-cust377.vm10.cable.virginm.net JOIN #esolangs * :[https://web.libera.chat] impomatic < 1774071117 679264 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :Sgeo: that sounds like something you should do in user-space rather than in an operating system < 1774071128 471065 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :I mean the lines thing < 1774071163 972019 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :b_jonas, I guess it was before everyone converged on the boring but useful idea of files just being a bunch of bytes < 1774071220 912342 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :On IBM mainframe OSes, you tend to need to define whether a dataset (their term for file) is a bunch of fixed length records or variable length records < 1774071350 101166 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :when I first learned programming, record-based files were common enough that most practical programming languages had syntax to access them < 1774071358 859289 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but I think they've pretty much been abandoned by this point < 1774071423 432225 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :(Continuing what I mentioned, probably would be better to use separate programs to convert the file and then work with it, rather than doing it "live"; however, emulation might be used if you are modifying files for use with other systems (such as DOS or uxn)) < 1774071471 818999 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :fwiw I think it's usually correct for databases to use a record-oriented file internally, even if they're storing it on a byte-oriented filesystem < 1774071493 164027 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :ais523: I think BASIC does (although you have to specify the record size in your program, since the operating system doesn't know the record size); as far as I know, I have not used other programming languages that do < 1774072029 879400 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :hmm, C has an API that's capable of expressing reads and writes of record-based files (especially with fread and fwrite) but I don't know whether or not that was intentional < 1774072062 381110 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :ais523: ins't that because record-based files made sense for magnetic casette tape drives? < 1774072072 691659 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :b_jonas: possibly < 1774072139 252588 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I never actually used a computer with a tape drive < 1774072156 932546 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I used a few that were designed for tape drives but they'd been connected to 5ΒΌ" floppy drives instead < 1774072208 947459 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :I mean disks have fixed-size sectors preallocated during formatting, which makes it easy to not overwrite other sectors on the same track, but a tape doesn't have lots of tracks that it can seek to, so at least some tape drives write and read variable-length blocks < 1774072228 208912 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :Something I was working recently was to see how I would make a programming language to be better than C, and I suppose it also has a way to work with record-based files even though that feature was not really intended for that use; the "stream" type is a parameterized type so is usually "stream(u8)" but you could specify a different type than "u8" such as "u8[128]" < 1774072288 959095 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :zzo38: hmm, interesting; I came to a similar conclusion but I was thinking about memory allocators rather than file formats < 1774072352 378768 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :the idea of a "typed file" is probably useful even if you aren't storing records, because if the type system is sufficiently powerful, it would mean that you wouldn't have to reverify the file contents (as long as you trusted the file system to not corrupt it) < 1774072381 318617 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :although you would still need to ensure that it was a valid value of its type if you were receiving one as a stream of bytes from an untrusted source, e.g. over the Internet < 1774072688 169577 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :It's because the structure isn't local to the CPU. When we parse a file, we're creating a local structure in the CPU registers which summarizes the file contents. < 1774072752 64057 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :RAM isn't local either, but we trust memory controllers. Quirk of history, I think. < 1774072891 402326 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Come to think of it, in the 1990s we trusted disks a lot more. Programs would mmap their save files from disk, headers and all. < 1774073103 480156 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :yep < 1774073109 61072 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :NetHack still does that I think < 1774073186 279480 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I think one reason programs moved away from that is for security against files downloaded from elsewhere that purported to have been created by the program but actually weren't, and another is portability (as programs that are just mmapping their data structures may have those structures defined differently on different platforms) < 1774073208 139305 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and nowadays, some languages (like Rust) by default allow the compiler to change the memory layout of a structure with every complie < 1774073224 315846 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :(you can request a stable layout but it isn't the default) < 1774073254 699294 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :normally this is just used to provide optimisation opportunities but some people have experimented with doing something ASLRish with it < 1774073286 718758 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :interestingly, executables are still loaded by mmap – I think that's because they're inherently nonportable to different architectures and already unsafe to run if you don't trust them < 1774073327 787526 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :(native executables, that is) < 1774073425 711228 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Yeah, I was going to say something about how the safety of mmap boils down to treating your loader like an interpreter for the resulting memory layout. < 1774073430 762278 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :yeah, programs like msword used to just read and write its internal structures into a file and trust them at first, which made sense when people weren't interchanging files as untrusted between computers much, but then later these had to be changed to actually parse and verify those files and covert them to the currently used internal formats. < 1774073481 408308 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :well, it also caused the problem that Word struggled to read files from its own past versions < 1774073665 931365 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :these days we have so much CPU power that I generally want to verify everything I can, even if it's from a trusted source, because this can uncover bugs in the program where I had thought that an assumption was correct but it's not < 1774073730 143581 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :not verifying data is like a micro-optimization that you should do only when the verifying would be an actual bottleneck < 1774073794 826957 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :this is how my programming style works < 1774073875 859162 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I'm generally in favour of compile-time proofs of that – we have enough CPU power to verify them – so a runtime verification would only be useful to guard against bugs in the compiler < 1774073908 88203 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but of course, a compiler can't verify that the disk hasn't been tampered with (perhaps accidentally, e.g. due to power failure) < 1774073956 874167 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :that works if you aren't linking your program with other compilation units written by your incompetent co-workers that cause undefined behavior eg. by indexing out of arrays too often < 1774074008 559017 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :guarding against UB doesn't really make sense, UB can do anything after all (including making your guards irrelevant) < 1774074023 171162 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :yes, it can < 1774074029 659069 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :unless you're doing it at a lower level than the level the compiler works at < 1774074062 203102 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :so the compiler may be able to optimize away some of my checks < 1774074122 287598 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :yes, the correct solution is to not link to those co-workers' code until they get competent < 1774074139 778910 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :or use a language which would prevent them doing that sort of thig < 1774074141 792992 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :* thing < 1774074182 421639 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :that said, I can't think of many practical languages which are unable to have UB if you try hard enough < 1774074189 412339 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :there are a number of UB-less esolangs, at least < 1774074212 33972 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :to be fair this problem was over 12 years ago, we were all young then, me and my coworkers < 1774074228 810871 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :and this was in C++ < 1774074304 397756 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :b_jonas: IIRC guarding against bad offsets in slices and other substructures was one of the original items in the Moore's Dividend paper. < 1774074313 6246 :b_jonas!~x@catv-80-98-84-202.catv.fixed.one.hu PRIVMSG #esolangs :they did get more competent later > 1774074525 798798 PRIVMSG #esolangs :14[[07User talk:StavWasPlayZ14]]4 N10 02https://esolangs.org/w/index.php?oldid=178025 5* 03PkmnQ 5* (+198) 10Created page with "Where's the cursed esolang? [[User:Meh2]] ([[User talk:Meh2|talk]]) 03:18, 21 March 2026 :Probably [[Codesh_()]] ~~~~" > 1774074578 427419 PRIVMSG #esolangs :14[[07User:StavWasPlayZ14]]4 10 02https://esolangs.org/w/index.php?diff=178026&oldid=178023 5* 03PkmnQ 5* (-52) 10Blanked the page < 1774075649 117440 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Oh, I have a convenient FORTRAN II compiler open right now, what UB-esque shenanigans should I try? < 1774075924 139403 :impomatic!~impomatic@lock-04-b2-v4wan-171175-cust377.vm10.cable.virginm.net QUIT :Quit: Client closed < 1774075976 163536 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :Actually not sure if it's II < 1774075999 927211 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :I'll just say 1401 FORTRAN < 1774077415 997553 :ais523!~ais523@user/ais523 QUIT :Quit: quit > 1774077861 778888 PRIVMSG #esolangs :14[[07Special:Log/delete14]]4 delete10 02 5* 03Ais523 5* 10deleted "[[02User:StavWasPlayZ10]]": not a user page, and not created by the relevant user < 1774079423 148530 :svm!~msv@user/msv JOIN #esolangs msv :msv < 1774079458 587736 :msv!~msv@user/msv QUIT :Remote host closed the connection < 1774079956 585504 :impomatic!~impomatic@lock-04-b2-v4wan-171175-cust377.vm10.cable.virginm.net JOIN #esolangs * :[https://web.libera.chat] impomatic < 1774080361 534029 :shikhin_!~shikhin@ahti.space JOIN #esolangs * :shikhin < 1774080381 551314 :citrons_!~citrons@alt.mondecitronne.com JOIN #esolangs citrons :citrons < 1774080414 540712 :mynery!~myname@152.53.22.209 JOIN #esolangs * :myname < 1774080596 656152 :shikhin!~shikhin@offtopia/offtopian QUIT :Quit: Quittin'. < 1774080596 858161 :shikhin_!~shikhin@ahti.space NICK :shikhin < 1774080610 551135 :AlsoJAA!~AlsoJAA@user/meow/JAA QUIT :Remote host closed the connection < 1774080610 586187 :citrons!~citrons@alt.mondecitronne.com QUIT :Remote host closed the connection < 1774080851 432349 :AlsoJAA!~AlsoJAA@user/meow/JAA JOIN #esolangs JAA :JustAnotherArchivist backup (usually unmonitored) < 1774081704 932929 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1774081859 809195 :joast!~joast@2603:90d8:500:31cf:5e0f:3f4b:1cfe:5060 QUIT :*.net *.split < 1774081859 893975 :myname!~myname@152.53.22.209 QUIT :*.net *.split < 1774082079 518335 :mynery!~myname@152.53.22.209 NICK :myname > 1774082243 498185 PRIVMSG #esolangs :14[[07User:Widuruwana/MainPageModernization14]]4 10 02https://esolangs.org/w/index.php?diff=178027&oldid=177981 5* 03Widuruwana 5* (+269) 10Fixed the width issue < 1774082308 597795 :impomatic!~impomatic@lock-04-b2-v4wan-171175-cust377.vm10.cable.virginm.net QUIT :Ping timeout: 240 seconds < 1774082457 884238 :joast!~joast@2603:90d8:500:31cf:5e0f:3f4b:1cfe:5060 JOIN #esolangs joast :joast < 1774088354 250255 :svm!~msv@user/msv NICK :msv < 1774089044 936315 :shikhin_!~shikhin@ahti.space JOIN #esolangs * :shikhin < 1774089187 542884 :shikhin!~shikhin@ahti.space QUIT :Ping timeout: 268 seconds < 1774089187 677031 :shikhin_!~shikhin@ahti.space NICK :shikhin < 1774094070 986007 :lisbeths!uid135845@id-135845.lymington.irccloud.com QUIT :Quit: Connection closed for inactivity < 1774095421 672250 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Quit: ZNC 1.9.1+deb2+b3 - https://znc.in < 1774095421 747699 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Quit: ZNC 1.9.1+deb2+b3 - https://znc.in < 1774096030 224245 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1774096091 309755 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in > 1774096345 201154 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 N10 02https://esolangs.org/w/index.php?oldid=178028 5* 03None1 5* (+673) 10New funny esolang! > 1774096588 904529 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 M10 02https://esolangs.org/w/index.php?diff=178029&oldid=178028 5* 0347 5* (-6) 10None, you failed mirably :sob: > 1774096675 377640 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 M10 02https://esolangs.org/w/index.php?diff=178030&oldid=178029 5* 0347 5* (-1) 10/* =Self-interpreter that's not a quine */ ok gen forgot about this unnesesary "=" > 1774096896 502580 PRIVMSG #esolangs :14[[07User talk:Widuruwana/MainPageModernization14]]4 10 02https://esolangs.org/w/index.php?diff=178031&oldid=178001 5* 03Widuruwana 5* (+109) 10reply > 1774096951 428202 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 M10 02https://esolangs.org/w/index.php?diff=178032&oldid=178030 5* 03PkmnQ 5* (+2) 10/* Self-interpreter that's not a quine */ Level 2 -> 3 > 1774097524 998551 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 M10 02https://esolangs.org/w/index.php?diff=178033&oldid=178032 5* 03None1 5* (+13) 10 > 1774097756 219050 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=178034&oldid=177670 5* 03None1 5* (+39) 10/* Example-based languages */ > 1774097870 749433 PRIVMSG #esolangs :14[[07User:None114]]4 M10 02https://esolangs.org/w/index.php?diff=178035&oldid=177998 5* 03None1 5* (+57) 10/* My Esolangs */ > 1774097887 82234 PRIVMSG #esolangs :14[[07User:None114]]4 M10 02https://esolangs.org/w/index.php?diff=178036&oldid=178035 5* 03None1 5* (+1) 10/* My Esolangs */ > 1774098037 630813 PRIVMSG #esolangs :14[[07Grass14]]4 10 02https://esolangs.org/w/index.php?diff=178037&oldid=173164 5* 03Tpaefawzen 5* (-55) 10/* Examples */ +1 > 1774098124 436383 PRIVMSG #esolangs :14[[07Grass14]]4 10 02https://esolangs.org/w/index.php?diff=178038&oldid=178037 5* 03Tpaefawzen 5* (-298) 10/* Examples */ +1 > 1774098897 569731 PRIVMSG #esolangs :14[[07Grass14]]4 10 02https://esolangs.org/w/index.php?diff=178039&oldid=178038 5* 03Tpaefawzen 5* (+86) 10/* Examples */ +1 > 1774099292 267268 PRIVMSG #esolangs :14[[07Grass14]]4 10 02https://esolangs.org/w/index.php?diff=178040&oldid=178039 5* 03Tpaefawzen 5* (-77) 10/* Examples */ +1 < 1774100806 746017 :amby!~ambylastn@host-92-17-36-146.as13285.net JOIN #esolangs amby :realname > 1774108811 426313 PRIVMSG #esolangs :14[[07Staccato14]]4 N10 02https://esolangs.org/w/index.php?oldid=178041 5* 03PrySigneToFry 5* (+3744) 10Created page with "Note: This article introduces a programming language, not a performance technique. Staccato is a programming language designed by PSTF. It is a concise, stack-based language where every operation is a single character (or short literal) to minimize code length. > 1774108931 462294 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=178042&oldid=178007 5* 03PrySigneToFry 5* (+15) 10 > 1774112075 775465 PRIVMSG #esolangs :14[[07User talk:Widuruwana/MainPageModernization14]]4 10 02https://esolangs.org/w/index.php?diff=178043&oldid=178031 5* 03Aadenboy 5* (+319) 10 < 1774112990 623840 :ajal!~ambylastn@host-81-178-153-130.as13285.net JOIN #esolangs * :realname < 1774113003 342001 :amby!~ambylastn@host-92-17-36-146.as13285.net QUIT :Ping timeout: 255 seconds > 1774114272 111617 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 10 02https://esolangs.org/w/index.php?diff=178044&oldid=178033 5* 03Dragoneater67 5* (+417) 10/* Interpreter */ add more interpreters > 1774114334 196858 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 M10 02https://esolangs.org/w/index.php?diff=178045&oldid=178044 5* 03Dragoneater67 5* (+8) 10/* Interpreters */ < 1774115231 809048 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname > 1774115376 551267 PRIVMSG #esolangs :14[[07Prints the name of this language14]]4 10 02https://esolangs.org/w/index.php?diff=178046&oldid=178045 5* 03Aadenboy 5* (+76) 10 < 1774115411 711579 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :I can't seem to reach esolang logs < 1774115423 938669 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :n/m < 1774115450 977113 :int-e!~noone@int-e.eu PRIVMSG #esolangs :looks slow, I assume the usual (crawlers) < 1774115479 961359 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :I don't think 1401 FORTRAN allows... subroutines or functions written in FORTRAN. It has functions but they have to be written in Autocoder (the term for assembly on 1401) < 1774115850 246751 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :"The function name can be comprised of from 4 to 7 alphameric characters (not special characters). The first character must be alphabetic, and the last character must be the letter F. The first character must be X if and only if the value of the function is to be fixed point." < 1774122708 204001 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 246 seconds > 1774122719 610852 PRIVMSG #esolangs :14[[07Gora14]]4 M10 02https://esolangs.org/w/index.php?diff=178047&oldid=166885 5* 03Ractangle 5* (-37) 10 < 1774122813 365869 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1774123878 992837 :Sgeo!~Sgeo@user/sgeo PRIVMSG #esolangs :The manual and existing 1401 Fortran copies don't match :( > 1774125315 646722 PRIVMSG #esolangs :14[[07User talk:Widuruwana/MainPageModernization14]]4 10 02https://esolangs.org/w/index.php?diff=178048&oldid=178043 5* 03Ais523 5* (+836) 10feedback < 1774129017 96177 :zzo38!~zzo38@host-24-207-46-238.public.eastlink.ca PRIVMSG #esolangs :Is there the possibility in TLS for a client to send multiple certificate chains to the server (and if not, can a TLS extension be made to support such a thing)? This might be useful with services that allow multiple people to set up things that require authentication, such as IRC channels (and possibly also cloaks) on a IRC server. < 1774131132 825406 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) < 1774131487 656716 :ursa-major!114efe6c39@2a03:6000:1812:100::11f3 QUIT :Ping timeout: 244 seconds < 1774131628 848143 :ursa-major!114efe6c39@2a03:6000:1812:100::11f3 JOIN #esolangs ursa-major :Bailey Bjornstad > 1774135854 235436 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Gozzie 5* 10New user account > 1774136172 682881 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=178049&oldid=178022 5* 03Gozzie 5* (+108) 10/* Introductions */