←2025-10-02 2025-10-03 2025-10-04→ ↑2025 ↑all
02:39:01 <esolangs> [[Talk:Incomplete BrainFuck]] https://esolangs.org/w/index.php?diff=165472&oldid=165457 * Jk.NDC * (+165)
02:39:42 <esolangs> [[Incomplete BrainFuck]] https://esolangs.org/w/index.php?diff=165473&oldid=165452 * Jk.NDC * (+17)
02:45:37 <esolangs> [[User:Jk.NDC]] M https://esolangs.org/w/index.php?diff=165474&oldid=165451 * Jk.NDC * (+71) /* semi-Weekly Riddle */
02:57:21 -!- FreeFull has quit.
03:24:17 <korvo> Are there other examples of bounded Brainfuck? It could be worth making yet another clearinghouse page if so.
03:25:01 <esolangs> [[Incomplete BrainFuck]] https://esolangs.org/w/index.php?diff=165475&oldid=165473 * Corbin * (+36) Categories.
03:47:07 <esolangs> [[User:Pifrited/Lang full of special character]] M https://esolangs.org/w/index.php?diff=165476&oldid=165462 * Pifrited * (-2)
03:48:06 <esolangs> [[Wuht]] https://esolangs.org/w/index.php?diff=165477&oldid=165445 * Jk.NDC * (+352) /* Functions */
04:40:12 <esolangs> [[User:Pifrited/Lang full of special character]] https://esolangs.org/w/index.php?diff=165478&oldid=165476 * PrySigneToFry * (+4) A little "golfing"
04:55:49 <esolangs> [[Wuht]] M https://esolangs.org/w/index.php?diff=165479&oldid=165477 * Jk.NDC * (+72) /* Clarification of Terms and Stuff */
05:46:28 <esolangs> [[Wuht]] https://esolangs.org/w/index.php?diff=165480&oldid=165479 * Jk.NDC * (+56) /* Functions */
05:46:48 <esolangs> [[Wuht]] M https://esolangs.org/w/index.php?diff=165481&oldid=165480 * Jk.NDC * (+2) /* Functions */
05:48:44 <esolangs> [[Wuht]] https://esolangs.org/w/index.php?diff=165482&oldid=165481 * Jk.NDC * (+76) /* Operation Commands */
05:55:33 <esolangs> [[Wuht]] https://esolangs.org/w/index.php?diff=165483&oldid=165482 * Jk.NDC * (+122) /* Functions */
05:56:38 <esolangs> [[Wuht]] M https://esolangs.org/w/index.php?diff=165484&oldid=165483 * Jk.NDC * (+0) /* Clarification of Terms and Stuff */
06:05:36 <esolangs> [[User:Jk.NDC]] https://esolangs.org/w/index.php?diff=165485&oldid=165474 * Jk.NDC * (+140) /* Projects */
06:05:38 -!- citrons has quit (Quit: "for more information, visit https://citrons.xyz").
06:05:53 -!- citrons has joined.
06:10:36 -!- tromp has joined.
06:27:05 -!- Sgeo has quit (Read error: Connection reset by peer).
06:56:39 <esolangs> [[Isec TC proof]] https://esolangs.org/w/index.php?diff=165486&oldid=165387 * U * (-359) Blanked the page
07:34:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:02:54 <esolangs> [[User:Pifrited/Lang full of special character]] M https://esolangs.org/w/index.php?diff=165487&oldid=165478 * Pifrited * (+12)
08:07:36 <esolangs> [[User:Pifrited/Lang full of special character]] M https://esolangs.org/w/index.php?diff=165488&oldid=165487 * Pifrited * (+53)
08:16:00 <esolangs> [[User talk:I am islptng]] https://esolangs.org/w/index.php?diff=165489&oldid=165460 * I am islptng * (+107) /* User:Pifrited/Lang full of special character */
08:46:42 <esolangs> [[IBSE]] N https://esolangs.org/w/index.php?oldid=165490 * U * (+351) Created page with "Op increasing A, equalizing B to A and if A-B<B while so decreasing B. C interpreter:const unsigned char main(void){{char A=(char)1;char B=(char)1;for(unsigned char C=(unsigned char)0;(unsigned char)C!=(unsigned char)0;C++;){A++;B=(char)A;do{B--;}while(((unsigned char)C!=(unsigne
08:49:48 <esolangs> [[IBSE]] https://esolangs.org/w/index.php?diff=165491&oldid=165490 * U * (-351) Blanked the page
09:12:41 <esolangs> [[IBSE]] https://esolangs.org/w/index.php?diff=165492&oldid=165491 * U * (+324)
09:19:44 <esolangs> [[IBSE]] https://esolangs.org/w/index.php?diff=165493&oldid=165492 * U * (+10)
09:32:27 <esolangs> [[Talk:UserEdited]] https://esolangs.org/w/index.php?diff=165494&oldid=152866 * Jk.NDC * (+147)
09:44:05 -!- tromp has joined.
10:08:16 <esolangs> [[Isec]] https://esolangs.org/w/index.php?diff=165495&oldid=165456 * U * (-135) Blanked the page
10:08:31 <esolangs> [[IBSE]] https://esolangs.org/w/index.php?diff=165496&oldid=165493 * U * (-334) Blanked the page
10:10:30 <APic> Hi
10:33:37 -!- amby has joined.
10:39:31 <esolangs> [[Fraction]] N https://esolangs.org/w/index.php?oldid=165497 * U * (+744) Created page with "x=0, y=1. 1st op - increasion of current cell. 2nd - jump from x to y. finally getting x/y. interpreter on C(1st op as 0, 2nd as any other, after ] must be =[, ops through , and ] at end): const unsigned char main(void){{const unsigned char A[(unsigned char)0];unsigned char B
10:40:50 <esolangs> [[Fraction]] https://esolangs.org/w/index.php?diff=165498&oldid=165497 * U * (+0)
10:40:59 <esolangs> [[Fraction]] https://esolangs.org/w/index.php?diff=165499&oldid=165498 * U * (+6)
10:41:26 <esolangs> [[Fraction]] https://esolangs.org/w/index.php?diff=165500&oldid=165499 * U * (-32)
11:18:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:30:04 -!- tromp has joined.
11:30:58 -!- FreeFull has joined.
11:33:14 -!- Lord_of_Life has quit (Ping timeout: 248 seconds).
11:35:14 -!- Lord_of_Life has joined.
11:37:15 <esolangs> [[User:Pifrited/Lang full of special character]] https://esolangs.org/w/index.php?diff=165501&oldid=165488 * PrySigneToFry * (+47)
12:12:19 <esolangs> [[User:Pifrited/Lang full of special character]] https://esolangs.org/w/index.php?diff=165502&oldid=165501 * PrySigneToFry * (+33)
12:25:40 -!- FreeFull has quit.
12:50:39 <esolangs> [[User:Pifrited/Lang full of special character]] M https://esolangs.org/w/index.php?diff=165503&oldid=165502 * Pifrited * (-27)
12:54:11 <esolangs> [[Fraction]] https://esolangs.org/w/index.php?diff=165504&oldid=165500 * U * (-10)
13:03:21 -!- iddi01 has joined.
13:03:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:03:42 <iddi01> !ztest epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6((+)*13>(-)*13>)*6((>[-[++([(+[{(-)*16(-[{[-][++-+-]>}])%18}])%16]>)*21]])*5>)*3
13:03:42 <zemhill> iddi01: System busy; ask again later.
13:04:09 <iddi01> !ztest epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6((+)*13>(-)*13>)*6((>[-[++([(+[{(-)*16(-[{[-][++-+-]>}])%18}])%16]>)*21]])*5>)*3
13:04:09 <zemhill> iddi01: System busy; ask again later.
13:04:25 <iddi01> !ztest epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6((+)*13>(-)*13>)*6((>[-[++([(+[{(-)*16(-[{[-][++-+-]>}])%18}])%16]>)*21]])*5>)*3
13:04:25 <zemhill> iddi01: System busy; ask again later.
13:04:57 <iddi01> ^echo !ztest epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6((+)*13>(-)*13>)*6((>[-[++([(+[{(-)*16(-[{[-][++-+-]>}])%18}])%16]>)*21]])*5>)*3
13:04:57 <fungot> !ztest epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6((+)*13>(-)*13>)*6((>[-[++([(+[{(-)*16(-[{[-][++-+- ...
13:04:57 <zemhill> fungot: System busy; ask again later.
13:04:57 <fungot> zemhill: ya know, that guy
13:05:07 <iddi01> help
13:05:40 -!- iddi01 has quit (Client Quit).
13:06:59 -!- tromp has joined.
13:18:18 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
13:18:31 -!- Lord_of_Life has joined.
13:18:37 -!- simcop2387 has quit (Ping timeout: 264 seconds).
13:19:02 -!- simcop2387 has joined.
13:48:10 <fizzie> Huh.
13:48:18 <fizzie> !ztest foo <
13:48:19 <zemhill> fizzie: System busy; ask again later.
13:48:23 <fizzie> Is bork.
13:52:51 <fizzie> It's gone wrong in some way, but my logs on this aren't particularly informative: https://0x0.st/KMVP.txt
13:54:31 <fizzie> I don't even remember how that whole machinery works.
13:56:23 <fizzie> I think those bits have something to do with handling submissions sent over the web, which arrive on a Unix domain socket.
13:57:34 <fizzie> Eh, I'll just restart it and wait to see if it breaks again.
13:57:38 -!- zemhill has quit (Remote host closed the connection).
13:57:54 -!- zemhill has joined.
13:57:59 <fizzie> !ztest foo <
13:57:59 <zemhill> fizzie.foo: points -46.00, score 0.00, rank 47/47
13:58:13 <fizzie> :shrug:
13:58:51 <fizzie> I feel like I started a from-scratch rewrite of that whole mess at some point (as one does) and then stopped halfway through (as one also does).
14:05:18 -!- Sgeo has joined.
14:09:26 <fizzie> Huh, what the...
14:11:37 <fizzie> Oh, I guess it's being used through the web.
14:11:51 <zemhill> web.torshavn: points -46.00, score 0.00, rank 47/47 (-16)
14:12:37 -!- iddi01 has joined.
14:13:00 <iddi01> !zjoust epsilon >+>-(>)*6(>[-[++([(+[{(-)*11(-[{(-)*97[-][++-]>}])%13}])%11]>)*21]])*5(<-<+)*5<+[<<(--+-)*-1]-<-[<(--+-)*-1]+((+)*5>(-)*5>)*6(<(-)*7<(+)*7)*6<(+)*43>((+)*17>(-)*17>)*4>>>>((>[-[++([(+[{(-)*16(-[{[-][++-+-]>}])%18}])%16]>)*21]])*5>)*3
14:13:01 <zemhill> iddi01.epsilon: points 15.12, score 44.55, rank 2/47
14:15:27 <iddi01> almost...
14:15:30 <iddi01>  that was amongst the most sophisticated 1-line rush program, only to be suppressed by 2/3
14:20:02 -!- iddi01 has quit (Quit: Client closed).
14:57:23 <esolangs> [[User talk:Marcel364]] N https://esolangs.org/w/index.php?oldid=165505 * Marcel364 * (+485) Added everything lol XD
15:05:17 -!- FreeFull has joined.
15:36:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:04:47 -!- tromp has joined.
16:26:26 <esolangs> [[Special:Log/newusers]] create * SDGL4RNG * New user account
16:30:19 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=165506&oldid=165463 * SDGL4RNG * (+297)
16:44:26 <esolangs> [[Satans Disciples GangLang $]] N https://esolangs.org/w/index.php?oldid=165507 * SDGL4RNG * (+2034) Created page with "Satan's Disciples GangLang is an output only esolang which prints a highly composable programmatic function that reads as "YO! I am the Gang Leader of the Satan's Disciples." == Data storage == Data is stored ''at most'' in People's brains. == Pr
16:49:33 <esolangs> [[Satans Disciples GangLang $]] https://esolangs.org/w/index.php?diff=165508&oldid=165507 * SDGL4RNG * (-28)
16:53:10 <esolangs> [[Satans Disciples GangLang $]] https://esolangs.org/w/index.php?diff=165509&oldid=165508 * SDGL4RNG * (+32)
16:54:41 <esolangs> [[GangLang]] https://esolangs.org/w/index.php?diff=165510&oldid=118689 * SDGL4RNG * (+51)
16:55:14 <esolangs> [[GangLang]] https://esolangs.org/w/index.php?diff=165511&oldid=165510 * SDGL4RNG * (+2)
17:00:24 <APic> cu
17:32:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:24:41 <esolangs> [[GangLang]] https://esolangs.org/w/index.php?diff=165512&oldid=165511 * Corbin * (+24) A bit of cleanup for a joke language.
18:25:24 <esolangs> [[GangLang]] https://esolangs.org/w/index.php?diff=165513&oldid=165512 * Corbin * (+18) Tracked down the year from the reference implementation's commit history.
18:26:56 <esolangs> [[Satans Disciples GangLang $]] https://esolangs.org/w/index.php?diff=165514&oldid=165509 * Corbin * (-181) Not TC. Not even obviously a language. In general, output-only systems aren't going to be TC.
18:29:40 -!- tromp has joined.
19:11:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:41:35 -!- tromp has joined.
19:57:46 -!- user3456 has left (Leaving).
20:20:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:27:27 <esolangs> [[Talk:UserEdited]] https://esolangs.org/w/index.php?diff=165515&oldid=165494 * Hotcrystal0 * (+412)
20:28:39 <esolangs> [[Fucktion]] M https://esolangs.org/w/index.php?diff=165516&oldid=165437 * Ractangle * (+6) /* Fucktion Generator */ replaced the precent thing into a format-string
20:29:39 -!- tromp has joined.
20:30:15 -!- tromp has quit (Client Quit).
20:32:25 -!- tromp has joined.
20:41:07 <esolangs> [[T+Riangle]] N https://esolangs.org/w/index.php?oldid=165517 * C++DSUCKER * (+871) Created page with "T+Riangle is a esolang Inspired by [[R + S|R + S]] it operates on a left infinite array of bits and 7 bits of state. At every step it picks the 7 bits of state for all the bits apart from the MSB, and the MSB becomes the next bit. if the bit is at position 0 then
20:43:20 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=165518&oldid=165466 * C++DSUCKER * (+16) i added my 'lovely' language
21:03:14 <esolangs> [[T+Riangle]] https://esolangs.org/w/index.php?diff=165519&oldid=165517 * C++DSUCKER * (+33)
21:12:11 <zzo38> I thought in a operating system design about how many system calls, and I had considered the possibility to have only one system call, in order to avoid some problems with synchronization. The parameters would be: blocking flag, hard yield flag, and the (possibly empty) set of capabilities to use and the operations to do with them (receive, send, discard, lock, etc).
21:39:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
←2025-10-02 2025-10-03 2025-10-04→ ↑2025 ↑all