Live data from Hacker News

Viewing profile — _f5ah

_f5ah

HN member
Joined
Sat, May 31, 2025, 3:28 AM UTC
HN karma
1
Public activity
10 items

About _f5ah

No profile information was provided.

Recent public activity

  1. comment
    Comment #40333989

    A couple months ago I finished translating a simple generational garbage collector from MIPS[1] to x86-64 assembly[2], so that programms emitted by my toy compiler[3] run on the ac…

  2. comment
    Comment #39223509

    There is a class `ParameterizedAutoFactoryFactoryFactory`[1] in one of my pet projects. The name does correctly reflect the purpose of this class. Although I could of course have c…

  3. comment
    Comment #38980674

    Here's my take[1] on it. In essence, # Learning Resources ## Theory Take a look at these two books: - Crafting Interpreters[2]. Compilers and interpreters have a lot in common and …

  4. comment
    Comment #38122470

    Looks interesting. Once I saw it's a Czech university course using F#, I knew Tomáš Petříček would be the lecturer :) A couple years back, I wrote a compiler of tiny-ish Scala subs…

  5. comment
    Comment #28316813

    Hi HN! I wrote a toy compiler. Here I tried to describe it in detail: https://mykolav.github.io/coollang-2020-fs/ And the repo is here: https://github.com/mykolav/coollang-2020-fs …

  6. story
  7. comment
    Comment #28264791

    Sorry for a shameless plug! I read up a lot on this subject while working on [my own toy compiler]( https://news.ycombinator.com/item?id=28262149 ). Other well-known languages that…

  8. story
  9. comment
    Comment #27176669

    Not sure if it counts, but I made two Roslyn analyzers for C# code. A Roslyn analyzer is basically a C# compiler plugin which can emit additional diagnostics if it encounters a cer…

  10. comment
    Comment #26076950

    You might find [CS 6120: Advanced Compilers: The Self-Guided Online Course][1] interesting. I'm slowly working through it, but basically its focus is intermediate representations, …