00:01:50 > ~# :# ,# 2# 5# *# -# _@ 00:01:51 :1:1: error: parse error on input ‘~#’ 00:02:25 oops 00:02:59 -!- mtm has quit (Ping timeout: 260 seconds). 00:03:12 Lykaina: doesn't one of the later befunge variants let you have an arbitrary speed, so you can jump past a long sequence in one step? 00:05:14 -!- mtm has joined. 00:06:15 i don't know 00:06:44 but this code works: >~# :# ,# 2# 5# *# -# _@ 00:15:26 we should have a unefunge-executing bot 00:19:41 -!- 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:20:35 what is lambdabot for? 00:22:47 > take 5 [2..] 00:22:49 [2,3,4,5,6] 00:22:57 Haskell, IIRC. 00:43:11 `` /bin/sed -n 's/\([^ ]*\)([0-9]lambdabot).*/\1/p' /hackenv/share/whatis | shuf -n 12 # Lykaina: it has a lot of commands, but @run (which evaluates haskell) is the most frequently used. 00:43:13 djinn-del \ todo \ leet \ pl \ unpointless \ auto-reply? \ choice-add \ letlpaste \ time \ hoogle+ \ wn \ faq 00:44:11 also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which is still present here in perlbot 00:44:11 b_jonas: Stored also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which is still present here in 00:44:20 no, bad bot 00:44:45 perlbot forget also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which 00:44:45 b_jonas: Forgot also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which 00:44:48 perlbot forget also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which 00:44:49 b_jonas: Forgot also it's IMO badly designed compose function inspired me to invent buubot's crazy compose system, which 00:46:53 well it was. now it's kind of ruined by some recent changes. 01:06:31 here's a cat program: >~# , #~< 01:11:01 here's an even smaller cat program: ~, 01:18:48 -!- ais523 has quit (Quit: quit). 01:35:50 There's some befunge (and since it's a subset, unefunge) interpreters on HackEso. 01:36:22 `! befunge ".olleh">:#,_@ 01:36:25 hello. 01:38:42 For multi-line programs you'd likely have to feed them directly rather than through the `! interface. 01:40:02 (Also does befunge98 on some probably pretty ancient version of cfunge.) 01:42:15 Technically fungot can also execute befunge, but it's an admin-only command, because it doesn't have an actual interpreter, it just writes the code onto the playfield and directs the execution there. 01:42:36 I don't think I've managed to use it without crashing even once. At least to do any actual operation. 01:43:09 Oh, fungot's not even here. 01:44:08 -!- fungot has joined. 01:44:43 fungot: Would you characterise yourself as an Unefunge-executing bot? 01:44:43 fizzie: ( nyx here being part of the reset expression is simply the ' fnord 01:46:21 In Unefunge loops, it's always very satisfying when you end up being able to use some of the instructions when going both ways. 01:48:18 `! befunge "!dlrow ,olleH">:#,_@ 01:48:21 Hello, world! 01:50:02 `! befunge 25*"!dlrow ,olleH">:#,_@ 01:50:06 Hello, world! 01:54:26 `! befunge "?em gnirehtob uoy era yhw :aniakyL">:#,_@ 01:54:28 Lykaina: why are you bothering me? 01:55:08 fungot: what's the worst that could happen? 01:55:09 korvo: he needs help with a scheme48 exec script, which saves the image to the screen a second of silence, then repeat) and it will show up 02:11:59 `! befunge 94*1+99*92*+698*>:#,_@ 02:12:02 Hc% 02:12:44 let's attribute that to bad math 02:13:08 `! befunge 94*1+99*92*+6+98*>:#,_@ 02:13:10 Hi% 02:13:35 `! befunge 95*1+99*92*+6+98*>:#,_@ 02:13:37 Hi. 02:25:22 `! befunge 84*1+99*92+1+99*93*+99*93*+6+99*93*+3+99*6+84*95*1-99*93*+3+99*93*+99*93*+99*92*+2+98*>:#,_@ 02:25:34 No output. 02:28:00 better debug 02:31:16 [[Stackfish]] https://esolangs.org/w/index.php?diff=151112&oldid=151106 * I am islptng * (-134) 02:32:15 `! befunge98 84*1+99*92+1+99*93*+99*93*+6+99*93*+3+99*6+84*95*1-99*93*+3+99*93*+99*93*+99*92*+2+98*>:#,_@ 02:32:17 Hello, WorlQ! 02:32:35 It was 92 characters long, that's too much for the standard 80x25 playfield of Befunge-93. 02:35:44 `! befunge98 84*1+99*92*+1+99*93*+99*93*+6+99*93*+3+99*6+84*95*1-99*93*+3+99*93*+99*93*+99*92*+2+98*>:#,_@ 02:35:46 Hello, World! 02:39:19 i set the playfield on my interpreter to 160x12 to test that 02:39:34 thanks 02:40:37 i mean, 160x2 02:41:18 -!- nitrix has quit (Quit: ZNC 1.8.2 - https://znc.in). 02:42:37 -!- nitrix has joined. 02:59:06 -!- FreeFull has quit (Quit: Lost terminal). 03:03:14 started a partly-compliant version of befunge-98 03:10:22 i mean, started working on the python script 03:12:53 [[Stackfish]] M https://esolangs.org/w/index.php?diff=151113&oldid=151112 * Calculus is fun * (-71) Updated MMRPN esointerpreter 03:19:57 [[Fixed Repeating Output]] M https://esolangs.org/w/index.php?diff=151114&oldid=150782 * Calculus is fun * (+75) /* MoreMathRPN */ 03:47:25 -!- craigo has joined. 03:51:33 -!- somefan has joined. 05:00:45 About what object identifiers I meant, the one I meant is: 1.3.6.1.4.1.1722.12.2 05:04:02 [[NB]] N https://esolangs.org/w/index.php?oldid=151115 * None1 * (+3513) Created page with "NB is an esolang invented by [[User:None1]], that uses only 2 non-whitespace characters: N and B. It is case-insensitive. ==Syntax== ===Number constant=== NB uses unary for number constants, but instead of zeros or ones, NB is used: NBNBNBNBNB represents 5 ===Output=== N [[Language list]] https://esolangs.org/w/index.php?diff=151116&oldid=150931 * None1 * (+9) /* N */ 05:25:58 -!- Guest76 has joined. 05:26:05 Hello there 05:29:05 Hi. 05:29:40 Irc chats always seem to be quiet places 05:30:36 I bet that the big channels are loud. But the average channel is quiet in the long tail. 05:32:55 True but they are more confusing to get to (accounts and whatnot) 05:36:19 -!- Guest4798 has joined. 05:36:23 -!- Guest4798 has quit (Client Quit). 05:38:12 -!- somefan has left. 05:45:30 -!- Guest76 has quit (Quit: Client closed). 05:56:39 -!- Sgeo has quit (Read error: Connection reset by peer). 06:01:06 -!- Sgeo has joined. 06:03:27 stopping for the night 06:03:45 -!- Lykaina has quit (Quit: Leaving). 07:24:04 -!- FreeFull has joined. 08:34:15 [[User:Ractangle/Sandbox]] https://esolangs.org/w/index.php?diff=151117&oldid=151095 * 47 * (-156) /* The first esolang before finding esolangs.org website. */ 09:08:20 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=151118&oldid=151049 * PrySigneToFry * (+1016) /* ? */ new section 09:09:43 -!- DOS_User_webchat has joined. 09:11:41 [[Talk:Child Script]] https://esolangs.org/w/index.php?diff=151119&oldid=140580 * PrySigneToFry * (+17) 09:19:54 [[]] https://esolangs.org/w/index.php?diff=151120&oldid=150992 * PrySigneToFry * (+418) 09:22:31 -!- DOS_User_webchat has quit (Remote host closed the connection). 09:44:54 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=151121&oldid=151118 * Ractangle * (+358) /* ? */ 11:25:58 -!- chomwitt has joined. 11:34:24 [[Categorial]] https://esolangs.org/w/index.php?diff=151122&oldid=145688 * PrySigneToFry * (+12) Add nore mewlines to make the command list not be hidden 11:34:43 [[Categorial]] M https://esolangs.org/w/index.php?diff=151123&oldid=151122 * PrySigneToFry * (+43) 11:45:05 -!- Sgeo has quit (Read error: Connection reset by peer). 11:45:21 [[AnyGolf]] https://esolangs.org/w/index.php?diff=151124&oldid=132583 * PrySigneToFry * (+440) 12:00:24 [[Infinite commands???]] https://esolangs.org/w/index.php?diff=151125&oldid=135462 * PrySigneToFry * (+720) 12:03:33 -!- mtm has quit (Ping timeout: 248 seconds). 12:04:40 [[AH'TALIQUAE ENGLISH]] https://esolangs.org/w/index.php?diff=151126&oldid=148343 * PrySigneToFry * (+8) 12:06:23 -!- mtm has joined. 12:31:39 [[User:Hakerh400]] M https://esolangs.org/w/index.php?diff=151127&oldid=149383 * Hakerh400 * (+0) 12:35:19 -!- ais523 has joined. 12:40:03 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=151128&oldid=151121 * Ais523 * (+1086) /* ? */ what happened 12:44:08 [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=151129&oldid=151128 * Ais523 * (+589) /* ? */ repetitive admin actions are fast to do with practice 12:51:30 -!- amby has joined. 12:54:59 Hi 13:12:01 [[Special:Log/newusers]] create * Hsxiaobai * New user account 13:20:24 hi APic 13:20:48 Heya ais523 13:20:53 * APic → Public Swimming Hall 13:20:53 cya 13:20:55 *wave* 13:21:57 I guess waves are one thing you'd find in a public swimming hall 13:22:14 I used to go to one that had a wave machine, but I never figured out what prompted them to turn it on 13:44:20 [[User talk:A]] https://esolangs.org/w/index.php?diff=151130&oldid=146497 * PrySigneToFry * (+948) 14:19:58 [[X-script]] https://esolangs.org/w/index.php?diff=151131&oldid=150739 * PrySigneToFry * (+0) 14:22:39 [[AnyGolf]] https://esolangs.org/w/index.php?diff=151132&oldid=151124 * PrySigneToFry * (+27) 14:32:40 [[]] N https://esolangs.org/w/index.php?oldid=151133 * PrySigneToFry * (+9972) Created page with " is an Esoteric Programming Language designed by PrySigneToFry. You're free to edit this esoteric language. = Language overview = is a programming language, it's Turing-complete, High-level, and very usable but esoteric. This language is also called "United Esolang". 14:33:29 [[Language list]] https://esolangs.org/w/index.php?diff=151134&oldid=151116 * PrySigneToFry * (+19) 14:35:54 [[User talk:None1]] https://esolangs.org/w/index.php?diff=151135&oldid=151024 * PrySigneToFry * (+1163) 14:36:29 [[User talk:None1]] https://esolangs.org/w/index.php?diff=151136&oldid=151135 * PrySigneToFry * (+13) 15:02:19 -!- FreeFull has quit (Ping timeout: 260 seconds). 15:11:47 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=151137&oldid=151023 * Hsxiaobai * (+231) /* Introductions */ 15:12:23 -!- Lykaina has joined. 15:47:03 as for my befunge98 implementation, i'm setting it aside indefinitely. 15:48:19 though there are some improvements to the code that should be used in the befunge-93 interpreter 16:02:26 -!- FreeFull has joined. 16:38:17 Lykaina: Good times. Don't be afraid to abstract and share code between interpreters. 16:39:27 At some point, you might want to check out RPython, for making your Python programs fast. They abstracted and shared an entire JIT-compiling translator from Python 2.7 to C. For example, here's a DIVSPL interpreter that emits pretty good machine code: https://github.com/rpypkgs/rpypkgs/blob/main/divspl/divspl.py 16:40:40 -!- DOS_User_webchat has joined. 16:44:07 i program in python 3, not python 2.7 16:44:45 and i program in commodore basic so cant help either 16:45:00 Sure. If you don't already know Python 2.7, then it might not seem worthwhile. I only bother because RPython is good. 16:52:33 -!- DOS_User_webchat has quit (Remote host closed the connection). 16:53:02 -!- DOS_User_webchat has joined. 16:54:51 [[User talk:Hsxiaobai]] N https://esolangs.org/w/index.php?oldid=151138 * I am islptng * (+582) Created page with "Are you chinese? If so, what's your name (*?) ~~~~" 17:00:33 [[User talk:Calculus is fun]] N https://esolangs.org/w/index.php?oldid=151139 * I am islptng * (+566) Created page with "Do you think MMRPN can do anything? ~~~~" 17:03:48 -!- SGautam has joined. 17:21:17 -!- DOS_User_webchat has quit (Remote host closed the connection). 17:57:37 -!- craigo has quit (Ping timeout: 248 seconds). 18:22:49 -!- Lord_of_Life_ has joined. 18:23:46 -!- Lord_of_Life has quit (Ping timeout: 248 seconds). 18:25:45 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 18:57:13 [[Talk:Fungeball]] N https://esolangs.org/w/index.php?oldid=151140 * Lykaina * (+311) May restart work on Fungeball. 18:58:45 -!- ais523 has quit (Ping timeout: 244 seconds). 20:30:30 [[G Sharp]] https://esolangs.org/w/index.php?diff=151141&oldid=150658 * Ractangle * (-5) /* Functions */ 20:34:09 [[G Sharp]] https://esolangs.org/w/index.php?diff=151142&oldid=151141 * Ractangle * (+196) /* Functions */ 20:34:37 [[0]] https://esolangs.org/w/index.php?diff=151143&oldid=146113 * Ractangle * (+46) /* G# */ 20:39:16 [[0 Bits, 0 Bytes]] https://esolangs.org/w/index.php?diff=151144&oldid=143803 * Ractangle * (-37) /* C++ */ 20:39:43 [[0 Bits, 0 Bytes]] https://esolangs.org/w/index.php?diff=151145&oldid=151144 * Ractangle * (-5) /* Python */ 20:40:37 -!- Noisytoot has quit (Excess Flood). 20:46:52 -!- Noisytoot has joined. 20:47:42 -!- Sgeo has joined. 20:57:55 -!- Guest2 has joined. 20:58:33 -!- Guest2 has quit (Client Quit). 20:59:58 attempting to make a threaded befunge-93 variant, adds commands 'n', 'q', 't', and 'z' from funge-98 21:01:24 i'll use the name I appropriated for a similar project, "Fungeball", for it. 21:03:18 -!- Noisytoot has quit (Remote host closed the connection). 21:11:58 -!- Noisytoot has joined. 21:12:56 i mean, Fungeball was an attempt to do the same thing a long time ago 21:13:08 *attempt by me 21:20:49 -!- Noisytoot has quit (Remote host closed the connection). 21:24:21 -!- Noisytoot has joined. 21:33:01 [[Queue-based esolang]] https://esolangs.org/w/index.php?diff=151146&oldid=149402 * Ractangle * (+31) /* See also */ 21:33:28 [[Queue-based esolang]] https://esolangs.org/w/index.php?diff=151147&oldid=151146 * Ractangle * (-1) /* See also */ 21:34:46 -!- Noisytoot has quit (Excess Flood). 21:35:29 -!- chomwitt has quit (Ping timeout: 252 seconds). 21:37:36 [[Queue-based esolang++]] N https://esolangs.org/w/index.php?oldid=151148 * Ractangle * (+221) Created page with "{{Stub}} {{lowercase}}'''queue-based esolang++''' is an extension of the [[queue-based esolang]] created by [[User:Emelang]]. We do not have much information about QBE++ due to the fact that there is no interpreter for it" 21:45:16 [[Language list]] M https://esolangs.org/w/index.php?diff=151149&oldid=151134 * Buckets * (+11) 21:45:29 [[Snub]] N https://esolangs.org/w/index.php?oldid=151150 * Buckets * (+834) Created page with "Hey, Future [[User:Buckets]]! It's not Snub, It's Stub. Snub isn't an Esoteric programming language created by [[User:Buckets]] in 2020, The original name was Kotery, but [[User:Buckets]] keeps forgetting the word ''Stub'' and Types ''Snub'' instead, so this is a pretty g 21:46:13 [[User:Buckets]] M https://esolangs.org/w/index.php?diff=151151&oldid=150862 * Buckets * (+13) 21:49:33 [[Fungeball]] https://esolangs.org/w/index.php?diff=151152&oldid=151105 * Lykaina * (+393) Adding history and clarifying some things. 21:53:22 How does https://esolangs.org/wiki/Fungeball look? 21:55:46 -!- Noisytoot has joined. 21:59:28 Great stub. Thanks for documenting your progress. At some point, ponder {{infobox proglang}}, since the information it asks for (year that it appeared, languages which inspired you, link to reference implementation) are the same information that readers want. 22:02:03 Lykaina: If you need an example/inspiration, check out https://esolangs.org/wiki/Game_of_Life first paragraph and infobox. It turns out that we don't know exactly which year Conway found it! 22:03:27 Documenting such things now can prevent them from becoming lost later. 22:20:07 someone should set a password 22:29:27 [[Fungeball]] https://esolangs.org/w/index.php?diff=151153&oldid=151152 * Lykaina * (+2) adding an infobox 22:30:15 how now? 22:35:22 oh...should I mark it as a stub? 22:37:38 [[User:Tommyaweosme/a python quine]] N https://esolangs.org/w/index.php?oldid=151154 * Tommyaweosme * (+129) Created page with "
ERROR! Traceback (most recent call last):   File "", line 1     ERROR!          ^ SyntaxError: invalid syntax
" 22:41:12 [[Talk:Fungeball]] https://esolangs.org/w/index.php?diff=151155&oldid=151140 * Lykaina * (+142) 22:42:45 [[User:Tommyaweosme/bf self interpreter]] N https://esolangs.org/w/index.php?oldid=151156 * Tommyaweosme * (+477) Created page with "
[+>>>-[.]<<<,[-]>>[+<-]>>>>]>>>>+[[-][<]>>[-][+<.]++>+>+++++++[<++++>>++<-]++>>+>+>+++++[>++>++++++<<-]+>>>,<++[[>[->>]<[>>]<<-]<[<]<+>>[>]>[<+>-[[<+>-]>]<[[[-][++>-]<]++<-[<+++++++++>[<->-]>>]>>]]<<]<]<[[<]>[[>]>>[>>]+[<<]<[<]<+>>
22:48:44 -!- DOS_User_webchat has joined.
22:50:21 -!- DOS_User_webchat has quit (Remote host closed the connection).
22:51:07  [[User:Lykaina]]  https://esolangs.org/w/index.php?diff=151157&oldid=151104 * Lykaina * (+31) Updating...
22:54:20  [[Fungeball]] M https://esolangs.org/w/index.php?diff=151158&oldid=151153 * Lykaina * (+10) Marking the stub as a stub.
22:57:50 -!- Ae` has changed nick to Ae.
23:05:36  "W ,olleH">:#,_#vt@
23:05:36  @_,#:<"orld!"*25<
23:05:36  Unknown command, try @list
23:07:09  oh...of course that won't work
23:09:01  [[Special:Log/newusers]] create  * Jburns22 *  New user account
23:12:46  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=151159&oldid=151137 * Jburns22 * (+275) 
23:21:49  [[Onesharp]] N https://esolangs.org/w/index.php?oldid=151160 * Jburns22 * (+172) Created page with "'''Onesharp''' is a minimalistic programming language created as a teaching tool by Larry Moss. It is designed to run on a register machine using only two symbols, 1 and #."
23:39:06  https://lykaina.sdf.org/esolangs/fungeball/helloworld.bft is the test of "Hello World" for Fungeball
23:39:34  should run in befunge-98
23:43:26  if you have an interpreter published, link it from the wiki
23:45:49  right
23:45:52 -!- isabella has quit (Quit: WeeChat 3.5).
23:46:08 -!- izabera has joined.
23:46:12 -!- izabera has changed nick to isabella.
23:46:22 -!- isabella has changed hostmask to izabera@user/meow/izabera.
23:58:20  adding a copyright notice to the code
23:58:25  mit license