←2024-03-04 2024-03-05 2024-03-06→ ↑2024 ↑all
00:08:05 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=124296&oldid=123640 * Imakesi * (+52)
00:11:57 -!- ajal has changed nick to amby.
00:19:56 <esolangs> [[OOTPL]] M https://esolangs.org/w/index.php?diff=124297&oldid=124285 * PythonshellDebugwindow * (+106) Categories
00:22:38 -!- 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).
01:59:13 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
02:00:45 -!- Lord_of_Life has joined.
02:33:22 -!- Swryl has quit (Quit: Account Balance: -$9.21. Goodbye.).
02:43:23 -!- hooloovoo has changed nick to Hooloovoo.
03:32:13 -!- GregorR has quit (Quit: Ping timeout (120 seconds)).
03:32:24 -!- GregorR has joined.
04:25:11 <esolangs> [[User:EvyLah]] https://esolangs.org/w/index.php?diff=124298&oldid=123898 * EvyLah * (+560)
04:38:30 -!- sprocket has changed nick to sprock.
04:39:35 <esolangs> [[Mca v1.1]] N https://esolangs.org/w/index.php?oldid=124299 * EvyLah * (+22) Redirected page to [[MCA v1.1]]
04:44:25 <esolangs> [[Talk:Rubic]] https://esolangs.org/w/index.php?diff=124300&oldid=75417 * EvyLah * (+240)
06:12:17 -!- tromp has joined.
06:33:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:48:39 -!- tromp has joined.
07:16:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:46:17 -!- Sgeo has quit (Read error: Connection reset by peer).
08:59:32 -!- tromp has joined.
09:26:14 -!- chiselfuse has quit (Ping timeout: 260 seconds).
09:26:44 -!- chiselfuse has joined.
09:52:32 -!- Koen_ has joined.
10:33:52 -!- Noisytoot has quit (Excess Flood).
10:34:18 -!- Noisytoot has joined.
10:39:21 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=124301&oldid=123811 * Cleverxia * (+69) /* Current Esolangs I've created */
10:42:18 -!- __monty__ has joined.
10:48:53 <esolangs> [[Hello world program in esoteric languages (nonalphabetic and A-M)]] https://esolangs.org/w/index.php?diff=124302&oldid=124183 * Cleverxia * (+126) /* Brainfuck */
10:55:08 -!- Koen_ has quit (Quit: Leaving...).
11:24:20 <esolangs> [[UnaryBrain]] M https://esolangs.org/w/index.php?diff=124303&oldid=124266 * None1 * (+35) /* See also */
11:47:02 -!- wib_jonas has joined.
11:50:30 <wib_jonas> further complaint about VBA. so about the operators. the bitwise operators And, Or, Xor, and the integer division \ and modulo Mod, they only work on signed 32-bit integers, they truncate floats to such integers and give an error if the number doesn't fit into signed 32-bit. (also &H80000000\-1 crashes, but that's irrelevant here.) whereas the add
11:50:30 <wib_jonas> subtract multiply operators work on floats, and are willing to upgrade from integer arguments to double float results on overflow. so far so good.
11:52:17 <wib_jonas> the problem is that there's no built-in shift operator (or function), so if I want to get the highest byte of a signed 32-bit integer x, I have to write it as ((x And &HFF000000&) \ &H01000000& And &HFF&) which is kind of ridiculous. you can't omit either of those two And operations, because the integer division truncates.
11:53:16 <wib_jonas> either that, or I guess I could figure out how the calling conventions into native code work and compile a very small DLL that has an integer shift function. so far I wasn't willing to do that, but if it's something worse than just shift thing this I might get desparate enough
12:15:53 <wib_jonas> sorry, correction, &H80000000\-1 is fine in VBA, it only crashes VBS,
12:20:13 <fizzie> I seem to recall GW-BASIC and QBasic had no bitwise shift either (and can't find one in https://zem.fi/tmp/qbc.html quickly), so they're just staying true to their roots.
12:39:57 <esolangs> [[Getterlang]] M https://esolangs.org/w/index.php?diff=124304&oldid=124244 * None1 * (+23)
12:50:05 -!- __monty_1 has joined.
12:51:43 -!- __monty__ has quit (Ping timeout: 272 seconds).
12:57:39 <esolangs> [[IDIJ]] https://esolangs.org/w/index.php?diff=124305&oldid=124292 * None1 * (+464) Added complete TCness proof
12:58:14 <esolangs> [[IDIJ]] M https://esolangs.org/w/index.php?diff=124306&oldid=124305 * None1 * (+54)
12:58:36 <esolangs> [[IDIJ]] M https://esolangs.org/w/index.php?diff=124307&oldid=124306 * None1 * (+8)
13:02:51 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=124308&oldid=120362 * None1 * (+82) /* List of OISCs */ Added [[IDIJ]]
13:13:16 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=124309&oldid=124293 * None1 * (+132) /* H */ Added [[Hexagon says jump to line a if cell b is n and increment cell b by c if cell b equals d and output cell b is cell b equals e.]]
13:22:55 <esolangs> [[Thief, Police and the Building]] M https://esolangs.org/w/index.php?diff=124310&oldid=124238 * None1 * (+28) /* Movement */ According to interpreter
13:29:10 <esolangs> [[Thief, Police and the Building extended]] N https://esolangs.org/w/index.php?oldid=124311 * None1 * (+1422) Created page with "'''Thief, Police and the Building extended''' is an esolang invented by [[User:None1]], it is an extension to [[Thief, Police and the Building]]. ==Extra commands== He time-travels backwards ''i'' scenes Make the instruction pointer move b
13:29:40 <esolangs> [[Thief, Police and the Building extended]] https://esolangs.org/w/index.php?diff=124312&oldid=124311 * None1 * (+50)
13:30:10 <esolangs> [[Thief, Police and the Building]] https://esolangs.org/w/index.php?diff=124313&oldid=124310 * None1 * (+59)
13:30:45 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=124314&oldid=124309 * None1 * (+46) /* T */
13:32:25 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=124315&oldid=124295 * None1 * (+100) /* My Esolangs */
13:41:04 <esolangs> [[++]] N https://esolangs.org/w/index.php?oldid=124316 * ILoveCursedCode * (+1305) Created page with "'''++''' is basically C++ but every program must be written in one line and in reverse order. A standard-compliant '''++''' preprocessor needs to split the source code into lines by any whitespace character and then reverse the line order. == Programs == Here is a
13:53:24 <esolangs> [[++]] M https://esolangs.org/w/index.php?diff=124317&oldid=124316 * ILoveCursedCode * (+51)
14:28:15 -!- FreeFull has joined.
15:09:00 -!- __monty_1 has changed nick to __monty__.
15:22:52 <esolangs> [[Talk:Deadfish++]] https://esolangs.org/w/index.php?diff=124318&oldid=123793 * Europe2048 * (+139)
15:24:18 <esolangs> [[Deadfish++]] M https://esolangs.org/w/index.php?diff=124319&oldid=123759 * Europe2048 * (+16)
15:27:01 -!- Europe2048 has joined.
15:27:03 <Europe2048> hi
15:56:49 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=124320&oldid=124308 * Infinitehexagon * (+237)
15:56:53 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in).
16:01:59 -!- slavfox has joined.
16:04:26 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124321&oldid=124281 * Infinitehexagon * (+391)
16:04:47 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124322&oldid=124321 * Infinitehexagon * (+4)
16:05:01 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124323&oldid=124322 * Infinitehexagon * (-3)
16:06:29 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124324&oldid=124323 * Infinitehexagon * (+185)
16:07:12 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124325&oldid=124324 * Infinitehexagon * (+51)
16:09:52 <esolangs> [[User:Infinitehexagon]] https://esolangs.org/w/index.php?diff=124326&oldid=124325 * Infinitehexagon * (+110)
16:38:47 -!- amby has joined.
16:42:01 -!- Europe2048 has quit (Quit: Ping timeout (120 seconds)).
16:57:44 -!- wib_jonas has quit (Quit: Client closed).
17:14:33 <esolangs> [[Electra]] https://esolangs.org/w/index.php?diff=124327&oldid=122534 * DolphyWind * (+552)
18:09:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:21:59 -!- tromp has joined.
19:04:32 -!- Europe2048 has joined.
19:14:19 <Europe2048> Which greek letter should be the name of an extension of γ?
19:14:38 <Europe2048> (γ = "Gamma" esolang, by Infinitehexagon)
19:38:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:59:09 -!- tromp has joined.
20:10:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:26:39 -!- tromp has joined.
20:48:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:50:46 -!- Europe2048 has quit (Ping timeout: 250 seconds).
20:53:28 <esolangs> [[Bracket]] https://esolangs.org/w/index.php?diff=124328&oldid=122403 * PaxtonPenguin * (+0)
20:56:04 <esolangs> [[User:PaxtonPenguin]] https://esolangs.org/w/index.php?diff=124329&oldid=124273 * PaxtonPenguin * (+22)
21:00:14 -!- tromp has joined.
21:01:42 <esolangs> [[Hexagon says jump to line a if cell b is n and increment cell b by c if cell b equals d and output cell b is cell b equals e.]] M https://esolangs.org/w/index.php?diff=124330&oldid=124284 * PythonshellDebugwindow * (+64) Categories
21:02:12 <esolangs> [[Hexagon says jump to line a if cell b is n and increment cell b by c if cell b equals d and output cell b is cell b equals e.]] M https://esolangs.org/w/index.php?diff=124331&oldid=124330 * PythonshellDebugwindow * (+46) Categories
21:04:19 <zzo38> You are right; QBASIC doesn't have a bitwise shifting operator
21:10:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:20:10 -!- tromp has joined.
21:36:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:40:09 -!- tromp has joined.
21:59:32 <esolangs> [[Electra]] M https://esolangs.org/w/index.php?diff=124332&oldid=124327 * DolphyWind * (+96)
22:05:16 <esolangs> [[Electra]] M https://esolangs.org/w/index.php?diff=124333&oldid=124332 * DolphyWind * (+68)
22:20:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:22:49 -!- tromp has joined.
22:40:43 -!- __monty__ has quit (Quit: leaving).
22:52:55 <esolangs> [[Whyfuck]] M https://esolangs.org/w/index.php?diff=124334&oldid=105867 * PythonshellDebugwindow * (+106) Categories
22:57:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:15:54 <esolangs> [[Whyfuck]] M https://esolangs.org/w/index.php?diff=124335&oldid=124334 * None1 * (+2) /* Working Mechanism */
←2024-03-04 2024-03-05 2024-03-06→ ↑2024 ↑all