Newest at the top
| 2026-04-14 01:03:52 +0000 | v0id_7 | (~v0id_7@user/v0id-7:62772) (Quit: whatever u sick fcks) |
| 2026-04-14 01:03:26 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-04-14 00:59:11 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-14 00:52:15 +0000 | Googulator | (~Googulato@94-21-172-213.pool.digikabel.hu) |
| 2026-04-14 00:51:56 +0000 | Googulator | (~Googulato@94-21-172-213.pool.digikabel.hu) (Quit: Client closed) |
| 2026-04-14 00:51:33 +0000 | xff0x | (~xff0x@2405:6580:b080:900:64fb:89e9:b5c1:12b3) (Ping timeout: 244 seconds) |
| 2026-04-14 00:48:45 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 268 seconds) |
| 2026-04-14 00:45:03 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 265 seconds) |
| 2026-04-14 00:43:52 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-04-14 00:43:26 +0000 | califax | (~califax@user/califx) califx |
| 2026-04-14 00:38:59 +0000 | emmanuelux | (~em@user/emmanuelux) emmanuelux |
| 2026-04-14 00:38:07 +0000 | <geekosaur> | oh, sorry, misremembeered where the 29 was |
| 2026-04-14 00:33:01 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
| 2026-04-14 00:32:52 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2026-04-14 00:32:36 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
| 2026-04-14 00:32:13 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection) |
| 2026-04-14 00:31:17 +0000 | <int-e> | It's 30 bits per the Haskell 98 report (range -2^29...2^29-1) |
| 2026-04-14 00:30:09 +0000 | jmcantrell_ | (~weechat@user/jmcantrell) (Ping timeout: 255 seconds) |
| 2026-04-14 00:22:19 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-14 00:14:23 +0000 | czan | (~czan@user/mange) czan |
| 2026-04-14 00:11:28 +0000 | <geekosaur> | it might be if MicroHS steals 3 bits for gc marking |
| 2026-04-14 00:11:18 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds) |
| 2026-04-14 00:10:42 +0000 | <geekosaur> | (I spent a lot of time doing 6502 asm back then) |
| 2026-04-14 00:10:39 +0000 | <EvanR> | bonus points for the emulated Int being literally 29 bit |
| 2026-04-14 00:10:07 +0000 | <EvanR> | if it had to be standards conforming |
| 2026-04-14 00:09:59 +0000 | <monochrom> | Yeah it's going to be so slow. :) |
| 2026-04-14 00:09:55 +0000 | <EvanR> | "Int" would be emulated so to speak |
| 2026-04-14 00:09:47 +0000 | <geekosaur> | you could work with larger numbers but you had to chain ADD+ADC |
| 2026-04-14 00:09:33 +0000 | <geekosaur> | don't forget 29 bit minimum size for Int, vs. the Apple II having an 8-bit CPU |
| 2026-04-14 00:06:38 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-13 23:59:38 +0000 | <monochrom> | Plus you get unexpected truncations etc. |
| 2026-04-13 23:59:10 +0000 | <monochrom> | Oh it's the interpretation of those bytes that's the devil in the details! |
| 2026-04-13 23:57:44 +0000 | <EvanR> | .oO( isn't anything leaving a process in the form of a Word8 array ) |
| 2026-04-13 23:56:18 +0000 | <haskellbridge> | <alexfmpe> Never use Int/Word for things leaving your process |
| 2026-04-13 23:55:51 +0000 | <haskellbridge> | <alexfmpe> Made for some *fun* bugs back in the ghcjs days |
| 2026-04-13 23:55:35 +0000 | <haskellbridge> | <alexfmpe> but 64 on your everyday server and dev machine, since, y'know, 64 bit registers |
| 2026-04-13 23:55:30 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-04-13 23:54:43 +0000 | <haskellbridge> | <alexfmpe> gentauro: In particular, Int is 32 bits for js/wasm backends |
| 2026-04-13 23:54:35 +0000 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
| 2026-04-13 23:48:30 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-13 23:48:21 +0000 | <monochrom> | Someone should take this up as a project for the next April 1! (Bonus credit: Use LLMs to help. >:) ) |
| 2026-04-13 23:47:40 +0000 | Sgeo | (~Sgeo@user/sgeo) Sgeo |
| 2026-04-13 23:47:24 +0000 | jmcantrell_ | (~weechat@user/jmcantrell) jmcantrell |
| 2026-04-13 23:46:04 +0000 | <monochrom> | MicroHS may be the closest to be runnable on Apple II. Perhaps not the compiler itself, but looks doable for the generated combinator-based code with an RTS written for Apple II. |
| 2026-04-13 23:41:50 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
| 2026-04-13 23:37:40 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-04-13 23:35:50 +0000 | acidjnk_new | (~acidjnk@p200300d6e700e507ef1cadbb02cce561.dip0.t-ipconnect.de) (Ping timeout: 256 seconds) |
| 2026-04-13 23:32:43 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-13 23:22:14 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 265 seconds) |
| 2026-04-13 23:17:02 +0000 | merijn | (~merijn@62.45.136.136) merijn |