2025/11/09

Newest at the top

2025-11-09 01:40:22 +0100 <tccq> but yes I would be extremely surprised that there isn't anything
2025-11-09 01:40:08 +0100 <tccq> perhaps it's on me then
2025-11-09 01:40:08 +0100 <EvanR> I'm sure there's one lying around somewhere
2025-11-09 01:40:03 +0100 <tccq> but nothing else
2025-11-09 01:40:01 +0100 <tccq> and some forks of it
2025-11-09 01:39:58 +0100 <tccq> I find that
2025-11-09 01:39:52 +0100 <EvanR> yes it contains nearly nothing nevermind
2025-11-09 01:39:40 +0100 <tccq> at least in terms of compiling C
2025-11-09 01:39:28 +0100 <tccq> that's the "educational resource" I referenced. You'll not that the repo contains literally nothing useful as far as I can tell
2025-11-09 01:39:13 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-11-09 01:38:18 +0100 <EvanR> https://github.com/dmytro-feshchenko/haskell-c-compiler
2025-11-09 01:37:21 +0100 <tccq> yup
2025-11-09 01:37:05 +0100 <EvanR> ok so microhaskell wasn't written in C, makes sense xD
2025-11-09 01:36:54 +0100 <tccq> though many are supported by microhs so it's not a hard requirement
2025-11-09 01:36:43 +0100 <tccq> and by simple I mean not using every possible extension
2025-11-09 01:36:13 +0100 <tccq> I want a ANSI C compiler written in haskell
2025-11-09 01:36:02 +0100 <tccq> microhs compiles to ANSI C. This exists and seems to work fine as far as I can tell. It's written in haskell mostly
2025-11-09 01:34:29 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-09 01:34:26 +0100 <EvanR> the haskell written in C just doesn't seem to be doing anyone any favors, esp if you don't have a C compiler
2025-11-09 01:33:27 +0100AlexZenon(~alzenon@5.139.232.215) (Ping timeout: 252 seconds)
2025-11-09 01:32:49 +0100 <EvanR> the 2nd step
2025-11-09 01:31:48 +0100 <geekosaur> simplified (non-extension-using?) Haskell
2025-11-09 01:29:37 +0100 <monochrom> No no, the other way, a C compiler written in Haskell. :)
2025-11-09 01:25:01 +0100 <EvanR> sounds like a match made in hell
2025-11-09 01:24:43 +0100 <EvanR> ehm... a haskell compiler written in C? o_O
2025-11-09 01:23:19 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-11-09 01:21:26 +0100AlexZenon(~alzenon@5.139.232.215)
2025-11-09 01:18:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-09 01:18:13 +0100AlexNoo(~AlexNoo@85.174.180.102) (Ping timeout: 250 seconds)
2025-11-09 01:17:07 +0100AlexZenon(~alzenon@85.174.180.102) (Ping timeout: 264 seconds)
2025-11-09 01:16:32 +0100qqe_(~qqq@185.54.21.203)
2025-11-09 01:16:26 +0100qqe(~qqq@185.54.21.203) (Read error: Connection reset by peer)
2025-11-09 01:14:47 +0100AlexNoo_(~AlexNoo@5.139.232.215)
2025-11-09 01:09:55 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2025-11-09 01:06:13 +0100Googulator15(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu) (Quit: Client closed)
2025-11-09 01:05:48 +0100Googulator73(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu)
2025-11-09 01:05:04 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-09 00:58:17 +0100Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 250 seconds)
2025-11-09 00:55:44 +0100Googulator64(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu) (Quit: Client closed)
2025-11-09 00:55:44 +0100Googulator15(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu)
2025-11-09 00:54:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-11-09 00:53:06 +0100trickard(~trickard@cpe-57-98-47-163.wireline.com.au)
2025-11-09 00:52:52 +0100trickard(~trickard@cpe-57-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-11-09 00:52:49 +0100machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 260 seconds)
2025-11-09 00:49:21 +0100target_i(~target_i@user/target-i/x-6023099) (Quit: leaving)
2025-11-09 00:49:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-09 00:46:26 +0100 <tccq> much nicer than writing a 1 step in either
2025-11-09 00:46:12 +0100 <tccq> but my thought it to have a 2 step bootstrap loop of haskell->C (unknown) and C->haskell (Microhaskell)
2025-11-09 00:45:25 +0100 <tccq> I'll grant it's a tad backwards
2025-11-09 00:44:06 +0100 <glguy> I'm not aware of anyone talking about one